source: gnome/add/at-spi2-core.xml@ c2065a2

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

at-spi2-core 2.4.1, at-spi2-atk 2.4.0, pyatspi 2.4.0, pygobject 3.2.0, gnome-video-effects 0.4.0, gnome-js-common modifications

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9968 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-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 "7ff090e462ed41456a0522d5baa3c396">
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>The <application>at-spi2-core</application> package is a part of the Gnome
35 Accessibility Project. It provides a Service Provider Interface for the Assisstive
36 Technologies available on the <application>GNOME</application> platform, and a
37 library against which applications can be linked.</para>
38
39 &lfs70_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&at-spi2-core-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&at-spi2-core-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &at-spi2-core-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &at-spi2-core-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &at-spi2-core-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &at-spi2-core-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">at-spi2-core Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required">
67 <xref linkend="dbus"/>,
68 <xref linkend="pkgconfig"/> and
69 <xref linkend="xorg7-lib"/>
70 </para>
71
72 <bridgehead renderas="sect4">Recommended</bridgehead>
73 <para role="recommended">
74 <xref linkend="gobject-introspection"/>
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="gtk-doc"/>
80 </para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/at-spi2-core"/></para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of at-spi2-core</title>
89
90 <para>Install <application>at-spi2-core</application> by running the following
91 commands:</para>
92
93<screen><userinput>./configure --prefix=/usr \
94 --sysconfdir=/etc \
95 --libexecdir=/usr/lib/at-spi2-core &amp;&amp;
96make</userinput></screen>
97
98 <para>To test the results, issue: <command>make check</command>.</para>
99
100 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
101
102<screen role="root"><userinput>make install</userinput></screen>
103
104 </sect2>
105
106 <sect2 role="commands">
107 <title>Command Explanations</title>
108
109 <para><parameter>--libexecdir=/usr/lib/at-spi2-core</parameter>: This
110 parameter ensures that programs will be installed into this directory
111 instead of the non-FHS-compliant
112 <filename class="directory">/usr/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 Programs</segtitle>
124 <segtitle>Installed Library</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>
129 at-spi-bus-launcher and at-spi2-registryd
130 </seg>
131 <seg>
132 libatspi.so
133 </seg>
134 <seg>
135 /etc/at-spi2}, /usr/include/at-spi-2.0, /usr/lib/at-spi2-core
136 and /usr/share/gtk-doc/html/libatspi
137 </seg>
138 </seglistitem>
139 </segmentedlist>
140
141 <variablelist>
142 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
143 <?dbfo list-presentation="list"?>
144 <?dbhtml list-presentation="table"?>
145
146 <varlistentry id="at-spi2-registryd">
147 <term><command>at-spi2-registryd</command></term>
148 <listitem>
149 <para>is the AT-SPI registry daemon.</para>
150 <indexterm zone="at-spi2-core at-spi2-registryd">
151 <primary sortas="b-at-spi2-registryd">at-spi2-registryd</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 <varlistentry id="libatspi">
157 <term><filename class='libraryfile'>libatspi.so</filename></term>
158 <listitem>
159 <para>contains the AT-SPI API functions.</para>
160 <indexterm zone="at-spi2-core libatspi">
161 <primary sortas="c-libatspi">libatspi.so</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 </variablelist>
167
168 </sect2>
169
170</sect1>
Note: See TracBrowser for help on using the repository browser.