Author: randy
Date: 2006-06-21 09:25:58 -0600 (Wed, 21 Jun 2006)
New Revision: 6188

Modified:
   trunk/BOOK/gnome/add/evolution-data-server.xml
   trunk/BOOK/gnome/add/gnome-audio.xml
   trunk/BOOK/gnome/add/gtkhtml.xml
   trunk/BOOK/gnome/add/gtksourceview.xml
   trunk/BOOK/gnome/add/libgnomecups.xml
   trunk/BOOK/gnome/add/libgnomeprint.xml
   trunk/BOOK/gnome/add/libgnomeprintui.xml
   trunk/BOOK/gnome/add/system-tools-backends.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Updated the GNOME2 additional libraries instructions to conform with the 
GNOME-2.14.2 update. This leaves the GNOME2 Accessibility and Additional 
Utility packages to update

Modified: trunk/BOOK/gnome/add/evolution-data-server.xml
===================================================================
--- trunk/BOOK/gnome/add/evolution-data-server.xml      2006-06-21 15:14:36 UTC 
(rev 6187)
+++ trunk/BOOK/gnome/add/evolution-data-server.xml      2006-06-21 15:25:58 UTC 
(rev 6188)
@@ -4,12 +4,12 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY evolution-data-server-download-http 
"&gnome-download-http;/evolution-data-server/1.4/evolution-data-server-&evolution-data-server-version;.tar.bz2">
-  <!ENTITY evolution-data-server-download-ftp  
"&gnome-download-ftp;/evolution-data-server/1.4/evolution-data-server-&evolution-data-server-version;.tar.bz2">
-  <!ENTITY evolution-data-server-md5sum        
"1590ec25527b1bcc5046e84ec2d1227f">
-  <!ENTITY evolution-data-server-size          "14.1 MB">
-  <!ENTITY evolution-data-server-buildsize     "171 MB">
-  <!ENTITY evolution-data-server-time          "3.5 SBU (additional 0.6 SBU to 
run the test suite)">
+  <!ENTITY evolution-data-server-download-http 
"&gnome-download-http;/evolution-data-server/1.6/evolution-data-server-&evolution-data-server-version;.tar.bz2">
+  <!ENTITY evolution-data-server-download-ftp  
"&gnome-download-ftp;/evolution-data-server/1.6/evolution-data-server-&evolution-data-server-version;.tar.bz2">
+  <!ENTITY evolution-data-server-md5sum        
"165f493eec8a2c8fc6eca3fdeb8c4885">
+  <!ENTITY evolution-data-server-size          "7.1 MB">
+  <!ENTITY evolution-data-server-buildsize     "178 MB">
+  <!ENTITY evolution-data-server-time          "3.5 SBU (additional 0.5 SBU to 
run the test suite)">
 ]>
 
 <sect1 id="evolution-data-server"
@@ -19,10 +19,6 @@
   <sect1info>
     <othername>$LastChangedBy$</othername>
     <date>$Date$</date>
-    <keywordset>
-      <keyword 
role="package">evolution-data-server-&evolution-data-server-version;.tar</keyword>
-      <keyword role="ftpdir">evolution-data-server</keyword>
-    </keywordset>
   </sect1info>
 
   <title>Evolution Data Server-&evolution-data-server-version;</title>
@@ -73,12 +69,15 @@
     <para role="recommended"><xref linkend="nss"/></para>
 
     <para>The <application>NSS</application> package is not required if you
-    have <xref linkend="firefox"/>, <xref linkend="thunderbird"/> or
-    <xref linkend="seamonkey"/> installed. These packages contain internal
-    copies of <application>NSS</application> (or they used a system-installed
-    copy). If any of the three packages are installed, one way or another you
-    will already have NSS/NSPR libraries on your system.</para>
+    have <xref linkend="firefox"/>, <xref linkend="thunderbird"/>,
+    <xref linkend="seamonkey"/> or
+    <ulink url="http://www.mozilla.org/products/mozilla1.x/";>Mozilla</ulink>
+    installed. These packages contain internal copies of
+    <application>NSS</application> (or they used a system-installed copy).
+    If any of the four packages are installed, one way or another you will
+    already have NSS/NSPR libraries on your system.</para>
 
