Author: randy
Date: 2006-02-02 22:52:43 -0700 (Thu, 02 Feb 2006)
New Revision: 5631
Modified:
trunk/BOOK/general/genlib/libgsf.xml
trunk/BOOK/general/genutils/desktop-file-utils.xml
trunk/BOOK/multimedia/libdriv/gst-plugins.xml
trunk/BOOK/xsoft/graphweb/galeon.xml
trunk/BOOK/xsoft/office/evolution.xml
trunk/BOOK/xsoft/office/gnumeric.xml
trunk/BOOK/xsoft/other/balsa.xml
Log:
Modified the /etc configuration directory setting in various packages to
account for the change to the GNOME sysconfdir
Modified: trunk/BOOK/general/genlib/libgsf.xml
===================================================================
--- trunk/BOOK/general/genlib/libgsf.xml 2006-02-03 05:47:23 UTC (rev
5630)
+++ trunk/BOOK/general/genlib/libgsf.xml 2006-02-03 05:52:43 UTC (rev
5631)
@@ -98,7 +98,7 @@
<sect2 role="commands">
<title>Command Explanations</title>
- <para><option>--sysconfdir=/etc/gnome</option>: Pass this parameter to the
+ <para><option>--sysconfdir=&gnome-etc-dir;</option>: Pass this parameter
to the
<command>configure</command> command if you have
<application>GNOME</application>-2 installed so that the
<application>GConf</application> schema files are installed
Modified: trunk/BOOK/general/genutils/desktop-file-utils.xml
===================================================================
--- trunk/BOOK/general/genutils/desktop-file-utils.xml 2006-02-03 05:47:23 UTC
(rev 5630)
+++ trunk/BOOK/general/genutils/desktop-file-utils.xml 2006-02-03 05:52:43 UTC
(rev 5631)
@@ -111,7 +111,7 @@
<para>For <application>GNOME</application>:</para>
<screen><literal>XDG_DATA_DIRS=/usr/share:$GNOME_PREFIX/share
-XDG_CONFIG_DIRS=/usr/share:/etc/gnome/xdg
+XDG_CONFIG_DIRS=/usr/share:&gnome-etc-dir;/xdg
export XDG_DATA_DIRS XDG_CONFIG_DIRS</literal></screen>
<para>For <application>KDE</application>:</para>
Modified: trunk/BOOK/multimedia/libdriv/gst-plugins.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/gst-plugins.xml 2006-02-03 05:47:23 UTC
(rev 5630)
+++ trunk/BOOK/multimedia/libdriv/gst-plugins.xml 2006-02-03 05:52:43 UTC
(rev 5631)
@@ -254,7 +254,7 @@
the list of libraries required to properly compile the
<application>x264</application> library.</para>
-
<para><option>--with-gconf-schema-file-dir=/etc/gnome/gconf/schemas</option>:
+
<para><option>--with-gconf-schema-file-dir=&gnome-etc-dir;/gconf/schemas</option>:
Use this option if you have the <application>GNOME-2</application>
<application>GConf</application> package installed.</para>
@@ -296,8 +296,8 @@
<seg>gst-launch-ext-0.8 and gst-visualise-0.8</seg>
<seg>libgst*.[so,a], numerous <application>GStreamer</application>
plugins,
and a <application>Gstreamer</application> GDK pixbuf loader
module</seg>
- <seg>/etc/gnome/gconf/gconf.xml.defaults/schemas/system/gstreamer,
- /etc/gnome/gconf/gconf.xml.defaults/system/gstreamer,
+ <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/schemas/system/gstreamer,
+ &gnome-etc-dir;/gconf/gconf.xml.defaults/system/gstreamer,
and many subdirs of /usr/include/gstreamer-0.8/gst</seg>
</seglistitem>
</segmentedlist>
Modified: trunk/BOOK/xsoft/graphweb/galeon.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/galeon.xml 2006-02-03 05:47:23 UTC (rev
5630)
+++ trunk/BOOK/xsoft/graphweb/galeon.xml 2006-02-03 05:52:43 UTC (rev
5631)
@@ -84,7 +84,7 @@
commands:</para>
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix
ORBit-2.0` \
- --sysconfdir=/etc/gnome --localstatedir=/var/lib &&
+ --sysconfdir=&gnome-etc-dir; --localstatedir=/var/lib &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -110,8 +110,8 @@
<seglistitem>
<seg>galeon and galeon-config-tool</seg>
<seg>None</seg>
- <seg>/etc/gnome/gconf/gconf.xml.defaults/apps/galeon,
- /etc/gnome/gconf/gconf.xml.defaults/schemas/apps/galeon,
+ <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/apps/galeon,
+ &gnome-etc-dir;/gconf/gconf.xml.defaults/schemas/apps/galeon,
$GNOME_PREFIX/share/doc/galeon-1.3.21,
$GNOME_PREFIX/share/galeon,
$GNOME_PREFIX/share/gnome/help/galeon,
Modified: trunk/BOOK/xsoft/office/evolution.xml
===================================================================
--- trunk/BOOK/xsoft/office/evolution.xml 2006-02-03 05:47:23 UTC (rev
5630)
+++ trunk/BOOK/xsoft/office/evolution.xml 2006-02-03 05:52:43 UTC (rev
5631)
@@ -100,7 +100,7 @@
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix
ORBit-2.0` \
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/lib \
- --localstatedir=/var/lib --sysconfdir=/etc/gnome &&
+ --localstatedir=/var/lib --sysconfdir=&gnome-etc-dir; &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -154,8 +154,8 @@
<seg>evolution and evolution-2.4</seg>
<seg>lib/evolution/2.4/* (contains support libraries, conduits,
and other components)</seg>
- <seg>/etc/gnome/gconf/gconf.xml.defaults/schemas/apps/evolution,
- /etc/gnome/gconf/gconf.xml.defaults/apps/evolution,
+ <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/schemas/apps/evolution,
+ &gnome-etc-dir;/gconf/gconf.xml.defaults/apps/evolution,
$GNOME_PREFIX/include/evolution-2.4,
$GNOME_PREFIX/lib/evolution,
$GNOME_PREFIX/share/idl/evolution-2.4,
Modified: trunk/BOOK/xsoft/office/gnumeric.xml
===================================================================
--- trunk/BOOK/xsoft/office/gnumeric.xml 2006-02-03 05:47:23 UTC (rev
5630)
+++ trunk/BOOK/xsoft/office/gnumeric.xml 2006-02-03 05:52:43 UTC (rev
5631)
@@ -89,7 +89,7 @@
commands:</para>
<screen><userinput>./configure --prefix=/usr \
- --localstatedir=/var/lib --sysconfdir=/etc/gnome &&
+ --localstatedir=/var/lib --sysconfdir=&gnome-etc-dir; &&
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@@ -123,8 +123,8 @@
switch may not be applicable if you don't have <xref linkend="yelp"/>
installed, but won't affect the build otherwise.</para>
- <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
- configuration files in <filename class="directory">/etc/gnome</filename>
+ <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">/usr/etc</filename>. This
switch may not be applicable if you don't have <xref linkend="GConf"/>
installed, but won't affect the build otherwise.</para>
@@ -151,8 +151,8 @@
<seg>gnumeric, gnumeric-&gnumeric-version;, and ssconvert</seg>
<seg>numerous filters, plugins and <application>GNOME</application>
components</seg>
- <seg>/etc/gnome/gconf/gconf.xml.defaults/apps/gnumeric,
- /etc/gnome/gconf/gconf.xml.defaults/schemas/apps/gnumeric,
+ <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/apps/gnumeric,
+ &gnome-etc-dir;/gconf/gconf.xml.defaults/schemas/apps/gnumeric,
/usr/lib/gnumeric, /usr/share/doc/gnumeric-&gnumeric-version;,
/usr/share/gnumeric, /usr/share/mc, /usr/share/omf/gnumeric and
/usr/share/pixmaps/gnumeric</seg>
Modified: trunk/BOOK/xsoft/other/balsa.xml
===================================================================
--- trunk/BOOK/xsoft/other/balsa.xml 2006-02-03 05:47:23 UTC (rev 5630)
+++ trunk/BOOK/xsoft/other/balsa.xml 2006-02-03 05:52:43 UTC (rev 5631)
@@ -94,7 +94,7 @@
commands:</para>
<screen><userinput>./configure --prefix=`pkg-config --variable=prefix
ORBit-2.0` \
- --localstatedir=/var/lib --sysconfdir=/etc/gnome \
+ --localstatedir=/var/lib --sysconfdir=&gnome-etc-dir; \
--with-gtkhtml=no --with-esmtp=no &&
make</userinput></screen>
@@ -114,8 +114,8 @@
<filename class="directory">/var/lib/scrollkeeper</filename> instead of
<filename
class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
- <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
- configuration files in <filename class="directory">/etc/gnome</filename>
+ <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>
<para><parameter>--with-gtkhtml=no</parameter>: This parameter is used if
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page