glfs/archive/gnome-obsolete/gok.xml
Krejzi 99b3ac418c Rename archive/obsolete to archive/gnome-obsolete
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10574 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-08-25 12:46:42 +00:00

170 lines
5.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gok-download-http "&gnome-download-http;/gok/&gnome-version;/gok-&gok-version;.tar.bz2">
<!ENTITY gok-download-ftp "&gnome-download-ftp;/gok/&gnome-version;/gok-&gok-version;.tar.bz2">
<!ENTITY gok-md5sum "853c7825eb62d7c425f5a0efdc07412a">
<!ENTITY gok-size "1.5 MB">
<!ENTITY gok-buildsize "50 MB">
<!ENTITY gok-time "0.5 SBU">
]>
<sect1 id="gok" xreflabel="GOK-&gok-version;">
<?dbhtml filename="gok.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>GOK-&gok-version;</title>
<indexterm zone="gok">
<primary sortas="a-GOK">GOK</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GOK</title>
<para><application>GOK</application> is a dynamic onscreen keyboard. It
features Direct Selection, Dwell Selection, Automatic Scanning and Inverse
Scanning access methods and includes word completion.</para>
&lfs65_built;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&gok-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&gok-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &gok-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &gok-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &gok-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &gok-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">GOK Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="at-spi"/>,
<xref linkend="GConf"/>,
<xref linkend="gnome-speech"/>,
<xref linkend="libcanberra"/>,
<xref linkend="libwnck"/>, and
<xref linkend="rarian"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="libusb-compat"/> and
<xref linkend="gtk-doc"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gok"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of GOK</title>
<para>Install <application>GOK</application> by running
the following commands:</para>
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
--sysconfdir=&gnome-etc-dir; \
--localstatedir=/var/lib &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role='root'><userinput>make install &amp;&amp;
chmod -v 644 $(pkg-config --variable=prefix \
ORBit-2.0)/share/gnome/help/gok/C/legal.xml</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gnome-prefix.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gnome-sysconfdir.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/scrollkeeper-dir.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
</sect2>
<sect2 role="configuration">
<title>Configuring GOK</title>
<sect3>
<title>Configuration Information</title>
<para>It is recommended that you configure your input device as an
<quote>Extended</quote> input device. Exact configuration methods
depend on the type of hardware attached to your system. See the
<filename>README</filename> file in the package source tree and
<application>GOK</application> Help for information on how
to configure your input device.</para>
</sect3>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>create-branching-keyboard and gok</seg>
<seg>None</seg>
<seg><envar>$GNOME_PREFIX</envar>/share/{gnome/help/gok/C,gok/*,
gtk-doc/html/gok,omf/gok,sounds/freedesktop/stereo}</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="gok-prog">
<term><command>gok</command></term>
<listitem>
<para>is a dynamic onscreen keyboard utility.</para>
<indexterm zone="gok gok-prog">
<primary sortas="b-gok">gok</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>