Changeset 02740fb8


Ignore:
Timestamp:
12/01/2017 01:27:07 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
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
Children:
7a90fe5
Parents:
9640e5c
Message:

Update to network-manager-applet-1.8.6. Fixes #10006.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9640e5c r02740fb8  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "30">                   <!-- Always 2 digits -->
    4 <!ENTITY month        "11">                   <!-- Always 2 digits -->
     3<!ENTITY day          "01">                   <!-- Always 2 digits -->
     4<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
    66<!ENTITY copyrightdate "2001-&year;">
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 30th, &year;">
     9<!ENTITY releasedate  "December 1st, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • gnome.ent

    r9640e5c r02740fb8  
    9292<!ENTITY gnome-weather-version             "3.26.0">
    9393<!ENTITY gucharmap-version                 "10.0.2">
    94 <!ENTITY network-manager-applet-version    "1.8.4">
     94<!ENTITY network-manager-applet-version    "1.8.6">
    9595<!ENTITY seahorse-version                  "3.20.0">
    9696<!ENTITY vinagre-version                   "3.22.0">
  • gnome/applications/network-manager-applet.xml

    r9640e5c r02740fb8  
    99  <!ENTITY network-manager-applet-download-ftp
    1010           "&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.5 MB">
    13   <!ENTITY network-manager-applet-buildsize     "68 MB (an additonal 1 MB for tests)">
    14   <!ENTITY network-manager-applet-time          "0.8 SBU (less than 0.1 SBU for tests)">
     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)">
    1515]>
    1616
     
    128128    </para>
    129129
    130 <screen><userinput>./configure --prefix=/usr       \
    131             --sysconfdir=/etc   \
    132             --disable-static    \
    133             --without-selinux   \
    134             --without-team      &amp;&amp;
    135 make</userinput></screen>
    136 
    137     <para>
    138       To test the results, issue: <command>make check</command>.
     130<screen><userinput>mkdir build &amp;&amp;
     131cd build    &amp;&amp;
     132
     133meson --prefix=/usr          \
     134      --sysconfdir=/etc      \
     135      -Denable-selinux=false \
     136      -Denable-team=false    &amp;&amp;
     137ninja</userinput></screen>
     138
     139    <para>
     140      To test the results, issue: <command>ninja test</command>.
    139141    </para>
    140142
     
    143145    </para>
    144146
    145 <screen role="root"><userinput>make install</userinput></screen>
     147<screen role="root"><userinput>ninja install</userinput></screen>
    146148
    147149  </sect2>
  • introduction/welcome/changelog.xml

    r9640e5c r02740fb8  
    4343-->
    4444    <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>
    4555      <para>November 30th, 2017</para>
    4656      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.