mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Added new package, dasher-4.11.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8564 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
917f94b4a4
commit
7f200e2974
@ -650,6 +650,7 @@ $Date$
|
||||
|
||||
<!-- Accessibility -->
|
||||
<!ENTITY at-spi-version "1.30.1">
|
||||
<!ENTITY dasher-version "4.11">
|
||||
<!ENTITY gnome-mag-version "0.16.1">
|
||||
<!ENTITY gnome-speech-version "0.4.25">
|
||||
<!ENTITY gok-version "2.30.0">
|
||||
|
@ -65,6 +65,7 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dummy-accessibility.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="at-spi.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dasher.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-mag.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-speech.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gok.xml"/>
|
||||
|
155
gnome/add/dasher.xml
Normal file
155
gnome/add/dasher.xml
Normal file
@ -0,0 +1,155 @@
|
||||
<?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 dasher-download-http "&gnome-download-http;/dasher/4.11/dasher-&dasher-version;.tar.bz2">
|
||||
<!ENTITY dasher-download-ftp "&gnome-download-ftp;/dasher/4.11/dasher-&dasher-version;.tar.bz2">
|
||||
<!ENTITY dasher-md5sum "55695cacecb9fa9e3259e0f2ef82ae9e">
|
||||
<!ENTITY dasher-size "8.0 MB">
|
||||
<!ENTITY dasher-buildsize "120 MB">
|
||||
<!ENTITY dasher-time "1.0 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="dasher" xreflabel="dasher-&dasher-version;">
|
||||
<?dbhtml filename="dasher.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>dasher-&dasher-version;</title>
|
||||
|
||||
<indexterm zone="dasher">
|
||||
<primary sortas="a-dasher">dasher</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to dasher</title>
|
||||
|
||||
<para>The <application>dasher</application> package is a zooming predictive
|
||||
text entry system, designed for situations where keyboard input is
|
||||
impractical (for instance, accessibility or PDAs). It is usable with highly
|
||||
limited amounts of physical input while still allowing high rates of text
|
||||
entry.</para>
|
||||
|
||||
&lfs65_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&dasher-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&dasher-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &dasher-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &dasher-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &dasher-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &dasher-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">dasher Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="glib2"/>,
|
||||
<xref linkend="gtk2"/>, and
|
||||
<xref linkend="intltool"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="at-spi"/>,
|
||||
<xref linkend="gnome-doc-utils"/>,
|
||||
<xref linkend="libbonobo"/>, and
|
||||
<xref linkend="libgnomeui"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/dasher"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of dasher</title>
|
||||
|
||||
<para>Install <application>dasher</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
|
||||
--sysconfdir=&gnome-etc-dir; \
|
||||
--enable-a11y=no \
|
||||
--with-gnome=no &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</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"/>
|
||||
|
||||
<para><parameter>--enable-a11y=no</parameter>: Do not build with support for
|
||||
the GNOME accessibility framework. Remove it if
|
||||
<application>libgnomeui</application> and <application>at-spi</application>
|
||||
are installed.</para>
|
||||
|
||||
<para><parameter>--with-gnome=no</parameter>: Do not build with GNOME
|
||||
support. Remove it if <application>libgnomeui</application> and
|
||||
<application>gnome-doc-utils</application> are installed.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Program</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>dasher</seg>
|
||||
<seg>None</seg>
|
||||
<seg><envar>$GNOME_PREFIX</envar>/share/{dasher,gnome/help/dasher/*,
|
||||
omf/dasher}</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="dasher-prog">
|
||||
<term><command>dasher</command></term>
|
||||
<listitem>
|
||||
<para>is a graphical predictive text entry system.</para>
|
||||
<indexterm zone="dasher dasher-prog">
|
||||
<primary sortas="b-dasher">dasher</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -43,6 +43,9 @@
|
||||
<listitem>
|
||||
<para>August 22nd, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Added new package, dasher-4.11.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Added new package, cheese-2.30.1.</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user