Author: randy
Date: 2006-06-26 17:25:42 -0600 (Mon, 26 Jun 2006)
New Revision: 6220

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/gnome/add/gnome-mount.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Completed the gnome-mount instructions

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-06-26 21:44:15 UTC (rev 6219)
+++ trunk/BOOK/general.ent      2006-06-26 23:25:42 UTC (rev 6220)
@@ -1,4 +1,4 @@
-<!ENTITY day          "26">                   <!-- Always 2 digits -->
+<!ENTITY day          "27">                   <!-- Always 2 digits -->
 <!ENTITY month        "06">                   <!-- Always 2 digits -->
 <!ENTITY year         "2006">
 <!ENTITY version      "svn-&year;&month;&day;">

Modified: trunk/BOOK/gnome/add/gnome-mount.xml
===================================================================
--- trunk/BOOK/gnome/add/gnome-mount.xml        2006-06-26 21:44:15 UTC (rev 
6219)
+++ trunk/BOOK/gnome/add/gnome-mount.xml        2006-06-26 23:25:42 UTC (rev 
6220)
@@ -8,8 +8,8 @@
   <!ENTITY gnome-mount-download-ftp  " ">
   <!ENTITY gnome-mount-md5sum        "75f260ea6b0ec3c5e0af3c722fbd9568">
   <!ENTITY gnome-mount-size          "364 KB">
-  <!ENTITY gnome-mount-buildsize     " MB">
-  <!ENTITY gnome-mount-time          " SBU">
+  <!ENTITY gnome-mount-buildsize     "3.1 MB">
+  <!ENTITY gnome-mount-time          "0.1 SBU">
 ]>
 
 <sect1 id="gnome-mount" xreflabel="gnome-mount-&gnome-mount-version;">
@@ -29,14 +29,6 @@
   <sect2 role="package">
     <title>Introduction to gnome-mount</title>
 
-    <warning>
-      <para>The instructions on this page are not complete. This page will
-      be finished ASAP. The dependencies are probably correct, but the build
-      instructions have not been confirmed. This page is being added now 
-      because it is referenced by another GNOME page, which causes validation
-      issues.</para>
-    </warning>
-
     <para>The <application>gnome-mount</application> package contains programs
     for mounting, unmounting and ejecting storage devices. The goal for
     <application>gnome-mount</application> is to get the appropriate GNOME
@@ -95,11 +87,8 @@
     <para>Install <application>gnome-mount</application> by
     running the following commands:</para>
 
-<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix 
ORBit-2.0) &amp;&amp;
-        <!--    -libexecdir=$(pkg-config \
-       check these     -variable=prefix ORBit-2.0)/lib/gnome-mount \
-            -localstatedir=/var/lib \
-            -sysconfdir=&gnome-etc-dir; &amp;&amp; -->
+<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix 
ORBit-2.0) \
+            --sysconfdir=&gnome-etc-dir; &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
@@ -113,26 +102,12 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para>dummy para so it will validate</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"/>
 
-    <!-- check these
-    <para><parameter>-libexecdir=`pkg-config
-    -variable=prefix ORBit-2.0`/lib/gnome-mount</parameter>: This switch puts
-    libexec files in
-    <filename class="directory">$GNOME_PREFIX/lib/gnome-mount</filename>
-    instead of
-     <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
-
-    <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>
-
-    <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>
-    -->
-
   </sect2>
 
   <sect2 role="content">
@@ -145,8 +120,8 @@
 
       <seglistitem>
         <seg>gnome-eject, gnome-mount and gnome-umount</seg>
-        <seg>libgnome-mount.{so,a}</seg>
-        <seg></seg>
+        <seg>libgnome-mount.{so,a} Nautilus extention</seg>
+        <seg><envar>$GNOME_PREFIX</envar>/share/gnome-mount</seg>
       </seglistitem>
     </segmentedlist>
 
@@ -188,18 +163,6 @@
           </indexterm>
         </listitem>
       </varlistentry>
-
-      <varlistentry id="libgnome-mount">
-        <term><filename 
class='libraryfile'>libgnome-mount.{so,a}</filename></term>
-        <listitem>
-          <para>contains the API functions for <command>gnome-mount</command>
-          to interface with GNOME and <application>HAL</application>.</para>
-          <indexterm zone="gnome-mount libgnome-mount">
-            <primary sortas="c-libgnome-mount">libgnome-mount.{so,a}</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
     </variablelist>
 
   </sect2>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-06-26 21:44:15 UTC 
(rev 6219)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-06-26 23:25:42 UTC 
(rev 6220)
@@ -42,6 +42,15 @@
 -->
 
     <listitem>
+      <para>June 27th, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[randy] - Completed the gnome-mount instructions.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>June 26th, 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