source: archive/gnome-obsolete/gail.xml@ fa91d2e

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 fa91d2e 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
RevLine 
[fdca4266]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" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[18d8af99]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">
[65ed5cb]9 <!ENTITY gail-md5sum "d58ad8cc79d3cb6778bc015ef69fb499">
[18d8af99]10 <!ENTITY gail-size "659 KB">
11 <!ENTITY gail-buildsize "26 MB">
12 <!ENTITY gail-time "0.5 SBU">
[fdca4266]13]>
14
[3b11616]15<sect1 id="gail" xreflabel="GAIL-&gail-version;">
[6f3b3d1]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
[65ed5cb]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>
[6f3b3d1]41
[18d8af99]42 <para>&lfssvn_built;20100803&lfssvn_built2;</para>
43
[6f3b3d1]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>
[abec374]67
[6f3b3d1]68 <bridgehead renderas="sect4">Required</bridgehead>
[18d8af99]69 <para role="required"><xref linkend="gtk2"/></para>
[fdca4266]70
[6f3b3d1]71 <bridgehead renderas="sect4">Optional</bridgehead>
[b22e19bf]72 <para role="optional"><xref linkend="gtk-doc"/></para>
[fdca4266]73
[0a7c3921]74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/gail"/></para>
76
[6f3b3d1]77 </sect2>
[fdca4266]78
[6f3b3d1]79 <sect2 role="installation">
80 <title>Installation of GAIL</title>
[fdca4266]81
[e05cd03f]82 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7cdaed0]83 href="../../xincludes/without-gnome.xml"/>
[fdca4266]84
[6f3b3d1]85 <para>Install <application>GAIL</application> by running
86 the following commands:</para>
87
[a6bee1f]88<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
[6f3b3d1]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
[adb02f98]95<screen role="root"><userinput>make install &amp;&amp;
[6f3b3d1]96
[adb02f98]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>
[fdca4266]102
[6f3b3d1]103 </sect2>
104
[551b9389]105 <sect2 role="commands">
[51d7b70]106 <title>Command Explanations</title>
[bccbdaea]107
[e05cd03f]108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7cdaed0]109 href="../../xincludes/gnome-prefix.xml"/>
[551b9389]110
[e05cd03f]111 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[551b9389]112 href="../../xincludes/gtk-doc-rebuild.xml"/>
[51d7b70]113
[adb02f98]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
[551b9389]122 </sect2>
[51d7b70]123
[6f3b3d1]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>
[551b9389]136 <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
[e62f701]137 include/gail-1.0,
[551b9389]138 lib/gtk-2.0/modules and
[e62f701]139 share/gtk-doc/html/gail-libgail-util</seg>
[6f3b3d1]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">
[f1d9c53]149 <term><filename class='libraryfile'>libgailutil.so</filename></term>
[6f3b3d1]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">
[de2551f]154 <primary sortas="c-libgailutil">libgailutil.so</primary>
[6f3b3d1]155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 </variablelist>
160
161 </sect2>
[ad45d1a]162
163</sect1>
Note: See TracBrowser for help on using the repository browser.