Changeset d356833 for x/lib/pango.xml


Ignore:
Timestamp:
09/26/2012 07:37:55 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
35e84dce
Parents:
983fc68
Message:

GNOME 3.6 Part 6.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/pango.xml

    r983fc68 rd356833  
    55  %general-entities;
    66
    7   <!ENTITY pango-download-http "&gnome-download-http;/pango/1.30/pango-&pango-version;.tar.xz">
    8   <!ENTITY pango-download-ftp  "&gnome-download-ftp;/pango/1.30/pango-&pango-version;.tar.xz">
    9   <!ENTITY pango-md5sum        "ec3c1f236ee9bd4a982a5f46fcaff7b9">
    10   <!ENTITY pango-size          "1.2 MB">
    11   <!ENTITY pango-buildsize     "40 MB">
    12   <!ENTITY pango-time          "0.5 SBU">
     7  <!ENTITY pango-download-http "&gnome-download-http;/pango/1.31/pango-&pango-version;.tar.xz">
     8  <!ENTITY pango-download-ftp  "&gnome-download-ftp;/pango/1.31/pango-&pango-version;.tar.xz">
     9  <!ENTITY pango-md5sum        "12ce3955a099d91c8cafddcc9f8815a6">
     10  <!ENTITY pango-size          "1.0 MB">
     11  <!ENTITY pango-buildsize     "24 MB">
     12  <!ENTITY pango-time          "0.2 SBU">
    1313]>
    1414
     
    3333      <application>Pango</application> is a library for laying out and rendering
    3434      of text, with an emphasis on internationalization. It can be used anywhere
    35       that text layout is needed, though most of the work on Pango so far has
    36       been done in the context of the GTK+ widget toolkit.
     35      that text layout is needed, though most of the work on
     36      <application>Pango</application> so far has been done in the context of
     37      the <application>GTK+</application> widget toolkit.
    3738    </para>
    3839
     
    7576    <bridgehead renderas="sect3">Pango Dependencies</bridgehead>
    7677
    77     <!-- FreeType2 and Fontconfig pulled by Xorg Libraries -->
    7878    <bridgehead renderas="sect4">Required</bridgehead>
    7979    <para role="required">
    80       <xref linkend="cairo"/> and
     80      <xref linkend="cairo"/>,
     81      <xref linkend="harfbuzz"/> and
    8182      <xref linkend="xorg7-lib"/>
    8283    </para>
     
    8990    <bridgehead renderas="sect4">Optional</bridgehead>
    9091    <para role="optional">
    91       <xref linkend="gtk-doc"/> and
    92       <ulink url="http://linux.thai.net/libthai">LibThai</ulink>
     92      <xref linkend="gtk-doc"/>
    9393    </para>
    9494
     
    110110
    111111    <para>
    112       To test the results, issue: <command>make check</command>. You can install
    113       <xref linkend="gtk-doc"/> if you wish to test the documentation section of
    114       the test suite. Also, the <quote>testboundries</quote> test could fail if
    115       you have <application>LibThai</application> installed.
     112      To test the results, issue: <command>make check</command>.
    116113    </para>
    117114
     
    130127      </para>
    131128
    132 <screen role="root"><userinput>pango-querymodules > /etc/pango/pango.modules</userinput></screen>
     129<screen role="root"><userinput>pango-querymodules --update-cache</userinput></screen>
    133130    </note>
    134131  </sect2>
     
    172169        config files listed above.
    173170      </para>
     171
    174172    </sect3>
     173
    175174  </sect2>
    176175
     
    188187        </seg>
    189188        <seg>
    190           libpango-1.0.so, libpangocairo-1.0.so, libpangoft2-1.0.so,
    191           libpangox-1.0.so and libpangoxft-1.0.so
     189          libpango-1.0.so, libpangocairo-1.0.so, libpangoft2-1.0.so and
     190          libpangoxft-1.0.so
    192191        </seg>
    193192        <seg>
     
    231230      </varlistentry>
    232231
    233       <varlistentry id="Pango-libraries">
    234         <term><filename class="libraryfile">libpango*-1.0.so</filename></term>
     232      <varlistentry id="libpango-1">
     233        <term><filename class="libraryfile">libpango-1.0.so</filename></term>
    235234        <listitem>
    236235          <para>
     
    239238            internationalized text.
    240239          </para>
    241           <indexterm zone="pango Pango-libraries">
    242             <primary sortas="c-Pango-libraries">libpango*-1.0.so</primary>
     240          <indexterm zone="pango libpango-1">
     241            <primary sortas="c-libpango-1">libpango-1.0.so</primary>
    243242          </indexterm>
    244243        </listitem>
Note: See TracChangeset for help on using the changeset viewer.