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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1119387 was 1119387, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Update to ssh-askpass-8.2p1.
Update to bluez-5.53.
Update to IO-Socket-SSL-2.067 (Perl module).
Update to Net-DNS-1.22 (Perl module).
Tag python modules and other misc files.

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

  • Property mode set to 100644
File size: 6.1 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.34/at-spi2-core-&at-spi2-core-version;.tar.xz">
9 <!ENTITY at-spi2-core-download-ftp
10 "&gnome-download-ftp;/at-spi2-core/2.34/at-spi2-core-&at-spi2-core-version;.tar.xz">
11 <!ENTITY at-spi2-core-md5sum "53c21565507105fb68031cd9c21a559b">
12 <!ENTITY at-spi2-core-size "184 KB">
13 <!ENTITY at-spi2-core-buildsize "6.9 MB (with tests)">
14 <!ENTITY at-spi2-core-time "0.1 SBU (with tests)">
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
36 GNOME Accessibility Project. It provides a Service Provider Interface
37 for the Assistive Technologies available on the
38 <application>GNOME</application> platform and a library against which
39 applications can be linked.
40 </para>
41
42 &lfs91_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&at-spi2-core-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&at-spi2-core-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &at-spi2-core-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &at-spi2-core-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &at-spi2-core-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &at-spi2-core-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">At-Spi2 Core Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="dbus"/>,
83 <xref linkend="glib2"/>, 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 revision="sysv"><userinput>mkdir build &amp;&amp;
111cd build &amp;&amp;
112
113meson --prefix=/usr \
114 --sysconfdir=/etc \
115 -Dsystemd_user_dir=no .. &amp;&amp;
116ninja</userinput></screen>
117
118<screen revision="systemd"><userinput>mkdir build &amp;&amp;
119cd build &amp;&amp;
120
121meson --prefix=/usr --sysconfdir=/etc .. &amp;&amp;
122ninja</userinput></screen>
123
124 <para>
125 A session bus address, normally available in an Xorg terminal,
126 is necessary to run the tests. To test the results,
127 issue: <command>ninja test</command>. The memory test is known
128 to timeout.
129 </para>
130
131 <para>
132 Now, as the <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>ninja install</userinput></screen>
136
137 </sect2>
138
139
140 <sect2 role="commands" revision="sysv">
141 <title>Command Explanations</title>
142
143 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
144 href="../../xincludes/gtk-doc-rebuild.xml"/> -->
145
146 <para>
147 <parameter>-Dsystemd_user_dir=no</parameter>: This flag disables the
148 installation of systemd unit files on SysV, where they are unable to be
149 used.
150 </para>
151
152 </sect2>
153
154 <sect2 role="content">
155 <title>Contents</title>
156
157 <segmentedlist>
158 <segtitle>Installed Programs</segtitle>
159 <segtitle>Installed Library</segtitle>
160 <segtitle>Installed Directories</segtitle>
161
162 <seglistitem>
163 <!-- <seg> No user executable programs
164 at-spi-bus-launcher and at-spi2-registryd in /usr/libexec
165 </seg> -->
166 <seg>
167 None
168 </seg>
169 <seg>
170 libatspi.so
171 </seg>
172 <seg>
173 /usr/include/at-spi-2.0,
174 /usr/share/defaults/at-spi2, and
175 /usr/share/gtk-doc/html/libatspi
176 </seg>
177 </seglistitem>
178 </segmentedlist>
179
180 <variablelist>
181 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
182 <?dbfo list-presentation="list"?>
183 <?dbhtml list-presentation="table"?>
184
185 <!-- Not user executable programs
186 <varlistentry id="at-spi2-registryd">
187 <term><command>at-spi2-registryd</command></term>
188 <listitem>
189 <para>
190 is the <application>At-Spi2</application> registry daemon.
191 </para>
192 <indexterm zone="at-spi2-core at-spi2-registryd">
193 <primary sortas="b-at-spi2-registryd">at-spi2-registryd</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197 -->
198
199 <varlistentry id="libatspi">
200 <term><filename class="libraryfile">libatspi.so</filename></term>
201 <listitem>
202 <para>
203 contains the <application>At-Spi2</application> API functions.
204 </para>
205 <indexterm zone="at-spi2-core libatspi">
206 <primary sortas="c-libatspi">libatspi.so</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 </variablelist>
212
213 </sect2>
214
215</sect1>
Note: See TracBrowser for help on using the repository browser.