source: archive/gnome-obsolete/gok.xml@ c274f90

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

Rename archive/obsolete to archive/gnome-obsolete

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

  • Property mode set to 100644
File size: 5.2 KB
RevLine 
[9d2dc4e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[9d2dc4e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[cdad9df]7 <!ENTITY gok-download-http "&gnome-download-http;/gok/&gnome-version;/gok-&gok-version;.tar.bz2">
8 <!ENTITY gok-download-ftp "&gnome-download-ftp;/gok/&gnome-version;/gok-&gok-version;.tar.bz2">
9 <!ENTITY gok-md5sum "853c7825eb62d7c425f5a0efdc07412a">
[714aa988]10 <!ENTITY gok-size "1.5 MB">
[cdad9df]11 <!ENTITY gok-buildsize "50 MB">
[714aa988]12 <!ENTITY gok-time "0.5 SBU">
[9d2dc4e2]13]>
14
[2bd6f2b]15<sect1 id="gok" xreflabel="GOK-&gok-version;">
[eb12ee19]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
[cdad9df]36 &lfs65_built;
37
[eb12ee19]38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&gok-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&gok-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &gok-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &gok-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &gok-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &gok-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">GOK Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
[714aa988]63 <para role="required"><xref linkend="at-spi"/>,
64 <xref linkend="GConf"/>,
65 <xref linkend="gnome-speech"/>,
66 <xref linkend="libcanberra"/>,
67 <xref linkend="libwnck"/>, and
68 <xref linkend="rarian"/></para>
[eb12ee19]69
70 <bridgehead renderas="sect4">Optional</bridgehead>
[714aa988]71 <para role="optional"><xref linkend="libusb-compat"/> and
[b56f06c3]72 <xref linkend="gtk-doc"/></para>
[eb12ee19]73
[0a7c3921]74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/gok"/></para>
76
[eb12ee19]77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of GOK</title>
81
82 <para>Install <application>GOK</application> by running
83 the following commands:</para>
84
[b56f06c3]85<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
[25c002f]86 --sysconfdir=&gnome-etc-dir; \
87 --localstatedir=/var/lib &amp;&amp;
[74e10d0]88make</userinput></screen>
89
90 <para>To test the results, issue: <command>make check</command>.</para>
91
92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
93
94<screen role='root'><userinput>make install &amp;&amp;
[714aa988]95chmod -v 644 $(pkg-config --variable=prefix \
[acf305e]96 ORBit-2.0)/share/gnome/help/gok/C/legal.xml</userinput></screen>
97
[eb12ee19]98 </sect2>
[9d2dc4e2]99
[eb12ee19]100 <sect2 role="commands">
101 <title>Command Explanations</title>
[9d2dc4e2]102
[e05cd03f]103 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b56f06c3]104 href="../../xincludes/gnome-prefix.xml"/>
[9d2dc4e2]105
[e05cd03f]106 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b56f06c3]107 href="../../xincludes/gnome-sysconfdir.xml"/>
[864b24de]108
[e05cd03f]109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b56f06c3]110 href="../../xincludes/scrollkeeper-dir.xml"/>
[864b24de]111
[e05cd03f]112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b56f06c3]113 href="../../xincludes/gtk-doc-rebuild.xml"/>
[d5adf2f2]114
[eb12ee19]115 </sect2>
[139e755]116
[eb12ee19]117 <sect2 role="configuration">
118 <title>Configuring GOK</title>
[139e755]119
[eb12ee19]120 <sect3>
121 <title>Configuration Information</title>
[9d2dc4e2]122
[eb12ee19]123 <para>It is recommended that you configure your input device as an
124 <quote>Extended</quote> input device. Exact configuration methods
125 depend on the type of hardware attached to your system. See the
126 <filename>README</filename> file in the package source tree and
127 <application>GOK</application> Help for information on how
128 to configure your input device.</para>
[9d2dc4e2]129
[eb12ee19]130 </sect3>
[9d2dc4e2]131
[eb12ee19]132 </sect2>
[9d2dc4e2]133
[eb12ee19]134 <sect2 role="content">
135 <title>Contents</title>
[9d2dc4e2]136
[eb12ee19]137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Libraries</segtitle>
140 <segtitle>Installed Directories</segtitle>
[9d2dc4e2]141
[eb12ee19]142 <seglistitem>
[cdad9df]143 <seg>create-branching-keyboard and gok</seg>
[eb12ee19]144 <seg>None</seg>
[cdad9df]145 <seg><envar>$GNOME_PREFIX</envar>/share/{gnome/help/gok/C,gok/*,
146 gtk-doc/html/gok,omf/gok,sounds/freedesktop/stereo}</seg>
[eb12ee19]147 </seglistitem>
148 </segmentedlist>
[9d2dc4e2]149
[eb12ee19]150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="gok-prog">
156 <term><command>gok</command></term>
157 <listitem>
158 <para>is a dynamic onscreen keyboard utility.</para>
159 <indexterm zone="gok gok-prog">
160 <primary sortas="b-gok">gok</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 </variablelist>
166
167 </sect2>
[2bd6f2b]168
169</sect1>
Note: See TracBrowser for help on using the repository browser.