Changeset a1e15c4
- Timestamp:
- 08/21/2018 02:45:58 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0d0b685
- Parents:
- 6b3a3fe4
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/ibus.xml
r6b3a3fe4 ra1e15c4 8 8 <!ENTITY ibus-download-ftp " "> 9 9 <!ENTITY ibus-md5sum "6e7ad074d3e3df662bc5f40b1b0c9c1a"> 10 <!ENTITY ibus-size "2. 6MB">11 <!ENTITY ibus-buildsize " 49MB (with tests)">12 <!ENTITY ibus-time "0. 5SBU (with tests)">10 <!ENTITY ibus-size "2.7 MB"> 11 <!ENTITY ibus-buildsize "73 MB (with tests)"> 12 <!ENTITY ibus-time "0.6 SBU (with tests)"> 13 13 14 14 <!ENTITY ucd-download-http "https://www.unicode.org/Public/zipped/10.0.0/UCD.zip"> … … 38 38 </para> 39 39 40 &lfs8 3_checked;40 &lfs82_checked; 41 41 42 42 <bridgehead renderas="sect3">Package Information</bridgehead> -
gnome.ent
r6b3a3fe4 ra1e15c4 54 54 <!ENTITY gnome-bluetooth-version "3.28.2"> 55 55 <!ENTITY gnome-keyring-version "3.28.2"> 56 <!ENTITY gnome-settings-daemon-version "3.28. 0">57 <!ENTITY gnome-control-center-version "3.28. 0">56 <!ENTITY gnome-settings-daemon-version "3.28.1"> 57 <!ENTITY gnome-control-center-version "3.28.2"> 58 58 <!ENTITY mutter-version "3.28.0"> 59 59 <!ENTITY libsass-version "3.5.2"> … … 96 96 <!ENTITY gnome-weather-version "3.26.0"> 97 97 <!ENTITY gucharmap-version "10.0.4"> 98 <!ENTITY network-manager-applet-version "1.8.1 0">98 <!ENTITY network-manager-applet-version "1.8.16"> 99 99 <!ENTITY seahorse-version "3.20.0"> 100 100 <!ENTITY vinagre-version "3.22.0"> -
gnome/applications/network-manager-applet.xml
r6b3a3fe4 ra1e15c4 9 9 <!ENTITY network-manager-applet-download-ftp 10 10 "&gnome-download-ftp;/network-manager-applet/1.8/network-manager-applet-&network-manager-applet-version;.tar.xz"> 11 <!ENTITY network-manager-applet-md5sum " eae3be75e77ff1a7ea3174be25e62d03">12 <!ENTITY network-manager-applet-size "1. 4MB">13 <!ENTITY network-manager-applet-buildsize " 50MB (with tests)">14 <!ENTITY network-manager-applet-time "0. 2 SBU (using parallelism=4;with tests)">11 <!ENTITY network-manager-applet-md5sum "9f27c962b28bb156dc8a3d10d949afc5"> 12 <!ENTITY network-manager-applet-size "1.5 MB"> 13 <!ENTITY network-manager-applet-buildsize "65 MB (with tests)"> 14 <!ENTITY network-manager-applet-time "0.3 SBU (with tests)"> 15 15 ]> 16 16 … … 134 134 --sysconfdir=/etc \ 135 135 -Dselinux=false \ 136 -Dteam=false && 136 -Dteam=false \ 137 -Dmobile_broadband_provider_info=false .. && 137 138 ninja</userinput></screen> 138 139 … … 162 163 disables <application>SELinux</application> support since it is not 163 164 currently in BLFS and the build will fail without it. 165 </para> 166 <para> 167 <parameter>-Dmobile_broadband_provider_info=false</parameter>: This 168 switch forcibly disables Mobile Broadband Provider support because it 169 is not currently available in BLFS. 164 170 </para> 165 171 … … 193 199 </seg> 194 200 <seg> 195 /usr/include/{libnma,libnm-gtk} 201 /usr/include/{libnma,libnm-gtk}, /usr/share/gtk-doc/libnma 196 202 </seg> 197 203 </seglistitem> -
gnome/platform/gnome-control-center.xml
r6b3a3fe4 ra1e15c4 9 9 <!ENTITY gnome-control-center-download-ftp 10 10 "&gnome-download-ftp;/gnome-control-center/&gnome-minor-28;/gnome-control-center-&gnome-control-center-version;.tar.xz"> 11 <!ENTITY gnome-control-center-md5sum " a717df964cf2cd6798358032932986bc">11 <!ENTITY gnome-control-center-md5sum "9b6967307c49fff8d118a027ee398415"> 12 12 <!ENTITY gnome-control-center-size "5.6 MB"> 13 <!ENTITY gnome-control-center-buildsize "1 13MB">14 <!ENTITY gnome-control-center-time "0. 4 SBU (Using parallelism=4)">13 <!ENTITY gnome-control-center-buildsize "138 MB"> 14 <!ENTITY gnome-control-center-time "0.8 SBU"> 15 15 ]> 16 16 … … 134 134 cd build && 135 135 136 meson --prefix=/usr &&136 meson --prefix=/usr .. && 137 137 ninja</userinput></screen> 138 138 -
gnome/platform/gnome-settings-daemon.xml
r6b3a3fe4 ra1e15c4 9 9 <!ENTITY gnome-settings-daemon-download-ftp 10 10 "&gnome-download-ftp;/gnome-settings-daemon/&gnome-minor-28;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz"> 11 <!ENTITY gnome-settings-daemon-md5sum " 508f36ade9b97afebd32a3437b1a4c56">11 <!ENTITY gnome-settings-daemon-md5sum "8b441f756942f41c95fbaeba2f10766c"> 12 12 <!ENTITY gnome-settings-daemon-size "1.3 MB"> 13 <!ENTITY gnome-settings-daemon-buildsize " 29MB">14 <!ENTITY gnome-settings-daemon-time "0. 1 SBU (using paralleism=4)">13 <!ENTITY gnome-settings-daemon-buildsize "38 MB"> 14 <!ENTITY gnome-settings-daemon-time "0.2 SBU"> 15 15 ]> 16 16 … … 79 79 <para role="required"> 80 80 <xref linkend="colord"/>, 81 <xref linkend="fontconfig"/>, 81 82 <xref linkend="geoclue2"/>, 82 83 <xref linkend="gnome-desktop"/>, … … 126 127 cd build && 127 128 128 meson --prefix=/usr --sysconfdir=/etc &&129 meson --prefix=/usr --sysconfdir=/etc .. && 129 130 ninja</userinput></screen> 130 131 -
introduction/welcome/changelog.xml
r6b3a3fe4 ra1e15c4 45 45 <para>August 20th, 2018</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Update to kf5-5.49.0. Includes oxygen-icons5, 47 <listitem revision="systemd"> 48 <para>[renodr] - Update to gnome-control-center-3.28.2. Partially 49 fixes <ulink url="&blfs-ticket-root;10648">#10648</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Update to network-manager-applet-1.8.16. Partially 53 fixes <ulink url="&blfs-ticket-root;10649">#10649</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[renodr] - Update to ibus-1.5.19. Fixes 57 <ulink url="&blfs-ticket-root;10996">#10996</ulink>.</para> 58 </listitem> 59 <listitem revision="systemd"> 60 <para>[renodr] - Update to gnome-settings-daemon-3.28.1. Partially 61 fixes <ulink url="&blfs-ticket-root;10648">#10648</ulink>.</para> 62 </listitem> 63 <listitem> 64 <para>[renodr] - Fix NetworkManager build with libnm-glib.</para> 65 </listitem> 66 <listitem> 67 <para>[bdubbs] - Update to kf5-5.49.0. Includes oxygen-icons5, 49 68 extra-cmake-modules, and breeze-icons. Fixes 50 69 <ulink url="&blfs-ticket-root;10842">#10842</ulink>.</para> -
networking/netutils/networkmanager.xml
r6b3a3fe4 ra1e15c4 148 148 </para> 149 149 150 <screen revision="sysv"><userinput>CXXFLAGS="-O2 -fPIC" \ 150 <screen revision="sysv"><userinput>sed -i 's/1,12,2/1,12.2/' libnm-core/nm-version.h && 151 CXXFLAGS="-O2 -fPIC" \ 151 152 ./configure --prefix=/usr \ 152 153 --sysconfdir=/etc \ 153 154 --localstatedir=/var \ 154 155 --with-nmtui \ 156 --with-libnm-glib \ 155 157 --disable-ppp \ 156 158 --disable-json-validation \ -
packages.ent
r6b3a3fe4 ra1e15c4 242 242 <!ENTITY icon-naming-utils-version "0.8.90"> 243 243 <!ENTITY highlight-version "3.44"> 244 <!ENTITY ibus-version "1.5.1 8">244 <!ENTITY ibus-version "1.5.19"> 245 245 <!ENTITY imagemagick6-version "6.9.9"> 246 246 <!ENTITY imagemagick-version "7.0.7">
Note:
See TracChangeset
for help on using the changeset viewer.