Author: randy
Date: 2006-07-02 17:08:13 -0600 (Sun, 02 Jul 2006)
New Revision: 6242

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/gnome/add/gnome-keyring-manager.xml
   trunk/BOOK/gnome/add/zenity.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Updated the Zenity and GNOME Keyring Manager package instructions to be 
compatible with the GNOME-2.14.2 update

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-07-02 22:39:11 UTC (rev 6241)
+++ trunk/BOOK/general.ent      2006-07-02 23:08:13 UTC (rev 6242)
@@ -1,8 +1,8 @@
-<!ENTITY day          "02">                   <!-- Always 2 digits -->
+<!ENTITY day          "03">                   <!-- Always 2 digits -->
 <!ENTITY month        "07">                   <!-- Always 2 digits -->
 <!ENTITY year         "2006">
 <!ENTITY version      "svn-&year;&month;&day;">
-<!ENTITY releasedate  "July &day;nd, &year;">
+<!ENTITY releasedate  "July &day;rd, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- 
version|stable|testing|unstable|development] -->

Modified: trunk/BOOK/gnome/add/gnome-keyring-manager.xml
===================================================================
--- trunk/BOOK/gnome/add/gnome-keyring-manager.xml      2006-07-02 22:39:11 UTC 
(rev 6241)
+++ trunk/BOOK/gnome/add/gnome-keyring-manager.xml      2006-07-02 23:08:13 UTC 
(rev 6242)
@@ -6,9 +6,9 @@
 
   <!ENTITY gnome-keyring-manager-download-http 
"&gnome-download-http;/gnome-keyring-manager/&gnome-version;/gnome-keyring-manager-&gnome-keyring-manager-version;.tar.bz2">
   <!ENTITY gnome-keyring-manager-download-ftp  
"&gnome-download-ftp;/gnome-keyring-manager/&gnome-version;/gnome-keyring-manager-&gnome-keyring-manager-version;.tar.bz2">
-  <!ENTITY gnome-keyring-manager-md5sum        
"0a588c64839390e0c6e07250b509a86a">
-  <!ENTITY gnome-keyring-manager-size          "380 KB">
-  <!ENTITY gnome-keyring-manager-buildsize     "6.6 MB">
+  <!ENTITY gnome-keyring-manager-md5sum        
"d4e38c7b7da99885fa898917e10d8aeb">
+  <!ENTITY gnome-keyring-manager-size          "391 KB">
+  <!ENTITY gnome-keyring-manager-buildsize     "6.7 MB">
   <!ENTITY gnome-keyring-manager-time          "0.1 SBU">
 ]>
 
@@ -19,10 +19,6 @@
   <sect1info>
     <othername>$LastChangedBy$</othername>
     <date>$Date$</date>
-    <keywordset>
-      <keyword 
role="package">gnome-keyring-manager-&gnome-keyring-manager-version;.tar</keyword>
-      <keyword role="ftpdir">gnome-keyring-manager</keyword>
-    </keywordset>
   </sect1info>
 
   <title>GNOME Keyring Manager-&gnome-keyring-manager-version;</title>
@@ -66,6 +62,9 @@
     <para role="required"><xref linkend="libgnomeui"/> and
     <xref linkend="gnome-doc-utils"/></para>
 
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional"><xref linkend="intltool"/></para>
+
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/gnome-keyring-manager"/></para>
 
@@ -77,9 +76,11 @@
     <para>Install <application>GNOME Keyring Manager</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 \
-            --sysconfdir=&gnome-etc-dir; &amp;&amp;
+            --mandir=$(pkg-config \
+                --variable=prefix ORBit-2.0)/share/man &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
@@ -93,15 +94,18 @@
   <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/gnome-mandir.xml"/>
+
   </sect2>
 
   <sect2 role="content">
@@ -115,8 +119,8 @@
       <seglistitem>
         <seg>gnome-keyring-manager</seg>
         <seg>None</seg>
-        
<seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/gnome-keyring-manager
-        and $GNOME_PREFIX/share/{,gnome/help/ ,omf/}gnome-keyring-manager</seg>
+        <seg><envar>$GNOME_PREFIX</envar>/share/{,gnome/help/
+        ,omf/}gnome-keyring-manager</seg>
       </seglistitem>
     </segmentedlist>
 

Modified: trunk/BOOK/gnome/add/zenity.xml
===================================================================
--- trunk/BOOK/gnome/add/zenity.xml     2006-07-02 22:39:11 UTC (rev 6241)
+++ trunk/BOOK/gnome/add/zenity.xml     2006-07-02 23:08:13 UTC (rev 6242)
@@ -6,10 +6,10 @@
 
   <!ENTITY zenity-download-http 
"&gnome-download-http;/zenity/&gnome-version;/zenity-&zenity-version;.tar.bz2">
   <!ENTITY zenity-download-ftp  
"&gnome-download-ftp;/zenity/&gnome-version;/zenity-&zenity-version;.tar.bz2">
-  <!ENTITY zenity-md5sum        "d8fbcf326e42b5dae70a570fad024947">
-  <!ENTITY zenity-size          "896 KB">
-  <!ENTITY zenity-buildsize     "7.4 MB">
-  <!ENTITY zenity-time          "less than 0.1 SBU">
+  <!ENTITY zenity-md5sum        "35fe28593effb339e0a6b152eb8050bf">
+  <!ENTITY zenity-size          "1.0 MB">
+  <!ENTITY zenity-buildsize     "8.4 MB">
+  <!ENTITY zenity-time          "0.1 SBU">
 ]>
 
 <sect1 id="zenity" xreflabel="Zenity-&zenity-version;">
@@ -18,10 +18,6 @@
   <sect1info>
     <othername>$LastChangedBy$</othername>
     <date>$Date$</date>
-    <keywordset>
-      <keyword role="package">zenity-&zenity-version;.tar</keyword>
-      <keyword role="ftpdir">zenity</keyword>
-    </keywordset>
   </sect1info>
 
   <title>Zenity-&zenity-version;</title>
@@ -67,6 +63,9 @@
     <para role="required"><xref linkend="libgnomecanvas"/> and
     <xref linkend="gnome-doc-utils"/></para>
 
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional"><xref linkend="intltool"/></para>
+
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/zenity"/></para>
 
@@ -78,8 +77,10 @@
     <para>Install <application>Zenity</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=`pkg-config --variable=prefix 
ORBit-2.0` \
-            --localstatedir=/var/lib &amp;&amp;
+<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix 
ORBit-2.0) \
+            --localstatedir=/var/lib \
+            --mandir=$(pkg-config \
+                --variable=prefix ORBit-2.0)/share/man &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
@@ -93,11 +94,15 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <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-prefix.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/gnome-mandir.xml"/>
+
   </sect2>
 
   <sect2 role="content">
@@ -111,7 +116,8 @@
       <seglistitem>
         <seg>gdialog and zenity</seg>
         <seg>None</seg>
-        <seg>$GNOME_PREFIX/share/{,gnome/help/, omf/}zenity</seg>
+        <seg><envar>$GNOME_PREFIX</envar>/share/{,gnome/help/
+        ,omf/}zenity</seg>
       </seglistitem>
     </segmentedlist>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-07-02 22:39:11 UTC 
(rev 6241)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-07-02 23:08:13 UTC 
(rev 6242)
@@ -42,6 +42,17 @@
 -->
 
     <listitem>
+      <para>July 3rd, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[randy] - Updated the Zenity and GNOME Keyring Manager
+          package instructions to be compatible with the
+          GNOME-2.14.2 update.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>July 2nd, 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

Reply via email to