Author: randy
Date: 2006-06-28 06:26:13 -0600 (Wed, 28 Jun 2006)
New Revision: 6226

Modified:
   trunk/BOOK/gnome/add/gnome-volume-manager.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Updated the dependencies and build commands in the gnome-volume-manager 
instructions to conform with GNOME-2.14.2; there is still some additional 
information that needs to be added to this page after the additions are 
finalized via BLFS-Dev discussion

Modified: trunk/BOOK/gnome/add/gnome-volume-manager.xml
===================================================================
--- trunk/BOOK/gnome/add/gnome-volume-manager.xml       2006-06-28 06:44:55 UTC 
(rev 6225)
+++ trunk/BOOK/gnome/add/gnome-volume-manager.xml       2006-06-28 12:26:13 UTC 
(rev 6226)
@@ -6,9 +6,9 @@
 
   <!ENTITY gnome-volume-manager-download-http 
"&gnome-download-http;/gnome-volume-manager/1.5/gnome-volume-manager-&gnome-volume-manager-version;.tar.bz2">
   <!ENTITY gnome-volume-manager-download-ftp  
"&gnome-download-ftp;/gnome-volume-manager/1.5/gnome-volume-manager-&gnome-volume-manager-version;.tar.bz2">
-  <!ENTITY gnome-volume-manager-md5sum        
"65b8142bd8f8eefea4f748fa9b9edecd">
-  <!ENTITY gnome-volume-manager-size          "270 KB">
-  <!ENTITY gnome-volume-manager-buildsize     "7.3 MB">
+  <!ENTITY gnome-volume-manager-md5sum        
"0bf3ee007c951a5d833a3c17bbe59ec6">
+  <!ENTITY gnome-volume-manager-size          "311 KB">
+  <!ENTITY gnome-volume-manager-buildsize     "8.8 MB">
   <!ENTITY gnome-volume-manager-time          "less than 0.1 SBU">
 ]>
 
@@ -19,10 +19,6 @@
   <sect1info>
     <othername>$LastChangedBy$</othername>
     <date>$Date$</date>
-    <keywordset>
-      <keyword 
role="package">gnome-volume-manager-&gnome-volume-manager-version;.tar</keyword>
-      <keyword role="ftpdir">gnome-volume-manager</keyword>
-    </keywordset>
   </sect1info>
 
   <title>gnome-volume-manager-&gnome-volume-manager-version;</title>
@@ -77,7 +73,9 @@
     <xref linkend="hal"/></para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="optional"><xref linkend="nautilus"/></para>
+    <para role="optional"><xref linkend="intltool"/>,
+    <xref linkend="nautilus"/>, and
+    <ulink 
url="http://www.galago-project.org/news/index.php";>libnotify</ulink></para>
 
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/gnome-volume-manager"/></para>
@@ -90,8 +88,9 @@
     <para>Install <application>gnome-volume-manager</application> by running
     the following commands:</para>
 
-<screen><userinput>./configure --prefix=`pkg-config --variable=prefix 
ORBit-2.0` \
-            --sysconfdir=&gnome-etc-dir; &amp;&amp;
+<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix 
ORBit-2.0) \
+            --sysconfdir=&gnome-etc-dir; \
+            --disable-multiuser &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
@@ -105,10 +104,16 @@
   <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"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../../xincludes/gnome-sysconfdir.xml"/>
+
+    <para><parameter>--disable-multiuser</parameter>: This parameter is used
+    because a stock [B]LFS system does not have the appropriate setup to use
+    the multiuser capability.</para>
+
   </sect2>
 
   <sect2 role="configuration">
@@ -130,11 +135,16 @@
 
       <para>Note that the <command>gnome-volume-manager</command> daemon
       program should be started when your GNOME desktop environment is started.
+      This should be automatically configured during the installation of
+      <application>gnome-volume-manager</application>.</para>
+
+      <!-- 
       This can easily be accomplished by adding
       <command>gnome-volume-manager</command> to the
       <quote>Startup Programs</quote>, found by selecting the
       
<quote>Desktop</quote>&mdash;<quote>Preferences</quote>&mdash;<quote>Sessions</quote>
       drop-down menu.</para>
+      -->
 
       <para>The <quote>Disk Mounter</quote> applet can be installed in the
       control panel for visual display status of removable media. Installing
@@ -156,8 +166,7 @@
       <seglistitem>
         <seg>gnome-volume-manager and gnome-volume-properties</seg>
         <seg>None</seg>
-        
<seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}desktop/gnome/volume_manager
-        and $GNOME_PREFIX/share/gnome-volume-manager</seg>
+        <seg><envar>$GNOME_PREFIX</envar>/share/gnome-volume-manager</seg>
       </seglistitem>
     </segmentedlist>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-06-28 06:44:55 UTC 
(rev 6225)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-06-28 12:26:13 UTC 
(rev 6226)
@@ -40,10 +40,18 @@
     </listitem>
 
 -->
+
     <listitem>
       <para>June 28th, 2006</para>
       <itemizedlist>
         <listitem>
+          <para>[randy] - Updated the dependencies and build commands in the
+          gnome-volume-manager instructions to conform with GNOME-2.14.2.
+          There is still some additional information that needs to be added
+          to this page after the additions are finalized via BLFS-Dev
+          discussion.</para>
+        </listitem>
+        <listitem>
           <para>[dj] - Updated JDK, source and bin, to jdk-1.5.0
           update 7.</para>
         </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