source: gnome/core/gail.xml@ ebabf24

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 ebabf24 was 551b9389, checked in by Randy McMurchy <randy@…>, 18 years ago

Minor fixes and clean-up to the core GNOME-2 package instructions including standardizing the text in the 'Command Explanations' section by using xinclude files and changing the creation of symbolic links to using PYTHONPATH so Python can find modules installed in non-standard locations

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

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