Changeset c339779
- Timestamp:
- 10/12/2020 09:28:35 PM (3 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ac278af2
- Parents:
- 1f5eaa5
- Files:
-
- 15 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r1f5eaa5 rc339779 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 1"> <!-- Always 2 digits -->3 <!ENTITY day "12"> <!-- Always 2 digits --> 4 4 <!ENTITY month "10"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "October 1 1th, &year;">9 <!ENTITY releasedate "October 12th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/genlib.xml
r1f5eaa5 rc339779 83 83 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js52.xml"/> --> 84 84 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js60.xml"/> --> 85 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js68.xml"/>85 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js68.xml"/> --> 86 86 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js78.xml"/> 87 87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-c.xml"/> -
gnome.ent
r1f5eaa5 rc339779 58 58 <!ENTITY nautilus-version "3.38.1"> 59 59 <!ENTITY zenity-version "3.32.0"> 60 <!ENTITY gnome-bluetooth-version "3.34. 1">60 <!ENTITY gnome-bluetooth-version "3.34.3"> 61 61 <!ENTITY gnome-keyring-version "3.36.0"> 62 <!ENTITY gnome-settings-daemon-version "3.3 6.1">63 <!ENTITY gnome-control-center-version "3.3 6.4">64 <!ENTITY mutter-version "3.3 6.6">65 <!ENTITY gnome-shell-version "3.3 6.6">66 <!ENTITY gnome-shell-extensions-version "3.3 6.3">67 <!ENTITY gnome-session-version "3.3 6.0">68 <!ENTITY gdm-version "3.3 6.3">69 <!ENTITY gnome-user-docs-version "3.3 6.6">62 <!ENTITY gnome-settings-daemon-version "3.38.1"> 63 <!ENTITY gnome-control-center-version "3.38.1"> 64 <!ENTITY mutter-version "3.38.1"> 65 <!ENTITY gnome-shell-version "3.38.1"> 66 <!ENTITY gnome-shell-extensions-version "3.38.1"> 67 <!ENTITY gnome-session-version "3.38.0"> 68 <!ENTITY gdm-version "3.38.0"> 69 <!ENTITY gnome-user-docs-version "3.38.1"> 70 70 <!-- Icons moved to packages.ent, since they're now in the Icons chapter.--> 71 <!ENTITY yelp-version "3.3 6.0">71 <!ENTITY yelp-version "3.38.1"> 72 72 <!-- notification-daemon moved to System Utilites, so it's now in packages.ent --> 73 73 <!-- polkit-gnome moved to Security, so it's now in packages.ent --> -
gnome/platform/gdm.xml
r1f5eaa5 rc339779 5 5 %general-entities; 6 6 7 <!ENTITY gdm-download-http "&gnome-download-http;/gdm/&gnome-minor-3 6;/gdm-&gdm-version;.tar.xz">8 <!ENTITY gdm-download-ftp "&gnome-download-ftp;/gdm/&gnome-minor-3 6;/gdm-&gdm-version;.tar.xz">9 <!ENTITY gdm-md5sum " 2fb78422269f5e75067024ce5386521c">10 <!ENTITY gdm-size " 1.2 MB">11 <!ENTITY gdm-buildsize " 42MB">12 <!ENTITY gdm-time "0. 3SBU">7 <!ENTITY gdm-download-http "&gnome-download-http;/gdm/&gnome-minor-38;/gdm-&gdm-version;.tar.xz"> 8 <!ENTITY gdm-download-ftp "&gnome-download-ftp;/gdm/&gnome-minor-38;/gdm-&gdm-version;.tar.xz"> 9 <!ENTITY gdm-md5sum "948dec80099d9d3a2adacc5788964043"> 10 <!ENTITY gdm-size "772 KB"> 11 <!ENTITY gdm-buildsize "34 MB"> 12 <!ENTITY gdm-time "0.1 SBU"> 13 13 ]> 14 14 … … 128 128 passwd -ql gdm</userinput></screen> 129 129 130 <para revision="sysv"> 131 First, adapt GDM to build without systemd present: 132 </para> 133 134 <screen revision="sysv"><userinput remap="pre">sed -i -r '/(^| )systemd_dep/d' meson.build</userinput></screen> 135 130 136 <para> 131 137 Install <application>GDM</application> by running the following … … 135 141 <screen revision="sysv"><userinput>sed 's@systemd@elogind@' -i data/pam-lfs/gdm-launch-environment.pam && 136 142 137 ./configure --prefix=/usr \ 138 --sysconfdir=/etc \ 139 --localstatedir=/var \ 140 --without-plymouth \ 141 --disable-static \ 142 --enable-gdm-xsession \ 143 --with-systemdsystemunitdir=no \ 144 --with-pam-mod-dir=/lib/security && 145 make</userinput></screen> 146 147 <screen revision="systemd"><userinput>./configure --prefix=/usr \ 148 --sysconfdir=/etc \ 149 --localstatedir=/var \ 150 --without-plymouth \ 151 --disable-static \ 152 --enable-gdm-xsession \ 153 --with-pam-mod-dir=/lib/security && 154 make</userinput></screen> 143 mkdir build && 144 cd build && 145 146 meson --prefix=/usr \ 147 --sysconfdir=/etc \ 148 --localstatedir=/var \ 149 -Dplymouth=disabled \ 150 -Dgdm-xsession=true \ 151 -Dpam-mod-dir=/lib/security \ 152 -Dsystemd-journal=false \ 153 -Dsystemdsystemunitdir=/tmp \ 154 -Dsystemduserunitdir=/tmp .. && 155 ninja</userinput></screen> 156 157 <screen revision="systemd"><userinput> 158 mkdir build && 159 cd build && 160 161 meson --prefix=/usr \ 162 --sysconfdir=/etc \ 163 --localstatedir=/var \ 164 -Dplymouth=disabled \ 165 -Dgdm-xsession=true \ 166 -Dpam-mod-dir=/lib/security .. && 167 ninja</userinput></screen> 155 168 156 169 <para> … … 162 175 </para> 163 176 164 <screen role="root" revision="sysv"><userinput> make install</userinput></screen>165 166 <screen role="root" revision="systemd"><userinput>make install && 167 install -v -m644 data/gdm.service /lib/systemd/system/gdm.service</userinput></screen> 177 <screen role="root" revision="sysv"><userinput>ninja install && 178 rm -rv /tmp/*.{service,target.d}</userinput></screen> 179 180 <screen role="root" revision="systemd"><userinput>ninja install</userinput></screen> 168 181 169 182 </sect2> … … 172 185 <title>Command Explanations</title> 173 186 174 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 175 href="../../xincludes/static-libraries.xml"/> 176 177 <para> 178 <option>--with-initial-vt=7</option>: Use this switch 187 <para> 188 <option>-Dinitial-vt=7</option>: Use this switch 179 189 to make <application>GDM</application> start on VT7 180 190 instead of the first free VT. … … 182 192 183 193 <para> 184 <parameter>- -without-plymouth</parameter>: GDM now explicitly requires194 <parameter>-Dplymouth=disabled</parameter>: GDM now explicitly requires 185 195 plymouth to be installed. Use this switch to disable this dependency. 186 196 </para> 187 197 188 198 <para> 189 <option>- -with-default-pam-config=lfs</option>: Use this199 <option>-Ddefault-pam-config=lfs</option>: Use this 190 200 switch if you did not create the 191 201 <filename>/etc/lfs-release</filename> file or distribution … … 195 205 196 206 <para> 197 <parameter>- -enable-gdm-xsession</parameter>: This enables the207 <parameter>-Dgdm-xsession=true</parameter>: This enables the 198 208 installation of the <application>GDM</application> Xsession file. 199 209 </para> -
gnome/platform/gnome-bluetooth.xml
r1f5eaa5 rc339779 9 9 <!ENTITY gnome-bluetooth-download-ftp 10 10 "&gnome-download-ftp;/gnome-bluetooth/&gnome-minor-34;/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz"> 11 <!ENTITY gnome-bluetooth-md5sum " 09b6bab7ceaafb35da766a5476fbc466">11 <!ENTITY gnome-bluetooth-md5sum "c82f7df6a411c897d4d59337d5d9a789"> 12 12 <!ENTITY gnome-bluetooth-size "348 KB"> 13 13 <!ENTITY gnome-bluetooth-buildsize "17 MB"> 14 <!ENTITY gnome-bluetooth-time " less than 0.1SBU (Using parallelism=4)">14 <!ENTITY gnome-bluetooth-time "0.2 SBU (Using parallelism=4)"> 15 15 ]> 16 16 -
gnome/platform/gnome-control-center.xml
r1f5eaa5 rc339779 6 6 7 7 <!ENTITY gnome-control-center-download-http 8 "&gnome-download-http;/gnome-control-center/&gnome-minor-3 6;/gnome-control-center-&gnome-control-center-version;.tar.xz">8 "&gnome-download-http;/gnome-control-center/&gnome-minor-38;/gnome-control-center-&gnome-control-center-version;.tar.xz"> 9 9 <!ENTITY gnome-control-center-download-ftp 10 "&gnome-download-ftp;/gnome-control-center/&gnome-minor-3 6;/gnome-control-center-&gnome-control-center-version;.tar.xz">11 <!ENTITY gnome-control-center-md5sum "1 6c228d7de4e9d2d57550791fbca3390">12 <!ENTITY gnome-control-center-size "6. 0MB">13 <!ENTITY gnome-control-center-buildsize "1 69MB (with tests)">10 "&gnome-download-ftp;/gnome-control-center/&gnome-minor-38;/gnome-control-center-&gnome-control-center-version;.tar.xz"> 11 <!ENTITY gnome-control-center-md5sum "19ab78acfb6142974921bd8b5bf66937"> 12 <!ENTITY gnome-control-center-size "6.1 MB"> 13 <!ENTITY gnome-control-center-buildsize "182 MB (with tests)"> 14 14 <!ENTITY gnome-control-center-time "0.5 SBU (Using parallelism=4; with tests)"> 15 15 ]> … … 98 98 <xref linkend="gnome-bluetooth"/>, 99 99 <xref linkend="ibus"/>, 100 <xref linkend="libhandy "/>, and100 <xref linkend="libhandy1"/>, and 101 101 <xref linkend="ModemManager"/> and 102 102 <xref linkend="libnma"/> (for the Network Panel) -
gnome/platform/gnome-session.xml
r1f5eaa5 rc339779 6 6 7 7 <!ENTITY gnome-session-download-http 8 "&gnome-download-http;/gnome-session/&gnome-minor-3 6;/gnome-session-&gnome-session-version;.tar.xz">8 "&gnome-download-http;/gnome-session/&gnome-minor-38;/gnome-session-&gnome-session-version;.tar.xz"> 9 9 <!ENTITY gnome-session-download-ftp 10 "&gnome-download-ftp;/gnome-session/&gnome-minor-3 6;/gnome-session-&gnome-session-version;.tar.xz">11 <!ENTITY gnome-session-md5sum " cd23e30c4991ca1f477020c67ea3a540">12 <!ENTITY gnome-session-size "4 68KB">13 <!ENTITY gnome-session-buildsize "1 6MB">10 "&gnome-download-ftp;/gnome-session/&gnome-minor-38;/gnome-session-&gnome-session-version;.tar.xz"> 11 <!ENTITY gnome-session-md5sum "736024b46e2542b9b68adaa43f754f49"> 12 <!ENTITY gnome-session-size "472 KB"> 13 <!ENTITY gnome-session-buildsize "15 MB"> 14 14 <!ENTITY gnome-session-time "0.1 SBU"> 15 15 ]> … … 104 104 105 105 <para> 106 When running G nomeunder <xref linkend="wayland"/>, environment settings106 When running GNOME under <xref linkend="wayland"/>, environment settings 107 107 are not imported for the user using the system profile. The Wayland 108 108 developers are currently undecided on a standard method to provide system … … 114 114 <screen><userinput>sed 's@/bin/sh@/bin/sh -l@' -i gnome-session/gnome-session.in</userinput></screen> 115 115 116 <para revision="sysv"> 117 Adapt meson.build so that gnome-session can build without systemd: 118 </para> 119 120 <screen revision="sysv"><userinput remap="pre">sed -i "/ systemd_dep/,+3d;/if enable_systemd/a \ systemd_userunitdir = '/tmp\'" meson.build</userinput></screen> 121 116 122 <para> 117 123 Install <application>GNOME Session</application> by … … 150 156 </para> 151 157 152 <screen role="root" revision="sysv"><userinput>rm - v /usr/lib/systemd/user/gnome-session*</userinput></screen>158 <screen role="root" revision="sysv"><userinput>rm -rv /tmp/{*.d,*.target,*.service}</userinput></screen> 153 159 154 160 </sect2> -
gnome/platform/gnome-settings-daemon.xml
r1f5eaa5 rc339779 6 6 7 7 <!ENTITY gnome-settings-daemon-download-http 8 "&gnome-download-http;/gnome-settings-daemon/&gnome-minor-3 6;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">8 "&gnome-download-http;/gnome-settings-daemon/&gnome-minor-38;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz"> 9 9 <!ENTITY gnome-settings-daemon-download-ftp 10 "&gnome-download-ftp;/gnome-settings-daemon/&gnome-minor-3 6;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">11 <!ENTITY gnome-settings-daemon-md5sum " 102dc488a6a726e4050cf5ab7e967e8d">10 "&gnome-download-ftp;/gnome-settings-daemon/&gnome-minor-38;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz"> 11 <!ENTITY gnome-settings-daemon-md5sum "ac40a03be99379de432b822c0001904e"> 12 12 <!ENTITY gnome-settings-daemon-size "1.4 MB"> 13 <!ENTITY gnome-settings-daemon-buildsize " 70MB">13 <!ENTITY gnome-settings-daemon-buildsize "46 MB"> 14 14 <!ENTITY gnome-settings-daemon-time "1.1 SBU (Using parallelism=4)"> 15 15 ]> … … 136 136 137 137 <para revision="sysv"> 138 First fix libelogind detection for tests:138 First, fix libelogind detection for tests: 139 139 </para> 140 140 … … 148 148 <screen revision="sysv"><userinput>sed -i 's/(backlight->logind_proxy)/(0)/' \ 149 149 -i plugins/power/gsd-backlight.c</userinput></screen> 150 151 <para revision="systemd"> 152 First, remove older versions of the systemd units: 153 </para> 154 155 <screen revision="sysv" role="root"><userinput remap="pre">rm -v /usr/lib/systemd/user/gsd-*</userinput></screen> 150 156 151 157 <para> -
gnome/platform/gnome-shell-extensions.xml
r1f5eaa5 rc339779 6 6 7 7 <!ENTITY gnome-shell-extensions-download-http 8 "&gnome-download-http;/gnome-shell-extensions/&gnome-minor-3 6;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">8 "&gnome-download-http;/gnome-shell-extensions/&gnome-minor-38;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz"> 9 9 <!ENTITY gnome-shell-extensions-download-ftp 10 "&gnome-download-ftp;/gnome-shell-extensions/&gnome-minor-3 6;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz">11 <!ENTITY gnome-shell-extensions-md5sum " b7771b4851fc3f16dcada5e16ceb53ab">12 <!ENTITY gnome-shell-extensions-size "20 4KB">13 <!ENTITY gnome-shell-extensions-buildsize " 2.9MB">10 "&gnome-download-ftp;/gnome-shell-extensions/&gnome-minor-38;/gnome-shell-extensions-&gnome-shell-extensions-version;.tar.xz"> 11 <!ENTITY gnome-shell-extensions-md5sum "717e1b7f04cdb0bac27fd509c3128801"> 12 <!ENTITY gnome-shell-extensions-size "208 KB"> 13 <!ENTITY gnome-shell-extensions-buildsize "4.4 MB"> 14 14 <!ENTITY gnome-shell-extensions-time "less than 0.1 SBU"> 15 15 ]> … … 78 78 <bridgehead renderas="sect4">Required</bridgehead> 79 79 <para role="required"> 80 <xref linkend="js68"/> and81 80 <xref linkend="libgtop"/> 82 81 </para> -
gnome/platform/gnome-shell.xml
r1f5eaa5 rc339779 6 6 7 7 <!ENTITY gnome-shell-download-http 8 "&gnome-download-http;/gnome-shell/&gnome-minor-3 6;/gnome-shell-&gnome-shell-version;.tar.xz">8 "&gnome-download-http;/gnome-shell/&gnome-minor-38;/gnome-shell-&gnome-shell-version;.tar.xz"> 9 9 <!ENTITY gnome-shell-download-ftp 10 "&gnome-download-ftp;/gnome-shell/&gnome-minor-3 6;/gnome-shell-&gnome-shell-version;.tar.xz">11 <!ENTITY gnome-shell-md5sum " 60103fd2370e7f1cc9e7ba8c7a711379">10 "&gnome-download-ftp;/gnome-shell/&gnome-minor-38;/gnome-shell-&gnome-shell-version;.tar.xz"> 11 <!ENTITY gnome-shell-md5sum "a12f98e36f4cfc4b4f968c35edc6f778"> 12 12 <!ENTITY gnome-shell-size "1.7 MB"> 13 <!ENTITY gnome-shell-buildsize "7 0MB (including tests)">13 <!ENTITY gnome-shell-buildsize "72 MB (including tests)"> 14 14 <!ENTITY gnome-shell-time "0.2 SBU (Using parallelism=4, with tests)"> 15 15 ]> … … 167 167 168 168 <para> 169 <option>-Dextensions=false</option>: Do not build the169 <option>-Dextensions=false</option>: This option disables building the 170 170 <command>gnome-extensions</command> CLI tool. Using this option removes 171 171 the need for <xref linkend="asciidoc"/>. -
gnome/platform/gnome-user-docs.xml
r1f5eaa5 rc339779 6 6 7 7 <!ENTITY gnome-user-docs-download-http 8 "&gnome-download-http;/gnome-user-docs/&gnome-minor-3 6;/gnome-user-docs-&gnome-user-docs-version;.tar.xz">8 "&gnome-download-http;/gnome-user-docs/&gnome-minor-38;/gnome-user-docs-&gnome-user-docs-version;.tar.xz"> 9 9 <!ENTITY gnome-user-docs-download-ftp 10 "&gnome-download-ftp;/gnome-user-docs/&gnome-minor-3 6;/gnome-user-docs-&gnome-user-docs-version;.tar.xz">11 <!ENTITY gnome-user-docs-md5sum " 92cdb382830cadcb4958d920c6ec46ad">12 <!ENTITY gnome-user-docs-size "1 0MB">13 <!ENTITY gnome-user-docs-buildsize "21 5MB">10 "&gnome-download-ftp;/gnome-user-docs/&gnome-minor-38;/gnome-user-docs-&gnome-user-docs-version;.tar.xz"> 11 <!ENTITY gnome-user-docs-md5sum "c2550b6d51c81480486f881727eb25dc"> 12 <!ENTITY gnome-user-docs-size "11 MB"> 13 <!ENTITY gnome-user-docs-buildsize "216 MB"> 14 14 <!ENTITY gnome-user-docs-time "0.6 SBU (using parallelism=4)"> 15 15 ]> -
gnome/platform/mutter.xml
r1f5eaa5 rc339779 5 5 %general-entities; 6 6 7 <!ENTITY mutter-download-http "&gnome-download-http;/mutter/&gnome-minor-3 6;/mutter-&mutter-version;.tar.xz">8 <!ENTITY mutter-download-ftp "&gnome-download-ftp;/mutter/&gnome-minor-3 6;/mutter-&mutter-version;.tar.xz">9 <!ENTITY mutter-md5sum " c841bbcc1a73ce632371172ee04730ae">10 <!ENTITY mutter-size "2. 6MB">11 <!ENTITY mutter-buildsize " 248MB">12 <!ENTITY mutter-time "1. 0SBU (Using parallelism=4)">7 <!ENTITY mutter-download-http "&gnome-download-http;/mutter/&gnome-minor-38;/mutter-&mutter-version;.tar.xz"> 8 <!ENTITY mutter-download-ftp "&gnome-download-ftp;/mutter/&gnome-minor-38;/mutter-&mutter-version;.tar.xz"> 9 <!ENTITY mutter-md5sum "df053c03ed2264e7b6dfd453ed5103ea"> 10 <!ENTITY mutter-size "2.5 MB"> 11 <!ENTITY mutter-buildsize "139 MB"> 12 <!ENTITY mutter-time "1.3 SBU (Using parallelism=4)"> 13 13 ]> 14 14 … … 72 72 </listitem> 73 73 </itemizedlist> 74 75 <!-- 74 76 75 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 77 76 <itemizedlist spacing="compact"> … … 79 78 <para> 80 79 Required patch: 81 <ulink url="&patch-root;/mutter-&mutter-version;- mesa_20_fixes-1.patch"/>80 <ulink url="&patch-root;/mutter-&mutter-version;-upstream_fixes-1.patch"/> 82 81 </para> 83 82 </listitem> 84 83 </itemizedlist> 85 -->86 84 87 85 <bridgehead renderas="sect3">Mutter Dependencies</bridgehead> … … 140 138 <title>Installation of Mutter</title> 141 139 142 <!-- Not needed anymore with 3.36.1 143 <para> 144 First, apply a patch to Mutter to fix building with mesa-20.x and later: 145 </para> 146 147 <screen><userinput remap="pre">patch -Np1 -i ../mutter-&mutter-version;-mesa_20_fixes-1.patch</userinput></screen> 148 --> 140 <para> 141 First, fix a problem with the build system and bugs with wayland sessions: 142 </para> 143 144 <screen><userinput remap="pre">patch -Np1 -i ../mutter-&mutter-version;-upstream_fixes-1.patch</userinput></screen> 149 145 150 146 <para> … … 156 152 cd build && 157 153 158 meson --prefix=/usr -Dprofiler=false.. &&154 meson --prefix=/usr .. && 159 155 ninja</userinput></screen> 160 156 … … 188 184 </seg> 189 185 <seg> 190 libmutter- 6.so186 libmutter-7.so 191 187 </seg> 192 188 <seg> 193 /usr/{lib,include,libexec/installed-tests,share/{installed-tests}}/mutter- 6189 /usr/{lib,include,libexec/installed-tests,share/{installed-tests}}/mutter-7 194 190 </seg> 195 191 </seglistitem> … … 215 211 216 212 <varlistentry id="libmutter"> 217 <term><filename class="libraryfile">libmutter- 6.so</filename></term>213 <term><filename class="libraryfile">libmutter-7.so</filename></term> 218 214 <listitem> 219 215 <para> … … 221 217 </para> 222 218 <indexterm zone="mutter libmutter"> 223 <primary sortas="c-libmutter">libmutter- 6.so</primary>219 <primary sortas="c-libmutter">libmutter-7.so</primary> 224 220 </indexterm> 225 221 </listitem> -
gnome/platform/yelp.xml
r1f5eaa5 rc339779 5 5 %general-entities; 6 6 7 <!ENTITY yelp-download-http "&gnome-download-http;/yelp/&gnome-minor-3 6;/yelp-&yelp-version;.tar.xz">8 <!ENTITY yelp-download-ftp "&gnome-download-ftp;/yelp/&gnome-minor-3 6;/yelp-&yelp-version;.tar.xz">9 <!ENTITY yelp-md5sum " 32f879293f79b4042edc46aa13d82c71">7 <!ENTITY yelp-download-http "&gnome-download-http;/yelp/&gnome-minor-38;/yelp-&yelp-version;.tar.xz"> 8 <!ENTITY yelp-download-ftp "&gnome-download-ftp;/yelp/&gnome-minor-38;/yelp-&yelp-version;.tar.xz"> 9 <!ENTITY yelp-md5sum "e1bf7d21dd2b27f7b40b15e25fdf7a89"> 10 10 <!ENTITY yelp-size "1.5 MB"> 11 11 <!ENTITY yelp-buildsize "22 MB"> -
introduction/welcome/changelog.xml
r1f5eaa5 rc339779 43 43 --> 44 44 <listitem> 45 <para>October 12th, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to yelp-3.38.1. Finishes 49 <ulink url="&blfs-ticket-root;14031">#14031</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Update to gnome-user-docs-3.38.1. Part of 53 <ulink url="&blfs-ticket-root;14031">#14031</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[renodr] - Update to gdm-3.38.0. Part of 57 <ulink url="&blfs-ticket-root;14031">#14031</ulink>.</para> 58 </listitem> 59 <listitem revision="sysv"> 60 <para>[renodr] - Adapt GDM to build on SysV systems.</para> 61 </listitem> 62 <listitem> 63 <para>[renodr] - Update to gnome-session-3.38.0. Part of 64 <ulink url="&blfs-ticket-root;14031">#14031</ulink>.</para> 65 </listitem> 66 <listitem revision="sysv"> 67 <para>[renodr] - Adapt gnome-session to build on SysV systems.</para> 68 </listitem> 69 <listitem> 70 <para>[renodr] - Update to gnome-shell-extensions-3.38.1. Part of 71 <ulink url="&blfs-ticket-root;14031">#14031</ulink>.</para> 72 </listitem> 73 <listitem> 74 <para>[renodr] - Update to gnome-shell-3.38.1. Part of 75 <ulink url="&blfs-ticket-root;14031">#14031</ulink>.</para> 76 </listitem> 77 <listitem> 78 <para>[renodr] - Update to mutter-3.38.1. Part of 79 <ulink url="&blfs-ticket-root;14031">#14031</ulink>.</para> 80 </listitem> 81 <listitem> 82 <para>[renodr] - Update to gnome-control-center-3.38.1. Part of 83 <ulink url="&blfs-ticket-root;14031">#14031</ulink>.</para> 84 </listitem> 85 <listitem> 86 <para>[renodr] - Update to gnome-settings-daemon-3.38.1. Part of 87 <ulink url="&blfs-ticket-root;14031">#14031</ulink>.</para> 88 </listitem> 89 <listitem> 90 <para>[renodr] - Update to gnome-bluetooth-3.34.3. Part of 91 <ulink url="&blfs-ticket-root;14031">#14031</ulink>.</para> 92 </listitem> 93 </itemizedlist> 94 </listitem> 95 96 <listitem> 45 97 <para>October 11th, 2020</para> 46 98 <itemizedlist> -
packages.ent
r1f5eaa5 rc339779 120 120 <!--<!ENTITY JS52-version "52.2.1gnome1">--> 121 121 <!--<!ENTITY JS60-version "60.8.0">--> 122 <! ENTITY JS68-version "68.12.0">122 <!--<!ENTITY JS68-version "68.12.0">--> 123 123 <!-- for JS78 see firefox --> 124 124 <!ENTITY json-c-version "0.15">
Note:
See TracChangeset
for help on using the changeset viewer.