source: gnome/platform/caribou.xml@ 2a44f9e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 2a44f9e was 9199306, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Update to pyatspi2-2.20.2
Tags
(systemd/gnome merge) Moved evolution-data-server, telepathy-logger, telepathy-mission-control, caribou, and gnome-backgrounds to trunk
(systemd/gnome merge staging) Update to gnome-backgrounds-3.20
(systemd/gnome merge staging) Update to evolution-data-server-3.20.3
(systemd/gnome merge staging) Update to DConf-0.26.0
(systemd/gnome merge staging) Update to caribou-0.4.20

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

  • Property mode set to 100644
File size: 5.6 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 "72d5063f1aa0c411041067468736444e">
10 <!ENTITY caribou-size "408 KB">
11 <!ENTITY caribou-buildsize "13 MB">
12 <!ENTITY caribou-time "less than 0.1 SBU">
13]>
14
15<sect1 id="caribou" xreflabel="Caribou-&caribou-version;" revision="systemd">
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 &lfs79_checked;&gcc6_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="gtk3"/>,
79 <xref linkend="libgee"/>,
80 <xref linkend="libxklavier"/>, and
81 <xref linkend="pygobject3"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="vala"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="gtk2"/> and
92 <ulink url="http://www.valadoc.org/">Valadoc</ulink>
93 </para>
94
95 <bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
96 <para role="optional">
97 For most <application>GNOME</application> users, this package is only
98 required as a compile-time dependency for other packages. If
99 you intend to use its keyboard you will require
100 <xref linkend="dbus-python"/>,
101 <xref linkend="dconf"/> and
102 <xref linkend="pyatspi2"/> at runtime.
103 </para>
104
105 <para condition="html" role="usernotes">User Notes:
106 <ulink url="&blfs-wiki;/caribou"/>
107 </para>
108 </sect2>
109
110 <sect2 role="installation">
111 <title>Installation of Caribou</title>
112
113 <para>
114 Install <application>Caribou</application> by running the following
115 commands:
116 </para>
117
118<screen><userinput>./configure --prefix=/usr \
119 --sysconfdir=/etc \
120 --disable-gtk2-module \
121 --disable-static &amp;&amp;
122make</userinput></screen>
123
124 <para>
125 This package does not come with a testsuite.
126 </para>
127
128 <para>
129 Now, as the <systemitem class="username">root</systemitem> user:
130 </para>
131
132<screen role="root"><userinput>make install</userinput></screen>
133
134 </sect2>
135
136 <sect2 role="commands">
137 <title>Command Explanations</title>
138
139 <para>
140 <parameter>--disable-gtk2-module</parameter>: Because
141 <application>GNOME</application> now uses
142 <application>GTK+-3</application>, this module has no use
143 on a <application>GNOME</application> desktop. Remove
144 this switch if you still want to build the
145 <application>GTK+-2</application> module.
146 </para>
147
148 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
149 href="../../xincludes/static-libraries.xml"/>
150
151 </sect2>
152
153 <sect2 role="content">
154 <title>Contents</title>
155
156 <segmentedlist>
157 <segtitle>Installed Programs</segtitle>
158 <segtitle>Installed Libraries</segtitle>
159 <segtitle>Installed Directories</segtitle>
160
161 <seglistitem>
162 <seg>
163 caribou (library executable),
164 antler (library executable),
165 and caribou-preferences
166 </seg>
167 <seg>
168 libcaribou.so
169 </seg>
170 <seg>
171 /usr/include/libcaribou,
172 /usr/lib/python&python2-majorver;/site-packages/caribou,
173 /usr/share/antler and
174 /usr/share/caribou
175 </seg>
176 </seglistitem>
177 </segmentedlist>
178
179 <variablelist>
180 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
181 <?dbfo list-presentation="list"?>
182 <?dbhtml list-presentation="table"?>
183
184 <varlistentry id="libcaribou">
185 <term><filename class="libraryfile">libcaribou.so</filename></term>
186 <listitem>
187 <para>
188 contains the <application>Caribou</application> API functions.
189 </para>
190 <indexterm zone="caribou libcaribou">
191 <primary sortas="c-libcaribou">libcaribou.so</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 </variablelist>
197
198 </sect2>
199
200</sect1>
Note: See TracBrowser for help on using the repository browser.