mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
265 lines
8.1 KiB
XML
265 lines
8.1 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY at-spi2-core-download-http
|
|
"&gnome-download-http;/at-spi2-core/2.46/at-spi2-core-&at-spi2-core-version;.tar.xz">
|
|
<!ENTITY at-spi2-core-download-ftp
|
|
"&gnome-download-ftp;/at-spi2-core/2.46/at-spi2-core-&at-spi2-core-version;.tar.xz">
|
|
<!ENTITY at-spi2-core-md5sum "16e85a40442d80be960b4e1e3992fd5b">
|
|
<!ENTITY at-spi2-core-size "528 KB">
|
|
<!ENTITY at-spi2-core-buildsize "20 MB (with tests)">
|
|
<!ENTITY at-spi2-core-time "0.2 SBU (with tests)">
|
|
]>
|
|
|
|
<sect1 id="at-spi2-core" xreflabel="at-spi2-core-&at-spi2-core-version;">
|
|
<?dbhtml filename="at-spi2-core.html"?>
|
|
|
|
|
|
<title>at-spi2-core-&at-spi2-core-version;</title>
|
|
|
|
<indexterm zone="at-spi2-core">
|
|
<primary sortas="a-at-spi2-core">at-spi2-core</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to At-Spi2 Core</title>
|
|
|
|
<para>
|
|
The <application>At-Spi2 Core</application> package contains a
|
|
comprehensive accessibility framework for the Assistive Technologies
|
|
available on the <application>GNOME</application> platform. This includes
|
|
a set of interfaces which are implemented by other toolkits and
|
|
applications.
|
|
</para>
|
|
|
|
&lfs113_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&at-spi2-core-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&at-spi2-core-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &at-spi2-core-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &at-spi2-core-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &at-spi2-core-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &at-spi2-core-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">At-Spi2 Core Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="dbus"/>,
|
|
<xref linkend="glib2"/>,
|
|
<!-- Reports "Cannot get the default GSettingsSchemaSource" on
|
|
startup w/o it. -->
|
|
<xref role="runtime" linkend="gsettings-desktop-schemas"/> (Runtime),
|
|
and <xref linkend="xorg7-lib"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="gobject-introspection"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="gtk-doc"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/at-spi2-core"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of At-Spi2 Core</title>
|
|
|
|
<para>
|
|
Install <application>At-Spi2 Core</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen revision="sysv"><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
meson --prefix=/usr \
|
|
--buildtype=release \
|
|
-Dsystemd_user_dir=/tmp .. &&
|
|
ninja</userinput></screen>
|
|
|
|
<screen revision="systemd"><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
meson --prefix=/usr --buildtype=release .. &&
|
|
ninja</userinput></screen>
|
|
|
|
<para>
|
|
A session bus address, normally available in an Xorg terminal,
|
|
is necessary to run the tests. The test suite also requires the glib
|
|
schemas of the package to be installed already. To test the results,
|
|
install the package first, then issue: <command>ninja test</command>.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root" revision="systemd"><userinput>ninja install</userinput></screen>
|
|
<screen role="root" revision="sysv"><userinput>ninja install &&
|
|
rm /tmp/at-spi-dbus-bus.service</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
|
|
<sect2 role="commands" revision="sysv">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<parameter>-Dsystemd_user_dir=/tmp</parameter>: This flag puts the
|
|
systemd unit file in /tmp where it will be removed. SysV, is unable to
|
|
use this file.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/meson-buildtype-release.xml"/>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<!-- <seg> No user executable programs
|
|
at-spi-bus-launcher and at-spi2-registryd in /usr/libexec
|
|
</seg> -->
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
libatk-1.0.so,
|
|
libatk-bridge-2.0.so,
|
|
libatspi.so, and
|
|
/usr/lib/gtk-2.0/modules/libatk-bridge.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/atk-1.0,
|
|
/usr/include/at-spi-2.0,
|
|
/usr/include/at-spi2-atk,
|
|
/usr/lib/gnome-settings-daemon-3.0,
|
|
/usr/share/defaults/at-spi2, and
|
|
/usr/share/gtk-doc/html/libatspi
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<!-- Not user executable programs
|
|
<varlistentry id="at-spi2-registryd">
|
|
<term><command>at-spi2-registryd</command></term>
|
|
<listitem>
|
|
<para>
|
|
is the <application>At-Spi2</application> registry daemon.
|
|
</para>
|
|
<indexterm zone="at-spi2-core at-spi2-registryd">
|
|
<primary sortas="b-at-spi2-registryd">at-spi2-registryd</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
-->
|
|
|
|
<varlistentry id="libatk-1.0">
|
|
<term><filename class="libraryfile">libatk-1.0.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains functions that are used by assistive technologies to
|
|
interact with desktop applications
|
|
</para>
|
|
<indexterm zone="at-spi2-core libatk-1.0">
|
|
<primary sortas="c-libatk-1.0">libatk-1.0.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libatk-bridge">
|
|
<term><filename class="libraryfile">libatk-bridge.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the Accessibility Toolkit GTK+-2 bridge
|
|
</para>
|
|
<indexterm zone="at-spi2-core libatk-bridge">
|
|
<primary sortas="c-libatk-bridge">libatk-bridge.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libatk-bridge-2.0">
|
|
<term><filename class="libraryfile">libatk-bridge-2.0.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the Accessibility Toolkit GTK+ module
|
|
</para>
|
|
<indexterm zone="at-spi2-core libatk-bridge-2.0">
|
|
<primary sortas="c-libatk-bridge-2.0">libatk-bridge-2.0.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libatspi">
|
|
<term><filename class="libraryfile">libatspi.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>At-Spi2</application> API functions
|
|
</para>
|
|
<indexterm zone="at-spi2-core libatspi">
|
|
<primary sortas="c-libatspi">libatspi.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|