source: x/lib/atk.xml@ 86af98a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 86af98a was 86af98a, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated trunk sources to use DocBook DTD XML 4.4

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

  • Property mode set to 100644
File size: 3.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY atk-download-http "http://ftp.gnome.org/pub/GNOME/sources/atk/1.9/atk-&atk-version;.tar.bz2">
8 <!ENTITY atk-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/atk/1.9/atk-&atk-version;.tar.bz2">
9 <!ENTITY atk-md5sum "7f41bd9c6dcd83c8df391dc1805be653">
10 <!ENTITY atk-size "506 KB">
11 <!ENTITY atk-buildsize "7.9 MB">
12 <!ENTITY atk-time "0.11 SBU">
13]>
14
15<sect1 id="atk" xreflabel="ATK-&atk-version;">
16<sect1info>
17 <othername>$LastChangedBy$</othername>
18 <date>$Date$</date>
19</sect1info>
20<?dbhtml filename="atk.html" ?>
21<title>ATK-&atk-version;</title>
22
23<indexterm zone="atk">
24 <primary sortas="a-atk">atk</primary>
25</indexterm>
26
27<sect2>
28<title>Introduction to <application><acronym>ATK</acronym></application></title>
29
30<para>The <application><acronym>ATK</acronym></application> package contains the
31<application><acronym>ATK</acronym></application> libraries. They are useful for
32allowing accessibility solutions to be available for all
33<application><acronym>GTK</acronym>2</application>
34applications.</para>
35
36<sect3><title>Package information</title>
37<itemizedlist spacing='compact'>
38<listitem><para>Download (HTTP): <ulink url="&atk-download-http;"/></para></listitem>
39<listitem><para>Download (FTP): <ulink url="&atk-download-ftp;"/></para></listitem>
40<listitem><para>Download MD5 sum: &atk-md5sum;</para></listitem>
41<listitem><para>Download size: &atk-size;</para></listitem>
42<listitem><para>Estimated disk space required: &atk-buildsize;</para></listitem>
43<listitem><para>Estimated build time: &atk-time;</para></listitem></itemizedlist>
44</sect3>
45
46<sect3>
47 <title><application><acronym>ATK</acronym></application> dependencies</title>
48
49<sect4>
50<title>Required</title>
51<para><xref linkend="glib2"/></para>
52</sect4>
53
54<sect4>
55<title>Optional</title>
56<para><xref linkend="gtk-doc"/></para>
57</sect4>
58</sect3>
59
60</sect2>
61
62<sect2>
63<title>Installation of <application><acronym>ATK</acronym></application></title>
64
65<para>Install <application><acronym>ATK</acronym></application> by running the following commands:</para>
66
67<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
68make</command></userinput></screen>
69
70<para>Now, as the root user:</para>
71
72<screen><userinput role='root'><command>make install</command></userinput></screen>
73
74</sect2>
75
76<sect2>
77<title>Command explanations</title>
78
79<para><option>--enable-gtk-doc</option>: This switch will rebuild
80the <acronym>API</acronym> documentation during the
81<command>make</command> command.</para>
82
83</sect2>
84
85<sect2>
86<title>Contents</title>
87
88<segmentedlist>
89 <segtitle>Installed Programs</segtitle>
90 <segtitle>Installed Libraries</segtitle>
91 <segtitle>Installed Directories</segtitle>
92
93 <seglistitem>
94 <seg>None</seg>
95 <seg>libatk-1.0.so</seg>
96 <seg>None</seg>
97 </seglistitem>
98</segmentedlist>
99
100<variablelist>
101 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
102 <?dbfo list-presentation="list"?>
103
104<varlistentry id="libatk">
105 <term><filename class='libraryfile'>atklib-1.0.so</filename></term>
106 <listitem>
107 <para>contains functions that are used by assistive technologies in order to
108 interact with the desktop and applications.</para>
109 <indexterm zone="atk libatk">
110 <primary sortas="c-libatk">libatk-1.0.so</primary>
111 </indexterm>
112 </listitem>
113</varlistentry>
114</variablelist>
115
116</sect2>
117
118</sect1>
Note: See TracBrowser for help on using the repository browser.