Changeset 3b900300


Ignore:
Timestamp:
04/05/2005 11:37:37 PM (19 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
b409cd8
Parents:
0697dc1
Message:

Added indexing tags and a test suite note to GLib2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    r0697dc1 r3b900300  
    2020<?dbhtml filename="glib2.html"?>
    2121<title>GLib-&glib2-version;</title>
     22<indexterm zone="glib2">
     23<primary sortas="a-GLib2">GLib2</primary></indexterm>
    2224
    2325<sect2>
     
    6264
    6365<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    64 make &amp;&amp;
    65 make install</command></userinput></screen>
     66make</command></userinput></screen>
     67
     68<para>To test the results, issue: <command>make check</command>.</para>
     69
     70<para>Now, as the root user:</para>
     71
     72<screen><userinput role="root"><command>make install</command></userinput></screen>
    6673
    6774</sect2>
     
    7986<title>Contents</title>
    8087
    81 <para>The <application>glib</application> package contains
    82 <command>glib-genmarshal</command>,
    83 <command>glib-gettextize</command>,
    84 <command>glib-mkenums</command>,
    85 <command>gobject-query</command>,
    86 <filename class="libraryfile">libglib-2.0</filename>,
    87 <filename class="libraryfile">libgobject-2.0</filename>,
    88 <filename class="libraryfile">libgmodule-2.0</filename> and
    89 <filename class="libraryfile">libgthread-2.0</filename>
    90 libraries.</para>
     88<segmentedlist>
     89<segtitle>Installed Programs</segtitle>
     90<segtitle>Installed Libraries</segtitle>
     91<segtitle>Installed Directories</segtitle>
     92<seglistitem>
     93<seg>glib-genmarshal, glib-gettextize, glib-mkenums and
     94gobject-query</seg>
     95<seg>libglib-2.0.so, libgobject-2.0.so, libgmodule-2.0.so and
     96libgthread-2.0</seg>
     97<seg>/usr/include/glib-2.0, /usr/lib/glib-2.0 and
     98/usr/share/glib-2.0</seg>
     99</seglistitem>
     100</segmentedlist>
    91101
    92 </sect2>
     102<variablelist>
     103<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     104<?dbfo list-presentation="list"?>
    93105
    94 <sect2><title>Description</title>
     106<varlistentry id="glib-genmarshal">
     107<term><command>glib-genmarshal</command></term>
     108<listitem><para>is a C code marshaller generation utility for GLib
     109closures.</para>
     110<indexterm zone="glib2 glib-genmarshal">
     111<primary sortas="b-glib-genmarshal"></primary></indexterm>
     112</listitem>
     113</varlistentry>
    95114
    96 <sect3><title>glib-genmarshal</title>
    97 <para><command>glib-genmarshal</command> is a C code marshaller generation
    98 utility for GLib closures.</para></sect3>
     115<varlistentry id="glib-gettextize">
     116<term><command>glib-gettextize</command></term>
     117<listitem><para>is a variant of the <application>gettext</application>
     118internationalization utility.</para>
     119<indexterm zone="glib2 glib-gettextize">
     120<primary sortas="b-glib-gettextize"></primary></indexterm>
     121</listitem>
     122</varlistentry>
    99123
    100 <sect3><title>glib-gettextize</title>
    101 <para><command>glib-gettextize</command> is a variant of the
    102 <application>gettext</application> internationalization utility.</para></sect3>
     124<varlistentry id="glib-mkenums">
     125<term><command>glib-mkenums</command></term>
     126<listitem><para>is a C language enum description generation utility.</para>
     127<indexterm zone="glib2 glib-mkenums">
     128<primary sortas="b-glib-mkenums"></primary></indexterm>
     129</listitem>
     130</varlistentry>
    103131
    104 <sect3><title>glib-mkenums</title>
    105 <para><command>glib-mkenums</command> is a C language enum description
    106 generation utility.</para></sect3>
     132<varlistentry id="gobject-query">
     133<term><command>gobject-query</command></term>
     134<listitem><para>is a small utility that draws a tree of types.</para>
     135<indexterm zone="glib2 gobject-query">
     136<primary sortas="b-gobject-query"></primary></indexterm>
     137</listitem>
     138</varlistentry>
    107139
    108 <sect3><title>gobject-query</title>
    109 <para><command>gobject-query</command> is a small utility that draws a tree
    110 of types.</para></sect3>
     140<varlistentry id="GLib-libraries">
     141<term>GLib libraries</term>
     142<listitem><para>contain a low-level core library for the
     143<application><acronym>GIMP</acronym></application> Toolkit.</para>
     144<indexterm zone="glib2 GLib-libraries">
     145<primary sortas="b-GLib-libraries"></primary></indexterm>
     146</listitem>
     147</varlistentry>
    111148
    112 <sect3><title>GLib libraries</title>
    113 <para>GLib libraries contain a low-level core library for the
    114 <application><acronym>GIMP</acronym></application> Toolkit.</para></sect3>
     149</variablelist>
    115150
    116151</sect2>
Note: See TracChangeset for help on using the changeset viewer.