Changeset 139e755


Ignore:
Timestamp:
12/02/2004 08:35:04 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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
Children:
b06ee7e5
Parents:
85ef8588
Message:

Updated to GOK-0.11.16

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gnome-netstatus.xml

    r85ef8588 r139e755  
    6868    --sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp;
    6969make &amp;&amp;
    70 make install</command></userinput></screen>
     70make install &amp;&amp;
     71chmod 644 `pkg-config --variable=prefix ORBit-2.0`\
     72/share/gnome/help/gnome-netstatus/C/*.xml</command></userinput></screen>
    7173
    7274</sect2>
  • gnome/add/gok.xml

    r85ef8588 r139e755  
    55  %general-entities;
    66
    7 <!ENTITY gok-download-http "http://ftp.gnome.org/pub/GNOME/sources/gok/0.10/gok-&gok-version;.tar.bz2">
    8 <!ENTITY gok-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gok/0.10/gok-&gok-version;.tar.bz2">
    9 <!ENTITY gok-size "1.1 MB">
    10 <!ENTITY gok-buildsize "53 MB">
    11 <!ENTITY gok-time "1.01 SBU">
    12 
     7<!ENTITY gok-download-http "http://ftp.gnome.org/pub/GNOME/sources/gok/0.11/gok-&gok-version;.tar.bz2">
     8<!ENTITY gok-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gok/0.11/gok-&gok-version;.tar.bz2">
     9<!ENTITY gok-md5sum "6bfe9d4efb35ae20ef1c05c191dc8ad7">
     10<!ENTITY gok-size "1.2 MB">
     11<!ENTITY gok-buildsize "37 MB">
     12<!ENTITY gok-time "0.59 SBU">
    1313]>
    1414
     
    2424<title>Introduction to <application><acronym>GOK</acronym></application></title>
    2525
    26 <para>
    27 <application><acronym>GOK</acronym></application> is a dynamic onscreen
    28 keyboard. It features Direct Selection, Dwell Selection, Automatic
    29 Scanning and Inverse Scanning access methods and includes word
    30 completion.
    31 </para>
     26<para><application><acronym>GOK</acronym></application> is a dynamic onscreen
     27keyboard. It features Direct Selection, Dwell Selection, Automatic Scanning
     28and Inverse Scanning access methods and includes word completion.</para>
    3229
    3330<sect3><title>Package information</title>
     
    3734<listitem><para>Download (FTP): <ulink
    3835url="&gok-download-ftp;"/></para></listitem>
     36<listitem><para>Download MD5 sum: &gok-md5sum;</para></listitem>
    3937<listitem><para>Download size: &gok-size;</para></listitem>
    40 <listitem><para>Estimated Disk space required:
     38<listitem><para>Estimated disk space required:
    4139&gok-buildsize;</para></listitem>
    4240<listitem><para>Estimated build time:
    4341&gok-time;</para></listitem></itemizedlist>
    4442</sect3>
    45                                                                                
    46 <sect3><title><application><acronym>GOK</acronym></application> dependencies</title>
     43
     44<sect3><title><application><acronym>GOK</acronym></application>
     45dependencies</title>
    4746<sect4><title>Required</title>
    48 <para>
    49 <xref linkend="libgnomeui"/>,
    50 <xref linkend="scrollkeeper"/>,
    51 <xref linkend="libwnck"/>,
    52 <xref linkend="at-spi"/> and
    53 <xref linkend="esound"/>
    54 </para></sect4>
     47<para><xref linkend="libgnomeui"/>,
     48<xref linkend="scrollkeeper"/>,
     49<xref linkend="libwnck"/>,
     50<xref linkend="at-spi"/> and
     51<xref linkend="gnome-speech"/></para>
     52</sect4>
     53
    5554<sect4><title>Optional</title>
    56 <para>
    57 <xref linkend="gtk-doc"/>
    58 </para></sect4>
     55<para><xref linkend="gtk-doc"/></para>
     56</sect4>
    5957</sect3>
    6058
     
    6462<title>Installation of <application><acronym>GOK</acronym></application></title>
    6563
    66 <para>Install <application><acronym>GOK</acronym></application> by running the following commands:</para>
     64<para>Install <application><acronym>GOK</acronym></application> by running
     65the following commands:</para>
    6766
    6867<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    6968    --sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp;
    7069make &amp;&amp;
    71 make install</command></userinput></screen>
     70make install &amp;&amp;
     71chmod 644 `pkg-config --variable=prefix ORBit-2.0`\
     72/share/gnome/help/gok/C/*.xml</command></userinput></screen>
    7273
    7374</sect2>
     
    7778
    7879<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
    79 configuration files in <filename class="directory">/etc/gnome</filename> instead of
    80 <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
     80configuration files in <filename class="directory">/etc/gnome</filename>
     81instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
    8182
    8283<para><parameter>--localstatedir=/var/lib</parameter>: This switch
    83 puts <application>ScrollKeeper</application> files in <filename
    84 class="directory">/var/lib/scrollkeeper</filename>
    85 instead of <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
     84puts <application>ScrollKeeper</application> files in
     85<filename class="directory">/var/lib/scrollkeeper</filename> instead of
     86<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
     87
     88</sect2>
     89
     90<sect2>
     91<title>Configuring <application><acronym>GOK</acronym></application></title>
     92
     93<sect3><title>Configuration Information</title>
     94<para>It is recommended that you configure your input device as an
     95<quote>Extended</quote> input device. Exact configuration methods depend on
     96the type of hardware attached to your system. See the
     97<filename>README</filename> file in the package source tree and
     98<application><acronym>GOK</acronym></application> Help for information on how
     99to configure your input device.</para>
     100</sect3>
    86101
    87102</sect2>
     
    91106
    92107<para>The <application><acronym>GOK</acronym></application> package contains
    93 <command>gok</command>.
    94 </para>
     108<command>gok</command> and <command>create-branching-keyboard</command>.</para>
    95109
    96110</sect2>
  • introduction/welcome/changelog.xml

    r85ef8588 r139e755  
    2525<listitem><para>December 2nd, 2004 [randy]: Added new package
    2626Java Access Bridge-1.4.2; added --disable-gtk-doc to the librsvg build
    27 instructions which was inadvertently removed; updated to GNOME Speech-0.3.5
    28 and Gnopernicus-0.9.18.</para></listitem>
     27instructions which was inadvertently removed; updated to GNOME Speech-0.3.5,
     28Gnopernicus-0.9.18 and GOK-0.11.16.</para></listitem>
    2929
    3030<listitem><para>December 1st, 2004 [randy]: Added a note to the
Note: See TracChangeset for help on using the changeset viewer.