source: gnome/add/at-spi.xml@ b0db915

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b0db915 was b56f06c3, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated the GNOME Accessibility packages' instructions to be compatible with the GNOME-2.14.2 update

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6231 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY at-spi-download-http "&gnome-download-http;/at-spi/1.7/at-spi-&at-spi-version;.tar.bz2">
8 <!ENTITY at-spi-download-ftp "&gnome-download-ftp;/at-spi/1.7/at-spi-&at-spi-version;.tar.bz2">
9 <!ENTITY at-spi-md5sum "2988cd21d9f292fd404a8c532fe2723d">
10 <!ENTITY at-spi-size "696 KB">
11 <!ENTITY at-spi-buildsize "19.7 MB">
12 <!ENTITY at-spi-time "0.6 SBU">
13]>
14
15<sect1 id="at-spi" xreflabel="AT SPI-&at-spi-version;">
16 <?dbhtml filename="at-spi.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>AT SPI-&at-spi-version;</title>
24
25 <indexterm zone="at-spi">
26 <primary sortas="a-AT-SPI">AT SPI</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to AT SPI</title>
31
32 <para>The <application>AT SPI</application> package contains the Assistive
33 Technology Service Provider Interface. This is useful for redirecting
34 UI events to accessible applications and adaptive/assistive
35 technologies.</para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&at-spi-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&at-spi-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &at-spi-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &at-spi-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &at-spi-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &at-spi-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">AT SPI Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required"><xref linkend="gail"/> and
63 <xref linkend="libbonobo"/></para>
64
65 <bridgehead renderas="sect4">Optional</bridgehead>
66 <para role="optional"><xref linkend="intltool"/> and
67 <xref linkend="gtk-doc"/></para>
68
69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/at-spi"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of AT SPI</title>
76
77 <para>Install <application>AT SPI</application> by running the
78 following commands:</para>
79
80<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
81 --libexecdir=$(pkg-config \
82 --variable=prefix ORBit-2.0)/lib/at-spi &amp;&amp;
83make</userinput></screen>
84
85 <para>The test suite cannot be run until after the package is installed.
86 To run the test suite after installation, issue:
87 <command>make check</command>.</para>
88
89 <para>Now, as the <systemitem class='username'>root</systemitem> user:</para>
90
91<screen role='root'><userinput>make install</userinput></screen>
92
93 </sect2>
94
95 <sect2 role="commands">
96 <title>Command Explanations</title>
97
98 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
99 href="../../xincludes/gnome-prefix.xml"/>
100
101 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
102 ORBit-2.0)/lib/at-spi</parameter>: This parameter causes the libexec
103 files to be installed in the preferred location of
104 <filename class="directory">$GNOME_PREFIX/lib/at-spi</filename> instead of
105 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>None</seg>
119 <seg>libspi.{so,a}, libcspi.{so,a}, libloginhelper.{so,a}, the
120 libatk-bridge.so <application>GTK+</application> module, and
121 <application>ORBit</application>-2.0 Accessibility modules</seg>
122 <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
123 include/at-spi-1.0,
124 lib/at-spi,
125 share/{gtk-doc/html/at-spi-cspi, idl/at-spi-1.0}</seg>
126 </seglistitem>
127 </segmentedlist>
128
129 <variablelist>
130 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
131 <?dbfo list-presentation="list"?>
132 <?dbhtml list-presentation="table"?>
133
134 <varlistentry id="at-spi-registryd">
135 <term><command>at-spi-registryd</command></term>
136 <listitem>
137 <para>is the registry daemon that allows communication between
138 the UI and assistance devices.</para>
139 <indexterm zone="at-spi at-spi-registryd">
140 <primary sortas="b-at-spi-registryd">at-spi-registryd</primary>
141 </indexterm>
142 </listitem>
143 </varlistentry>
144
145 </variablelist>
146
147 </sect2>
148
149</sect1>
Note: See TracBrowser for help on using the repository browser.