Changeset 600a3b14 for general


Ignore:
Timestamp:
12/14/2015 02:16:58 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:
1015ec3
Parents:
1eb874ce
Message:

:%s/

  • Update to glibmm-2.46.3.
  • Update to libcroco-0.6.10.

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

Location:
general/genlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glibmm.xml

    r1eb874ce r600a3b14  
    77  <!ENTITY glibmm-download-http "&gnome-download-http;/glibmm/2.46/glibmm-&glibmm-version;.tar.xz">
    88  <!ENTITY glibmm-download-ftp  "&gnome-download-ftp;/glibmm/2.46/glibmm-&glibmm-version;.tar.xz">
    9   <!ENTITY glibmm-md5sum        "cd6ca443da7c0afc6a3279170e6f85fc">
     9  <!ENTITY glibmm-md5sum        "6879e56997aed47816fafe9a7a822a87">
    1010  <!ENTITY glibmm-size          "6.2 MB">
    11   <!ENTITY glibmm-buildsize     "244 MB (with tests)">
    12   <!ENTITY glibmm-time          "2.8 SBU ((with tests)">
     11  <!ENTITY glibmm-buildsize     "241 MB (with tests)">
     12  <!ENTITY glibmm-time          "2.7 SBU ((with tests)">
    1313]>
    1414
  • general/genlib/libcroco.xml

    r1eb874ce r600a3b14  
    77  <!ENTITY libcroco-download-http "&gnome-download-http;/libcroco/0.6/libcroco-&libcroco-version;.tar.xz">
    88  <!ENTITY libcroco-download-ftp  "&gnome-download-ftp;/libcroco/0.6/libcroco-&libcroco-version;.tar.xz">
    9   <!ENTITY libcroco-md5sum        "f1863da805c9206563da06f56da1ea55">
     9  <!ENTITY libcroco-md5sum        "d4a1919e7ed3a02948e2f8418735797f">
    1010  <!ENTITY libcroco-size          "468 KB">
    1111  <!ENTITY libcroco-buildsize     "13 MB (with tests)">
     
    101101
    102102    <para>
    103       To execute the test suite, run
    104       <command>LD_LIBRARY_PATH=$(pwd)/src/.libs make test</command>.
    105       Some tests fail: searching files in wrong location, locale
    106       problems (character codes compared to characters), float point numbers not
    107       properly rounded to the same number of places are some of the reasons.
    108    </para>
     103      To execute the test suite, run <command>make -k test</command>.  Some
     104      tests fail: searching files in wrong location, locale problems
     105      (character codes compared to characters), float point numbers not
     106      properly rounded to the same number of places are some of the
     107      reasons.
     108    </para>
    109109
    110110    <para>
Note: See TracChangeset for help on using the changeset viewer.