+
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional"><xref linkend="openldap"/>,
     an <xref linkend="server-mail"/> (that provides a
@@ -103,26 +102,36 @@
       <para>The instructions below assume you have the NSS/NSPR libraries
       installed on your system. If you elected not to install
       <application>NSS</application> (or one of the other packages mentioned
-      above), you'll need to remove the following four parameter settings from
+      above), you'll need to remove the following two parameter settings from
       the <command>configure</command> command below:</para>
 
       <literallayout><parameter>            --enable-nss
-            --enable-smime
-            --with-nspr-includes=/usr/include/nspr
+            --enable-smime</parameter></literallayout>
+
+      <para>The <application>Evolution</application>
+      <command>configure</command> script only looks for the stand-alone
+      <application>NSS</application> package and the
+      <application>Mozilla</application> and
+      <application>Firefox</application> browsers for the NSS/NSPR libraries.
+      If you are using <application>Thunderbird</application> as your source
+      for the NSS/NSPR libraries, you will have to add the following two
+      parameter settings to the <command>configure</command> command
+      below:</para>
+
+      <literallayout><parameter>            
--with-nspr-includes=/usr/include/nspr
             --with-nss-includes=/usr/include/nss</parameter></literallayout>
     </note>
 
-<screen><userinput>./configure --prefix=`pkg-config --variable=prefix 
ORBit-2.0` \
-            --libexecdir=`pkg-config --variable=prefix \
-                ORBit-2.0`/lib/evolution-data-server-1.2 \
+<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix 
ORBit-2.0) \
+            --libexecdir=$(pkg-config --variable=prefix \
+                ORBit-2.0)/lib/evolution-data-server-1.2 \
             --enable-nntp \
             --enable-nss \
-            --enable-smime \
-            --with-nspr-includes=/usr/include/nspr \
-            --with-nss-includes=/usr/include/nss &amp;&amp;
+            --enable-smime &amp;&amp;
 make</userinput></screen>
 
-    <para>To test the results, issue: <command>make -k check</command>.</para>
+    <para>To test the results, issue: <command>make -k check</command>. At
+    least one test is known to fail and 18 are known to pass.</para>
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
@@ -133,8 +142,8 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><parameter>--libexecdir=`pkg-config --variable=prefix
-    ORBit-2.0`/lib/evolution-data-server-1.2</parameter>: This switch puts
+    <para><parameter>--libexecdir=$(pkg-config --variable=prefix
+    ORBit-2.0)/lib/evolution-data-server-1.2</parameter>: This switch puts
     libexec files in <filename
     class="directory">$GNOME_PREFIX/lib/evolution-data-server-1.2</filename>
     instead of <filename
@@ -150,13 +159,15 @@
     in the Mozilla Network Security Services libraries for S/MIME
     support.</para>
 
-    <para><parameter>--with-{nspr,nss}-includes</parameter>: This parameter is
+    <!--
+    <para><parameter>-with-{nspr,nss}-includes</parameter>: This parameter is
     used to identify where the Mozilla Network Security Services interface
     headers are located. By default,
     <application>Evolution Data Server</application> uses
     <filename>mozilla-{nss,nspr}.pc</filename> files to locate the headers
     and chances are you will not have <application>Mozilla</application>
     installed.</para>
+    -->
 
     <note>
       <para>To enable many of the optional dependencies, review the information
@@ -182,12 +193,12 @@
         libexchange-storage-1.2.so and numerous provider and extension
         modules.</seg>
         <seg>The following subdirectories of $GNOME_PREFIX/:
-        include/evolution-data-server-1.4,
+        include/evolution-data-server-1.6,
         lib/evolution-data-server-1.2,
-        share/{evolution-data-server-1.4,
+        share/{evolution-data-server-1.6,
         gtk-doc/html/libe{book,cal,data{,server}},
         idl/evolution-data-server-1.2,
-        pixmaps/evolution-data-server-1.4}</seg>
+        pixmaps/evolution-data-server-1.6}</seg>
       </seglistitem>
     </segmentedlist>
 

