Ignore:
Timestamp:
01/27/2016 10:35:15 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.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, nosym, 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:
7e02806
Parents:
0b81c46
Message:
  • Re-Update to wicd-1.7.4. Upstream tarball changed, with fixes.
  • Update to gnupg-2.1.11.
  • Update to cmake-3.4.3.
  • Update to xkeyboard-config-2.17.
  • Update to curl-7.47.0.
  • Update to nautilus-3.18.5.
  • Update to firefox-44.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/wicd.xml

    r0b81c46 r724ab41  
    88  <!ENTITY wicd-download-ftp  " ">
    99  <!ENTITY wicd-md5sum        "aaa2e9f5320849e0b5d053099a6f0007">
    10   <!ENTITY wicd-size          "620 KB">
    11   <!ENTITY wicd-buildsize     "4.4 MB">
     10  <!ENTITY wicd-size          "536 KB">
     11  <!ENTITY wicd-buildsize     "4.2 MB">
    1212  <!ENTITY wicd-time          "less than 0.1 SBU">
    1313]>
     
    102102    commands:</para>
    103103
    104 <screen><userinput>sed -e "s/ 'CHANGES',//" \
    105     -e "/wpath.logrotate\|wpath.systemd/d" \
     104<screen><userinput>sed -e "/wpath.logrotate\|wpath.systemd/d" \
    106105    -e "/detection failed/ a\                self.init=\'init\/default\/wicd\'" \
    107106    -i.orig setup.py &amp;&amp;;
     
    129128
    130129    <para><command>sed -e ... -i setup.py</command>: The first expression in
    131     this <command>sed</command> command prevents a build failure (trying
    132     installation of nonexistent file "CHANGES"). The second one prevents
    133     installation of logrotate and systemd configuration files. You may omit it
    134     if you use these utilities. The third one fixes building with BLFS.</para>
     130    this <command>sed</command> command prevents installation of logrotate and
     131    systemd configuration files. You may omit it if you use these utilities. The
     132    second one fixes building with BLFS.</para>
    135133
    136134    <para><command>rm po/*.po</command>: This command removes the international
Note: See TracChangeset for help on using the changeset viewer.