source: x/lib/atkmm.xml@ 625040be

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 625040be was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 8 months ago

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...

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