Changeset a2912ff for x/lib/pangomm.xml


Ignore:
Timestamp:
07/24/2012 04:17:44 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:
3af204c
Parents:
2ba0c1a
Message:

XML Polishing, Part 2. Set libpng (again) as required for Cairo, since it requires too many switches if it is not present, thus making it realy required.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/pangomm.xml

    r2ba0c1a ra2912ff  
    1313]>
    1414
    15 <sect1 id="pangomm" xreflabel="pangomm-&pangomm-version;">
     15<sect1 id="pangomm" xreflabel="Pangomm-&pangomm-version;">
    1616  <?dbhtml filename="pangomm.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>pangomm-&pangomm-version;</title>
     23  <title>Pangomm-&pangomm-version;</title>
    2424
    2525  <indexterm zone="pangomm">
    26     <primary sortas="a-pangomm">pangomm</primary>
     26    <primary sortas="a-Pangomm">Pangomm</primary>
    2727  </indexterm>
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to pangomm</title>
     30    <title>Introduction to Pangomm</title>
    3131
    32     <para>The <application>pangomm</application> package provides a C++
    33     interface to <application>Pango</application>.</para>
     32    <para>
     33      The <application>Pangomm</application> package provides a C++
     34      interface to <application>Pango</application>.
     35    </para>
    3436
    3537    &lfs70_checked;
     
    3840    <itemizedlist spacing="compact">
    3941      <listitem>
    40         <para>Download (HTTP): <ulink url="&pangomm-download-http;"/></para>
     42        <para>
     43          Download (HTTP): <ulink url="&pangomm-download-http;"/>
     44        </para>
    4145      </listitem>
    4246      <listitem>
    43         <para>Download (FTP): <ulink url="&pangomm-download-ftp;"/></para>
     47        <para>
     48          Download (FTP): <ulink url="&pangomm-download-ftp;"/>
     49        </para>
    4450      </listitem>
    4551      <listitem>
    46         <para>Download MD5 sum: &pangomm-md5sum;</para>
     52        <para>
     53          Download MD5 sum: &pangomm-md5sum;
     54        </para>
    4755      </listitem>
    4856      <listitem>
    49         <para>Download size: &pangomm-size;</para>
     57        <para>
     58          Download size: &pangomm-size;
     59        </para>
    5060      </listitem>
    5161      <listitem>
    52         <para>Estimated disk space required: &pangomm-buildsize;</para>
     62        <para>
     63          Estimated disk space required: &pangomm-buildsize;
     64        </para>
    5365      </listitem>
    5466      <listitem>
    55         <para>Estimated build time: &pangomm-time;</para>
     67        <para>
     68          Estimated build time: &pangomm-time;
     69        </para>
    5670      </listitem>
    5771    </itemizedlist>
    5872
    59     <bridgehead renderas="sect3">pangomm Dependencies</bridgehead>
     73    <bridgehead renderas="sect3">Pangomm Dependencies</bridgehead>
    6074
    6175    <bridgehead renderas="sect4">Required</bridgehead>
     
    6781
    6882    <para condition="html" role="usernotes">User Notes:
    69     <ulink url="&blfs-wiki;/pangomm"/></para>
    70 
     83      <ulink url="&blfs-wiki;/pangomm"/>
     84    </para>
    7185  </sect2>
    7286
    7387  <sect2 role="installation">
    74     <title>Installation of pangomm</title>
     88    <title>Installation of Pangomm</title>
    7589
    76     <para>Install <application>pangomm</application> by running the following
    77     commands:</para>
     90    <para>
     91      Install <application>Pangomm</application> by running the following
     92      commands:
     93    </para>
    7894
    7995<screen><userinput>./configure --prefix=/usr &amp;&amp;
    8096make</userinput></screen>
    8197
    82     <para>This package does not come with a test suite.</para>
     98    <para>
     99      This package does not come with a test suite.
     100    </para>
    83101
    84     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     102    <para>
     103      Now, as the <systemitem class="username">root</systemitem> user:
     104    </para>
    85105
    86106<screen role="root"><userinput>make install</userinput></screen>
     
    116136        <term><filename class='libraryfile'>libpangomm-1.4.so</filename></term>
    117137        <listitem>
    118           <para>contains the <application>Pango</application> API classes.</para>
     138          <para>
     139            contains the <application>Pango</application> API classes.
     140          </para>
    119141          <indexterm zone="pangomm libpangomm-1.4">
    120142            <primary sortas="c-libpangomm-1.4">libpangomm-1.4.so</primary>
Note: See TracChangeset for help on using the changeset viewer.