source: archive/gnome-obsolete/gail.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gail-download-http "&gnome-download-http;/gail/1.22/gail-&gail-version;.tar.bz2">
8 <!ENTITY gail-download-ftp "&gnome-download-ftp;/gail/1.22/gail-&gail-version;.tar.bz2">
9 <!ENTITY gail-md5sum "d58ad8cc79d3cb6778bc015ef69fb499">
10 <!ENTITY gail-size "659 KB">
11 <!ENTITY gail-buildsize "26 MB">
12 <!ENTITY gail-time "0.5 SBU">
13]>
14
15<sect1 id="gail" xreflabel="GAIL-&gail-version;">
16 <?dbhtml filename="gail.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>GAIL-&gail-version;</title>
23
24 <indexterm zone="gail">
25 <primary sortas="a-GAIL">GAIL</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to GAIL</title>
30
31 <para>The <application>GAIL</application> package provides accessibility
32 support for <application>GTK+</application> and
33 <application>libgnomecanvas</application> by implementing AtkObjects for
34 widgets in <application>GTK+</application> and
35 <application>libgnomecanvas</application>. The
36 <application>GAIL</application> library is a
37 <application>GTK+</application> module. This module is normally used with
38 the atk-bridge <application>GTK+</application> module from
39 <application>AT-SPI</application> to allow an assistive technology, e.g., a
40 screenreader, to query or drive the program.</para>
41
42 <para>&lfssvn_built;20100803&lfssvn_built2;</para>
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>Download (HTTP): <ulink url="&gail-download-http;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download (FTP): <ulink url="&gail-download-ftp;"/></para>
51 </listitem>
52 <listitem>
53 <para>Download MD5 sum: &gail-md5sum;</para>
54 </listitem>
55 <listitem>
56 <para>Download size: &gail-size;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated disk space required: &gail-buildsize;</para>
60 </listitem>
61 <listitem>
62 <para>Estimated build time: &gail-time;</para>
63 </listitem>
64 </itemizedlist>
65
66 <bridgehead renderas="sect3">GAIL Dependencies</bridgehead>
67
68 <bridgehead renderas="sect4">Required</bridgehead>
69 <para role="required"><xref linkend="gtk2"/></para>
70
71 <bridgehead renderas="sect4">Optional</bridgehead>
72 <para role="optional"><xref linkend="gtk-doc"/></para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/gail"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of GAIL</title>
81
82 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
83 href="../../xincludes/without-gnome.xml"/>
84
85 <para>Install <application>GAIL</application> by running
86 the following commands:</para>
87
88<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
89make</userinput></screen>
90
91 <para>This package does not come with a test suite.</para>
92
93 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
94
95<screen role="root"><userinput>make install &amp;&amp;
96
97if [ $(pkg-config --variable=prefix ORBit-2.0) != "/usr" ]; then
98 ln -v -s $(pkg-config --variable=prefix \
99 ORBit-2.0)/lib/gtk-2.0/modules \
100 /usr/lib/gtk-2.0
101fi</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
109 href="../../xincludes/gnome-prefix.xml"/>
110
111 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
112 href="../../xincludes/gtk-doc-rebuild.xml"/>
113
114 <para><command>if [ ... != "/usr" ]; then ...; fi</command>:
115 <application>GTK+</application> will look for the
116 <application>GAIL</application> modules in
117 <filename class='directory'>/usr/lib</filename> even if
118 <envar>$GNOME_PREFIX</envar> is NOT
119 <filename class='directory'>/usr</filename>. This command creates a
120 symbolic link to satisfy this requirement.</para>
121
122 </sect2>
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Programs</segtitle>
129 <segtitle>Installed Libraries</segtitle>
130 <segtitle>Installed Directories</segtitle>
131
132 <seglistitem>
133 <seg>None</seg>
134 <seg>libgailutil.so and <application>GAIL</application>
135 <application>GTK+</application> modules</seg>
136 <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
137 include/gail-1.0,
138 lib/gtk-2.0/modules and
139 share/gtk-doc/html/gail-libgail-util</seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="libgailutil">
149 <term><filename class='libraryfile'>libgailutil.so</filename></term>
150 <listitem>
151 <para>provides the functions that solve accessibility problems
152 in a consistent manner across <application>GNOME</application>.</para>
153 <indexterm zone="gail libgailutil">
154 <primary sortas="c-libgailutil">libgailutil.so</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 </variablelist>
160
161 </sect2>
162
163</sect1>
Note: See TracBrowser for help on using the repository browser.