Author: wblaszcz
Date: 2009-09-06 08:06:17 -0600 (Sun, 06 Sep 2009)
New Revision: 8009
Modified:
trunk/BOOK/gnome/add/gdm.xml
trunk/BOOK/gnome/core/gconf.xml
trunk/BOOK/introduction/welcome/changelog.xml
Log:
Patched GConf-2.26.2 and GDM-2.26.1 to fix a hardcoded sysconfdir problem.
Modified: trunk/BOOK/gnome/add/gdm.xml
===================================================================
--- trunk/BOOK/gnome/add/gdm.xml 2009-09-06 06:18:18 UTC (rev 8008)
+++ trunk/BOOK/gnome/add/gdm.xml 2009-09-06 14:06:17 UTC (rev 8009)
@@ -63,6 +63,10 @@
<para>Required patch: <ulink
url="&patch-root;/gdm-&gdm-version;-libxklavier-&libxklavier-version;-1.patch"/></para>
</listitem>
+ <listitem>
+ <para>Required patch: <ulink
+ url="&patch-root;/gdm-&gdm-version;-sysconfdir-1.patch"/></para>
+ </listitem>
</itemizedlist>
<bridgehead renderas="sect3">GDM Dependencies</bridgehead>
@@ -100,6 +104,7 @@
the following commands as an unprivileged user:</para>
<screen><userinput>patch -Np1 -i
../gdm-&gdm-version;-libxklavier-&libxklavier-version;-1.patch &&
+patch -Np1 -i ../gdm-&gdm-version;-sysconfdir-1.patch &&
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
--sysconfdir=&gnome-etc-dir; \
--localstatedir=/var \
Modified: trunk/BOOK/gnome/core/gconf.xml
===================================================================
--- trunk/BOOK/gnome/core/gconf.xml 2009-09-06 06:18:18 UTC (rev 8008)
+++ trunk/BOOK/gnome/core/gconf.xml 2009-09-06 14:06:17 UTC (rev 8009)
@@ -54,6 +54,14 @@
</listitem>
</itemizedlist>
+ <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>Required patch: <ulink
+ url="&patch-root;/GConf-&GConf-version;-sysconfdir-1.patch"/></para>
+ </listitem>
+ </itemizedlist>
+
<bridgehead renderas="sect3">GConf Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@@ -84,7 +92,8 @@
<para>Install <application>GConf</application> by running the following
commands:</para>
-<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix
ORBit-2.0) \
+<screen><userinput>patch -Np1 -i ../GConf-&GConf-version;-sysconfdir-1.patch
&&
+./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
--sysconfdir=&gnome-etc-dir; \
--libexecdir=$(pkg-config \
--variable=prefix ORBit-2.0)/lib/GConf \
@@ -97,7 +106,8 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
-<screen role="root"><userinput>make install</userinput></screen>
+<screen role="root"><userinput>make install &&
+install -v -m755 -d &gnome-etc-dir;/gconf/gconf.xml.system</userinput></screen>
<para>Still as the <systemitem class="username">root</systemitem> user,
configure <application>D-Bus</application> so that it can search for
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2009-09-06 06:18:18 UTC
(rev 8008)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2009-09-06 14:06:17 UTC
(rev 8009)
@@ -46,6 +46,10 @@
<listitem>
<para>[dj] - Updated to Xulrunner-1.9.1.2 and Firefox-3.5.2.</para>
</listitem>
+ <listitem>
+ <para>[wblaszcz] - Patched GConf-2.26.2 and GDM-2.26.1 to fix a
+ hardcoded sysconfdir problem.</para>
+ </listitem>
</itemizedlist>
</listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page