source: gnome/core/caribou.xml@ ad6ebf1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 ad6ebf1 was 9db3353e, checked in by Krejzi <krejzi@…>, 12 years ago

Recommend vala for gnome packages that can use it, explicitly enable them where it was necesary. Rewrote some pages to be in 'new blfs xml format'

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

  • Property mode set to 100644
File size: 6.5 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 caribou-download-http "&gnome-download-http;/caribou/0.4/caribou-&caribou-version;.tar.xz">
8 <!ENTITY caribou-download-ftp "&gnome-download-ftp;/caribou/0.4/caribou-&caribou-version;.tar.xz">
9 <!ENTITY caribou-md5sum "0e3ba9db7bc9dd9dbd04a4007aac3cf3">
10 <!ENTITY caribou-size "368 KB">
11 <!ENTITY caribou-buildsize "10 MB">
12 <!ENTITY caribou-time "0.2 SBU">
13]>
14
15<sect1 id="caribou" xreflabel="Caribou-&caribou-version;">
16 <?dbhtml filename="caribou.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Caribou-&caribou-version;</title>
24
25 <indexterm zone="caribou">
26 <primary sortas="a-caribou">caribou</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Caribou</title>
31
32 <para>
33 <application>Caribou</application> is an input assistive technology
34 intended for switch and pointer users.
35 </para>
36
37 &lfs70_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&caribou-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&caribou-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &caribou-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &caribou-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &caribou-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &caribou-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Caribou Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="clutter"/>,
78 <xref linkend="gnome-doc-utils"/>,
79 <xref linkend="gtk3"/>,
80 <xref linkend="libgee"/>,
81 <xref linkend="libxklavier"/>,
82 <xref linkend="pygobject3"/> and
83 <xref linkend="vala"/>
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="gobject-introspection"/>
89 </para>
90
91 <bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
92 <para role="optional">
93 For most <application>GNOME</application> users, this package is only
94 required as a compile-time dependency for other packages. If
95 you intend to use its keyboard you will require
96 <xref linkend="pyatspi2"/>,
97 <xref linkend="dbus-python"/> and
98 <xref linkend="dconf"/> at runtime.
99 </para>
100
101 <para condition="html" role="usernotes">User Notes:
102 <ulink url="&blfs-wiki;/caribou"/></para>
103
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of Caribou</title>
108
109 <para>
110 Install <application>Caribou</application> by running the following
111 commands:
112 </para>
113
114<screen><userinput>./configure --prefix=/usr \
115 --sysconfdir=/etc \
116 --libexecdir=/usr/lib/caribou \
117 --disable-gtk2-module \
118 --disable-static &amp;&amp;
119make</userinput></screen>
120
121 <para>
122 This package's testsuite is only intended to be used by the
123 maintainer to check i18n files.
124 </para>
125
126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
129
130<screen role="root"><userinput>make install</userinput></screen>
131
132 </sect2>
133
134 <sect2 role="commands">
135 <title>Command Explanations</title>
136
137 <para>
138 <parameter>--libexecdir=/usr/lib/caribou</parameter>: This
139 parameter ensures <filename>antler-keyboard</filename> is put
140 in a directory which accords with the FHS instead of
141 <filename class="directory">/usr/libexec</filename>.
142 </para>
143
144 <para>
145 <option>--disable-gtk2-module</option>: Because <application>GNOME</application>
146 now uses <application>GTK+-3</application>, the module has no use on a
147 <application>GNOME</application> desktop.
148 </para>
149
150 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
151 href="../../xincludes/static-libraries.xml"/>
152
153 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
154 href="../../xincludes/without-scrollkeeper.xml"/>
155
156 </sect2>
157
158 <sect2 role="content">
159 <title>Contents</title>
160
161 <segmentedlist>
162 <segtitle>Installed Programs</segtitle>
163 <segtitle>Installed Library</segtitle>
164 <segtitle>Installed Directories</segtitle>
165
166 <seglistitem>
167 <seg>
168 caribou and caribou-preferences
169 </seg>
170 <seg>
171 libcaribou.so
172 </seg>
173 <seg>
174 /usr/include/libcaribou, /usr/lib/caribou,
175 /usr/lib/python2.7/site-packages/caribou,
176 /usr/share/antler and /usr/share/caribou
177 </seg>
178 </seglistitem>
179 </segmentedlist>
180
181 <variablelist>
182 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
183 <?dbfo list-presentation="list"?>
184 <?dbhtml list-presentation="table"?>
185
186<!-- <varlistentry id="caribou-prog">
187 <term><command>caribou</command></term>
188 <listitem>
189 <para>
190 does this .....
191 </para>
192 <indexterm zone="caribou caribou-prog">
193 <primary sortas="b-caribou">caribou</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="caribou-preferences">
199 <term><command>caribou-preferences</command></term>
200 <listitem>
201 <para>
202 does this .....
203 </para>
204 <indexterm zone="caribou caribou-preferences">
205 <primary sortas="b-caribou-preferences">caribou-preferences</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry> -->
209
210 <varlistentry id="libcaribou">
211 <term><filename class='libraryfile'>libcaribou.so</filename></term>
212 <listitem>
213 <para>
214 contains the <application>Caribou</application> API functions.
215 </para>
216 <indexterm zone="caribou libcaribou">
217 <primary sortas="c-libcaribou">libcaribou.so</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 </variablelist>
223
224 </sect2>
225
226</sect1>
Note: See TracBrowser for help on using the repository browser.