source: x/lib/at-spi2-core.xml@ 34fb49a7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 34fb49a7 was 34fb49a7, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Tags

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

  • Property mode set to 100644
File size: 5.6 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.10/at-spi2-core-&at-spi2-core-version;.tar.xz">
9 <!ENTITY at-spi2-core-download-ftp
10 "&gnome-download-ftp;/at-spi2-core/2.10/at-spi2-core-&at-spi2-core-version;.tar.xz">
11 <!ENTITY at-spi2-core-md5sum "d4a198201f6189fb248f3edd19efe39c">
12 <!ENTITY at-spi2-core-size "436 KB">
13 <!ENTITY at-spi2-core-buildsize "13 MB">
14 <!ENTITY at-spi2-core-time "0.1 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 &lfs75_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"/>,
83 <xref linkend="intltool"/> and
84 <xref linkend="xorg7-lib"/>
85 </para>
86
87 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
88 <para role="optional">
89 <xref linkend="gobject-introspection"/>
90 </para>
91
92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <xref linkend="gtk-doc"/>
95 </para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/at-spi2-core"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of At-Spi2 Core</title>
104
105 <para>
106 Install <application>At-Spi2 Core</application> by running the following
107 commands:
108 </para>
109
110<screen><userinput>./configure --prefix=/usr \
111 --sysconfdir=/etc &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 A session bus address is necessary to run the tests. To test the results,
116 issue: <command>make check</command>.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
131 href="../../xincludes/gtk-doc-rebuild.xml"/>
132
133 </sect2>
134
135 <sect2 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
139 <segtitle>Installed Programs</segtitle>
140 <segtitle>Installed Library</segtitle>
141 <segtitle>Installed Directories</segtitle>
142
143 <seglistitem>
144 <!-- <seg> Not user executable programs
145 at-spi-bus-launcher and at-spi2-registryd
146 </seg> -->
147 <seg>
148 None
149 </seg>
150 <seg>
151 libatspi.so
152 </seg>
153 <seg>
154 /etc/at-spi2,
155 /usr/include/at-spi-2.0,
156 /usr/lib/at-spi2-core, and
157 /usr/share/gtk-doc/html/libatspi
158 </seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <!-- Not user executable programs
163 <variablelist>
164 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
165 <?dbfo list-presentation="list"?>
166 <?dbhtml list-presentation="table"?>
167
168 <varlistentry id="at-spi2-registryd">
169 <term><command>at-spi2-registryd</command></term>
170 <listitem>
171 <para>
172 is the <application>At-Spi2</application> registry daemon.
173 </para>
174 <indexterm zone="at-spi2-core at-spi2-registryd">
175 <primary sortas="b-at-spi2-registryd">at-spi2-registryd</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="libatspi">
181 <term><filename class="libraryfile">libatspi.so</filename></term>
182 <listitem>
183 <para>
184 contains the <application>At-Spi2</application> API functions.
185 </para>
186 <indexterm zone="at-spi2-core libatspi">
187 <primary sortas="c-libatspi">libatspi.so</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 </variablelist>
193 -->
194
195 </sect2>
196
197</sect1>
Note: See TracBrowser for help on using the repository browser.