source: x/lib/atk.xml@ fe0192e

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fe0192e was adf17153, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more --buildtype=release addition

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