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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 c5dc5a2 was c5dc5a2, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Updated to AT SPI-1.28.1.

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

  • Property mode set to 100644
File size: 5.3 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-spi-download-http "&gnome-download-http;/at-spi/1.28/at-spi-&at-spi-version;.tar.bz2">
8 <!ENTITY at-spi-download-ftp "&gnome-download-ftp;/at-spi/1.28/at-spi-&at-spi-version;.tar.bz2">
9 <!ENTITY at-spi-md5sum "ff29958339cbff5a0e0f34e4761e7633">
10 <!ENTITY at-spi-size "823 KB">
11 <!ENTITY at-spi-buildsize "17 MB">
12 <!ENTITY at-spi-time "0.4 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="gtk2"/>,
63 <xref linkend="intltool"/>, and
64 <xref linkend="libbonobo"/></para>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para role="optional"><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>This package does not come with a functional test suite. Review the
86 <filename>README</filename> file for additional information about testing
87 the package.</para>
88
89 <!-- The test suite cannot be run until after the package is installed.
90 To run the test suite after installation, issue:
91 <command>make check</command>.</para> -->
92
93 <para>Now, as the <systemitem class='username'>root</systemitem> user:</para>
94
95<screen role='root'><userinput>make install</userinput></screen>
96
97 </sect2>
98
99 <sect2 role="commands">
100 <title>Command Explanations</title>
101
102 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
103 href="../../xincludes/gnome-prefix.xml"/>
104
105 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
106 ORBit-2.0)/lib/at-spi</parameter>: This parameter causes the libexec
107 files to be installed in the preferred location of
108 <filename class="directory">$GNOME_PREFIX/lib/at-spi</filename> instead of
109 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
110
111 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
112 href="../../xincludes/gtk-doc-rebuild.xml"/>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Program</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directories</segtitle>
123
124 <seglistitem>
125 <seg>at-spi-registryd</seg>
126 <seg>libspi.{so,a}, libcspi.{so,a}, libloginhelper.{so,a}, the
127 libatk-bridge.so <application>GTK+</application> module, and
128 <application>ORBit</application>-2.0 Accessibility modules</seg>
129 <seg><envar>$GNOME_PREFIX</envar>/{include/at-spi-1.0/{cspi,libspi,
130 login-helper},lib/at-spi,share/{doc/at-spi-1.28.1/reference/html,
131 gtk-doc/html/at-spi-cspi,idl/at-spi-1.0}}</seg>
132 </seglistitem>
133 </segmentedlist>
134
135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
139
140 <varlistentry id="at-spi-registryd">
141 <term><command>at-spi-registryd</command></term>
142 <listitem>
143 <para>is the registry daemon that allows communication between
144 the UI and assistance devices.</para>
145 <indexterm zone="at-spi at-spi-registryd">
146 <primary sortas="b-at-spi-registryd">at-spi-registryd</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 </variablelist>
152
153 </sect2>
154
155</sect1>
Note: See TracBrowser for help on using the repository browser.