source: gnome/add/at-spi.xml@ 0aeb696

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 0aeb696 was 0aeb696, checked in by Randy McMurchy <randy@…>, 18 years ago

Added a comment to each file that may need a mention of a test suite added to it, this allows closing of bug #1697

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

  • Property mode set to 100644
File size: 5.5 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 <!-- Inserted as a reminder to do this. The mention of a test suite
8 is usually right before the root user installation commands. Please
9 delete these 12 (including one blank) lines after you are done.-->
10
11 <!-- Use one of the two mentions below about a test suite,
12 delete the line that is not applicable. Of course, if the
13 test suite uses syntax other than "make check", revise the
14 line to reflect the actual syntax to run the test suite -->
15
16 <!-- <para>This package does not come with a test suite.</para> -->
17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
18
19 <!ENTITY at-spi-download-http "&gnome-download-http;/at-spi/1.6/at-spi-&at-spi-version;.tar.bz2">
20 <!ENTITY at-spi-download-ftp "&gnome-download-ftp;/at-spi/1.6/at-spi-&at-spi-version;.tar.bz2">
21 <!ENTITY at-spi-md5sum "9669ee9e3633ffb43a70795edd748e4d">
22 <!ENTITY at-spi-size "541 KB">
23 <!ENTITY at-spi-buildsize "14.2 MB">
24 <!ENTITY at-spi-time "0.5 SBU">
25]>
26
27<sect1 id="at-spi" xreflabel="AT SPI-&at-spi-version;">
28 <?dbhtml filename="at-spi.html"?>
29
30 <sect1info>
31 <othername>$LastChangedBy$</othername>
32 <date>$Date$</date>
33 <keywordset>
34 <keyword role="package">at-spi-&at-spi-version;.tar</keyword>
35 <keyword role="ftpdir">at-spi</keyword>
36 </keywordset>
37 </sect1info>
38
39 <title>AT SPI-&at-spi-version;</title>
40
41 <indexterm zone="at-spi">
42 <primary sortas="a-AT-SPI">AT SPI</primary>
43 </indexterm>
44
45 <sect2 role="package">
46 <title>Introduction to AT SPI</title>
47
48 <para>The <application>AT SPI</application> package contains the Assistive
49 Technology Service Provider Interface. This is useful for redirecting
50 UI events to accessible applications and adaptive/assistive
51 technologies.</para>
52
53 <bridgehead renderas="sect3">Package Information</bridgehead>
54 <itemizedlist spacing="compact">
55 <listitem>
56 <para>Download (HTTP): <ulink url="&at-spi-download-http;"/></para>
57 </listitem>
58 <listitem>
59 <para>Download (FTP): <ulink url="&at-spi-download-ftp;"/></para>
60 </listitem>
61 <listitem>
62 <para>Download MD5 sum: &at-spi-md5sum;</para>
63 </listitem>
64 <listitem>
65 <para>Download size: &at-spi-size;</para>
66 </listitem>
67 <listitem>
68 <para>Estimated disk space required: &at-spi-buildsize;</para>
69 </listitem>
70 <listitem>
71 <para>Estimated build time: &at-spi-time;</para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">AT SPI Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required"><xref linkend="gail"/> and
79 <xref linkend="libbonobo"/></para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional"><xref linkend="gtk-doc"/></para>
83
84 <para condition="html" role="usernotes">User Notes:
85 <ulink url="&blfs-wiki;/at-spi"/></para>
86
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of AT SPI</title>
91
92 <para>Install <application>AT SPI</application> by running the
93 following commands:</para>
94
95<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
96 --libexecdir=`pkg-config \
97 --variable=prefix ORBit-2.0`/lib/at-spi &amp;&amp;
98make</userinput></screen>
99
100 <para>The test suite cannot be run until after the package is installed.
101 To run the test suite after installation, issue:
102 <command>make check</command>.</para>
103
104 <para>Now, as the <systemitem class='username'>root</systemitem> user:</para>
105
106<screen role='root'><userinput>make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <para><parameter>--libexecdir=`pkg-config --variable=prefix
114 ORBit-2.0`/lib/at-spi</parameter>: This switch puts libexec files in
115 <filename class="directory">$GNOME_PREFIX/lib/at-spi</filename> instead of
116 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Program</segtitle>
125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
129 <seg>at-spi-registryd</seg>
130 <seg>libspi.{so,a}, libcspi.{so,a}, libloginhelper.{so,a}, the
131 libatk-bridge.so <application>GTK+</application> module, and
132 <application>ORBit</application>-2.0 Accessibility modules</seg>
133 <seg>The following subdirectories of $GNOME_PREFIX/:
134 include/at-spi-1.0,
135 lib/at-spi,
136 share/{gtk-doc/html/at-spi-cspi, idl/at-spi-1.0}</seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="at-spi-registryd">
146 <term><command>at-spi-registryd</command></term>
147 <listitem>
148 <para>is the registry daemon that allows communication between
149 the UI and assistance devices.</para>
150 <indexterm zone="at-spi at-spi-registryd">
151 <primary sortas="b-at-spi-registryd">at-spi-registryd</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 </variablelist>
157
158 </sect2>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.