source: archive/atk.xml@ 6406f098

lazarus trunk
Last change on this file since 6406f098 was f501df2, checked in by Douglas R. Reno <renodr@…>, 18 months ago

Archive ATK.

This is due to it's files now being provided by at-spi2-core.

  • Property mode set to 100644
File size: 4.4 KB
RevLine 
[feeb99a]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[feeb99a]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[950c68d0]7 <!ENTITY atk-download-http "&gnome-download-http;/atk/&atk-minor;/atk-&atk-version;.tar.xz">
[b8d6fed]8 <!ENTITY atk-download-ftp "&gnome-download-ftp;/atk/&atk-minor;/atk-&atk-version;.tar.xz">
[950c68d0]9 <!ENTITY atk-md5sum "4dcea15cbf166706c166fc4fee05e3f8">
10 <!ENTITY atk-size "300 KB">
11 <!ENTITY atk-buildsize "8.6 MB">
[477adae]12 <!ENTITY atk-time "less than 0.1 SBU">
[feeb99a]13]>
14
[a2912ff]15<sect1 id="atk" xreflabel="ATK-&atk-version;">
[7d7bb83]16 <?dbhtml filename="atk.html" ?>
17
18
[a2912ff]19 <title>ATK-&atk-version;</title>
[7d7bb83]20
21 <indexterm zone="atk">
[a2912ff]22 <primary sortas="a-ATK">ATK</primary>
[7d7bb83]23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to ATK</title>
27
[a2912ff]28 <para>
29 <application>ATK</application> provides the set of accessibility
[0d7900a]30 interfaces that are implemented by other toolkits and applications.
[a2912ff]31 Using the <application>ATK</application> interfaces, accessibility
32 tools have full access to view and control running applications.
33 </para>
[7d7bb83]34
[d8fd588]35 &lfs112_checked;
[b5a2067]36
[7d7bb83]37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
[a2912ff]40 <para>
41 Download (HTTP): <ulink url="&atk-download-http;"/>
42 </para>
[7d7bb83]43 </listitem>
44 <listitem>
[a2912ff]45 <para>
46 Download (FTP): <ulink url="&atk-download-ftp;"/>
47 </para>
[7d7bb83]48 </listitem>
49 <listitem>
[a2912ff]50 <para>
51 Download MD5 sum: &atk-md5sum;
52 </para>
[7d7bb83]53 </listitem>
54 <listitem>
[a2912ff]55 <para>
56 Download size: &atk-size;
57 </para>
[7d7bb83]58 </listitem>
59 <listitem>
[a2912ff]60 <para>
61 Estimated disk space required: &atk-buildsize;
62 </para>
[7d7bb83]63 </listitem>
64 <listitem>
[a2912ff]65 <para>
66 Estimated build time: &atk-time;
67 </para>
[7d7bb83]68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">ATK Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
[b8a081c]74 <para role="required">
[b0ae5b7]75 <xref linkend="glib2"/>
[b8a081c]76 </para>
[7d7bb83]77
[39ffbd0]78 <bridgehead renderas="sect4">Recommended (Required if building GNOME)</bridgehead>
79 <para role="recommended">
[4c2be438]80 <xref linkend="gobject-introspection"/>
81 </para>
82
[7d7bb83]83 <bridgehead renderas="sect4">Optional</bridgehead>
[b8a081c]84 <para role="optional">
85 <xref linkend="gtk-doc"/>
86 </para>
[7d7bb83]87
[c5c2654]88 <para condition="html" role="usernotes">User Notes:
[a2912ff]89 <ulink url="&blfs-wiki;/atk"/>
90 </para>
[7d7bb83]91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of ATK</title>
95
[a2912ff]96 <para>
97 Install <application>ATK</application> by running
98 the following commands:
99 </para>
[7d7bb83]100
[024b208]101<screen><userinput>mkdir build &amp;&amp;
102cd build &amp;&amp;
103
[adf17153]104meson --prefix=/usr --buildtype=release .. &amp;&amp;
[024b208]105ninja</userinput></screen>
[7d7bb83]106
[a2912ff]107 <para>
[48771ae]108 This package does not come with a test suite.
[a2912ff]109 </para>
[7d7bb83]110
[a2912ff]111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:
113 </para>
[7d7bb83]114
[024b208]115<screen role="root"><userinput>ninja install</userinput></screen>
[7d7bb83]116
117 </sect2>
118
[adf17153]119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/meson-buildtype-release.xml"/>
124 </sect2>
125
[7d7bb83]126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
[910d888]130 <segtitle>Installed Programs</segtitle>
[a9787f8]131 <segtitle>Installed Library</segtitle>
[7d7bb83]132 <segtitle>Installed Directories</segtitle>
133
134 <seglistitem>
[13507eb]135 <seg>
136 None
137 </seg>
[b8a081c]138 <seg>
139 libatk-1.0.so
140 </seg>
141 <seg>
[0191b610]142 /usr/include/atk-1.0
[b8a081c]143 </seg>
[7d7bb83]144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="libatk">
[983fc68]153 <term><filename class="libraryfile">libatk-1.0.so</filename></term>
[7d7bb83]154 <listitem>
[a2912ff]155 <para>
156 contains functions that are used by assistive technologies
[4c24eb0a]157 to interact with the desktop applications
[a2912ff]158 </para>
[7d7bb83]159 <indexterm zone="atk libatk">
160 <primary sortas="c-libatk">libatk-1.0.so</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 </variablelist>
166
167 </sect2>
[f45b1953]168
169</sect1>
Note: See TracBrowser for help on using the repository browser.