Changeset a54950b


Ignore:
Timestamp:
04/06/2005 11:04:16 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:
56091937
Parents:
cf068ee
Message:

Added indexing tags and a test suite note to Pango.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    rcf068ee ra54950b  
    9494gobject-query</seg>
    9595<seg>libglib-2.0.so, libgobject-2.0.so, libgmodule-2.0.so and
    96 libgthread-2.0</seg>
     96libgthread-2.0.so</seg>
    9797<seg>/usr/include/glib-2.0, /usr/lib/glib-2.0 and
    9898/usr/share/glib-2.0</seg>
  • x/lib/pango.xml

    rcf068ee ra54950b  
    2020<?dbhtml filename="pango.html" ?>
    2121<title>Pango-&pango-version;</title>
     22<indexterm zone="pango">
     23<primary sortas="a-Pango">Pango</primary></indexterm>
    2224
    2325<sect2>
     
    7173
    7274<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    73 make &amp;&amp;
    74 make install</command></userinput></screen>
     75make</command></userinput></screen>
     76
     77<para>To test the results, issue: <command>make check</command>.</para>
     78
     79<para>Now, as the root user:</para>
     80
     81<screen><userinput role="root"><command>make install</command></userinput></screen>
    7582
    7683</sect2>
     
    9299<title>Configuring <application>Pango</application></title>
    93100
    94 <sect3><title>Config files</title>
     101<sect3 id="pango-config"><title>Config files</title>
    95102<para><filename>/etc/pango/pangorc</filename>,
    96103<filename>~/.pangorc</filename> and the file specified in the
    97104environment variable <envar>PANGO_RC_FILE</envar></para>
     105
     106  <indexterm zone="pango pango-config">
     107      <primary sortas="e-etc-pango-pangorc">/etc/pango/pangorc</primary>
     108  </indexterm>
     109 
     110  <indexterm zone="pango pango-config">
     111    <primary sortas="e-AA.pangorc">~/.pangorc</primary>
     112  </indexterm>
     113 
    98114</sect3>
    99115
     
    109125<title>Contents</title>
    110126
    111 <para>The <application>Pango</application> package contains
    112 <command>pango-querymodules</command>,
    113 <filename class="libraryfile">libpango</filename> libraries and
    114 <application>Pango</application> loadable modules.</para>
     127<segmentedlist>
     128<segtitle>Installed Program</segtitle>
     129<segtitle>Installed Libraries</segtitle>
     130<segtitle>Installed Directories</segtitle>
     131<seglistitem>
     132<seg>pango-querymodules</seg>
     133<seg>libpango*.so and <application>Pango</application> loadable
     134modules.</seg>
     135<seg>/etc/pango, /usr/include/pango-1.0, /usr/lib/pango and
     136/usr/share/gtk-doc/html/pango</seg>
     137</seglistitem>
     138</segmentedlist>
    115139
    116 </sect2>
     140<variablelist>
     141<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     142<?dbfo list-presentation="list"?>
    117143
    118 <sect2><title>Description</title>
     144<varlistentry id="pango-querymodules">
     145<term><command>pango-querymodules</command></term>
     146<listitem><para>is a module registration utility that collects
     147information about <application>Pango</application> loadable
     148modules.</para>
     149<indexterm zone="pango pango-querymodules">
     150<primary sortas="b-pango-querymodules"></primary></indexterm>
     151</listitem>
     152</varlistentry>
    119153
    120 <sect3><title>pango-querymodules</title>
    121 <para><command>pango-querymodules</command> is a module registration utility
    122 that collects information about <application>Pango</application> loadable
    123 modules</para></sect3>
     154<varlistentry id="Pango-libraries">
     155<term>Pango libraries</term>
     156<listitem><para>contain low level layout rendering routines, a high
     157level driver for laying out entire blocks of text, and routines
     158to assist in editing internationalized text.</para>
     159<indexterm zone="pango Pango-libraries">
     160<primary sortas="b-Pango-libraries"></primary></indexterm>
     161</listitem>
     162</varlistentry>
    124163
    125 <sect3><title>Pango libraries</title>
    126 <para><application>Pango</application> libraries contain low level layout
    127 rendering routines, a high level driver for laying out entire blocks of text,
    128 and routines to assist in editing internationalized text.</para></sect3>
     164</variablelist>
    129165
    130166</sect2>
Note: See TracChangeset for help on using the changeset viewer.