Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    r4a83293 rac38e9dc  
    55  %general-entities;
    66
    7   <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.42/glib-&glib2-version;.tar.xz">
    8   <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/2.42/glib-&glib2-version;.tar.xz">
    9   <!ENTITY glib2-md5sum        "89c4119e50e767d3532158605ee9121a">
    10   <!ENTITY glib2-size          "6.6 MB">
    11   <!ENTITY glib2-buildsize     "118.2 MB (additional 54 MB to run the test suite)">
    12   <!ENTITY glib2-time          "1.1 SBU (additional 3.4 SBU to run the test suite)">
     7  <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.44/glib-&glib2-version;.tar.xz">
     8  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/2.44/glib-&glib2-version;.tar.xz">
     9  <!ENTITY glib2-md5sum        "83efba4722a9674b97437d1d99af79db">
     10  <!ENTITY glib2-size          "6.9 MB">
     11  <!ENTITY glib2-buildsize     "187 MB (additional 72 MB to run the test suite)">
     12  <!ENTITY glib2-time          "0.8 SBU (additional 3.1 SBU to run the test suite)">
    1313]>
    1414
     
    3131
    3232    <para>
    33       The <application>GLib</application> package contains a low-level
     33      The <application>GLib</application> package contains low-level
    3434      libraries useful for providing data structure handling for C, portability
    3535      wrappers and interfaces for such runtime functionality as an
     
    3737    </para>
    3838
    39     &lfs76_checked;
     39    &lfs77_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7878    <para role="required">
    7979      <xref linkend="libffi"/> and
    80       <xref linkend="python2"/>
     80      <xref linkend="python2"/> or <xref linkend="python3"/>
    8181    </para>
    8282
     
    8888    <bridgehead renderas="sect4">Optional</bridgehead>
    8989    <para role="optional">
    90       <xref linkend="dbus"/> (required to run the tests),
     90      <xref linkend="dbus"/> (required for some tests),
    9191      <xref linkend="elfutils"/>,
    92       <ulink url="ftp://oss.sgi.com/projects/fam/download/stable/">FAM library</ulink>, and
    93       <xref linkend="gtk-doc"/>
     92      <xref linkend="gtk-doc"/>, and
     93      <ulink url="ftp://oss.sgi.com/projects/fam/download/stable/">FAM library</ulink>
    9494    </para>
    9595
     
    123123    <para>
    124124      The <application>GLib</application> test suite requires
    125       <application>desktop-file-utils</application> in order to run. However,
     125      <application>desktop-file-utils</application> for some tests. However,
    126126      <application>desktop-file-utils</application> requires
    127127      <application>GLib</application> in order to compile; therefore, you must
     
    142142
    143143    <para>
    144       To test the results, after installed the package, issue:
    145       <command>make -k check</command>.  The tests need to be run in a
    146       graphical environment.  Some tests may fail, for unknown reasons.
    147       One test (regex) fails when using the system pcre package.
     144      To test the results, issue: <command>make -k check</command>.
    148145    </para>
    149146
     
    162159    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    163160      href="../../xincludes/gtk-doc-rebuild.xml"/>
     161
     162    <para>
     163      <option>--with-python=python3</option>: Add this switch if you want GLib
     164      to use Python3 instead of Python2.
     165    </para>
    164166
    165167  </sect2>
     
    203205      <?dbhtml list-presentation="table"?>
    204206
     207      <varlistentry id="gapplication">
     208        <term><command>gapplication</command></term>
     209        <listitem>
     210          <para>
     211            can be used to start applications and can be used to send
     212            messages to already-running instances of other applications.
     213          </para>
     214          <indexterm zone="glib2 gapplication">
     215            <primary sortas="b-gapplication">application</primary>
     216          </indexterm>
     217        </listitem>
     218      </varlistentry>
    205219      <varlistentry id="gdbus">
    206220        <term><command>gdbus</command></term>
     
    372386          <listitem>
    373387          <para>
    374             contain a low-level core libraries for the
     388            contain low-level core libraries for the
    375389            <application>GIMP</application> Toolkit.
    376390          </para>
Note: See TracChangeset for help on using the changeset viewer.