Changeset c647e6d


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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r32cca2cd rc647e6d  
    150150<!ENTITY gnupg2-version               "2.0.22">
    151151<!ENTITY gnutls-version               "3.3.2">
    152 <!ENTITY gpgme-version                "1.4.3">
     152<!ENTITY gpgme-version                "1.5.0">
    153153<!ENTITY haveged-version              "1.9.1">
    154154<!ENTITY iptables-version             "1.4.21">
     
    339339<!ENTITY autofs-version               "5.0.9">
    340340<!ENTITY bluez-version                "5.18">
    341 <!ENTITY colord-version               "1.2.0">    <!-- Even minors only -->
     341<!ENTITY colord-version               "1.2.1">    <!-- Even minors only -->
    342342<!ENTITY cpio-version                 "2.11">
    343343<!ENTITY dbus-version                 "1.8.2">   <!-- Even minors only -->
     
    378378<!ENTITY dejagnu-version              "1.5.1">
    379379<!ENTITY doxygen-version              "1.8.7">
    380 <!ENTITY elfutils-version             "0.158">
     380<!ENTITY elfutils-version             "0.159">
    381381<!ENTITY expect-version               "5.45">
    382382<!ENTITY gcc-version                  "4.9.0">
     
    748748<!ENTITY rxvt-unicode-version         "9.20">
    749749<!ENTITY thunderbird-version          "24.5.0">
    750 <!ENTITY transmission-version         "2.82">
     750<!ENTITY transmission-version         "2.83">
    751751<!ENTITY xchat-version                "2.8.8">
    752752<!ENTITY xdg-utils-version            "1.1.0-rc2">
  • 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
  • gnome/applications/seahorse.xml

    r32cca2cd rc647e6d  
    116116    </para>
    117117
    118 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     118<screen><userinput>./configure --prefix=/usr     \
     119            --bindir=/usr/bin \
     120            --disable-static  &amp;&amp;
    119121make</userinput></screen>
    120122
     
    133135  <sect2 role="commands">
    134136    <title>Command Explanations</title>
     137
     138    <para>
     139      <parameter>--bindir=/usr/bin</parameter>: Fix desktop file.
     140    </para>
    135141
    136142    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • introduction/welcome/changelog.xml

    r32cca2cd rc647e6d  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - Fixes to seahorse-3.12.2 (for desktop file) and,
     52          thanks to Wayne B., to WebKitGTK+-2.4.2 (gtk+2 dependency).</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - elfutils-0.159. Fixes
     56          <ulink url="&blfs-ticket-root;5088">#5088</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[fernando] - transmission-2.83. Fixes
     60          <ulink url="&blfs-ticket-root;5080">#5080</ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[fernando] - gpgme-1.5.0. Fixes
     64          <ulink url="&blfs-ticket-root;5097">#5097</ulink>.</para>
     65        </listitem>
     66        <listitem>
     67          <para>[fernando] - colord-1.2.1. Fixes
     68          <ulink url="&blfs-ticket-root;5099">#5099</ulink>.</para>
     69        </listitem>
     70        <listitem>
    5171          <para>[ken] - Update to firefox/xulrunner 29.0.1. Fixes
    5272          <ulink url="&blfs-ticket-root;4886">#4886</ulink> and
  • postlfs/security/gpgme.xml

    r32cca2cd rc647e6d  
    77  <!ENTITY gpgme-download-http " ">
    88  <!ENTITY gpgme-download-ftp  "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-&gpgme-version;.tar.bz2">
    9   <!ENTITY gpgme-md5sum        "334e524cffa8af4e2f43ae8afe585672">
    10   <!ENTITY gpgme-size          "956 KB">
    11   <!ENTITY gpgme-buildsize     "23 MB">
    12   <!ENTITY gpgme-time          "0.4 SBU">
     9  <!ENTITY gpgme-md5sum        "29e90462b29d445665e8728c66464a4f">
     10  <!ENTITY gpgme-size          "944 KB">
     11  <!ENTITY gpgme-buildsize     "17 MB (additional 1 MB for the tests)">
     12  <!ENTITY gpgme-time          "0.2 SBU (additional 0.1 SBU for the tests)">
    1313]>
    1414
     
    101101    </para>
    102102
    103 <screen><userinput>./configure --prefix=/usr \
    104 --disable-fd-passing      \
    105 --disable-gpgsm-test      &amp;&amp;
     103<screen><userinput>./configure --prefix=/usr        \
     104            --disable-fd-passing \
     105            --disable-gpgsm-test &amp;&amp;
    106106make</userinput></screen>
    107107
  • x/lib/webkitgtk2.xml

    r32cca2cd rc647e6d  
    9393      <xref linkend="enchant"/>,
    9494      <xref linkend="geoclue"/>,
    95       <xref linkend="gobject-introspection"/> and
     95      <xref linkend="gobject-introspection"/>,
     96      <xref linkend="gtk2"/> and
    9697      <xref linkend="hicolor-icon-theme"/>
    9798    </para>
  • xsoft/other/transmission.xml

    r32cca2cd rc647e6d  
    88           "http://download.transmissionbt.com/files/transmission-&transmission-version;.tar.xz">
    99  <!ENTITY transmission-download-ftp  " ">
    10   <!ENTITY transmission-md5sum        "a5ef870c0410b12d10449c2d36fa4661">
    11   <!ENTITY transmission-size          "3.1 MB">
    12   <!ENTITY transmission-buildsize     "275 MB">
    13   <!ENTITY transmission-time          "0.6 SBU">
     10  <!ENTITY transmission-md5sum        "4620cfbfefee2ce55a6fa12c3ec330a7">
     11  <!ENTITY transmission-size          "3 MB">
     12  <!ENTITY transmission-buildsize     "230 MB">
     13  <!ENTITY transmission-time          "1.1 SBU">
    1414]>
    1515
     
    7373      </listitem>
    7474    </itemizedlist>
    75 
     75<!--
    7676    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7777    <itemizedlist spacing="compact">
     
    8282       </para>
    8383      </listitem>
    84     </itemizedlist>
     84    </itemizedlist>-->
    8585
    8686    <bridgehead renderas="sect3">Transmission Dependencies</bridgehead>
     
    9696    <para role="recommended">
    9797      <xref linkend="gtk3"/> and either
    98       <xref linkend="qt4"/> or
     98      <xref linkend="qt4"/> (currently broken) or
    9999      <xref linkend="qt5"/>
    100100    </para>
     
    113113  <sect2 role="installation">
    114114    <title>Installation of Transmission</title>
    115 
     115<!--
    116116    <para>If you want to build the Qt interface using <xref linkend="qt4"/>,
    117117    apply the following patch:</para>
    118118
    119 <screen><userinput>patch -Np1 -i ../transmission-&transmission-version;-qt4-1.patch</userinput></screen>
     119<screen><userinput>patch -Np1 -i ../transmission-&transmission-version;-qt4-1.patch</userinput></screen>-->
    120120
    121121    <para>
Note: See TracChangeset for help on using the changeset viewer.