Ignore:
Timestamp:
01/24/2016 08:01:02 AM (9 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
f587275
Parents:
54789f3
Message:

Merge Chapter 9 changes from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16835 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    r54789f3 r83f6c770  
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.46/glib-&glib2-version;.tar.xz">
    88  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/2.46/glib-&glib2-version;.tar.xz">
    9   <!ENTITY glib2-md5sum        "7f815d6e46df68e070cb421ed7f110e">
    10   <!ENTITY glib2-size          "7.0 MB">
    11   <!ENTITY glib2-buildsize     "186 MB (additional 72 MB to run the test suite)">
    12   <!ENTITY glib2-time          "1.0 SBU (additional 3.1 SBU to run the test suite)">
     9  <!ENTITY glib2-md5sum        "7f815d6e46df68e070cb421ed7f1139e">
     10  <!ENTITY glib2-size          "7.1 MB">
     11  <!ENTITY glib2-buildsize     "187 MB (additional 74 MB for tests)">
     12  <!ENTITY glib2-time          "0.8 SBU (additional 3.3 SBU for tests)">
    1313]>
    1414
     
    142142
    143143    <para>
    144       To test the results, issue: <command>make -k check</command>.
     144      To test the results, after having installed the package, issue:
     145      <command>make -k check</command>. Two tests produce errors.
    145146    </para>
    146147
     
    161162
    162163    <para>
    163       <option>--with-python=python3</option>: Add this switch if you want GLib
    164       to use Python3 instead of Python2.
     164      <option>--with-python=/usr/bin/python3</option>: Add this switch if you
     165      want GLib to use Python3 instead of Python2.
    165166    </para>
    166167
     
    201202        <seg>
    202203          /usr/include/gio-unix-2.0,
    203           /usr/include/glib-2.0,
    204           /usr/lib/gio,
    205           /usr/lib/glib-2.0,
    206           /usr/share/glib-2.0,
    207           /usr/share/gtk-doc/html/gio,
    208           /usr/share/gtk-doc/html/glib, and
    209           /usr/share/gtk-doc/html/gobject
     204          /usr/{include,lib,share}/glib-2.0
     205          /usr/lib/gio, and
     206          /usr/share/gtk-doc/html/{gio,glib,gobject}
    210207        </seg>
    211208      </seglistitem>
     
    221218        <listitem>
    222219          <para>
    223             can be used to start applications and can be used to send 
    224             messages to already-running instances of other applications. 
     220            can be used to start applications and can be used to send
     221            messages to already-running instances of other applications.
    225222          </para>
    226223          <indexterm zone="glib2 gapplication">
Note: See TracChangeset for help on using the changeset viewer.