Changeset f3979ba for general/genutils


Ignore:
Timestamp:
09/02/2014 10:53:27 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.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, krejzi/svn, 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:
cf694de
Parents:
37ffedf2
Message:

Update to exempi-2.2.2.
Update to libunistring-0.9.4.
Update to lxde-common-0.5.6.
Update to iso-codes-3.56.
Update to appstream-glib-0.3.0.
LXDM-0.5.0 fixes: typo in configure, localization and starting.

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

Location:
general/genutils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/appstream-glib.xml

    r37ffedf2 rf3979ba  
    1313  <!ENTITY appstream-glib-download-ftp  " ">
    1414  <!ENTITY appstream-glib-md5sum        "925a056455b4eef441e692423ac0c5c5">
    15   <!ENTITY appstream-glib-size          "1.5 MB">
    16   <!ENTITY appstream-glib-buildsize     "13 MB (additional 1 MB for the tests)">
     15  <!ENTITY appstream-glib-size          "1.6 MB">
     16  <!ENTITY appstream-glib-buildsize     "14 MB (additional 1 MB for the tests)">
    1717  <!ENTITY appstream-glib-time          "0.3 SBU ">
    1818]>
     
    101101      <xref linkend="DocBook"/>,
    102102      <xref linkend="docbook-xsl"/>,
    103       <xref linkend="gtk-doc"/>, and
    104       <xref linkend="libxslt"/>
     103      <xref linkend="gtk-doc"/>,
     104      <xref linkend="libxslt"/>, and
     105      <ulink url="http://pyyaml.org/download/libyaml/">yaml</ulink>
    105106    </para>
    106107
     
    119120
    120121
    121 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     122<screen><userinput>./configure --prefix=/usr    \
     123            --disable-static \
     124            --disable-dep11  &amp;&amp;
    122125make</userinput></screen>
    123126
    124127    <para>
    125       To test the results, issue: <command>make check</command>.
     128      To test the results, issue: <command>make -k check</command>. One test
     129      fails, if <ulink url="http://pyyaml.org/download/libyaml/">yaml</ulink>
     130      is not installed.
    126131    </para>
    127132
     
    142147    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    143148    href="../../xincludes/gtk-doc-rebuild.xml"/>
     149
     150    <para>
     151      <parameter>--disable-dep11</parameter>: Remove this witch, if you have
     152      <ulink url="http://pyyaml.org/download/libyaml/">yaml</ulink> installed.
     153    </para>
    144154
    145155  </sect2>
  • general/genutils/iso-codes.xml

    r37ffedf2 rf3979ba  
    1010  <!ENTITY iso-codes-download-http "http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-&iso-codes-version;.tar.xz">
    1111  <!ENTITY iso-codes-download-ftp  " ">
    12   <!ENTITY iso-codes-md5sum        "390291fa7ef954ca1feb4b3340d26c28">
    13   <!ENTITY iso-codes-size          "3.6 MB">
     12  <!ENTITY iso-codes-md5sum        "d032b2f9750bd59d350e0ccb060c8710">
     13  <!ENTITY iso-codes-size          "3.7 MB">
    1414  <!ENTITY iso-codes-buildsize     "110 MB">
    1515  <!ENTITY iso-codes-time          "0.2 SBU (additional less than 0.1 SBU for the tests)">
Note: See TracChangeset for help on using the changeset viewer.