source: gnome/core/gail.xml@ 173a4ad3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 173a4ad3 was 65ed5cb, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated core GNOME-2 to version 2.18.3. Separated the core packages into 'Platform' and 'Desktop' sections

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

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