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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 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 a468270d was a468270d, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Update to evolution-data-server-3.32.3 and prevent systemd units from being installed on SysV
at-spi2-core: prevent systemd units from being installed on SysV
libgweather: Fix command explanation for -Dgtk_doc=true

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

  • Property mode set to 100644
File size: 6.3 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.32/at-spi2-core-&at-spi2-core-version;.tar.xz">
9 <!ENTITY at-spi2-core-download-ftp
10 "&gnome-download-ftp;/at-spi2-core/2.32/at-spi2-core-&at-spi2-core-version;.tar.xz">
11 <!ENTITY at-spi2-core-md5sum "998fd9d858f8fa22c4c8c15567bf6254">
12 <!ENTITY at-spi2-core-size "188 KB">
13 <!ENTITY at-spi2-core-buildsize "6.7 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 &lfs84_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 First, fix an issue with Meson-0.50.0:
107 </para>
108
109<screen><userinput>sed -i 's/subdir:/install_dir:/' atspi/meson.build</userinput></screen>
110
111 <para>
112 Install <application>At-Spi2 Core</application> by running the following
113 commands:
114 </para>
115
116<screen revision="sysv"><userinput>mkdir build &amp;&amp;
117cd build &amp;&amp;
118
119meson --prefix=/usr \
120 --sysconfdir=/etc \
121 -Dsystemd_user_dir=no .. &amp;&amp;
122ninja</userinput></screen>
123
124<screen revision="systemd"><userinput>mkdir build &amp;&amp;
125cd build &amp;&amp;
126
127meson --prefix=/usr --sysconfdir=/etc .. &amp;&amp;
128ninja</userinput></screen>
129
130 <para>
131 A session bus address, normally available in an Xorg terminal,
132 is necessary to run the tests. To test the results,
133 issue: <command>ninja test</command>. The memory test is known
134 to timeout.
135 </para>
136
137 <para>
138 Now, as the <systemitem class="username">root</systemitem> user:
139 </para>
140
141<screen role="root"><userinput>ninja install</userinput></screen>
142
143 </sect2>
144
145
146 <sect2 role="commands" revision="sysv">
147 <title>Command Explanations</title>
148
149 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
150 href="../../xincludes/gtk-doc-rebuild.xml"/> -->
151
152 <para>
153 <parameter>-Dsystemd_user_dir=no</parameter>: This flag disables the
154 installation of systemd unit files on SysV, where they are unable to be
155 used.
156 </para>
157
158 </sect2>
159
160 <sect2 role="content">
161 <title>Contents</title>
162
163 <segmentedlist>
164 <segtitle>Installed Programs</segtitle>
165 <segtitle>Installed Library</segtitle>
166 <segtitle>Installed Directories</segtitle>
167
168 <seglistitem>
169 <!-- <seg> No user executable programs
170 at-spi-bus-launcher and at-spi2-registryd in /usr/libexec
171 </seg> -->
172 <seg>
173 None
174 </seg>
175 <seg>
176 libatspi.so
177 </seg>
178 <seg>
179 /usr/include/at-spi-2.0,
180 /usr/share/defaults/at-spi2, and
181 /usr/share/gtk-doc/html/libatspi
182 </seg>
183 </seglistitem>
184 </segmentedlist>
185
186 <variablelist>
187 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
188 <?dbfo list-presentation="list"?>
189 <?dbhtml list-presentation="table"?>
190
191 <!-- Not user executable programs
192 <varlistentry id="at-spi2-registryd">
193 <term><command>at-spi2-registryd</command></term>
194 <listitem>
195 <para>
196 is the <application>At-Spi2</application> registry daemon.
197 </para>
198 <indexterm zone="at-spi2-core at-spi2-registryd">
199 <primary sortas="b-at-spi2-registryd">at-spi2-registryd</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203 -->
204
205 <varlistentry id="libatspi">
206 <term><filename class="libraryfile">libatspi.so</filename></term>
207 <listitem>
208 <para>
209 contains the <application>At-Spi2</application> API functions.
210 </para>
211 <indexterm zone="at-spi2-core libatspi">
212 <primary sortas="c-libatspi">libatspi.so</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 </variablelist>
218
219 </sect2>
220
221</sect1>
Note: See TracBrowser for help on using the repository browser.