Modified: trunk/BOOK/gnome/add/gnome-audio.xml
===================================================================
--- trunk/BOOK/gnome/add/gnome-audio.xml        2006-06-21 15:14:36 UTC (rev 
6187)
+++ trunk/BOOK/gnome/add/gnome-audio.xml        2006-06-21 15:25:58 UTC (rev 
6188)
@@ -4,18 +4,6 @@
   <!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 gnome-audio-download-http 
"&gnome-download-http;/gnome-audio/2.0/gnome-audio-&gnome-audio-version;.tar.bz2">
   <!ENTITY gnome-audio-download-ftp  
"&gnome-download-ftp;/gnome-audio/2.0/gnome-audio-&gnome-audio-version;.tar.bz2">
   <!ENTITY gnome-audio-md5sum        "cd14b84af59fb2ec673527d32f4e379f">
@@ -30,10 +18,6 @@
   <sect1info>
     <othername>$LastChangedBy$</othername>
     <date>$Date$</date>
-    <keywordset>
-      <keyword role="package">gnome-audio-&gnome-audio-version;.tar</keyword>
-      <keyword role="ftpdir">gnome-audio</keyword>
-    </keywordset>
   </sect1info>
 
   <title>gnome-audio-&gnome-audio-version;</title>
@@ -88,7 +72,7 @@
     following command as the <systemitem class="username">root</systemitem>
     user:</para>
 
-<screen role="root"><userinput>make prefix=`pkg-config --variable=prefix 
ORBit-2.0` install</userinput></screen>
+<screen role="root"><userinput>make prefix=$(pkg-config --variable=prefix 
ORBit-2.0) install</userinput></screen>
 
   </sect2>
 

Modified: trunk/BOOK/gnome/add/gtkhtml.xml
===================================================================
--- trunk/BOOK/gnome/add/gtkhtml.xml    2006-06-21 15:14:36 UTC (rev 6187)
+++ trunk/BOOK/gnome/add/gtkhtml.xml    2006-06-21 15:25:58 UTC (rev 6188)
@@ -4,11 +4,11 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-<!ENTITY gtkhtml-download-http 
"&gnome-download-http;/gtkhtml/3.8/gtkhtml-&gtkhtml-version;.tar.bz2">
-<!ENTITY gtkhtml-download-ftp  
"&gnome-download-http;/gtkhtml/3.8/gtkhtml-&gtkhtml-version;.tar.bz2">
-<!ENTITY gtkhtml-md5sum        "4455e24142cc914f00f1e8b81940df68">
+<!ENTITY gtkhtml-download-http 
"&gnome-download-http;/gtkhtml/3.10/gtkhtml-&gtkhtml-version;.tar.bz2">
+<!ENTITY gtkhtml-download-ftp  
"&gnome-download-http;/gtkhtml/3.10/gtkhtml-&gtkhtml-version;.tar.bz2">
+<!ENTITY gtkhtml-md5sum        "4fe10da72b4ac578401ceffcce03ceed">
 <!ENTITY gtkhtml-size          "1.2 MB">
-<!ENTITY gtkhtml-buildsize     "56.0 MB">
+<!ENTITY gtkhtml-buildsize     "57.0 MB">
 <!ENTITY gtkhtml-time          "1.3 SBU">
 ]>
 
@@ -18,10 +18,6 @@
   <sect1info>
     <othername>$LastChangedBy$</othername>
     <date>$Date$</date>
-    <keywordset>
-      <keyword role="package">gtkhtml-&gtkhtml-version;.tar</keyword>
-      <keyword role="ftpdir">gtkhtml</keyword>
-    </keywordset>
   </sect1info>
 
   <title>GtkHTML-&gtkhtml-version;</title>
@@ -34,9 +30,14 @@
     <title>Introduction to GtkHTML</title>
 
     <para>The <application>GtkHTML</application> package contains a
-    lightweight HTML rendering/printing/editing engine. This is an
+    lightweight HTML rendering/printing/editing engine.</para>
+
+    <!-- GTK-Sharp can use this package, and Beagle can use these
+         extensions, so I suppose this package is no longer
+         "Evolution specific"
+    This is an
     <application>Evolution</application> specific application at
