Changeset c647e6d for general


Ignore:
Timestamp:
05/24/2014 08:03:22 PM (10 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.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
137a99d
Parents:
32cca2cd
Message:

colord-1.2.1, gpgme-1.5.0, transmission-2.83 and elfutils-0.159. Fixes to seahorse-3.12.2 (for desktop file) and, thanks to Wayne B., to WebKitGTK+-2.4.2 (gtk+2 dependency).

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

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/elfutils.xml

    r32cca2cd rc647e6d  
    88          "https://fedorahosted.org/releases/e/l/elfutils/&elfutils-version;/elfutils-&elfutils-version;.tar.bz2">
    99  <!ENTITY elfutils-download-ftp  " ">
    10   <!ENTITY elfutils-md5sum        "050a4909e452d01ab4747fd69d4036e0">
    11   <!ENTITY elfutils-size          "4.8 MB">
    12   <!ENTITY elfutils-buildsize     "91 MB">
    13   <!ENTITY elfutils-time          "0.7 SBU">
     10  <!ENTITY elfutils-md5sum        "1f45a18231c782ccd0966059e2e42ea9">
     11  <!ENTITY elfutils-size          "5.3 MB">
     12  <!ENTITY elfutils-buildsize     "71 MB (additional 3 MB for the tests)">
     13  <!ENTITY elfutils-time          "0.7 SBU (additional 0.2 SBU for the tests)">
    1414]>
    1515
     
    9090
    9191    <para>
    92       To test the results, issue: <command>make check</command>.
     92      To test the results, issue: <command>make -k check</command>. One test
     93      is known to fail in some architectures.
    9394    </para>
    9495
     
    127128        </seg>
    128129        <seg>
    129           libasm.{a,so}, libdw.{a,so}, libebl.a, and libelf.{a,so}
     130          libasm.{a,so}, libdw.{a,so}, libebl.a, libelf.{a,so}, and
     131          some for different architectures under /usr/lib/elfutils
    130132        </seg>
    131133        <seg>
  • general/sysutils/colord.xml

    r32cca2cd rc647e6d  
    88           "http://www.freedesktop.org/software/colord/releases/colord-&colord-version;.tar.xz">
    99  <!ENTITY colord-download-ftp  " ">
    10   <!ENTITY colord-md5sum        "740b321a32c6e54d28e6d043007947ea">
     10  <!ENTITY colord-md5sum        "452e02b3a7cc3ae5b4fc9bef304a6902">
    1111  <!ENTITY colord-size          "1.2 MB">
    12   <!ENTITY colord-buildsize     "32 MB (additional 3 MB to rebuild and install the API documentation, and 3 MB for the tests)">
    13   <!ENTITY colord-time          "0.7 SBU">
     12  <!ENTITY colord-buildsize     "31 MB (additional 3 MB to rebuild and install the API documentation, and 2 MB for the tests)">
     13  <!ENTITY colord-time          "0.5 SBU (additional 0.1 SBU for the tests)">
    1414]>
    1515
     
    105105      (To build the example tools),
    106106      <xref linkend="docbook-utils"/>,
    107       <xref linkend="gtk-doc"/> and
     107      <xref linkend="gtk-doc"/>,
     108      <xref linkend="libxslt"/> and
    108109      <xref linkend="sane"/>
    109110    </para>
     
    140141            --enable-systemd-login=no    \
    141142            --disable-bash-completion    \
    142             --disable-static             &amp;&amp;
     143            --disable-static             \
     144            --with-systemdsystemunitdir=no &amp;&amp;
    143145make</userinput></screen>
    144146
     
    166168      of LFS/BLFS. If you use <application>systemd</application>,
    167169      replace "no" by "yes".
    168 
    169170    </para>
    170171
     
    192193      <command>configure</command> to look for
    193194      <application>Systemd</application> libraries.
     195    </para>
     196
     197    <para>
     198      <option>--with-systemdsystemunitdir=no</option>: Disable
     199      attempting to build with systemd libraries.
    194200    </para>
    195201
Note: See TracChangeset for help on using the changeset viewer.