source: x/lib/atkmm2.xml

trunk
Last change on this file was 4d077226, checked in by Douglas R. Reno <renodr@…>, 2 weeks ago

Dependency tweaks for new packages

Also a minor style fix for gtkmm3

  • Property mode set to 100644
File size: 3.8 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 atkmm-download-http "&gnome-download-http;/atkmm/2.36/atkmm-&atkmm2-version;.tar.xz">
8 <!ENTITY atkmm-download-ftp " ">
9 <!ENTITY atkmm-md5sum "8b03a39a5e3dd0d3c040ece345f7a786">
10 <!ENTITY atkmm-size "780 KB">
11 <!ENTITY atkmm-buildsize "11 MB">
12 <!ENTITY atkmm-time "0.2 SBU">
13]>
14
15<sect1 id="atkmm2" xreflabel="Atkmm-&atkmm-version;">
16 <?dbhtml filename="atkmm2.html"?>
17
18
19 <title>Atkmm-&atkmm2-version;</title>
20
21 <indexterm zone="atkmm2">
22 <primary sortas="a-Atkmm2">Atkmm</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Atkmm</title>
27
28 <para>
29 <application>Atkmm</application> is the official C++ interface for the
30 ATK accessibility toolkit library. This version is part of a new API for
31 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="&atkmm-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&atkmm-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &atkmm-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &atkmm-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &atkmm-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &atkmm-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Atkmm Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="at-spi2-core"/> and
75 <xref linkend="glibmm2"/>
76 </para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of Atkmm</title>
82
83 <para>
84 Install <application>Atkmm</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 libatkmm-2.36.so
120 </seg>
121 <seg>
122 /usr/{include,lib}/atkmm-2.36 and
123 /usr/share/{devhelp/books/atkmm-2.36,doc/atkmm-&atkmm-version;}
124 </seg>
125 </seglistitem>
126 </segmentedlist>
127
128 <variablelist>
129 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
130 <?dbfo list-presentation="list"?>
131 <?dbhtml list-presentation="table"?>
132
133 <varlistentry id="libatkmm-2">
134 <term><filename class="libraryfile">libatkmm-2.36.so</filename></term>
135 <listitem>
136 <para>
137 contains the <application>ATK</application> API classes
138 </para>
139 <indexterm zone="atkmm2 libatkmm-2">
140 <primary sortas="c-libatkmm-2">libatkmm-2.36.so</primary>
141 </indexterm>
142 </listitem>
143 </varlistentry>
144
145 </variablelist>
146
147 </sect2>
148
149</sect1>
Note: See TracBrowser for help on using the repository browser.