source: gnome/add/at-spi.xml@ 5e59e08

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 5e59e08 was 30e6dde, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Fixed up sysconfdir to gucharmap and at-spi.

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

  • Property mode set to 100644
File size: 5.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-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"/> and
63 <xref linkend="libbonobo"/></para>
64
65 <bridgehead renderas="sect4">Optional</bridgehead>
66 <para role="optional"><xref linkend="gtk-doc"/></para>
67
68 <para condition="html" role="usernotes">User Notes:
69 <ulink url="&blfs-wiki;/at-spi"/></para>
70
71 </sect2>
72
73 <sect2 role="installation">
74 <title>Installation of AT SPI</title>
75
76 <para>Install <application>AT SPI</application> by running the
77 following commands:</para>
78
79<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
80 --sysconfdir=&gnome-etc-dir; \
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/2001/XInclude"
103 href="../../xincludes/gnome-prefix.xml"/>
104
105 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
106 href="../../xincludes/gnome-sysconfdir.xml"/>
107
108 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
109 ORBit-2.0)/lib/at-spi</parameter>: This parameter causes the libexec
110 files to be installed in the preferred location of
111 <filename class="directory">$GNOME_PREFIX/lib/at-spi</filename> instead of
112 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
113
114 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
115 href="../../xincludes/gtk-doc-rebuild.xml"/>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Program</segtitle>
124 <segtitle>Installed Libraries</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>at-spi-registryd</seg>
129 <seg>libspi.{so,a}, libcspi.{so,a}, libloginhelper.{so,a}, the
130 libatk-bridge.so <application>GTK+</application> module, and
131 <application>ORBit</application>-2.0 Accessibility modules</seg>
132 <seg><envar>$GNOME_PREFIX</envar>/{include/at-spi-1.0/{cspi,libspi,
133 login-helper},lib/at-spi,share/{doc/at-spi-1.28.1/reference/html,
134 gtk-doc/html/at-spi-cspi,idl/at-spi-1.0}}</seg>
135 </seglistitem>
136 </segmentedlist>
137
138 <variablelist>
139 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
140 <?dbfo list-presentation="list"?>
141 <?dbhtml list-presentation="table"?>
142
143 <varlistentry id="at-spi-registryd">
144 <term><command>at-spi-registryd</command></term>
145 <listitem>
146 <para>is the registry daemon that allows communication between
147 the UI and assistance devices.</para>
148 <indexterm zone="at-spi at-spi-registryd">
149 <primary sortas="b-at-spi-registryd">at-spi-registryd</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 </variablelist>
155
156 </sect2>
157
158</sect1>
Note: See TracBrowser for help on using the repository browser.