Changeset 1db07ae for general/genlib


Ignore:
Timestamp:
06/27/2013 02:11:11 AM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 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:
5dfa5992
Parents:
de5e135
Message:

Update to glib2-2.36.3, atk-2.8.0, at-spi2-core-2.8.0, at-spi2-atk-2.8.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    rde5e135 r1db07ae  
    55  %general-entities;
    66
    7   <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.34/glib-&glib2-version;.tar.xz">
    8   <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/2.34/glib-&glib2-version;.tar.xz">
    9   <!ENTITY glib2-md5sum        "a4ca31e258273c3761e3de2edd607661">
    10   <!ENTITY glib2-size          "6.1 MB">
    11   <!ENTITY glib2-buildsize     "225 MB">
    12   <!ENTITY glib2-time          "1.6 SBU (additional 5.0 SBU to run the test suite)">
     7  <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.36/glib-&glib2-version;.tar.xz">
     8  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/2.36/glib-&glib2-version;.tar.xz">
     9  <!ENTITY glib2-md5sum        "89180c7354b0acd3efb0a36ac05ca39c">
     10  <!ENTITY glib2-size          "6.3 MB">
     11  <!ENTITY glib2-buildsize     "185 MB">
     12  <!ENTITY glib2-time          "1.7 SBU (additional 4.8 SBU to run the test suite)">
    1313]>
    1414
     
    118118    </para>
    119119
    120 <screen><userinput>./configure --prefix=/usr --with-pcre=system &amp;&amp;
     120<screen><userinput>touch -t 201306082300 gtk-doc.make           &amp;&amp;
     121./configure --prefix=/usr --with-pcre=system &amp;&amp;
    121122make</userinput></screen>
    122123
     
    142143
    143144    <para>
    144       To test the results, issue: <command>make check</command>.
     145      To test the results, issue: <command>make -k check</command>.  The
     146      tests need to be run in a graphical environment.
    145147    </para>
    146148
     
    149151  <sect2 role="commands">
    150152    <title>Command Explanations</title>
     153
     154    <para>
     155      <command>touch -t 201306082300 gtk-doc.make</command>:
     156      Adjust a time stamp to avoid unnecessary rebuilding of documentation.
     157    </para>
    151158
    152159    <para>
Note: See TracChangeset for help on using the changeset viewer.