source: x/lib/at-spi2-core.xml@ ffef0bb

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since ffef0bb was 3df352ac, checked in by Pierre Labastie <pierre.labastie@…>, 13 months ago

Update to at-spi2-core-2.48.3

  • Property mode set to 100644
File size: 8.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 at-spi2-core-download-http
8 "&gnome-download-http;/at-spi2-core/2.48/at-spi2-core-&at-spi2-core-version;.tar.xz">
9 <!ENTITY at-spi2-core-download-ftp
10 "&gnome-download-ftp;/at-spi2-core/2.48/at-spi2-core-&at-spi2-core-version;.tar.xz">
11 <!ENTITY at-spi2-core-md5sum "4ef1875d9e7035f672d494b997c892af">
12 <!ENTITY at-spi2-core-size "541 KB">
13 <!ENTITY at-spi2-core-buildsize "20 MB (with tests)">
14 <!ENTITY at-spi2-core-time "less than 0.1 SBU (with tests, except if there is a timeout)">
15]>
16
17<sect1 id="at-spi2-core" xreflabel="at-spi2-core-&at-spi2-core-version;">
18 <?dbhtml filename="at-spi2-core.html"?>
19
20
21 <title>at-spi2-core-&at-spi2-core-version;</title>
22
23 <indexterm zone="at-spi2-core">
24 <primary sortas="a-at-spi2-core">at-spi2-core</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to At-Spi2 Core</title>
29
30 <para>
31 The <application>At-Spi2 Core</application> package contains a
32 comprehensive accessibility framework for the Assistive Technologies
33 available on the <application>GNOME</application> platform. This includes
34 a set of interfaces which are implemented by other toolkits and
35 applications.
36 </para>
37
38 &lfs113_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&at-spi2-core-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&at-spi2-core-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &at-spi2-core-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &at-spi2-core-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &at-spi2-core-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &at-spi2-core-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">At-Spi2 Core Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="dbus"/>,
79 <xref linkend="glib2"/>,
80 <!-- Reports "Cannot get the default GSettingsSchemaSource" on
81 startup w/o it. -->
82 <xref role="runtime" linkend="gsettings-desktop-schemas"/> (Runtime),
83 and <xref linkend="xorg7-lib"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
87 <para role="optional">
88 <xref linkend="gobject-introspection"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="gi-docgen"/>
94 </para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/at-spi2-core"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of At-Spi2 Core</title>
103
104 <para>
105 Install <application>At-Spi2 Core</application> by running the following
106 commands:
107 </para>
108
109<screen revision="sysv"><userinput>mkdir build &amp;&amp;
110cd build &amp;&amp;
111
112meson setup .. \
113 --prefix=/usr \
114 --buildtype=release \
115 -Dsystemd_user_dir=/tmp &amp;&amp;
116ninja</userinput></screen>
117
118<screen revision="systemd"><userinput>mkdir build &amp;&amp;
119cd build &amp;&amp;
120
121meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
122ninja</userinput></screen>
123
124 <para>
125 A session bus address, normally available in an Xorg terminal,
126 is necessary to run the tests. The test suite also requires the glib
127 schemas of the package to be installed already. To test the results,
128 install the package first, then issue: <command>ninja test</command>.
129 One test, <filename>atk-test</filename>, is known to timeout on some
130 systems.
131 </para>
132
133 <para>
134 Now, as the <systemitem class="username">root</systemitem> user:
135 </para>
136
137<screen role="root" revision="systemd"><userinput>ninja install</userinput></screen>
138<screen role="root" revision="sysv"><userinput>ninja install &amp;&amp;
139rm /tmp/at-spi-dbus-bus.service</userinput></screen>
140
141 </sect2>
142
143 <sect2 role="commands">
144 <title>Command Explanations</title>
145
146 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
147 href="../../xincludes/meson-buildtype-release.xml"/>
148
149 <para revision="sysv">
150 <parameter>-Dsystemd_user_dir=/tmp</parameter>: This flag puts the
151 systemd unit file in /tmp where it will be removed. SysV is unable to
152 use this file.
153 </para>
154
155 <para>
156 <option>-Ddocs=true</option>: Use this switch if you want to build the
157 documentation. Note that you must have
158 <xref role="nodep" linkend="gi-docgen"/> installed on your system.
159 </para>
160
161 </sect2>
162
163 <sect2 role="content">
164 <title>Contents</title>
165
166 <segmentedlist>
167 <segtitle>Installed Programs</segtitle>
168 <segtitle>Installed Library</segtitle>
169 <segtitle>Installed Directories</segtitle>
170
171 <seglistitem>
172 <!-- <seg> No user executable programs
173 at-spi-bus-launcher and at-spi2-registryd in /usr/libexec
174 </seg> -->
175 <seg>
176 None
177 </seg>
178 <seg>
179 libatk-1.0.so,
180 libatk-bridge-2.0.so,
181 libatspi.so, and
182 /usr/lib/gtk-2.0/modules/libatk-bridge.so
183 </seg>
184 <seg>
185 /usr/include/atk-1.0,
186 /usr/include/at-spi-2.0,
187 /usr/include/at-spi2-atk,
188 /usr/lib/gnome-settings-daemon-3.0,
189 /usr/share/defaults/at-spi2, and
190 /usr/share/gtk-doc/html/libatspi (optional)
191 </seg>
192 </seglistitem>
193 </segmentedlist>
194
195 <variablelist>
196 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
197 <?dbfo list-presentation="list"?>
198 <?dbhtml list-presentation="table"?>
199
200 <!-- Not user executable programs
201 <varlistentry id="at-spi2-registryd">
202 <term><command>at-spi2-registryd</command></term>
203 <listitem>
204 <para>
205 is the <application>At-Spi2</application> registry daemon.
206 </para>
207 <indexterm zone="at-spi2-core at-spi2-registryd">
208 <primary sortas="b-at-spi2-registryd">at-spi2-registryd</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212 -->
213
214 <varlistentry id="libatk-1.0">
215 <term><filename class="libraryfile">libatk-1.0.so</filename></term>
216 <listitem>
217 <para>
218 contains functions that are used by assistive technologies to
219 interact with desktop applications
220 </para>
221 <indexterm zone="at-spi2-core libatk-1.0">
222 <primary sortas="c-libatk-1.0">libatk-1.0.so</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 <varlistentry id="libatk-bridge">
228 <term><filename class="libraryfile">libatk-bridge.so</filename></term>
229 <listitem>
230 <para>
231 contains the Accessibility Toolkit GTK+-2 bridge
232 </para>
233 <indexterm zone="at-spi2-core libatk-bridge">
234 <primary sortas="c-libatk-bridge">libatk-bridge.so</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 <varlistentry id="libatk-bridge-2.0">
240 <term><filename class="libraryfile">libatk-bridge-2.0.so</filename></term>
241 <listitem>
242 <para>
243 contains the Accessibility Toolkit GTK+ module
244 </para>
245 <indexterm zone="at-spi2-core libatk-bridge-2.0">
246 <primary sortas="c-libatk-bridge-2.0">libatk-bridge-2.0.so</primary>
247 </indexterm>
248 </listitem>
249 </varlistentry>
250
251 <varlistentry id="libatspi">
252 <term><filename class="libraryfile">libatspi.so</filename></term>
253 <listitem>
254 <para>
255 contains the <application>At-Spi2</application> API functions
256 </para>
257 <indexterm zone="at-spi2-core libatspi">
258 <primary sortas="c-libatspi">libatspi.so</primary>
259 </indexterm>
260 </listitem>
261 </varlistentry>
262
263 </variablelist>
264
265 </sect2>
266
267</sect1>
Note: See TracBrowser for help on using the repository browser.