Changeset 7d4fb1d for x/lib


Ignore:
Timestamp:
07/30/2004 06:35:49 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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:
4a93a3c
Parents:
9f94cd9
Message:

Added pkgconfig as an optional dependency of lcms; added configuration information and updated package contents for Pango

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/pango.xml

    r9f94cd9 r7d4fb1d  
    3737<sect4><title>Optional</title>
    3838<para>
    39 <ulink url="http://freedesktop.org/~fontconfig/release/">Xft</ulink> (included in <xref linkend="xfree86"/> or <xref linkend="xorg"/>),
    40 <xref linkend="freetype2"/>,
    41 <xref linkend="fontconfig"/> and
    42 <xref linkend="gtk-doc"/>
     39<ulink url="http://freedesktop.org/~fontconfig/release/">Xft</ulink>
     40(included in <xref linkend="xfree86"/> or <xref linkend="xorg"/>),
     41<xref linkend="fontconfig"/> and <xref linkend="gtk-doc"/>
    4342</para></sect4>
    4443</sect3>
     
    5251<application>Xft</application>, the <envar>PKG_CONFIG_PATH</envar> must
    5352include <filename class="directory">/usr/X11R6/lib/pkgconfig</filename>.
    54 This is a good time to
    55 add it if you haven't already. You can utilize the example for
    56 <filename>X.sh</filename> to create a script for modifying this
    57 variable located in the section <xref linkend="postlfs-config-profile"/>.</para>
     53This is a good time to add it if you haven't already. You can utilize the
     54example for <filename>X.sh</filename> to create a script for modifying this
     55variable located in the section <xref linkend="postlfs-config-profile"/>.
     56</para>
    5857
    59 <para>Install <application>Pango</application> by running the following commands:</para>
     58<para>Install <application>Pango</application> by running the following
     59commands:</para>
    6060
    6161<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     
    7979
    8080<sect2>
     81<title>Configuring <application>Pango</application></title>
     82
     83<sect3><title>Config files</title>
     84<para><filename>/etc/pango/pangorc</filename>,
     85<filename>~/.pangorc</filename> and the file specified in the
     86environment variable <envar>PANGO_RC_FILE</envar></para>
     87</sect3>
     88
     89<sect3><title>Configuration Information</title>
     90<para>The <application>Pango</application> module path is specified by the key
     91<userinput><parameter>Pango/ModulesPath</parameter></userinput> in the
     92<application>Pango</application> config database, which is read from the
     93config files listed above.</para></sect3>
     94
     95</sect2>
     96
     97<sect2>
    8198<title>Contents</title>
    8299
    83 <para>The <application>Pango</application> package contains <filename
    84 class="libraryfile">libpango</filename> libraries.</para>
     100<para>The <application>Pango</application> package contains
     101<command>pango-querymodules</command>,
     102<filename class="libraryfile">libpango</filename> libraries and
     103<application>Pango</application> loadable modules.</para>
    85104
    86105</sect2>
     
    88107<sect2><title>Description</title>
    89108
     109<sect3><title>pango-querymodules</title>
     110<para><command>pango-querymodules</command> is a module registration utility
     111that collects information about <application>Pango</application> loadable
     112modules</para></sect3>
     113
    90114<sect3><title>Pango libraries</title>
    91 <para><application>Pango</application> libraries contain low level layout rendering routines, a
    92 high level driver for laying out entire blocks of text, and routines to
    93 assist in editing internationalized text.</para></sect3>
     115<para><application>Pango</application> libraries contain low level layout
     116rendering routines, a high level driver for laying out entire blocks of text,
     117and routines to assist in editing internationalized text.</para></sect3>
    94118
    95119</sect2>
Note: See TracChangeset for help on using the changeset viewer.