Ignore:
Timestamp:
08/21/2018 02:45:58 AM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
0d0b685
Parents:
6b3a3fe4
Message:

Fix a typo in the changelog
Fix NetworkManager for building libnm-glib and add a sed to fix a build issue with nm-applet
Update to network-manager-applet-1.8.16
Update to gnome-control-center-3.28.2
Update to gnome-settings-daemon-3.28.1
Update to ibus-1.5.19

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/network-manager-applet.xml

    r6b3a3fe4 ra1e15c4  
    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    "eae3be75e77ff1a7ea3174be25e62d03">
    12   <!ENTITY network-manager-applet-size      "1.4 MB">
    13   <!ENTITY network-manager-applet-buildsize "50 MB (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)">
    1515]>
    1616
     
    134134      --sysconfdir=/etc \
    135135      -Dselinux=false   \
    136       -Dteam=false      &amp;&amp;
     136      -Dteam=false      \
     137      -Dmobile_broadband_provider_info=false .. &amp;&amp;
    137138ninja</userinput></screen>
    138139
     
    162163      disables <application>SELinux</application> support since it is not
    163164      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.
    164170    </para>
    165171
     
    193199        </seg>
    194200        <seg>
    195           /usr/include/{libnma,libnm-gtk}
     201          /usr/include/{libnma,libnm-gtk}, /usr/share/gtk-doc/libnma
    196202        </seg>
    197203      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.