source: x/lib/pangomm.xml@ 8c350e6

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 8c350e6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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