source: general.ent@ c83a06a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c83a06a was b0bf8d5, checked in by Cheyenne McNutt <chey@…>, 6 years ago

test commit

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19457 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.6 KB
Line 
1<!-- $LastChangedBy$ $Date$ -->
2
3
4<!ENTITY day "09"> <!-- Always 2 digits -->
5<!ENTITY month "11"> <!-- Always 2 digits -->
6<!ENTITY year "2017">
7<!ENTITY copyrightdate "2001-&year;">
8<!ENTITY copyholder "The BLFS Development Team">
9<!ENTITY version "&year;-&month;-&day;">
10<!ENTITY releasedate "November 9th, &year;">
11<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
12<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
13<!ENTITY lfs-version "development"> <!-- x.y|development -->
14<!ENTITY lfs-versiond "systemd"> <!-- x.y-systemd|systemd -->
15<!ENTITY last-commit "$Date$"> <!-- Automatic update -->
16<!ENTITY lfs-domainname "linuxfromscratch.org">
17
18<!ENTITY maintainer-fullname "The BLFS Team">
19<!ENTITY maintainer-firstname "BLFS">
20<!ENTITY maintainer-address "blfs-maintainer@&lfs-domainname;">
21
22
23<!ENTITY lfs-website "http://www.&lfs-domainname;">
24<!-- downloads_root must have an entity because it is needed for scripts
25 change svn to x.y for release. Note: s/_/-/ in comment to avoid grep error
26 Update 'downloads-root-systemd' to x.y-systemd
27 -->
28<!ENTITY downloads-root "http://www.linuxfromscratch.org/blfs/downloads/svn">
29<!ENTITY downloads-root-systemd "http://www.linuxfromscratch.org/blfs/downloads/systemd">
30<!ENTITY downloads-project "http://downloads.&lfs-domainname;">
31
32<!ENTITY sources-anduin-http "http://anduin.linuxfromscratch.org/BLFS">
33<!ENTITY sources-anduin-ftp "ftp://anduin.linuxfromscratch.org/BLFS">
34
35<!ENTITY hints-root "http://www.&lfs-domainname;/hints">
36<!ENTITY patch-downloads "http://www.linuxfromscratch.org/patches/downloads">
37<!ENTITY patch-root "http://www.&lfs-domainname;/patches/blfs/svn">
38<!ENTITY errata "http://www.&lfs-domainname;/blfs/errata/&blfs-version;/">
39<!ENTITY blfs-ticket-root "http://wiki.&lfs-domainname;/blfs/ticket/">
40
41<!ENTITY lfs-root "../../../../lfs/view/&lfs-version;">
42<!ENTITY lfs-rootd "../../../../lfs/view/&lfs-versiond;">
43<!ENTITY lfs-dev "../../../../lfs/view/development">
44<!ENTITY gnu-http "https://ftp.gnu.org/gnu">
45<!ENTITY gnu-ftp "ftp://ftp.gnu.org/gnu">
46<!ENTITY gnupg-http "https://www.gnupg.org/ftp/gcrypt">
47<!ENTITY gnupg-ftp "ftp://ftp.gnupg.org/gcrypt">
48<!ENTITY gstreamer-dl "https://gstreamer.freedesktop.org/src">
49<!ENTITY kernel-dl "https://www.kernel.org/pub">
50<!ENTITY mozilla-http "https://archive.mozilla.org/pub">
51<!ENTITY pymodules-dl "https://files.pythonhosted.org/packages/source">
52<!ENTITY sourceforge-dl "https://downloads.sourceforge.net">
53
54<!ENTITY gentoo-ftp-repo "ftp://mirror.ovh.net/gentoo-distfiles/distfiles">
55<!ENTITY fedora-http-repo "http://pkgs.fedoraproject.org/repo/pkgs">
56<!ENTITY jaist-ftp-repo "ftp://ftp.jaist.ac.jp/pub//sourceforge">
57<!ENTITY lxqt-http-repo "http://downloads.lxqt.org/lxqt">
58<!ENTITY publisher "Unknown">
59<!ENTITY xorg-download-http "https://www.x.org/pub/individual">
60<!ENTITY xorg-download-ftp "ftp://ftp.x.org/pub/individual">
61<!ENTITY pypi "https://pypi.python.org/pypi">
62<!ENTITY appstream-glib-url "http://people.freedesktop.org/~hughsient/appstream-glib/releases">
63
64<!-- These entities are used to identify versions of LFS
65 packages referenced throughout the BLFS book. -->
66<!ENTITY lfs-autoconf-version "2.69">
67<!ENTITY lfs-coreutils-version "8.23">
68<!ENTITY lfs-e2fsprogs-version "1.42.11">
69<!ENTITY lfs-flex-version "2.5.39">
70<!ENTITY lfs-gcc-version "4.9.1">
71<!ENTITY lfs-gdbm-version "1.11">
72<!ENTITY lfs-m4-version "1.4.17">
73<!-- this was originally the perl version used by the corresponding
74 version of lfs, in those days always for i686, but now BLFS is a rolling
75 release -->
76<!ENTITY lfs-perl-version "&lt;5.x.y&gt;/&lt;arch-linux&gt;">
77<!ENTITY lfs-shadow-version "4.2.1">
78<!ENTITY lfs-vim-version "7.4">
79<!-- End LFS versions -->
80
81<!ENTITY blfs-bootscripts-version "20170731">
82<!ENTITY systemd-units-version "20160602">
83
84
85<!ENTITY blfs-wiki "http://wiki.&lfs-domainname;/blfs/wiki">
86
87<!-- These entities are used to annotate the current status of a package as it
88 relates to the version of LFS it will build/work against -->
89
90<!ENTITY lfs81_checked "<para>This package is known to build and work
91 properly using an LFS-8.1 platform.</para>">
92<!ENTITY lfs81_built "<para>This package is known to build using an LFS
93 8.1 platform but has not been tested.</para>">
94
95<!--
96<!ENTITY gcc7_checked "<para>This package is known to build and work
97 properly when built with gcc-7.1.</para>"> -->
98<!-- End special entities about LFS compatibility -->
99
100<!ENTITY as_root "<note><para>When installing multiple packages in a script,
101 the installation needs to be done as the root user. There are three general
102 options that can be used to do this:</para>
103
104 <orderedlist>
105
106 <listitem><para>Run the entire script as the root user (not
107 recommended).</para></listitem>
108
109 <listitem><para>Use the <command>sudo</command> command from the <xref
110 linkend='sudo'/> package.</para></listitem>
111
112 <listitem><para>Use <command>su -c &quot;command arguments&quot;</command>
113 (quotes required) which will ask for the root password for every iteration
114 of the loop.</para></listitem>
115
116 </orderedlist>
117
118 <para>One way to handle this situation is to create a short
119 <command>bash</command> function that automatically selects the appropriate
120 method. Once the command is set in the environment, it does not need to be
121 set again.</para>
122
123 <screen><userinput>as_root()
124{
125 if [ $EUID = 0 ]; then $*
126 elif [ -x /usr/bin/sudo ]; then sudo $*
127 else su -c \\&quot;$*\\&quot;
128 fi
129}
130
131export -f as_root</userinput></screen>
132</note>">
133
134<!ENTITY not-katamari "<para>This package is not a part of the Xorg
135 katamari and is provided only as a dependency to
136 other packages or for testing the completed Xorg
137 installation.</para>">
138
139<!ENTITY % package-entities SYSTEM "packages.ent">
140%package-entities;
141
142<!ENTITY parallel_issues "<note><para>This package may occasionally fail when
143 building with multiple processors. See <xref
144 linkend='parallel-builds'/> for more information.</para></note>">
145
Note: See TracBrowser for help on using the repository browser.