Changeset 02740fb8
- Timestamp:
- 12/01/2017 01:27:07 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.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:
- 7a90fe5
- Parents:
- 9640e5c
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r9640e5c r02740fb8 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 30"> <!-- Always 2 digits -->4 <!ENTITY month "1 1"> <!-- Always 2 digits -->3 <!ENTITY day "01"> <!-- Always 2 digits --> 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> 6 6 <!ENTITY copyrightdate "2001-&year;"> 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate " November 30th, &year;">9 <!ENTITY releasedate "December 1st, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
gnome.ent
r9640e5c r02740fb8 92 92 <!ENTITY gnome-weather-version "3.26.0"> 93 93 <!ENTITY gucharmap-version "10.0.2"> 94 <!ENTITY network-manager-applet-version "1.8. 4">94 <!ENTITY network-manager-applet-version "1.8.6"> 95 95 <!ENTITY seahorse-version "3.20.0"> 96 96 <!ENTITY vinagre-version "3.22.0"> -
gnome/applications/network-manager-applet.xml
r9640e5c r02740fb8 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 " d796b3d8b0ee940e89b5572869e5379c">12 <!ENTITY network-manager-applet-size "1. 5MB">13 <!ENTITY network-manager-applet-buildsize " 68 MB (an additonal 1 MB fortests)">14 <!ENTITY network-manager-applet-time "0. 8 SBU (less than 0.1 SBU fortests)">11 <!ENTITY network-manager-applet-md5sum "9fd564a430201d0a8ff34f5ab50fc609"> 12 <!ENTITY network-manager-applet-size "1.4 MB"> 13 <!ENTITY network-manager-applet-buildsize "40 MB (with tests)"> 14 <!ENTITY network-manager-applet-time "0.2 SBU (with tests)"> 15 15 ]> 16 16 … … 128 128 </para> 129 129 130 <screen><userinput>./configure --prefix=/usr \ 131 --sysconfdir=/etc \ 132 --disable-static \ 133 --without-selinux \ 134 --without-team && 135 make</userinput></screen> 136 137 <para> 138 To test the results, issue: <command>make check</command>. 130 <screen><userinput>mkdir build && 131 cd build && 132 133 meson --prefix=/usr \ 134 --sysconfdir=/etc \ 135 -Denable-selinux=false \ 136 -Denable-team=false && 137 ninja</userinput></screen> 138 139 <para> 140 To test the results, issue: <command>ninja test</command>. 139 141 </para> 140 142 … … 143 145 </para> 144 146 145 <screen role="root"><userinput> makeinstall</userinput></screen>147 <screen role="root"><userinput>ninja install</userinput></screen> 146 148 147 149 </sect2> -
introduction/welcome/changelog.xml
r9640e5c r02740fb8 43 43 --> 44 44 <listitem> 45 <para>December 1st, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[dj] - Update to network-manager-applet-1.8.6. Fixes 49 <ulink url="&blfs-ticket-root;10006">#10006</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>November 30th, 2017</para> 46 56 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.