source: x/lib/at-spi2-core.xml@ 8057fc4

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 8057fc4 was f6b650a8, checked in by Krejzi <krejzi@…>, 12 years ago

GNOME Organisation - Part 2.

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

  • Property mode set to 100644
File size: 5.7 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-spi2-core-download-http
8 "&gnome-download-http;/at-spi2-core/2.4/at-spi2-core-&at-spi2-core-version;.tar.xz">
9 <!ENTITY at-spi2-core-download-ftp
10 "&gnome-download-ftp;/at-spi2-core/2.4/at-spi2-core-&at-spi2-core-version;.tar.xz">
11 <!ENTITY at-spi2-core-md5sum "bc940d3f80180b669d8b31b6717dbe97">
12 <!ENTITY at-spi2-core-size "436 KB">
13 <!ENTITY at-spi2-core-buildsize "12.5 MB">
14 <!ENTITY at-spi2-core-time "0.3 SBU">
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 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>at-spi2-core-&at-spi2-core-version;</title>
26
27 <indexterm zone="at-spi2-core">
28 <primary sortas="a-at-spi2-core">at-spi2-core</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to At-Spi2 Core</title>
33
34 <para>
35 The <application>At-Spi2 Core</application> package is a part of the GNOME
36 Accessibility Project. It provides a Service Provider Interface for the Assistive
37 Technologies available on the <application>GNOME</application> platform and a
38 library against which applications can be linked.
39 </para>
40
41 &lfs70_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&at-spi2-core-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&at-spi2-core-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &at-spi2-core-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &at-spi2-core-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &at-spi2-core-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &at-spi2-core-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">At-Spi2 Core Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="dbus"/>,
82 <xref linkend="glib2"/> and
83 <xref linkend="xorg7-lib"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
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
109<screen><userinput>./configure --prefix=/usr \
110 --sysconfdir=/etc \
111 --libexecdir=/usr/lib/at-spi2-core &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 To test the results, issue: <command>make check</command>.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <para>
130 <parameter>--libexecdir=/usr/lib/at-spi2-core</parameter>: This
131 parameter ensures that programs will be installed into the
132 given directory instead of
133 <filename class="directory">/usr/libexec</filename>.
134 </para>
135
136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="../../xincludes/gtk-doc-rebuild.xml"/>
138
139 </sect2>
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Programs</segtitle>
146 <segtitle>Installed Library</segtitle>
147 <segtitle>Installed Directories</segtitle>
148
149 <seglistitem>
150 <seg>
151 at-spi-bus-launcher and at-spi2-registryd
152 </seg>
153 <seg>
154 libatspi.so
155 </seg>
156 <seg>
157 /etc/at-spi2,
158 /usr/include/at-spi-2.0,
159 /usr/lib/at-spi2-core and
160 /usr/share/gtk-doc/html/libatspi
161 </seg>
162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="at-spi2-registryd">
171 <term><command>at-spi2-registryd</command></term>
172 <listitem>
173 <para>
174 is the <application>At-Spi2</application> registry daemon.
175 </para>
176 <indexterm zone="at-spi2-core at-spi2-registryd">
177 <primary sortas="b-at-spi2-registryd">at-spi2-registryd</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry id="libatspi">
183 <term><filename class='libraryfile'>libatspi.so</filename></term>
184 <listitem>
185 <para>
186 contains the <application>At-Spi2</application> API functions.
187 </para>
188 <indexterm zone="at-spi2-core libatspi">
189 <primary sortas="c-libatspi">libatspi.so</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 </variablelist>
195
196 </sect2>
197
198</sect1>
Note: See TracBrowser for help on using the repository browser.