Changeset 28b61748 for x


Ignore:
Timestamp:
11/12/2012 10:15:41 PM (11 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:
a2bf8b17
Parents:
8a5b462
Message:

Package upgrades, minor fixes throughout the book and Pangox compat adition to pango instructions.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/pango.xml

    r8a5b462 r28b61748  
    1111  <!ENTITY pango-buildsize     "24 MB">
    1212  <!ENTITY pango-time          "0.2 SBU">
     13
     14  <!ENTITY pangox-download-http "&gnome-download-http;/pangox-compat/0.0/pangox-compat-&pangox-version;.tar.xz">
     15  <!ENTITY pangox-download-ftp  "&gnome-download-ftp;/pangox-compat/0.0/pangox-compat-&pangox-version;.tar.xz">
     16  <!ENTITY pangox-md5sum        "7bcbd0187f03e1e27af9a81e07249c33">
     17  <!ENTITY pangox-size          "264 KB">
     18  <!ENTITY pangox-buildsize     "3.2 MB">
     19  <!ENTITY pangox-time          "less than 0.1 SBU">
     20
    1321]>
    1422
     
    7078        <para>
    7179          Estimated build time: &pango-time;
     80        </para>
     81      </listitem>
     82    </itemizedlist>
     83
     84    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     85    <itemizedlist spacing="compact">
     86      <listitem>
     87        <para>
     88          Download (HTTP): <ulink url="&pangox-download-http;"/>
     89        </para>
     90      </listitem>
     91      <listitem>
     92        <para>
     93          Download (FTP): <ulink url="&pangox-download-ftp;"/>
     94        </para>
     95      </listitem>
     96      <listitem>
     97        <para>
     98          Download MD5 sum: &pangox-md5sum;
     99        </para>
     100      </listitem>
     101      <listitem>
     102        <para>
     103          Download size: &pangox-size;
     104        </para>
     105      </listitem>
     106      <listitem>
     107        <para>
     108          Estimated disk space required: &pangox-buildsize;
     109        </para>
     110      </listitem>
     111      <listitem>
     112        <para>
     113          Estimated build time: &pangox-time;
    72114        </para>
    73115      </listitem>
     
    129171<screen role="root"><userinput>pango-querymodules --update-cache</userinput></screen>
    130172    </note>
     173
     174  </sect2>
     175
     176  <sect2 role="installation">
     177    <title>Installation of Pangox Compat</title>
     178
     179    <para>
     180      Install <application>Pangox Compat</application> by running the following
     181      commands:
     182    </para>
     183
     184<screen><userinput>./configure --prefix=/usr \
     185            --sysconfdir=/etc \
     186            --disable-static &amp;&amp;
     187make</userinput></screen>
     188
     189    <para>
     190      This package does not come with a testsuite.
     191    </para>
     192
     193    <para>
     194      Now, as the <systemitem class="username">root</systemitem> user:
     195    </para>
     196
     197<screen role="root"><userinput>make install</userinput></screen>
     198
    131199  </sect2>
    132200
    133201  <sect2 role="commands">
    134202    <title>Command Explanations</title>
     203
     204    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     205      href="../../xincludes/static-libraries.xml"/>
    135206
    136207    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    187258        </seg>
    188259        <seg>
    189           libpango-1.0.so, libpangocairo-1.0.so, libpangoft2-1.0.so and
    190           libpangoxft-1.0.so
     260          libpango-1.0.so, libpangocairo-1.0.so, libpangoft2-1.0.so,
     261          libpangox-1.0.so and libpangoxft-1.0.so
    191262        </seg>
    192263        <seg>
Note: See TracChangeset for help on using the changeset viewer.