glfs/archive/atk.xml
Douglas R. Reno f501df296f Archive ATK.
This is due to it's files now being provided by at-spi2-core.
2022-12-14 13:23:31 -06:00

170 lines
4.4 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 atk-download-http "&gnome-download-http;/atk/&atk-minor;/atk-&atk-version;.tar.xz">
<!ENTITY atk-download-ftp "&gnome-download-ftp;/atk/&atk-minor;/atk-&atk-version;.tar.xz">
<!ENTITY atk-md5sum "4dcea15cbf166706c166fc4fee05e3f8">
<!ENTITY atk-size "300 KB">
<!ENTITY atk-buildsize "8.6 MB">
<!ENTITY atk-time "less than 0.1 SBU">
]>
<sect1 id="atk" xreflabel="ATK-&atk-version;">
<?dbhtml filename="atk.html" ?>
<title>ATK-&atk-version;</title>
<indexterm zone="atk">
<primary sortas="a-ATK">ATK</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to ATK</title>
<para>
<application>ATK</application> provides the set of accessibility
interfaces that are implemented by other toolkits and applications.
Using the <application>ATK</application> interfaces, accessibility
tools have full access to view and control running applications.
</para>
&lfs112_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&atk-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&atk-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &atk-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &atk-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &atk-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &atk-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">ATK Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="glib2"/>
</para>
<bridgehead renderas="sect4">Recommended (Required if building GNOME)</bridgehead>
<para role="recommended">
<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;/atk"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of ATK</title>
<para>
Install <application>ATK</application> by running
the following commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
meson --prefix=/usr --buildtype=release .. &amp;&amp;
ninja</userinput></screen>
<para>
This package does not come with a test suite.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>ninja install</userinput></screen>
</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>
None
</seg>
<seg>
libatk-1.0.so
</seg>
<seg>
/usr/include/atk-1.0
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libatk">
<term><filename class="libraryfile">libatk-1.0.so</filename></term>
<listitem>
<para>
contains functions that are used by assistive technologies
to interact with the desktop applications
</para>
<indexterm zone="atk libatk">
<primary sortas="c-libatk">libatk-1.0.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>