source: x/lib/pangomm.xml

trunk
Last change on this file was 1241ea19, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag xfce and dependencies

  • Property mode set to 100644
File size: 3.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY pangomm-download-http "&gnome-download-http;/pangomm/2.46/pangomm-&pangomm-version;.tar.xz">
8 <!ENTITY pangomm-download-ftp " ">
9 <!ENTITY pangomm-md5sum "5947d35899db62813531d7ea8faee60c">
10 <!ENTITY pangomm-size "680 KB">
11 <!ENTITY pangomm-buildsize "8.9 MB">
12 <!ENTITY pangomm-time "0.2 SBU">
13]>
14
15<sect1 id="pangomm" xreflabel="Pangomm-&pangomm-version;">
16 <?dbhtml filename="pangomm.html"?>
17
18
19 <title>Pangomm-&pangomm-version;</title>
20
21 <indexterm zone="pangomm">
22 <primary sortas="a-Pangomm">Pangomm</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Pangomm</title>
27
28 <para>
29 The <application>Pangomm</application> package provides a C++
30 interface to <application>Pango</application>.
31 </para>
32
33 &lfs121_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&pangomm-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&pangomm-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &pangomm-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &pangomm-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &pangomm-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &pangomm-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Pangomm Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="cairomm-1.0"/>,
74 <xref linkend="glibmm"/> and
75 <xref linkend="pango"/>
76 </para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of Pangomm</title>
82
83 <para>
84 Install <application>Pangomm</application> by running the following
85 commands:
86 </para>
87
88<screen><userinput>mkdir build &amp;&amp;
89cd build &amp;&amp;
90
91meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
92ninja</userinput></screen>
93
94 <para>
95 This package does not come with a test suite.
96 </para>
97
98 <para>
99 Now, as the <systemitem class="username">root</systemitem> user:
100 </para>
101
102<screen role="root"><userinput>ninja install</userinput></screen>
103
104 </sect2>
105
106 <sect2 role="content">
107 <title>Contents</title>
108
109 <segmentedlist>
110 <segtitle>Installed Programs</segtitle>
111 <segtitle>Installed Library</segtitle>
112 <segtitle>Installed Directories</segtitle>
113
114 <seglistitem>
115 <seg>
116 None
117 </seg>
118 <seg>
119 libpangomm-1.4.so
120 </seg>
121 <seg>
122 /usr/include/pangomm-1.4,
123 /usr/lib/pangomm-1.4, and
124 /usr/share/{devhelp/books/pangomm-1.4,doc/pangomm-&pangomm-version;}
125 </seg>
126 </seglistitem>
127 </segmentedlist>
128
129 <variablelist>
130 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
131 <?dbfo list-presentation="list"?>
132 <?dbhtml list-presentation="table"?>
133
134 <varlistentry id="libpangomm-1">
135 <term><filename class="libraryfile">libpangomm-1.4.so</filename></term>
136 <listitem>
137 <para>
138 contains the <application>Pango</application> API classes
139 </para>
140 <indexterm zone="pangomm libpangomm-1">
141 <primary sortas="c-libpangomm-1">libpangomm-1.4.so</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 </variablelist>
147
148 </sect2>
149
150</sect1>
Note: See TracBrowser for help on using the repository browser.