source: x/lib/atk.xml@ 9390c77a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gimp3 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9390c77a was b9450a0, checked in by DJ Lucas <dj@…>, 7 years ago

Use 'ninja -C build' instead of 'cd build'.

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

  • Property mode set to 100644
File size: 4.3 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
[bc1d337]7 <!ENTITY atk-download-http "&gnome-download-http;/atk/2.26/atk-&atk-version;.tar.xz">
8 <!ENTITY atk-download-ftp "&gnome-download-ftp;/atk/2.26/atk-&atk-version;.tar.xz">
[477adae]9 <!ENTITY atk-md5sum "7cddcc313b9a3efd19b2ddf079ba68f5">
10 <!ENTITY atk-size "700 KB">
11 <!ENTITY atk-buildsize "15.7 MB">
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 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[a2912ff]23 <title>ATK-&atk-version;</title>
[7d7bb83]24
25 <indexterm zone="atk">
[a2912ff]26 <primary sortas="a-ATK">ATK</primary>
[7d7bb83]27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to ATK</title>
31
[a2912ff]32 <para>
33 <application>ATK</application> provides the set of accessibility
[0d7900a]34 interfaces that are implemented by other toolkits and applications.
[a2912ff]35 Using the <application>ATK</application> interfaces, accessibility
36 tools have full access to view and control running applications.
37 </para>
[7d7bb83]38
[5ae3416]39 &lfs81_checked;
[b5a2067]40
[7d7bb83]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[a2912ff]44 <para>
45 Download (HTTP): <ulink url="&atk-download-http;"/>
46 </para>
[7d7bb83]47 </listitem>
48 <listitem>
[a2912ff]49 <para>
50 Download (FTP): <ulink url="&atk-download-ftp;"/>
51 </para>
[7d7bb83]52 </listitem>
53 <listitem>
[a2912ff]54 <para>
55 Download MD5 sum: &atk-md5sum;
56 </para>
[7d7bb83]57 </listitem>
58 <listitem>
[a2912ff]59 <para>
60 Download size: &atk-size;
61 </para>
[7d7bb83]62 </listitem>
63 <listitem>
[a2912ff]64 <para>
65 Estimated disk space required: &atk-buildsize;
66 </para>
[7d7bb83]67 </listitem>
68 <listitem>
[a2912ff]69 <para>
70 Estimated build time: &atk-time;
71 </para>
[7d7bb83]72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">ATK Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
[b8a081c]78 <para role="required">
[b0ae5b7]79 <xref linkend="glib2"/>
[b8a081c]80 </para>
[7d7bb83]81
[39ffbd0]82 <bridgehead renderas="sect4">Recommended (Required if building GNOME)</bridgehead>
83 <para role="recommended">
[4c2be438]84 <xref linkend="gobject-introspection"/>
85 </para>
86
[7d7bb83]87 <bridgehead renderas="sect4">Optional</bridgehead>
[b8a081c]88 <para role="optional">
89 <xref linkend="gtk-doc"/>
90 </para>
[7d7bb83]91
[c5c2654]92 <para condition="html" role="usernotes">User Notes:
[a2912ff]93 <ulink url="&blfs-wiki;/atk"/>
94 </para>
[7d7bb83]95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of ATK</title>
99
[a2912ff]100 <para>
101 Install <application>ATK</application> by running
102 the following commands:
103 </para>
[7d7bb83]104
[477adae]105<screen><userinput>meson --prefix /usr $PWD build &amp;&amp;
[b9450a0]106ninja -C build</userinput></screen>
[7d7bb83]107
[a2912ff]108 <para>
[983fc68]109 This package does not come with a testsuite.
[a2912ff]110 </para>
[7d7bb83]111
[a2912ff]112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
[7d7bb83]115
[b9450a0]116<screen role="root"><userinput>ninja -C build install</userinput></screen>
[7d7bb83]117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
[910d888]124 <segtitle>Installed Programs</segtitle>
[a9787f8]125 <segtitle>Installed Library</segtitle>
[7d7bb83]126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
[13507eb]129 <seg>
130 None
131 </seg>
[b8a081c]132 <seg>
133 libatk-1.0.so
134 </seg>
135 <seg>
[a2912ff]136 /usr/include/atk-1.0 and
137 /usr/share/gtk-doc/html/atk
[b8a081c]138 </seg>
[7d7bb83]139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="libatk">
[983fc68]148 <term><filename class="libraryfile">libatk-1.0.so</filename></term>
[7d7bb83]149 <listitem>
[a2912ff]150 <para>
151 contains functions that are used by assistive technologies
152 to interact with the desktop applications.
153 </para>
[7d7bb83]154 <indexterm zone="atk libatk">
155 <primary sortas="c-libatk">libatk-1.0.so</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
[f45b1953]163
164</sect1>
Note: See TracBrowser for help on using the repository browser.