source: archive/atk.xml

trunk
Last change on this file was f501df2, checked in by Douglas R. Reno <renodr@…>, 17 months ago

Archive ATK.

This is due to it's files now being provided by at-spi2-core.

  • Property mode set to 100644
File size: 4.4 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 atk-download-http "&gnome-download-http;/atk/&atk-minor;/atk-&atk-version;.tar.xz">
8 <!ENTITY atk-download-ftp "&gnome-download-ftp;/atk/&atk-minor;/atk-&atk-version;.tar.xz">
9 <!ENTITY atk-md5sum "4dcea15cbf166706c166fc4fee05e3f8">
10 <!ENTITY atk-size "300 KB">
11 <!ENTITY atk-buildsize "8.6 MB">
12 <!ENTITY atk-time "less than 0.1 SBU">
13]>
14
15<sect1 id="atk" xreflabel="ATK-&atk-version;">
16 <?dbhtml filename="atk.html" ?>
17
18
19 <title>ATK-&atk-version;</title>
20
21 <indexterm zone="atk">
22 <primary sortas="a-ATK">ATK</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to ATK</title>
27
28 <para>
29 <application>ATK</application> provides the set of accessibility
30 interfaces that are implemented by other toolkits and applications.
31 Using the <application>ATK</application> interfaces, accessibility
32 tools have full access to view and control running applications.
33 </para>
34
35 &lfs112_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&atk-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&atk-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &atk-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &atk-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &atk-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &atk-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">ATK Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="glib2"/>
76 </para>
77
78 <bridgehead renderas="sect4">Recommended (Required if building GNOME)</bridgehead>
79 <para role="recommended">
80 <xref linkend="gobject-introspection"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="gtk-doc"/>
86 </para>
87
88 <para condition="html" role="usernotes">User Notes:
89 <ulink url="&blfs-wiki;/atk"/>
90 </para>
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of ATK</title>
95
96 <para>
97 Install <application>ATK</application> by running
98 the following commands:
99 </para>
100
101<screen><userinput>mkdir build &amp;&amp;
102cd build &amp;&amp;
103
104meson --prefix=/usr --buildtype=release .. &amp;&amp;
105ninja</userinput></screen>
106
107 <para>
108 This package does not come with a test suite.
109 </para>
110
111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:
113 </para>
114
115<screen role="root"><userinput>ninja install</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/meson-buildtype-release.xml"/>
124 </sect2>
125
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Programs</segtitle>
131 <segtitle>Installed Library</segtitle>
132 <segtitle>Installed Directories</segtitle>
133
134 <seglistitem>
135 <seg>
136 None
137 </seg>
138 <seg>
139 libatk-1.0.so
140 </seg>
141 <seg>
142 /usr/include/atk-1.0
143 </seg>
144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="libatk">
153 <term><filename class="libraryfile">libatk-1.0.so</filename></term>
154 <listitem>
155 <para>
156 contains functions that are used by assistive technologies
157 to interact with the desktop applications
158 </para>
159 <indexterm zone="atk libatk">
160 <primary sortas="c-libatk">libatk-1.0.so</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 </variablelist>
166
167 </sect2>
168
169</sect1>
Note: See TracBrowser for help on using the repository browser.