source: archive/gnome-obsolete/gok.xml@ 4fd61738

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 4fd61738 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • 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 <date>$Date$</date>
20 </sect1info>
21
22 <title>GOK-&gok-version;</title>
23
24 <indexterm zone="gok">
25 <primary sortas="a-GOK">GOK</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to GOK</title>
30
31 <para><application>GOK</application> is a dynamic onscreen keyboard. It
32 features Direct Selection, Dwell Selection, Automatic Scanning and Inverse
33 Scanning access methods and includes word completion.</para>
34
[cdad9df]35 &lfs65_built;
36
[eb12ee19]37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&gok-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gok-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gok-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gok-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gok-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gok-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">GOK Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
[714aa988]62 <para role="required"><xref linkend="at-spi"/>,
63 <xref linkend="GConf"/>,
64 <xref linkend="gnome-speech"/>,
65 <xref linkend="libcanberra"/>,
66 <xref linkend="libwnck"/>, and
67 <xref linkend="rarian"/></para>
[eb12ee19]68
69 <bridgehead renderas="sect4">Optional</bridgehead>
[714aa988]70 <para role="optional"><xref linkend="libusb-compat"/> and
[b56f06c3]71 <xref linkend="gtk-doc"/></para>
[eb12ee19]72
[0a7c3921]73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/gok"/></para>
75
[eb12ee19]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
[b56f06c3]84<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
[25c002f]85 --sysconfdir=&gnome-etc-dir; \
86 --localstatedir=/var/lib &amp;&amp;
[74e10d0]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;
[714aa988]94chmod -v 644 $(pkg-config --variable=prefix \
[acf305e]95 ORBit-2.0)/share/gnome/help/gok/C/legal.xml</userinput></screen>
96
[eb12ee19]97 </sect2>
[9d2dc4e2]98
[eb12ee19]99 <sect2 role="commands">
100 <title>Command Explanations</title>
[9d2dc4e2]101
[e05cd03f]102 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b56f06c3]103 href="../../xincludes/gnome-prefix.xml"/>
[9d2dc4e2]104
[e05cd03f]105 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b56f06c3]106 href="../../xincludes/gnome-sysconfdir.xml"/>
[864b24de]107
[e05cd03f]108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b56f06c3]109 href="../../xincludes/scrollkeeper-dir.xml"/>
[864b24de]110
[e05cd03f]111 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b56f06c3]112 href="../../xincludes/gtk-doc-rebuild.xml"/>
[d5adf2f2]113
[eb12ee19]114 </sect2>
[139e755]115
[eb12ee19]116 <sect2 role="configuration">
117 <title>Configuring GOK</title>
[139e755]118
[eb12ee19]119 <sect3>
120 <title>Configuration Information</title>
[9d2dc4e2]121
[eb12ee19]122 <para>It is recommended that you configure your input device as an
123 <quote>Extended</quote> input device. Exact configuration methods
124 depend on the type of hardware attached to your system. See the
125 <filename>README</filename> file in the package source tree and
126 <application>GOK</application> Help for information on how
127 to configure your input device.</para>
[9d2dc4e2]128
[eb12ee19]129 </sect3>
[9d2dc4e2]130
[eb12ee19]131 </sect2>
[9d2dc4e2]132
[eb12ee19]133 <sect2 role="content">
134 <title>Contents</title>
[9d2dc4e2]135
[eb12ee19]136 <segmentedlist>
137 <segtitle>Installed Programs</segtitle>
138 <segtitle>Installed Libraries</segtitle>
139 <segtitle>Installed Directories</segtitle>
[9d2dc4e2]140
[eb12ee19]141 <seglistitem>
[cdad9df]142 <seg>create-branching-keyboard and gok</seg>
[eb12ee19]143 <seg>None</seg>
[cdad9df]144 <seg><envar>$GNOME_PREFIX</envar>/share/{gnome/help/gok/C,gok/*,
145 gtk-doc/html/gok,omf/gok,sounds/freedesktop/stereo}</seg>
[eb12ee19]146 </seglistitem>
147 </segmentedlist>
[9d2dc4e2]148
[eb12ee19]149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
154 <varlistentry id="gok-prog">
155 <term><command>gok</command></term>
156 <listitem>
157 <para>is a dynamic onscreen keyboard utility.</para>
158 <indexterm zone="gok gok-prog">
159 <primary sortas="b-gok">gok</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 </variablelist>
165
166 </sect2>
[2bd6f2b]167
168</sect1>
Note: See TracBrowser for help on using the repository browser.