Changeset 5941d6e1 for networking


Ignore:
Timestamp:
12/26/2014 04:10:38 PM (9 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.7, 7.8, 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:
2d7f5f9a
Parents:
5e18698b
Message:

OpenJDK-1.8.0.25: reinstate java cacerts test.
Update to wicd-1.7.3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/wicd.xml

    r5e18698b r5941d6e1  
    77  <!ENTITY wicd-download-http "http://launchpad.net/wicd/&wicd-major-version;/&wicd-version;/+download/wicd-&wicd-version;.tar.gz">
    88  <!ENTITY wicd-download-ftp  " ">
    9   <!ENTITY wicd-md5sum        "c2435ddfdef0b9898852d72a85a45f0f">
    10   <!ENTITY wicd-size          "429 KB">
    11   <!ENTITY wicd-buildsize     "4.2 MB">
     9  <!ENTITY wicd-md5sum        "162ca2e6f4ab903bb7ab2bc0adb7d1aa">
     10  <!ENTITY wicd-size          "532 KB">
     11  <!ENTITY wicd-buildsize     "4.1 MB">
    1212  <!ENTITY wicd-time          "less than 0.1 SBU">
    1313]>
     
    108108    commands:</para>
    109109
    110 <screen><userinput>sed -i '/wpath.logrotate\|wpath.systemd/d' setup.py &amp;&amp;
     110<screen><userinput>sed -e "/wpath.logrotate\|wpath.systemd/d' \
     111    -e "/detection failed/ a\                self.init=\'init\/default\/wicd\'" \
     112    -i setup.py                                     &amp;&amp;
    111113rm po/*.po                                          &amp;&amp;
    112114
     
    115117                          --no-install-pmutils \
    116118                          --no-install-init    \
     119                          --no-install-gnome-shell-extensions \
    117120                          --docdir=/usr/share/doc/wicd-&wicd-version;</userinput></screen>
    118121
     
    128131    <title>Command Explanations</title>
    129132
    130     <para><command>sed -i '/wpath...</command>: This <command>sed</command>
    131     prevents installation of <command>logrotate</command> and systemd
    132     configuration files. You may omit it if you use these utilities.</para>
     133    <para><command>sed -e ... -i setup.py</command>: The first command in this
     134    <command>sed</command> prevents installation of
     135    <command>logrotate</command> and systemd configuration files. You may omit
     136    it if you use these utilities. The second command in this
     137    <command>sed</command> fixes buildng with BLFS
     138    <quote>distro</quote>.</para>
    133139
    134140    <para><command>rm po/*.po</command>: This command removes the international
     
    151157    <para><option>--no-install-init</option>: Prevent installation of any init scripts,
    152158    as a bootscript is installed later in the instructions.</para>
     159
     160    <para><option>--no-install-gnome-shell-extensions</option>: Prevent
     161    installation of the respective extensions. Remove this switch, if you are
     162    using Gnome Shell.</para>
    153163
    154164    <para><option>--wicdgroup=<replaceable>&lt;group&gt;</replaceable></option>:
     
    217227        <seg>wicd, wicd-cli, wicd-client, wicd-curses, and wicd-gtk</seg>
    218228        <seg>none</seg>
    219         <seg>/etc/wicd, /usr/lib/python&python2-majorver;/site-packages/wicd, /usr/share/doc/wicd,
    220         /usr/share/pixmaps/wicd, /usr/share/wicd, /var/lib/wicd, and /var/log/wicd</seg>
     229        <seg>/etc/wicd, /usr/lib/python&python2-majorver;/site-packages/wicd,
     230        /usr/share/doc/wicd-&wicd-version;, /usr/share/pixmaps/wicd,
     231        /usr/share/wicd, /var/lib/wicd, /var/log/wicd, and /var/run/wicd</seg>
    221232      </seglistitem>
    222233    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.