-    this time.</para>
+    this time.</para> -->
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -69,7 +70,8 @@
     <xref linkend="libgnomeprintui"/></para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="optional"><xref linkend="libsoup"/></para>
+    <para role="optional"><xref linkend="libsoup"/> and
+    <xref linkend="intltool"/></para>
 
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/gtkhtml"/></para>
@@ -82,9 +84,9 @@
     <para>Install <application>GtkHTML</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/gtkhtml &amp;&amp;
+<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix 
ORBit-2.0) \
+            --libexecdir=$(pkg-config \
+                --variable=prefix ORBit-2.0)/lib/gtkhtml &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
@@ -105,11 +107,11 @@
 
       <seglistitem>
         <seg>None</seg>
-        <seg>libgtkhtml-3.x.{so,a} and libgnome-gtkhtml-editor-3.x.{so,a}</seg>
+        <seg>libgtkhtml-3.8.{so,a} and libgnome-gtkhtml-editor-3.8.{so,a}</seg>
         <seg>The following subdirectories of $GNOME_PREFIX/:
-        include/libgtkhtml-3.x,
+        include/libgtkhtml-3.8,
         lib/gtkhtml, and
-        share/gtkhtml-3.x</seg>
+        share/gtkhtml-3.8</seg>
       </seglistitem>
     </segmentedlist>
 
@@ -119,11 +121,11 @@
       <?dbhtml list-presentation="table"?>
 
       <varlistentry id="libgtkhtml-3">
-        <term><filename 
class='libraryfile'>libgtkhtml-3.x.{so,a}</filename></term>
+        <term><filename 
class='libraryfile'>libgtkhtml-3.8.{so,a}</filename></term>
         <listitem>
           <para>provide the functions to render HTML within 
applications.</para>
           <indexterm zone="gtkhtml libgtkhtml-3">
-            <primary sortas="c-libgtkhtml-3">libgtkhtml-3.x.{so,a}</primary>
+            <primary sortas="c-libgtkhtml-3">libgtkhtml-3.8.{so,a}</primary>
           </indexterm>
         </listitem>
       </varlistentry>

Modified: trunk/BOOK/gnome/add/gtksourceview.xml
===================================================================
--- trunk/BOOK/gnome/add/gtksourceview.xml      2006-06-21 15:14:36 UTC (rev 
6187)
+++ trunk/BOOK/gnome/add/gtksourceview.xml      2006-06-21 15:25:58 UTC (rev 
6188)
@@ -6,9 +6,9 @@
 
   <!ENTITY gtksourceview-download-http 
"&gnome-download-http;/gtksourceview/1.4/gtksourceview-&gtksourceview-version;.tar.bz2">
   <!ENTITY gtksourceview-download-ftp  
"&gnome-download-ftp;/gtksourceview/1.4/gtksourceview-&gtksourceview-version;.tar.bz2">
-  <!ENTITY gtksourceview-md5sum        "323a56ae9559af12f64fc5090955e68b">
-  <!ENTITY gtksourceview-size          "704 KB">
-  <!ENTITY gtksourceview-buildsize     "13.1 MB">
+  <!ENTITY gtksourceview-md5sum        "f8ca3a1a746477b2b46de7ebea276db5">
+  <!ENTITY gtksourceview-size          "743 KB">
+  <!ENTITY gtksourceview-buildsize     "13.9 MB">
   <!ENTITY gtksourceview-time          "0.2 SBU">
 ]>
 
@@ -18,10 +18,6 @@
   <sect1info>
     <othername>$LastChangedBy$</othername>
     <date>$Date$</date>
-    <keywordset>
-      <keyword 
role="package">gtksourceview-&gtksourceview-version;.tar</keyword>
-      <keyword role="ftpdir">gtksourceview</keyword>
-    </keywordset>
   </sect1info>
 
   <title>gtksourceview-&gtksourceview-version;</title>
@@ -67,7 +63,8 @@
     <xref linkend="libgnomeprintui"/></para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="optional"><xref linkend="gtk-doc"/></para>
