Changeset 56e6032 for gnome


Ignore:
Timestamp:
12/28/2017 11:04:22 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
fb0655c
Parents:
13e9ee0c
Message:

Update to network-manager-applet-1.8.10.
Update to NetworkManager-1.10.2.
Update to libwacom-0.27.

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

File:
1 edited

Legend:

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

    r13e9ee0c r56e6032  
    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        "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)">
     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)">
    1515]>
    1616
     
    129129
    130130<screen><userinput>mkdir build &amp;&amp;
    131 cd build    &amp;&amp;
    132 
    133 meson --prefix=/usr           \
    134       --sysconfdir=/etc       \
    135       -Denable-libnm-gtk=true \
    136       -Denable-selinux=false  \
    137       -Denable-team=false     &amp;&amp;
     131cd    build &amp;&amp;
     132
     133meson --prefix=/usr     \
     134      --sysconfdir=/etc \
     135      -Dlibnm-gtk=true \
     136      -Dselinux=false   \
     137      -Dteam=false      &amp;&amp;
    138138ninja</userinput></screen>
    139139
Note: See TracChangeset for help on using the changeset viewer.