Author: randy
Date: 2006-06-30 14:54:31 -0600 (Fri, 30 Jun 2006)
New Revision: 6231
Modified:
trunk/BOOK/general.ent
trunk/BOOK/gnome/add/at-spi.xml
trunk/BOOK/gnome/add/gnome-mag.xml
trunk/BOOK/gnome/add/gnome-speech.xml
trunk/BOOK/gnome/add/gnopernicus.xml
trunk/BOOK/gnome/add/gok.xml
trunk/BOOK/gnome/add/java-access-bridge.xml
trunk/BOOK/gnome/add/libgail-gnome.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Updated the GNOME Accessibility packages' instructions to be compatible with
the GNOME-2.14.2 update
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-06-30 01:31:22 UTC (rev 6230)
+++ trunk/BOOK/general.ent 2006-06-30 20:54:31 UTC (rev 6231)
@@ -1,4 +1,4 @@
-<!ENTITY day "29"> <!-- Always 2 digits -->
+<!ENTITY day "30"> <!-- Always 2 digits -->
<!ENTITY month "06"> <!-- Always 2 digits -->
<!ENTITY year "2006">
<!ENTITY version "svn-&year;&month;&day;">
Modified: trunk/BOOK/gnome/add/at-spi.xml
===================================================================
--- trunk/BOOK/gnome/add/at-spi.xml 2006-06-30 01:31:22 UTC (rev 6230)
+++ trunk/BOOK/gnome/add/at-spi.xml 2006-06-30 20:54:31 UTC (rev 6231)
@@ -4,24 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!-- Inserted as a reminder to do this. The mention of a test suite
- is usually right before the root user installation commands. Please
- delete these 12 (including one blank) lines after you are done.-->
-
- <!-- Use one of the two mentions below about a test suite,
- delete the line that is not applicable. Of course, if the
- test suite uses syntax other than "make check", revise the
- line to reflect the actual syntax to run the test suite -->
-
- <!-- <para>This package does not come with a test suite.</para> -->
- <!-- <para>To test the results, issue: <command>make
check</command>.</para> -->
-
<!ENTITY at-spi-download-http
"&gnome-download-http;/at-spi/1.7/at-spi-&at-spi-version;.tar.bz2">
<!ENTITY at-spi-download-ftp
"&gnome-download-ftp;/at-spi/1.7/at-spi-&at-spi-version;.tar.bz2">
- <!ENTITY at-spi-md5sum "9669ee9e3633ffb43a70795edd748e4d">
- <!ENTITY at-spi-size "541 KB">
- <!ENTITY at-spi-buildsize "14.2 MB">
- <!ENTITY at-spi-time "0.5 SBU">
+ <!ENTITY at-spi-md5sum "2988cd21d9f292fd404a8c532fe2723d">
+ <!ENTITY at-spi-size "696 KB">
+ <!ENTITY at-spi-buildsize "19.7 MB">
+ <!ENTITY at-spi-time "0.6 SBU">
]>
<sect1 id="at-spi" xreflabel="AT SPI-&at-spi-version;">
@@ -30,10 +18,6 @@
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
- <keywordset>
- <keyword role="package">at-spi-&at-spi-version;.tar</keyword>
- <keyword role="ftpdir">at-spi</keyword>
- </keywordset>
</sect1info>
<title>AT SPI-&at-spi-version;</title>
@@ -79,7 +63,8 @@
<xref linkend="libbonobo"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para role="optional"><xref linkend="gtk-doc"/></para>
+ <para role="optional"><xref linkend="intltool"/> and
+ <xref linkend="gtk-doc"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/at-spi"/></para>
@@ -92,9 +77,9 @@
<para>Install <application>AT SPI</application> by running the
following commands:</para>
-<screen><userinput>./configure --prefix=`pkg-config --variable=prefix
ORBit-2.0` \
- --libexecdir=`pkg-config \
- --variable=prefix ORBit-2.0`/lib/at-spi &&
+<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix
ORBit-2.0) \
+ --libexecdir=$(pkg-config \
+ --variable=prefix ORBit-2.0)/lib/at-spi &&
make</userinput></screen>
<para>The test suite cannot be run until after the package is installed.
@@ -110,8 +95,12 @@
<sect2 role="commands">
<title>Command Explanations</title>
- <para><parameter>--libexecdir=`pkg-config --variable=prefix
- ORBit-2.0`/lib/at-spi</parameter>: This switch puts libexec files in
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../../xincludes/gnome-prefix.xml"/>
+
+ <para><parameter>--libexecdir=$(pkg-config --variable=prefix
+ ORBit-2.0)/lib/at-spi</parameter>: This parameter causes the libexec
+ files to be installed in the preferred location of
<filename class="directory">$GNOME_PREFIX/lib/at-spi</filename> instead of
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
@@ -121,16 +110,16 @@
<title>Contents</title>
<segmentedlist>
- <segtitle>Installed Program</segtitle>
+ <segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
- <seg>at-spi-registryd</seg>
+ <seg>None</seg>
<seg>libspi.{so,a}, libcspi.{so,a}, libloginhelper.{so,a}, the
libatk-bridge.so <application>GTK+</application> module, and
<application>ORBit</application>-2.0 Accessibility modules</seg>
- <seg>The following subdirectories of $GNOME_PREFIX/:
+ <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
include/at-spi-1.0,
lib/at-spi,
share/{gtk-doc/html/at-spi-cspi, idl/at-spi-1.0}</seg>
Modified: trunk/BOOK/gnome/add/gnome-mag.xml
===================================================================
--- trunk/BOOK/gnome/add/gnome-mag.xml 2006-06-30 01:31:22 UTC (rev 6230)
+++ trunk/BOOK/gnome/add/gnome-mag.xml 2006-06-30 20:54:31 UTC (rev 6231)
@@ -6,9 +6,9 @@
<!ENTITY gnome-mag-download-http
"&gnome-download-http;/gnome-mag/0.12/gnome-mag-&gnome-mag-version;.tar.bz2">
<!ENTITY gnome-mag-download-ftp
"&gnome-download-ftp;/gnome-mag/0.12/gnome-mag-&gnome-mag-version;.tar.bz2">
- <!ENTITY gnome-mag-md5sum "f04ccfa081a9433538300ca07e8be1a2">
- <!ENTITY gnome-mag-size "456 KB">
- <!ENTITY gnome-mag-buildsize "11.9 MB">
+ <!ENTITY gnome-mag-md5sum "5872f8f5f985cc476f1ea8adf0e4518d">
+ <!ENTITY gnome-mag-size "591 KB">
+ <!ENTITY gnome-mag-buildsize "16.2 MB">
<!ENTITY gnome-mag-time "0.2 SBU">
]>
@@ -18,10 +18,6 @@
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
- <keywordset>
- <keyword role="package">gnome-mag-&gnome-mag-version;.tar</keyword>
- <keyword role="ftpdir">gnome-mag</keyword>
- </keywordset>
</sect1info>
<title>GNOME Magnifier-&gnome-mag-version;</title>
@@ -65,6 +61,9 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="at-spi"/></para>
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional"><xref linkend="intltool"/></para>
+
<bridgehead renderas="sect4">Optional (For
<application>XFree86</application> Only)</bridgehead>
<para role="optional"><ulink
@@ -92,7 +91,7 @@
<para>Install <application>GNOME Magnifier</application> by
running the following commands:</para>
-<screen><userinput>./configure --prefix=`pkg-config --variable=prefix
ORBit-2.0` &&
+<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix
ORBit-2.0) &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -103,6 +102,14 @@
</sect2>
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../../xincludes/gnome-prefix.xml"/>
+
+ </sect2>
+
<sect2 role="content">
<title>Contents</title>
@@ -114,7 +121,7 @@
<seglistitem>
<seg>magnifier</seg>
<seg>libgnome-mag.so</seg>
- <seg>The following subdirectories of $GNOME_PREFIX/:
+ <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
include/gnome-mag-1.0,
share/{doc/gnome-mag-0.12.3,gnome-mag,idl/gnome-mag-1.0}</seg>
</seglistitem>
Modified: trunk/BOOK/gnome/add/gnome-speech.xml
===================================================================
--- trunk/BOOK/gnome/add/gnome-speech.xml 2006-06-30 01:31:22 UTC (rev
6230)
+++ trunk/BOOK/gnome/add/gnome-speech.xml 2006-06-30 20:54:31 UTC (rev
6231)
@@ -6,10 +6,10 @@
<!ENTITY gnome-speech-download-http
"&gnome-download-http;/gnome-speech/0.4/gnome-speech-&gnome-speech-version;.tar.bz2">
<!ENTITY gnome-speech-download-ftp
"&gnome-download-ftp;/gnome-speech/0.4/gnome-speech-&gnome-speech-version;.tar.bz2">
- <!ENTITY gnome-speech-md5sum "b477d4e0e01b79374f60ceee597c2c3d">
- <!ENTITY gnome-speech-size "286 KB">
- <!ENTITY gnome-speech-buildsize "4.8 MB">
- <!ENTITY gnome-speech-time "0.1 SBU">
+ <!ENTITY gnome-speech-md5sum "c27f3eb262b8a66a756872d25c716517">
+ <!ENTITY gnome-speech-size "307 KB">
+ <!ENTITY gnome-speech-buildsize "3.0 MB">
+ <!ENTITY gnome-speech-time "0.2 SBU">
]>
<sect1 id="gnome-speech" xreflabel="GNOME Speech-&gnome-speech-version;">
@@ -18,10 +18,6 @@
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
- <keywordset>
- <keyword role="package">gnome-speech-&gnome-speech-version;.tar</keyword>
- <keyword role="ftpdir">gnome-speech</keyword>
- </keywordset>
</sect1info>
<title>GNOME Speech-&gnome-speech-version;</title>
@@ -97,15 +93,15 @@
<note>
<para>You must install at least one of the backend drivers for
<application>GNOME Speech</application> to render speech through the
- audio hardware. Testing the installation of the backend driver to
+ audio hardware. You should test the installation of the backend driver
and
ensure it produces desired results before installing
- <application>GNOME Speech</application> is recommended.</para>
+ <application>GNOME Speech</application>.</para>
</note>
<para>Install <application>GNOME Speech</application> by
running the following commands:</para>
-<screen><userinput>./configure --prefix=`pkg-config --variable=prefix
ORBit-2.0` &&
+<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix
ORBit-2.0) &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -114,16 +110,19 @@
<screen role='root'><userinput>make install &&
install -v -m644 -D doc/gnome-speech.html \
- `pkg-config --variable=prefix \
-
ORBit-2.0`/share/doc/gnome-speech-&gnome-speech-version;/gnome-speech.html</userinput></screen>
+ $(pkg-config --variable=prefix \
+
ORBit-2.0)/share/doc/gnome-speech-&gnome-speech-version;/gnome-speech.html</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
- <para><option>--with-jab-dir=`pkg-config
- --variable=prefix ORBit-2.0`/share/jar</option>: Use this option if you
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../../xincludes/gnome-prefix.xml"/>
+
+ <para><option>--with-jab-dir=$(pkg-config
+ --variable=prefix ORBit-2.0)/share/jar</option>: Use this option if you
have installed the <application>Java Access Bridge</application> package
and wish to have <application>GNOME Speech</application> build
in <application>Java</application> support.</para>
@@ -150,7 +149,7 @@
<systemitem class="username">root</systemitem> user, modify the
<command>freetts-synthesis-driver</command> script:</para>
-<screen role='root'><userinput>sed -i "s/clip/streaming/"
$GNOME_PREFIX/bin/freetts-synthesis-driver</userinput></screen>
+<screen role='root'><userinput>sed -i "s/clip/streaming/"
<envar>$GNOME_PREFIX</envar>/bin/freetts-synthesis-driver</userinput></screen>
</sect2>
@@ -163,11 +162,11 @@
<segtitle>Installed Directories</segtitle>
<seglistitem>
- <seg>festival-synthesis-driver, freetts-synthesis-driver and
- test-speech</seg>
+ <seg>festival-synthesis-driver, freetts-synthesis-driver,
+ speechd-synthesis-driver and test-speech</seg>
<seg>libgnomespeech.{so,a}. Other drivers and libraries are also
installed if you have enabled additional backends.</seg>
- <seg>The following subdirectories of $GNOME_PREFIX:
+ <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
include/gnome-speech-1.0,
share/{doc/gnome-speech-&gnome-speech-version;,
gnome-speech,
Modified: trunk/BOOK/gnome/add/gnopernicus.xml
===================================================================
--- trunk/BOOK/gnome/add/gnopernicus.xml 2006-06-30 01:31:22 UTC (rev
6230)
+++ trunk/BOOK/gnome/add/gnopernicus.xml 2006-06-30 20:54:31 UTC (rev
6231)
@@ -6,10 +6,10 @@
<!ENTITY gnopernicus-download-http
"&gnome-download-http;/gnopernicus/1.1/gnopernicus-&gnopernicus-version;.tar.bz2">
<!ENTITY gnopernicus-download-ftp
"&gnome-download-ftp;/gnopernicus/1.1/gnopernicus-&gnopernicus-version;.tar.bz2">
- <!ENTITY gnopernicus-md5sum "d2042f0d7fde12a90cc23b98420dbeda">
- <!ENTITY gnopernicus-size "2.1 MB">
- <!ENTITY gnopernicus-buildsize "40.5 MB">
- <!ENTITY gnopernicus-time "0.6 SBU">
+ <!ENTITY gnopernicus-md5sum "b55b345f765673205a87e251874afba3">
+ <!ENTITY gnopernicus-size "1.4 MB">
+ <!ENTITY gnopernicus-buildsize "41.7 MB">
+ <!ENTITY gnopernicus-time "0.7 SBU">
]>
<sect1 id="gnopernicus" xreflabel="Gnopernicus-&gnopernicus-version;">
@@ -18,10 +18,6 @@
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
- <keywordset>
- <keyword role="package">gnopernicus-&gnopernicus-version;.tar</keyword>
- <keyword role="ftpdir">gnopernicus</keyword>
- </keywordset>
</sect1info>
<title>Gnopernicus-&gnopernicus-version;</title>
@@ -68,7 +64,8 @@
<xref linkend="gnome-mag"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para role="optional"><xref linkend="gtk-doc"/> and
+ <para role="optional"><xref linkend="intltool"/>,
+ <xref linkend="gtk-doc"/>, and
<ulink url="http://www.mielke.cc/brltty/">BRLTTY</ulink></para>
<para condition="html" role="usernotes">User Notes:
@@ -82,11 +79,11 @@
<para>Install <application>Gnopernicus</application> by running the
following commands:</para>
-<screen><userinput>./configure --prefix=`pkg-config --variable=prefix
ORBit-2.0` \
- --libexecdir=`pkg-config \
- --variable=prefix ORBit-2.0`/lib/gnopernicus-1.0 \
+<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix
ORBit-2.0) \
--sysconfdir=&gnome-etc-dir; \
- --localstatedir=/var/lib &&
+ --localstatedir=/var/lib \
+ --libexecdir=$(pkg-config \
+ --variable=prefix ORBit-2.0)/lib/gnopernicus-1.0 &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -100,21 +97,22 @@
<sect2 role="commands">
<title>Command Explanations</title>
- <para><parameter>--libexecdir=`pkg-config --variable=prefix
- ORBit-2.0`/lib/gnopernicus-1.0</parameter>: This switch puts libexec files
- in <filename class="directory">$GNOME_PREFIX/lib/gnopernicus-1.0</filename>
- instead of
- <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../../xincludes/gnome-prefix.xml"/>
- <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
- configuration files in <filename
class="directory">&gnome-etc-dir;</filename>
- instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../../xincludes/gnome-sysconfdir.xml"/>
- <para><parameter>--localstatedir=/var/lib</parameter>: This switch
- puts <application>ScrollKeeper</application> files in
- <filename class="directory">/var/lib/scrollkeeper</filename> instead of
- <filename
class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../../xincludes/scrollkeeper-dir.xml"/>
+ <para><parameter>--libexecdir=$(pkg-config --variable=prefix
+ ORBit-2.0)/lib/gnopernicus-1.0</parameter>: This parameter causes the
+ libexec files to be installed in the preferred location of
+ <filename class="directory">$GNOME_PREFIX/lib/gnopernicus-1.0</filename>
+ instead of
+ <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
+
<!-- Commented out as the default X font dir is now /usr/share/fonts
<para><parameter>-with-default-fonts-path=/usr/X11R6/lib/X11/fonts/Type1</parameter>:
This switch installs Braille fonts into
@@ -135,9 +133,8 @@
<seglistitem>
<seg>gnopernicus, gnopernicus-mag-config and srcore</seg>
<seg><application>Gnopernicus</application> support libraries</seg>
-
<seg>&gnome-etc-dir;/{gconf/gconf.xml.defaults/{,schemas/}apps/gnopernicus,
- gnopernicus-1.0}, and the following subdirectories of
- $GNOME_PREFIX/:
+ <seg>&gnome-etc-dir;/gnopernicus-1.0},
+ and the following subdirectories of <envar>$GNOME_PREFIX</envar>/:
include/gnopernicus-1.0,
lib/gnopernicus-1.0,
share/{gnome/help/{brlmonitor,gnopernicus}, gnopernicus,
Modified: trunk/BOOK/gnome/add/gok.xml
===================================================================
--- trunk/BOOK/gnome/add/gok.xml 2006-06-30 01:31:22 UTC (rev 6230)
+++ trunk/BOOK/gnome/add/gok.xml 2006-06-30 20:54:31 UTC (rev 6231)
@@ -6,10 +6,10 @@
<!ENTITY gok-download-http
"&gnome-download-http;/gok/1.0/gok-&gok-version;.tar.bz2">
<!ENTITY gok-download-ftp
"&gnome-download-ftp;/gok/1.0/gok-&gok-version;.tar.bz2">
- <!ENTITY gok-md5sum "a9334a0e1dc11bbba817c128503260b0">
- <!ENTITY gok-size "1.3 MB">
- <!ENTITY gok-buildsize "40.3 MB">
- <!ENTITY gok-time "0.7 SBU">
+ <!ENTITY gok-md5sum "de6cceaca780e7ad0702c4b3c0fd8d1f">
+ <!ENTITY gok-size "1.1 MB">
+ <!ENTITY gok-buildsize "45.0 MB">
+ <!ENTITY gok-time "0.6 SBU">
]>
<sect1 id="gok" xreflabel="GOK-&gok-version;">
@@ -18,10 +18,6 @@
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
- <keywordset>
- <keyword role="package">gok-&gok-version;.tar</keyword>
- <keyword role="ftpdir">gok</keyword>
- </keywordset>
</sect1info>
<title>GOK-&gok-version;</title>
@@ -62,14 +58,16 @@
<bridgehead renderas="sect3">GOK Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
- <para role="required"><xref linkend="libgnomeui"/>,
+ <para role="required"><xref linkend="esound"/>,
+ <xref linkend="libgnomeui"/>,
<xref linkend="scrollkeeper"/>,
<xref linkend="libwnck"/>,
<xref linkend="at-spi"/>, and
<xref linkend="gnome-speech"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
- <para role="optional"><xref linkend="gtk-doc"/></para>
+ <para role="optional"><xref linkend="intltool"/> and
+ <xref linkend="gtk-doc"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gok"/></para>
@@ -82,7 +80,7 @@
<para>Install <application>GOK</application> by running
the following commands:</para>
-<screen><userinput>./configure --prefix=`pkg-config --variable=prefix
ORBit-2.0` \
+<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix
ORBit-2.0) \
--sysconfdir=&gnome-etc-dir; \
--localstatedir=/var/lib &&
make</userinput></screen>
@@ -92,27 +90,26 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
<screen role='root'><userinput>make install &&
-chmod -v 644 `pkg-config --variable=prefix
- ORBit-2.0`/share/gnome/help/gok/C/legal.xml</userinput></screen>
+chmod -v 644 $(pkg-config --variable=prefix
+ ORBit-2.0)/share/gnome/help/gok/C/{gok,legal}.xml</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
- <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
- configuration files in <filename
class="directory">&gnome-etc-dir;</filename>
- instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../../xincludes/gnome-prefix.xml"/>
- <para><parameter>--localstatedir=/var/lib</parameter>: This switch
- puts <application>ScrollKeeper</application> files in
- <filename class="directory">/var/lib/scrollkeeper</filename> instead of
- <filename
class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../../xincludes/gnome-sysconfdir.xml"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../../xincludes/scrollkeeper-dir.xml"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../../xincludes/gtk-doc-rebuild.xml"/>
- <para><option>--enable-gtk-doc</option>: Use this parameter to build and
- install the API documentation as the source tarball doesn't contain
- pre-built docs.</para>
-
</sect2>
<sect2 role="configuration">
@@ -143,9 +140,8 @@
<seglistitem>
<seg>gok and create-branching-keyboard</seg>
<seg>None</seg>
- <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/gok,
- and the following subdirectories of $GNOME_PREFIX/:
- share/{,gnome/help/, gtk-doc/html, omf}gok</seg>
+ <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
+ share/{,gnome/help/ ,gtk-doc/html ,omf}gok</seg>
</seglistitem>
</segmentedlist>
Modified: trunk/BOOK/gnome/add/java-access-bridge.xml
===================================================================
--- trunk/BOOK/gnome/add/java-access-bridge.xml 2006-06-30 01:31:22 UTC (rev
6230)
+++ trunk/BOOK/gnome/add/java-access-bridge.xml 2006-06-30 20:54:31 UTC (rev
6231)
@@ -6,10 +6,10 @@
<!ENTITY java-access-bridge-download-http
"&gnome-download-http;/java-access-bridge/1.5/java-access-bridge-&java-access-bridge-version;.tar.bz2">
<!ENTITY java-access-bridge-download-ftp
"&gnome-download-ftp;/java-access-bridge/1.5/java-access-bridge-&java-access-bridge-version;.tar.bz2">
- <!ENTITY java-access-bridge-md5sum "7cba0788dd0f1dbb81dc73c470059cf5">
- <!ENTITY java-access-bridge-size "120 KB">
- <!ENTITY java-access-bridge-buildsize "5.5 MB">
- <!ENTITY java-access-bridge-time "1.0 SBU">
+ <!ENTITY java-access-bridge-md5sum "5099b2c8634d190df15e32f5fcb2a588">
+ <!ENTITY java-access-bridge-size "121 KB">
+ <!ENTITY java-access-bridge-buildsize "6.6 MB">
+ <!ENTITY java-access-bridge-time "1.1 SBU">
]>
<sect1 id="java-access-bridge"
@@ -19,10 +19,6 @@
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
- <keywordset>
- <keyword
role="package">java-access-bridge-&java-access-bridge-version;.tar</keyword>
- <keyword role="ftpdir">java-access-bridge</keyword>
- </keywordset>
</sect1info>
<title>Java Access Bridge-&java-access-bridge-version;</title>
@@ -79,7 +75,7 @@
<para>Install <application>Java Access Bridge</application> by running the
following commands:</para>
-<screen><userinput>./configure --prefix=`pkg-config --variable=prefix
ORBit-2.0` &&
+<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix
ORBit-2.0) &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -87,11 +83,14 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make install &&
-cat `pkg-config --variable=prefix \
- ORBit-2.0`/share/jar/accessibility.properties \
+
+cat $(pkg-config --variable=prefix \
+ ORBit-2.0)/share/jar/accessibility.properties \
>> $JAVA_HOME/jre/lib/accessibility.properties &&
-ln -v -sf `pkg-config --variable=prefix \
- ORBit-2.0`/share/jar/gnome-java-bridge.jar \
+chmod -v 644 $JAVA_HOME/jre/lib/accessibility.properties &&
+
+ln -v -sf $(pkg-config --variable=prefix \
+ ORBit-2.0)/share/jar/gnome-java-bridge.jar \
$JAVA_HOME/jre/lib/ext</userinput></screen>
</sect2>
@@ -99,11 +98,14 @@
<sect2 role="commands">
<title>Command Explanations</title>
- <para><command>cat `pkg-config ...</command>: This command appends to (or
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../../xincludes/gnome-prefix.xml"/>
+
+ <para><command>cat $(pkg-config ...</command>: This command appends to (or
creates) the Java runtime <filename>accessibility.properties</filename>
file required for <application>Java Access Bridge</application>.</para>
- <para><command>ln -v -sf `pkg-config ...</command>: This command creates
+ <para><command>ln -v -sf $(pkg-config ...</command>: This command creates
a link from the Access Bridge <filename>jar</filename> file to the Java
runtime library extensions directory.</para>
@@ -153,7 +155,7 @@
<seglistitem>
<seg>None</seg>
<seg>gnome-java-bridge.jar and JNav.jar</seg>
- <seg>$GNOME_PREFIX/share/jar</seg>
+ <seg><envar>$GNOME_PREFIX</envar>/share/jar</seg>
</seglistitem>
</segmentedlist>
Modified: trunk/BOOK/gnome/add/libgail-gnome.xml
===================================================================
--- trunk/BOOK/gnome/add/libgail-gnome.xml 2006-06-30 01:31:22 UTC (rev
6230)
+++ trunk/BOOK/gnome/add/libgail-gnome.xml 2006-06-30 20:54:31 UTC (rev
6231)
@@ -18,10 +18,6 @@
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
- <keywordset>
- <keyword
role="package">libgail-gnome-&libgail-gnome-version;.tar</keyword>
- <keyword role="ftpdir">libgail-gnome</keyword>
- </keywordset>
</sect1info>
<title>libgail-gnome-&libgail-gnome-version;</title>
@@ -78,7 +74,7 @@
<para>Install <application>libgail-gnome</application> by running the
following commands:</para>
-<screen><userinput>./configure --prefix=`pkg-config --variable=prefix
ORBit-2.0` &&
+<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix
ORBit-2.0) &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -89,6 +85,14 @@
</sect2>
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../../xincludes/gnome-prefix.xml"/>
+
+ </sect2>
+
<sect2 role="content">
<title>Contents</title>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-06-30 01:31:22 UTC
(rev 6230)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-06-30 20:54:31 UTC
(rev 6231)
@@ -42,6 +42,16 @@
-->
<listitem>
+ <para>June 30th, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[randy] - Updated the GNOME Accessibility packages'
+ instructions to be compatible with the GNOME-2.14.2 update.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>June 29th, 2006</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page