Changeset 70b674f2 for general


Ignore:
Timestamp:
09/27/2013 01:58:13 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.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:
07c09384
Parents:
7b8992b
Message:

Update to glib-2.38.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    r7b8992b r70b674f2  
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.36/glib-&glib2-version;.tar.xz">
    88  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/2.36/glib-&glib2-version;.tar.xz">
    9   <!ENTITY glib2-md5sum        "2f4b15f7ef43d8702d067ab987bf7aba">
    10   <!ENTITY glib2-size          "6.3 MB">
    11   <!ENTITY glib2-buildsize     "167 MB">
    12   <!ENTITY glib2-time          "1.9 SBU (additional 4.8 SBU to run the test suite)">
     9  <!ENTITY glib2-md5sum        "c50d2805a76763e9b4cc4385d4ea215d">
     10  <!ENTITY glib2-size          "6.4 MB">
     11  <!ENTITY glib2-buildsize     "139 MB">
     12  <!ENTITY glib2-time          "0.9 SBU (additional 4.8 SBU to run the test suite)">
    1313]>
    1414
     
    7878    <para role="required">
    7979      <xref linkend="libffi"/>,
    80       <xref linkend="pkgconfig"/> and
     80      <xref linkend="pkgconfig"/>, and
    8181      <xref linkend="python2"/>
    8282    </para>
     
    9090    <para role="optional">
    9191      <xref linkend="attr"/>,
    92       <xref linkend="dbus"/> (required to run the tests) and
     92      <xref linkend="dbus"/> (required to run the tests), and
    9393      <xref linkend="gtk-doc"/>
    9494    </para>
     
    9696    <bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
    9797    <para role="optional">
    98       Quoted directly from the <filename>INSTALL</filename> file;
     98      Quoted directly from the <filename>INSTALL</filename> file:
    9999      <quote>Some of the mimetype-related functionality in GIO requires the
    100100      <command>update-mime-database</command> and
     
    118118    </para>
    119119
    120 <screen><userinput>touch -t 201306082300 gtk-doc.make           &amp;&amp;
    121 ./configure --prefix=/usr --with-pcre=system &amp;&amp;
     120<screen><userinput>./configure --prefix=/usr --with-pcre=system &amp;&amp;
    122121make</userinput></screen>
    123122
     
    144143    <para>
    145144      To test the results, issue: <command>make -k check</command>.  The
    146       tests need to be run in a graphical environment.
     145      tests need to be run in a graphical environment.  One test (regex)
     146      fails when using the system pcre package.
    147147    </para>
    148148
     
    151151  <sect2 role="commands">
    152152    <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>
    158153
    159154    <para>
     
    182177          glib-compile-resources, glib-compile-schemas,
    183178          glib-genmarshal, glib-gettextize, glib-mkenums,
    184           gobject-query, gresource, gsettings, gtester
     179          gobject-query, gresource, gsettings, gtester,
    185180          and gtester-report
    186181        </seg>
    187182        <seg>
    188183          libgio-2.0.so, libglib-2.0.so, libgmodule-2.0.so,
    189           libgobject-2.0.so and libgthread-2.0.so
     184          libgobject-2.0.so, and libgthread-2.0.so
    190185        </seg>
    191186        <seg>
     
    197192          /usr/share/glib-2.0,
    198193          /usr/share/gtk-doc/html/gio,
    199           /usr/share/gtk-doc/html/glib and
     194          /usr/share/gtk-doc/html/glib, and
    200195          /usr/share/gtk-doc/html/gobject
    201196        </seg>
Note: See TracChangeset for help on using the changeset viewer.