source: gnome/add/gok.xml@ 6d0910f1

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 6d0910f1 was 6d0910f1, checked in by Bruce Dubbs <bdubbs@…>, 15 years ago

Added libusb-compat.
Changed all references to usblib to usblib-compat
Used anduin dor download location for libusb-compat and libusb because
sourceforge was giving an error of too many redirections.

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

  • Property mode set to 100644
File size: 5.3 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 gok-download-http "&gnome-download-http;/gok/1.2/gok-&gok-version;.tar.bz2">
8 <!ENTITY gok-download-ftp "&gnome-download-ftp;/gok/1.2/gok-&gok-version;.tar.bz2">
9 <!ENTITY gok-md5sum "2ef1f171385a37f93408dbca7ecfdf11">
10 <!ENTITY gok-size "1.2 MB">
11 <!ENTITY gok-buildsize "50 MB">
12 <!ENTITY gok-time "0.6 SBU">
13]>
14
15<sect1 id="gok" xreflabel="GOK-&gok-version;">
16 <?dbhtml filename="gok.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GOK-&gok-version;</title>
24
25 <indexterm zone="gok">
26 <primary sortas="a-GOK">GOK</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GOK</title>
31
32 <para><application>GOK</application> is a dynamic onscreen keyboard. It
33 features Direct Selection, Dwell Selection, Automatic Scanning and Inverse
34 Scanning access methods and includes word completion.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&gok-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&gok-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &gok-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &gok-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &gok-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &gok-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">GOK Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para role="required"><xref linkend="esound"/>,
62 <xref linkend="scrollkeeper"/>,
63 <xref linkend="at-spi"/>,
64 <xref linkend="libwnck"/>,
65 <xref linkend="libgnomeui"/>, and
66 <xref linkend="gnome-speech"/></para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional"><xref linkend="libusb-compat"/>,
70 <xref linkend="intltool"/>, and
71 <xref linkend="gtk-doc"/></para>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/gok"/></para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of GOK</title>
80
81 <para>Install <application>GOK</application> by running
82 the following commands:</para>
83
84<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
85 --sysconfdir=&gnome-etc-dir; \
86 --localstatedir=/var/lib &amp;&amp;
87make</userinput></screen>
88
89 <para>To test the results, issue: <command>make check</command>.</para>
90
91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
92
93<screen role='root'><userinput>make install &amp;&amp;
94chmod -v 644 $(pkg-config --variable=prefix
95 ORBit-2.0)/share/gnome/help/gok/C/legal.xml</userinput></screen>
96
97 <para>For full functionality of this package, you should install the
98 <xref linkend="libgail-gnome"/> package.</para>
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="../../xincludes/gnome-prefix.xml"/>
107
108 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
109 href="../../xincludes/gnome-sysconfdir.xml"/>
110
111 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
112 href="../../xincludes/scrollkeeper-dir.xml"/>
113
114 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
115 href="../../xincludes/gtk-doc-rebuild.xml"/>
116
117 </sect2>
118
119 <sect2 role="configuration">
120 <title>Configuring GOK</title>
121
122 <sect3>
123 <title>Configuration Information</title>
124
125 <para>It is recommended that you configure your input device as an
126 <quote>Extended</quote> input device. Exact configuration methods
127 depend on the type of hardware attached to your system. See the
128 <filename>README</filename> file in the package source tree and
129 <application>GOK</application> Help for information on how
130 to configure your input device.</para>
131
132 </sect3>
133
134 </sect2>
135
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Libraries</segtitle>
142 <segtitle>Installed Directories</segtitle>
143
144 <seglistitem>
145 <seg>gok and create-branching-keyboard</seg>
146 <seg>None</seg>
147 <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
148 share/{,gnome/help/ ,gtk-doc/html ,omf}gok</seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="gok-prog">
158 <term><command>gok</command></term>
159 <listitem>
160 <para>is a dynamic onscreen keyboard utility.</para>
161 <indexterm zone="gok gok-prog">
162 <primary sortas="b-gok">gok</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 </variablelist>
168
169 </sect2>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.