glfs/x/lib/pangomm.xml
Pierre Labastie e1e58be454 Remove all ftp urls
neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...
2023-10-15 21:43:08 +02:00

151 lines
3.9 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY pangomm-download-http "&gnome-download-http;/pangomm/2.46/pangomm-&pangomm-version;.tar.xz">
<!ENTITY pangomm-download-ftp " ">
<!ENTITY pangomm-md5sum "7af783bb04de766fafaaad26c9ed475a">
<!ENTITY pangomm-size "660 KB">
<!ENTITY pangomm-buildsize "10 MB">
<!ENTITY pangomm-time "0.2 SBU">
]>
<sect1 id="pangomm" xreflabel="Pangomm-&pangomm-version;">
<?dbhtml filename="pangomm.html"?>
<title>Pangomm-&pangomm-version;</title>
<indexterm zone="pangomm">
<primary sortas="a-Pangomm">Pangomm</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Pangomm</title>
<para>
The <application>Pangomm</application> package provides a C++
interface to <application>Pango</application>.
</para>
&lfs120_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&pangomm-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&pangomm-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &pangomm-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &pangomm-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &pangomm-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &pangomm-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Pangomm Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="cairomm-1.0"/>,
<xref linkend="glibmm"/> and
<xref linkend="pango"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Pangomm</title>
<para>
Install <application>Pangomm</application> by running the following
commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
ninja</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>ninja install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
libpangomm-1.4.so
</seg>
<seg>
/usr/include/pangomm-1.4,
/usr/lib/pangomm-1.4, and
/usr/share/{devhelp/books/pangomm-1.4,doc/pangomm-&pangomm-version;}
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libpangomm-1">
<term><filename class="libraryfile">libpangomm-1.4.so</filename></term>
<listitem>
<para>
contains the <application>Pango</application> API classes
</para>
<indexterm zone="pangomm libpangomm-1">
<primary sortas="c-libpangomm-1">libpangomm-1.4.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>