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

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 3dc432e was 3dc432e, checked in by Ken Moffat <ken@…>, 12 years ago

glib2 -> pkgconfig xref changes for gnome/add.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9644 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 "&gnome-download-http;/at-spi2-core/2.3/at-spi2-core-&at-spi2-core-version;.tar.xz">
8 <!ENTITY at-spi2-core-download-ftp "&gnome-download-ftp;/at-spi2-core/2.3/at-spi2-core-&at-spi2-core-version;.tar.xz">
9 <!ENTITY at-spi2-core-md5sum "983f3dfe71187877138139d81af41ccf">
10 <!ENTITY at-spi2-core-size "421 KB">
11 <!ENTITY at-spi2-core-buildsize "12 MB">
12 <!ENTITY at-spi2-core-time "0.2 SBU">
13]>
14
15<sect1 id="at-spi2-core" xreflabel="at-spi2-core-&at-spi2-core-version;">
16 <?dbhtml filename="at-spi2-core.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>at-spi2-core-&at-spi2-core-version;</title>
24
25 <indexterm zone="at-spi2-core">
26 <primary sortas="a-at-spi2-core">at-spi2-core</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to at-spi2-core</title>
31
32 <para>The <application>at-spi2-core</application> package is a part of the Gnome
33 Accessibility Project. It provides a Service Provider Interface for the Assisstive
34 Technologies available on the <application>GNOME</application> platform, and a
35 library against which applications can be linked.</para>
36
37 &lfs70_built;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&at-spi2-core-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&at-spi2-core-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &at-spi2-core-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &at-spi2-core-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &at-spi2-core-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &at-spi2-core-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">at-spi2-core Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="dbus"/> and
65 <xref linkend="pkgconfig"/></para>
66
67 <para condition="html" role="usernotes">User Notes:
68 <ulink url="&blfs-wiki;/at-spi2-core"/></para>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of at-spi2-core</title>
74
75 <para>Install <application>at-spi2-core</application> by running the following
76 commands:</para>
77
78<screen><userinput>./configure --prefix=$GNOME_PREFIX \
79 --sysconfdir=$GNOME_SYSCONFDIR \
80 --libexecdir=$GNOME_PREFIX/lib/at-spi2-core &amp;&amp;
81make</userinput></screen>
82
83 <para>To test the results, issue: <command>make check</command>.</para>
84
85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
86
87<screen role="root"><userinput>make install</userinput></screen>
88
89 </sect2>
90
91 <sect2 role="commands">
92 <title>Command Explanations</title>
93
94 <para><parameter>--sysconfdir=$GNOME_SYSCONFDIR</parameter>: This parameter
95 controls where the <filename>accessibility.conf</filename> file will be installed.
96 If your prefix is <filename class="directory">/usr</filename> this is necessary
97 so that the file will be in <filename class="directory">/etc</filename> instead
98 of <filename class="directory">/usr/etc</filename></para>
99
100 <para><parameter>--libexecdir=$GNOME_PREFIX/lib/at-spi2-core</parameter>: This
101 parameter ensures both programs will be installed to this directory, instead
102 of the non-FHS-compliant
103 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
104
105 </sect2>
106
107 <sect2 role="content">
108 <title>Contents</title>
109
110 <segmentedlist>
111 <segtitle>Installed Programs</segtitle>
112 <segtitle>Installed Library</segtitle>
113 <segtitle>Installed Directories</segtitle>
114
115 <seglistitem>
116 <seg>at-spi-bus-launcher and at-spi2-registryd</seg>
117 <seg>libatspi.so</seg>
118 <seg><envar>$GNOME_SYSCONFDIR</envar>/{at-spi2,xdg/autostart}, <envar>$GNOME_PREFIX</envar>/{include/at-spi-2.0/atspi,lib/at-spi2-core,share/gtk-doc/html/libatspi}</seg>
119 </seglistitem>
120 </segmentedlist>
121
122 <variablelist>
123 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
124 <?dbfo list-presentation="list"?>
125 <?dbhtml list-presentation="table"?>
126
127 <varlistentry id="at-spi-bus-launcher">
128 <term><command>at-spi-bus-launcher</command></term>
129 <listitem>
130 <para>does this .....</para>
131 <indexterm zone="at-spi2-core at-spi-bus-launcher">
132 <primary sortas="b-at-spi-bus-launcher">at-spi-bus-launcher</primary>
133 </indexterm>
134 </listitem>
135 </varlistentry>
136
137 <varlistentry id="at-spi2-registryd">
138 <term><command>at-spi2-registryd</command></term>
139 <listitem>
140 <para>does this .....</para>
141 <indexterm zone="at-spi2-core at-spi2-registryd">
142 <primary sortas="b-at-spi2-registryd">at-spi2-registryd</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 <varlistentry id="libatspi">
148 <term><filename class='libraryfile'>libatspi.so</filename></term>
149 <listitem>
150 <para>contains functions that .....</para>
151 <indexterm zone="at-spi2-core libatspi">
152 <primary sortas="c-libatspi">libatspi.so</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 </variablelist>
158
159 </sect2>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.