source: x/lib/pangomm2.xml

trunk
Last change on this file was 515e9e8, checked in by Bruce Dubbs <bdubbs@…>, 12 days ago

Fix pangomm url

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