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

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 59f1def was 4628237e, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Another typo :)

  • Property mode set to 100644
File size: 8.1 KB
RevLine 
[f6b650a8]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
[0d7900a]7 <!ENTITY at-spi2-core-download-http
[1514851]8 "&gnome-download-http;/at-spi2-core/2.46/at-spi2-core-&at-spi2-core-version;.tar.xz">
[0d7900a]9 <!ENTITY at-spi2-core-download-ftp
[1514851]10 "&gnome-download-ftp;/at-spi2-core/2.46/at-spi2-core-&at-spi2-core-version;.tar.xz">
11 <!ENTITY at-spi2-core-md5sum "16e85a40442d80be960b4e1e3992fd5b">
12 <!ENTITY at-spi2-core-size "528 KB">
13 <!ENTITY at-spi2-core-buildsize "20 MB (with tests)">
14 <!ENTITY at-spi2-core-time "0.2 SBU (with tests)">
[f6b650a8]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>
[1514851]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.
[f6b650a8]36 </para>
37
[0942224]38 &lfs112_checked;
[f6b650a8]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">
[54666831]78 <xref linkend="dbus"/>,
[6102095a]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),
[c807a2b]83 and <xref linkend="xorg7-lib"/>
[f6b650a8]84 </para>
85
[4849cdc]86 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
87 <para role="optional">
[f6b650a8]88 <xref linkend="gobject-introspection"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="gtk-doc"/>
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
[a468270d]109<screen revision="sysv"><userinput>mkdir build &amp;&amp;
110cd build &amp;&amp;
111
[adf17153]112meson --prefix=/usr \
113 --buildtype=release \
[92195dd1]114 -Dsystemd_user_dir=/tmp .. &amp;&amp;
[a468270d]115ninja</userinput></screen>
116
117<screen revision="systemd"><userinput>mkdir build &amp;&amp;
[462f1ad]118cd build &amp;&amp;
119
[adf17153]120meson --prefix=/usr --buildtype=release .. &amp;&amp;
[462f1ad]121ninja</userinput></screen>
[f6b650a8]122
123 <para>
[adda766]124 A session bus address, normally available in an Xorg terminal,
[1514851]125 is necessary to run the tests. The test suite also requires the glib
126 schemas of the package to be installed already. To test the results,
[b4b3892]127 install the package first, then issue: <command>ninja test</command>.
[f6b650a8]128 </para>
[1514851]129
[f6b650a8]130 <para>
131 Now, as the <systemitem class="username">root</systemitem> user:
132 </para>
133
[92195dd1]134<screen role="root" revision="systemd"><userinput>ninja install</userinput></screen>
135<screen role="root" revision="sysv"><userinput>ninja install &amp;&amp;
136rm /tmp/at-spi-dbus-bus.service</userinput></screen>
[f6b650a8]137
138 </sect2>
139
[a468270d]140
141 <sect2 role="commands" revision="sysv">
[f6b650a8]142 <title>Command Explanations</title>
143
[a468270d]144 <para>
[92195dd1]145 <parameter>-Dsystemd_user_dir=/tmp</parameter>: This flag puts the
[8558044]146 systemd unit file in /tmp where it will be removed. SysV, is unable to
[92195dd1]147 use this file.
[a468270d]148 </para>
[f6b650a8]149
150 </sect2>
151
[adf17153]152 <sect2 role="commands">
153 <title>Command Explanations</title>
154
155 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
156 href="../../xincludes/meson-buildtype-release.xml"/>
157
158 </sect2>
159
[f6b650a8]160 <sect2 role="content">
161 <title>Contents</title>
162
163 <segmentedlist>
[910d888]164 <segtitle>Installed Programs</segtitle>
[f6b650a8]165 <segtitle>Installed Library</segtitle>
166 <segtitle>Installed Directories</segtitle>
167
168 <seglistitem>
[462f1ad]169 <!-- <seg> No user executable programs
170 at-spi-bus-launcher and at-spi2-registryd in /usr/libexec
[1db07ae]171 </seg> -->
[13507eb]172 <seg>
173 None
174 </seg>
[f6b650a8]175 <seg>
[1514851]176 libatk-1.0.so,
177 libatk-bridge-2.0.so,
178 libatspi.so, and
179 /usr/lib/gtk-2.0/modules/libatk-bridge.so
[f6b650a8]180 </seg>
181 <seg>
[1514851]182 /usr/include/atk-1.0,
[bc1d337]183 /usr/include/at-spi-2.0,
[1514851]184 /usr/include/at-spi2-atk,
185 /usr/lib/gnome-settings-daemon-3.0,
[bc1d337]186 /usr/share/defaults/at-spi2, and
[f6b650a8]187 /usr/share/gtk-doc/html/libatspi
188 </seg>
189 </seglistitem>
190 </segmentedlist>
191
192 <variablelist>
193 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
194 <?dbfo list-presentation="list"?>
195 <?dbhtml list-presentation="table"?>
196
[298fee30]197 <!-- Not user executable programs
[f6b650a8]198 <varlistentry id="at-spi2-registryd">
199 <term><command>at-spi2-registryd</command></term>
200 <listitem>
201 <para>
202 is the <application>At-Spi2</application> registry daemon.
203 </para>
204 <indexterm zone="at-spi2-core at-spi2-registryd">
205 <primary sortas="b-at-spi2-registryd">at-spi2-registryd</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
[298fee30]209 -->
[f6b650a8]210
[1514851]211 <varlistentry id="libatk-1.0">
212 <term><filename class="libraryfile">libatk-1.0.so</filename></term>
213 <listitem>
214 <para>
215 contains functions that are used by assistive technologies to
216 interact with desktop applications
217 </para>
218 <indexterm zone="at-spi2-core libatk-1.0">
219 <primary sortas="c-libatk-1.0">libatk-1.0.so</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 <varlistentry id="libatk-bridge">
225 <term><filename class="libraryfile">libatk-bridge.so</filename></term>
226 <listitem>
227 <para>
228 contains the Accessibility Toolkit GTK+-2 bridge
229 </para>
230 <indexterm zone="at-spi2-core libatk-bridge">
231 <primary sortas="c-libatk-bridge">libatk-bridge.so</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236 <varlistentry id="libatk-bridge-2.0">
237 <term><filename class="libraryfile">libatk-bridge-2.0.so</filename></term>
238 <listitem>
239 <para>
[4628237e]240 contains the Accessibility Toolkit GTK+ module
[1514851]241 </para>
242 <indexterm zone="at-spi2-core libatk-bridge-2.0">
243 <primary sortas="c-libatk-bridge-2.0">libatk-bridge-2.0.so</primary>
244 </indexterm>
245 </listitem>
246 </varlistentry>
247
[f6b650a8]248 <varlistentry id="libatspi">
[983fc68]249 <term><filename class="libraryfile">libatspi.so</filename></term>
[f6b650a8]250 <listitem>
251 <para>
[4c24eb0a]252 contains the <application>At-Spi2</application> API functions
[f6b650a8]253 </para>
254 <indexterm zone="at-spi2-core libatspi">
255 <primary sortas="c-libatspi">libatspi.so</primary>
256 </indexterm>
257 </listitem>
258 </varlistentry>
259
260 </variablelist>
261
262 </sect2>
263
264</sect1>
Note: See TracBrowser for help on using the repository browser.