Author: randy
Date: 2006-07-02 07:20:14 -0600 (Sun, 02 Jul 2006)
New Revision: 6235

Modified:
   trunk/BOOK/gnome/add/gconf-editor.xml
   trunk/BOOK/gnome/add/gedit.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Updated the GConf Editor and gedit package instructions to be compatible with 
the GNOME-2.14.2 update

Modified: trunk/BOOK/gnome/add/gconf-editor.xml
===================================================================
--- trunk/BOOK/gnome/add/gconf-editor.xml       2006-07-02 10:00:29 UTC (rev 
6234)
+++ trunk/BOOK/gnome/add/gconf-editor.xml       2006-07-02 13:20:14 UTC (rev 
6235)
@@ -6,10 +6,10 @@
 
   <!ENTITY gconf-editor-download-http 
"&gnome-download-http;/gconf-editor/&gnome-version;/gconf-editor-&gconf-editor-version;.tar.bz2">
   <!ENTITY gconf-editor-download-ftp  
"&gnome-download-ftp;/gconf-editor/&gnome-version;/gconf-editor-&gconf-editor-version;.tar.bz2">
-  <!ENTITY gconf-editor-md5sum        "0fa81dee78ca10f0192eb19afa6883f5">
-  <!ENTITY gconf-editor-size          "539 KB">
-  <!ENTITY gconf-editor-buildsize     "7.8 MB">
-  <!ENTITY gconf-editor-time          "0.1 SBU">
+  <!ENTITY gconf-editor-md5sum        "eb8b979464f6e383e5a27b57ee4e8382">
+  <!ENTITY gconf-editor-size          "541 KB">
+  <!ENTITY gconf-editor-buildsize     "9.4 MB">
+  <!ENTITY gconf-editor-time          "0.3 SBU">
 ]>
 
 <sect1 id="gconf-editor" xreflabel="GConf Editor-&gconf-editor-version;">
@@ -18,10 +18,6 @@
   <sect1info>
     <othername>$LastChangedBy$</othername>
     <date>$Date$</date>
-    <keywordset>
-      <keyword role="package">gconf-editor-&gconf-editor-version;.tar</keyword>
-      <keyword role="ftpdir">gconf-editor</keyword>
-    </keywordset>
   </sect1info>
 
   <title>GConf Editor-&gconf-editor-version;</title>
@@ -75,9 +71,11 @@
     <para>Install <application>GConf Editor</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 &amp;&amp;
+            --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>
@@ -91,16 +89,18 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
-    <application>GConf</application> schema files in
-    <filename class='directory'>&gnome-etc-dir;/gconf/schemas</filename> 
instead of
-    <filename 
class='directory'>$GNOME_PREFIX/etc/gconf/schemas</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">
@@ -114,8 +114,8 @@
       <seglistitem>
         <seg>gconf-editor</seg>
         <seg>None</seg>
-        
<seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/gconf-editor
-        and $GNOME_PREFIX/share/{gnome/help, omf, pixmaps}/gconf-editor</seg>
+        <seg><envar>$GNOME_PREFIX</envar>/share/{gnome/help, omf,
+        pixmaps}/gconf-editor</seg>
       </seglistitem>
     </segmentedlist>
 

Modified: trunk/BOOK/gnome/add/gedit.xml
===================================================================
--- trunk/BOOK/gnome/add/gedit.xml      2006-07-02 10:00:29 UTC (rev 6234)
+++ trunk/BOOK/gnome/add/gedit.xml      2006-07-02 13:20:14 UTC (rev 6235)
@@ -6,10 +6,10 @@
 
   <!ENTITY gedit-download-http 
"&gnome-download-http;/gedit/&gnome-version;/gedit-&gedit-version;.tar.bz2">
   <!ENTITY gedit-download-ftp  
"&gnome-download-ftp;/gedit/&gnome-version;/gedit-&gedit-version;.tar.bz2">
-  <!ENTITY gedit-md5sum        "13f376c6c63b0fbd25ba9b6c7d6fb97c">
-  <!ENTITY gedit-size          "2.0 MB">
-  <!ENTITY gedit-buildsize     "58.4 MB">
-  <!ENTITY gedit-time          "0.6 SBU">
+  <!ENTITY gedit-md5sum        "114abc77de4e9720503b9146c48d6133">
+  <!ENTITY gedit-size          "2.3 MB">
+  <!ENTITY gedit-buildsize     "67.5 MB">
+  <!ENTITY gedit-time          "1.6 SBU">
 ]>
 
 <sect1 id="gedit" xreflabel="gedit-&gedit-version;">
@@ -18,10 +18,6 @@
   <sect1info>
     <othername>$LastChangedBy$</othername>
     <date>$Date$</date>
-    <keywordset>
-      <keyword role="package">gedit-&gedit-version;.tar</keyword>
-      <keyword role="ftpdir">gedit</keyword>
-    </keywordset>
   </sect1info>
 
   <title>gedit-&gedit-version;</title>
@@ -61,11 +57,19 @@
     <bridgehead renderas="sect3">gedit Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
-    <para role="required"><xref linkend="eel"/> and
-    <xref linkend="gtksourceview"/></para>
+    <para role="required"><xref linkend="libgnomeui"/>,
+    <xref linkend="gnome-doc-utils"/>,
+    <xref linkend="gtksourceview"/>, and
+    <xref linkend="which"/></para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="optional"><xref linkend="aspell"/></para>
+    <para role="optional"><xref linkend="intltool"/>,
+    <xref linkend="aspell"/>,
+    <xref linkend="pyxml"/>, and
+    <ulink 
url="&gnome-download-http;/gnome-python-desktop/2.14/">gnome-python-desktop</ulink>
+    (requires <ulink url="http://www.pygtk.org/";>PyGTK</ulink> and can use
+    <ulink url="&gnome-download-http;/gnome-python/">GNOME-Python</ulink> and
+    <ulink url="&gnome-download-http;/pyorbit/">PyORBit</ulink>)</para>
 
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/gedit"/></para>
@@ -78,9 +82,11 @@
     <para>Install <application>gedit</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>
@@ -94,15 +100,18 @@
   <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"/>
 
-    <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-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">
@@ -116,8 +125,7 @@
       <seglistitem>
         <seg>gedit and gnome-text-editor</seg>
         <seg><application>gedit</application> plugin modules</seg>
-        <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/gedit-2
-        and the following subdirectoreis of $GNOME_PREFIX/:
+        <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
         include/gedit-&gnome-version;,
         lib/gedit-2,
         share/{gedit-2, {gnome/help, omf}/gedit}</seg>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-07-02 10:00:29 UTC 
(rev 6234)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-07-02 13:20:14 UTC 
(rev 6235)
@@ -45,6 +45,10 @@
       <para>July 2nd, 2006</para>
       <itemizedlist>
         <listitem>
+          <para>[randy] - Updated the GConf Editor and gedit package
+          instructions to be compatible with the GNOME-2.14.2 update.</para>
+        </listitem>
+        <listitem>
           <para>[dj] - Updated to OpenOffice-2.0.3.</para>
         </listitem>
       </itemizedlist>

-- 
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