source: general.ent@ f587275

systemd-13485
Last change on this file since f587275 was f587275, checked in by DJ Lucas <dj@…>, 8 years ago

Update date

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16836 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 9.0 KB
Line 
1<!-- $LastChangedBy$ $Date$ -->
2
3<!ENTITY day "24"> <!-- Always 2 digits -->
4<!ENTITY month "01"> <!-- Always 2 digits -->
5<!ENTITY year "2016">
6<!ENTITY copyrightdate "2001-&year;">
7<!ENTITY copyholder "The BLFS systemd Development Team">
8<!ENTITY version "&year;-&month;-&day;">
9<!ENTITY releasedate "January 24th, &year;">
10<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
11<!ENTITY blfs-version "systemd"> <!-- svn|[release #] -->
12<!ENTITY lfs-version "systemd"> <!-- x.y|development] -->
13<!ENTITY last-commit "$Date$"> <!-- Automatic update -->
14<!ENTITY lfs-domainname "linuxfromscratch.org">
15
16<!ENTITY maintainer-fullname "The BLFS systemd Team">
17<!ENTITY maintainer-firstname "BLFS">
18<!ENTITY maintainer-address "blfs-maintainer@&lfs-domainname;">
19
20<!ENTITY lfs-website "http://www.&lfs-domainname;">
21<!-- downloads_root must not have an entity because it is needed for scripts
22 change svn to x.y for release. Note: s/_/-/ in comment to avoid grep error -->
23<!ENTITY downloads-root "http://www.linuxfromscratch.org/blfs/downloads/systemd">
24<!ENTITY downloads-project "http://downloads.&lfs-domainname;">
25
26<!ENTITY sources-anduin-http "http://anduin.linuxfromscratch.org/BLFS">
27<!ENTITY sources-anduin-ftp "ftp://anduin.linuxfromscratch.org/BLFS">
28
29<!ENTITY hints-root "http://www.&lfs-domainname;/hints">
30<!ENTITY patch-downloads "http://www.linuxfromscratch.org/patches/downloads">
31<!ENTITY patch-root "http://www.&lfs-domainname;/patches/blfs/systemd">
32<!ENTITY errata "http://www.&lfs-domainname;/blfs/errata/&blfs-version;/">
33<!ENTITY blfs-ticket-root "http://wiki.&lfs-domainname;/blfs/ticket/">
34<!-- <!ENTITY lfs-root "http://www.&lfs-domainname;/lfs/view/&lfs-version;"> -->
35<!ENTITY lfs-root "../../../../lfs/view/&lfs-version;">
36<!ENTITY lfs-dev "../../../../lfs/view/systemd">
37<!ENTITY kernel "http://www.kernel.org/pub/">
38<!ENTITY gstreamer-dl "http://gstreamer.freedesktop.org/src">
39<!ENTITY gnu-alpha-ftp "ftp://alpha.gnu.org/gnu/">
40<!ENTITY gnu-alpha-http "http://alpha.gnu.org/gnu/">
41<!ENTITY sourceforge-repo "http://downloads.sourceforge.net">
42<!ENTITY sourceforge-repo2 "http://sourceforge.net">
43<!ENTITY gentoo-ftp-repo "ftp://mirror.ovh.net/gentoo-distfiles/distfiles">
44<!ENTITY fedora-http-repo "http://pkgs.fedoraproject.org/repo/pkgs">
45<!ENTITY lxqt-http-repo "http://downloads.lxqt.org/lxqt">
46<!ENTITY jaist-ftp-repo "ftp://ftp.jaist.ac.jp/pub//sourceforge">
47<!ENTITY publisher "Unknown">
48<!--<!ENTITY xorg-download-http "http://xorg.freedesktop.org/archive/individual">-->
49<!ENTITY xorg-download-http "http://ftp.x.org/pub/individual">
50<!ENTITY xorg-download-ftp "ftp://ftp.x.org/pub/individual">
51<!ENTITY mozilla-http "https://ftp.mozilla.org/pub/mozilla.org">
52<!ENTITY mozilla-ftp "ftp://ftp.mozilla.org/pub">
53<!ENTITY gnome-download-http "http://ftp.gnome.org/pub/gnome/sources">
54<!ENTITY gnome-download-ftp "ftp://ftp.gnome.org/pub/gnome/sources">
55<!ENTITY gnome-minor "3.12">
56<!ENTITY gnome-minor-14 "3.14">
57<!ENTITY gnome-minor-16 "3.16">
58<!ENTITY gnome-minor-18 "3.18">
59
60<!-- These entities are used to identify versions of LFS
61 packages referenced throughout the BLFS book. -->
62<!ENTITY lfs-autoconf-version "2.69">
63<!ENTITY lfs-coreutils-version "8.23">
64<!ENTITY lfs-e2fsprogs-version "1.42.13">
65<!ENTITY lfs-flex-version "2.5.39">
66<!ENTITY lfs-gcc-version "5.3.0">
67<!ENTITY lfs-gdbm-version "1.11">
68<!ENTITY lfs-m4-version "1.4.17">
69<!-- this was originally the perl version used by the corresponding
70 version of lfs, in those days always for i686, but now BLFS is a rolling
71 release -->
72<!ENTITY lfs-perl-version "&lt;5.x.y&gt;/&lt;arch-linux&gt;">
73<!ENTITY lfs-shadow-version "4.2.1">
74<!ENTITY lfs-vim-version "7.4">
75<!-- End LFS versions -->
76
77<!ENTITY blfs-bootscripts-version "20150210">
78<!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-systemd-units-&blfs-bootscripts-version;.tar.bz2">
79
80<!ENTITY blfs-wiki "http://wiki.&lfs-domainname;/blfs/wiki">
81
82<!-- These entities are used to annotate the current status of a package as it
83 relates to the version of LFS it will build/work against -->
84<!ENTITY lfs76_checked "<para>This package is known to build and work
85 properly using an LFS-7.6-systemd platform.</para>">
86<!ENTITY lfs76_built "<para>This package is known to build using an LFS
87 7.6-systemd platform but has not been tested.</para>">
88<!ENTITY lfs77_checked "<para>This package is known to build and work
89 properly using an LFS-7.7-systemd platform.</para>">
90<!ENTITY lfs77_built "<para>This package is known to build using an LFS
91 7.7-systemd platform but has not been tested.</para>">
92<!ENTITY lfs78_built "<para>This package is known to build using an LFS
93 7.8-systemd platform but has not been tested.</para>">
94<!ENTITY lfs78_checked "<para>This package is known to build and work
95 properly using an LFS 7.8-systemd platform.</para>">
96<!ENTITY lfs79_built "<para>This package is known to build using an LFS
97 7.9-systemd platform but has not been tested.</para>">
98<!ENTITY lfs79_checked "<para>This package is known to build and work
99 properly using an LFS 7.9-systemd platform.</para>">
100
101<!-- usage: <para>&lfssvn_checked;ccyymmdd&lfssvn_checked2;</para> -->
102<!ENTITY lfssvn_checked "This package is known to build and work properly
103 using an LFS-SVN-">
104<!ENTITY lfssvn_checked2 " platform.">
105<!ENTITY lfssvn_built "This package is known to build using an LFS-SVN-">
106<!ENTITY lfssvn_built2 " platform but has not been tested.">
107<!-- End special entities about LFS compatibility -->
108
109<!ENTITY as_root "<note><para>When installing multiple packages in a script,
110 the installation needs to be done as the root user. There are three general
111 options that can be used to do this:</para>
112
113 <orderedlist>
114
115 <listitem><para>Run the entire script as the root user (not
116 recommended).</para></listitem>
117
118 <listitem><para>Use the <command>sudo</command> command from the <xref
119 linkend='sudo'/> package.</para></listitem>
120
121 <listitem><para>Use <command>su -c &quot;command arguments&quot;</command>
122 (quotes required) which will ask for the root password for every iteration
123 of the loop.</para></listitem>
124
125 </orderedlist>
126
127 <para>One way to handle this situation is to create a short
128 <command>bash</command> function that automatically selects the appropriate
129 method. Once the command is set in the environment, it does not need to be
130 set again.</para>
131
132 <screen><userinput>as_root()
133{
134 if [ $EUID = 0 ]; then $*
135 elif [ -x /usr/bin/sudo ]; then sudo $*
136 else su -c \\&quot;$*\\&quot;
137 fi
138}
139
140export -f as_root</userinput></screen>
141</note>">
142
143<!ENTITY not-katamari "<para>This package is not a part of the Xorg
144 katamari and is provided only as a dependency to
145 other packages or for testing the completed Xorg
146 installation.</para>">
147
148<!ENTITY gst-compat "<note><para><application>GStreamer</application> 1.0 series
149 is not API or ABI compatible with
150 <application>GStreamer</application> 0.10 series and both
151 can be installed on the same system.</para></note>">
152
153
154<!-- Problem with some packages introduced by a given dependency version -->
155<!ENTITY gcc-490 "gcc-4.9.0">
156
157
158
159<!ENTITY % package-entities SYSTEM "packages.ent">
160%package-entities;
161
162<!ENTITY % systemd-package-entities SYSTEM "systemd.ent">
163%systemd-package-entities;
164<!ENTITY parallel_issues "<note><para>This package may occasionally fail when
165 building with multiple processors. See <xref
166 linkend='parallel-builds'/> for more information.</para></note>">
167
168<!-- KF5 entities -->
169<!ENTITY kf5-version "5.18.0">
170<!ENTITY kf5-short-version "5.18">
171<!ENTITY kf5-base "5.18">
172<!ENTITY kf5-download-http "http://download.kde.org/stable/frameworks/&kf5-base;">
173<!ENTITY kf5-download-ftp "ftp://ftp.kde.org/pub/kde/stable/frameworks/&kf5-base;/">
174
175<!ENTITY kf5apps-version "15.12.1">
176<!ENTITY kf5apps-download-http "http://download.kde.org/stable/applications/&kf5apps-version;/src">
177<!ENTITY kf5apps-download-ftp "ftp://ftp.kde.org/pub/kde/stable/&kf5apps-version;/src">
178
179<!ENTITY plasma5-version "5.5.3">
180
Note: See TracBrowser for help on using the repository browser.