Author: randy
Date: 2007-10-16 05:20:15 -0600 (Tue, 16 Oct 2007)
New Revision: 7112
Modified:
trunk/BOOK/general.ent
trunk/BOOK/gnome/add/evince.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Updated the Evince instructions to reflect the GNOME-2.18.3 update
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2007-09-22 11:31:18 UTC (rev 7111)
+++ trunk/BOOK/general.ent 2007-10-16 11:20:15 UTC (rev 7112)
@@ -3,11 +3,11 @@
$Date$
-->
-<!ENTITY day "22"> <!-- Always 2 digits -->
-<!ENTITY month "09"> <!-- Always 2 digits -->
+<!ENTITY day "16"> <!-- Always 2 digits -->
+<!ENTITY month "10"> <!-- Always 2 digits -->
<!ENTITY year "2007">
<!ENTITY version "svn-&year;&month;&day;">
-<!ENTITY releasedate "September &day;nd, &year;">
+<!ENTITY releasedate "October &day;th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
Modified: trunk/BOOK/gnome/add/evince.xml
===================================================================
--- trunk/BOOK/gnome/add/evince.xml 2007-09-22 11:31:18 UTC (rev 7111)
+++ trunk/BOOK/gnome/add/evince.xml 2007-10-16 11:20:15 UTC (rev 7112)
@@ -6,9 +6,9 @@
<!ENTITY evince-download-http
"&gnome-download-http;/evince/0.8/evince-&evince-version;.tar.bz2">
<!ENTITY evince-download-ftp
"&gnome-download-ftp;/evince/0.8/evince-&evince-version;.tar.bz2">
- <!ENTITY evince-md5sum "94be73485eeb8584b4aeaa8ac87699f0">
- <!ENTITY evince-size "994 KB">
- <!ENTITY evince-buildsize "35.2 MB">
+ <!ENTITY evince-md5sum "0603d3f3f5648c88f10f75c89807c3d1">
+ <!ENTITY evince-size "1.5 MB">
+ <!ENTITY evince-buildsize "44 MB">
<!ENTITY evince-time "0.7 SBU">
]>
@@ -71,22 +71,23 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="libgnomeui"/>,
- <xref linkend="gnome-doc-utils"/>, and
- <xref linkend="poppler"/>
- (<emphasis role='strong'>must be a version >= 5.1</emphasis> and built
- with <application>GTK+</application> support)</para>
+ <xref linkend="gnome-icon-theme"/>, and
+ <xref linkend="gnome-doc-utils"/></para>
<bridgehead renderas="sect4">Run-Time Requirement</bridgehead>
<para><xref linkend="shared-mime-info"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="intltool"/>,
+ <xref linkend="gtk-doc"/>,
+ <xref linkend="libgnomeprintui"/> (only used as an alternate method
+ for printing),
<xref linkend="libtiff"/>,
<xref linkend="tetex"/> (required to build the DVI viewer),
- <xref linkend="libgnomeprintui"/>
- (required to print from <application>Evince</application>),
<xref linkend="nautilus"/>
- (required to build the <application>Nautilus</application> plugin),
+ (required to build the <application>Nautilus</application> plugin),
+ <xref linkend="poppler"/> (required for PDF support and must be built
+ with <application>GTK+</application> support),
<xref linkend="espgs"/> or <xref linkend="gs"/>
(required for Postscript ability from <application>Evince</application>),
<ulink url="http://djvulibre.djvuzone.org/">DjVuLibre</ulink>
@@ -108,11 +109,17 @@
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix
ORBit-2.0) \
--sysconfdir=&gnome-etc-dir; \
--localstatedir=/var/lib \
+ --mandir=$(pkg-config \
+ --variable=prefix ORBit-2.0)/share/man \
--disable-ps \
--enable-pixbuf &&
make</userinput></screen>
- <para>This package does not come with a test suite.</para>
+ <para>The test suite for this package requires a functional
+ <application>dogtail</application> installation. Requirements and
+ download information can be found at
+ <ulink url="http://people.redhat.com/zcerza/dogtail/"/>. The test suite
+ is invoked by issuing <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
@@ -132,14 +139,17 @@
<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/gnome-mandir.xml"/>
+
<para><option>--disable-ps</option>: This parameter is required if you
don't have a Ghostscript package installed. Remove the parameter if you
do have a Ghostscript package installed and wish to build the DVI
- viewer.</para>
+ viewer which provides Postscript support.</para>
<para><option>--enable-djvu</option>: Use this parameter if you have the
<application>DjVuLibre</application> package installed and you wish to
- build support to view DjVu files.</para>
+ build support to view DjVu graphic files.</para>
<para><option>--enable-dvi</option>: Use this parameter if you have the
<application>teTeX</application> package installed and you wish to build
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2007-09-22 11:31:18 UTC
(rev 7111)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2007-10-16 11:20:15 UTC
(rev 7112)
@@ -42,6 +42,16 @@
-->
<listitem>
+ <para>October 16th, 2007</para>
+ <itemizedlist>
+ <listitem>
+ <para>[name] - Updated the Evince instructions to reflect the
+ GNOME-2.18.3 update.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>September 22nd, 2007</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page