+    <para role="optional"><xref linkend="gtk-doc"/> and
+    <xref linkend="intltool"/></para>
 
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/gtksourceview"/></para>
@@ -80,7 +77,7 @@
     <para>Install <application>gtksourceview</application> by running the
     following commands:</para>
 
-<screen><userinput>./configure --prefix=`pkg-config --variable=prefix 
ORBit-2.0` &amp;&amp;
+<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix 
ORBit-2.0) &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite, however, after the

Modified: trunk/BOOK/gnome/add/libgnomecups.xml
===================================================================
--- trunk/BOOK/gnome/add/libgnomecups.xml       2006-06-21 15:14:36 UTC (rev 
6187)
+++ trunk/BOOK/gnome/add/libgnomecups.xml       2006-06-21 15:25:58 UTC (rev 
6188)
@@ -18,10 +18,6 @@
   <sect1info>
     <othername>$LastChangedBy$</othername>
     <date>$Date$</date>
-    <keywordset>
-      <keyword role="package">libgnomecups-&libgnomecups-version;.tar</keyword>
-      <keyword role="ftpdir">libgnomecups</keyword>
-    </keywordset>
   </sect1info>
 
   <title>libgnomecups-&libgnomecups-version;</title>

Modified: trunk/BOOK/gnome/add/libgnomeprint.xml
===================================================================
--- trunk/BOOK/gnome/add/libgnomeprint.xml      2006-06-21 15:14:36 UTC (rev 
6187)
+++ trunk/BOOK/gnome/add/libgnomeprint.xml      2006-06-21 15:25:58 UTC (rev 
6188)
@@ -4,20 +4,8 @@
   <!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 libgnomeprint-download-http 
"&gnome-download-http;/libgnomeprint/&gnome-version;/libgnomeprint-&libgnomeprint-version;.tar.bz2">
-  <!ENTITY libgnomeprint-download-ftp  
"&gnome-download-ftp;/libgnomeprint/&gnome-version;/libgnomeprint-&libgnomeprint-version;.tar.bz2">
+  <!ENTITY libgnomeprint-download-http 
"&gnome-download-http;/libgnomeprint/2.12/libgnomeprint-&libgnomeprint-version;.tar.bz2">
+  <!ENTITY libgnomeprint-download-ftp  
"&gnome-download-ftp;/libgnomeprint/2.12/libgnomeprint-&libgnomeprint-version;.tar.bz2">
   <!ENTITY libgnomeprint-md5sum        "ea729d4968fe2169c84efb12ace5f6cc">
   <!ENTITY libgnomeprint-size          "787 KB">
   <!ENTITY libgnomeprint-buildsize     "24.2 MB">
@@ -30,10 +18,6 @@
   <sect1info>
     <othername>$LastChangedBy$</othername>
     <date>$Date$</date>
-    <keywordset>
-      <keyword 
role="package">libgnomeprint-&libgnomeprint-version;.tar</keyword>
-      <keyword role="ftpdir">libgnomeprint</keyword>
-    </keywordset>
   </sect1info>
 
   <title>libgnomeprint-&libgnomeprint-version;</title>
@@ -103,7 +87,7 @@
     <para>Install <application>libgnomeprint</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) \
             --disable-gtk-doc &amp;&amp;
 make</userinput></screen>
 

Modified: trunk/BOOK/gnome/add/libgnomeprintui.xml
===================================================================
--- trunk/BOOK/gnome/add/libgnomeprintui.xml    2006-06-21 15:14:36 UTC (rev 
6187)
+++ trunk/BOOK/gnome/add/libgnomeprintui.xml    2006-06-21 15:25:58 UTC (rev 
6188)
@@ -4,8 +4,8 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY libgnomeprintui-download-http 
"&gnome-download-http;/libgnomeprintui/&gnome-version;/libgnomeprintui-&libgnomeprintui-version;.tar.bz2">
-  <!ENTITY libgnomeprintui-download-ftp  
"&gnome-download-ftp;/libgnomeprintui/&gnome-version;/libgnomeprintui-&libgnomeprintui-version;.tar.bz2">
+  <!ENTITY libgnomeprintui-download-http 
"&gnome-download-http;/libgnomeprintui/2.12/libgnomeprintui-&libgnomeprintui-version;.tar.bz2">
+  <!ENTITY libgnomeprintui-download-ftp  
"&gnome-download-ftp;/libgnomeprintui/2.12/libgnomeprintui-&libgnomeprintui-version;.tar.bz2">
   <!ENTITY libgnomeprintui-md5sum        "fa0b0410c3ba8b6899c5ed278f02cbe5">
   <!ENTITY libgnomeprintui-size          "646 KB">
   <!ENTITY libgnomeprintui-buildsize     "16.7 MB">
@@ -18,10 +18,6 @@
   <sect1info>
     <othername>$LastChangedBy$</othername>
     <date>$Date$</date>
-    <keywordset>
-      <keyword 
role="package">libgnomeprintui-&libgnomeprintui-version;.tar</keyword>
-      <keyword role="ftpdir">libgnomeprintui</keyword>
-    </keywordset>
   </sect1info>
 
   <title>libgnomeprintui-&libgnomeprintui-version;</title>
@@ -83,7 +79,7 @@
     <para>Install <application>libgnomeprintui</application> by running the
     following commands:</para>
 
-<screen><userinput>./configure --prefix=`pkg-config --variable=prefix 
ORBit-2.0` &amp;&amp;
+<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix 
ORBit-2.0) &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>

Modified: trunk/BOOK/gnome/add/system-tools-backends.xml
===================================================================
--- trunk/BOOK/gnome/add/system-tools-backends.xml      2006-06-21 15:14:36 UTC 
(rev 6187)
+++ trunk/BOOK/gnome/add/system-tools-backends.xml      2006-06-21 15:25:58 UTC 
(rev 6188)
@@ -6,8 +6,8 @@
 
   <!ENTITY system-tools-backends-download-http 
"&gnome-download-http;/system-tools-backends/1.4/system-tools-backends-&system-tools-backends-version;.tar.bz2">
   <!ENTITY system-tools-backends-download-ftp  
"&gnome-download-ftp;/system-tools-backends/1.4/system-tools-backends-&system-tools-backends-version;.tar.bz2">
-  <!ENTITY system-tools-backends-md5sum        
"e416b84cd5dfd0d1af63b91e0a1305c7">
-  <!ENTITY system-tools-backends-size          "706 KB">
+  <!ENTITY system-tools-backends-md5sum        
"a0af1513becdf3b9bfed3535ad8f7dab">
+  <!ENTITY system-tools-backends-size          "708 KB">
   <!ENTITY system-tools-backends-buildsize     "10.2 MB">
   <!ENTITY system-tools-backends-time          "less than 0.1 SBU">
 ]>
@@ -19,10 +19,6 @@
   <sect1info>
     <othername>$LastChangedBy$</othername>
     <date>$Date$</date>
-    <keywordset>
-      <keyword 
role="package">system-tools-backends-&system-tools-backends-version;.tar</keyword>
-      <keyword role="ftpdir">system-tools-backends</keyword>
-    </keywordset>
   </sect1info>
 
   <title>system-tools-backends-&system-tools-backends-version;</title>
@@ -66,6 +62,9 @@
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required"><xref linkend="perl-xml-parser"/></para>
 
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional"><xref linkend="intltool"/></para>
+
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/system-tools-backends"/></para>
 
@@ -80,7 +79,7 @@
     <para>Install <application>system-tools-backends</application> by running
     the following commands:</para>
 
-<screen><userinput>./configure --prefix=`pkg-config --variable=prefix 
ORBit-2.0` &amp;&amp;
+<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix 
ORBit-2.0) &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-06-21 15:14:36 UTC 
(rev 6187)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-06-21 15:25:58 UTC 
(rev 6188)
@@ -45,6 +45,11 @@
       <para>June 21st, 2006</para>
       <itemizedlist>
         <listitem>
+          <para>[randy] - Updated the GNOME2 additional libraries instructions
+          to conform with the GNOME-2.14.2 update. This leaves the GNOME2
+          Accessibility and Additional Utility packages to update.</para>
+        </listitem>
+        <listitem>
           <para>[randy] - Updated to Evolution-2.6.2.</para>
         </listitem>
         <listitem>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to