Author: krejzi
Date: 2012-03-09 11:49:53 -0700 (Fri, 09 Mar 2012)
New Revision: 9655
Modified:
trunk/BOOK/gnome/add/file-roller.xml
trunk/BOOK/gnome/core/gnome-settings-daemon.xml
trunk/BOOK/gnome/core/nautilus.xml
trunk/BOOK/x/lib/gtk+3.xml
Log:
packagekit dependency removal
Modified: trunk/BOOK/gnome/add/file-roller.xml
===================================================================
--- trunk/BOOK/gnome/add/file-roller.xml 2012-03-09 18:28:16 UTC (rev
9654)
+++ trunk/BOOK/gnome/add/file-roller.xml 2012-03-09 18:49:53 UTC (rev
9655)
@@ -93,7 +93,8 @@
following commands:</para>
<screen><userinput>./configure --prefix=$GNOME_PREFIX \
- --libexecdir=$GNOME_PREFIX/lib &&
+ --libexecdir=$GNOME_PREFIX/lib \
+ --disable-packagekit &&
make</userinput></screen>
<para>This package's testsuite is intended to be used by the
@@ -114,6 +115,9 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/scrollkeeper-dir.xml"/>
+ <para><parameter>--disable-packagekit</parameter>: This parameter disables
use
+ of PackageKit which isn't suitable for BLFS.</para>
+
<!-- despite suggestions, this is still offered by configure and
rarian, whick provides the scrollkeeper commands, is only used if present
-->
<para><option>--disable-scrollkeeper</option>: Use this parameter if you
Modified: trunk/BOOK/gnome/core/gnome-settings-daemon.xml
===================================================================
--- trunk/BOOK/gnome/core/gnome-settings-daemon.xml 2012-03-09 18:28:16 UTC
(rev 9654)
+++ trunk/BOOK/gnome/core/gnome-settings-daemon.xml 2012-03-09 18:49:53 UTC
(rev 9655)
@@ -88,6 +88,7 @@
<screen><userinput>./configure --prefix=$GNOME_PREFIX \
--sysconfdir=$GNOME_SYSCONFDIR \
--libexecdir=$GNOME_PREFIX/lib/gnome-settings-daemon-3.0 \
+ --disable-packagekit \
--with-pnpids=/usr/share/libgnome-desktop-3.0/pnp.ids &&
make</userinput></screen>
@@ -115,6 +116,9 @@
instead of <filename
class="directory">$GNOME_PREFIX/libexec</filename>.</para>
+ <para><parameter>--disable-packagekit</parameter>: This parameter disables
use
+ of PackageKit which isn't suitable for BLFS.</para>
+
<para><parameter>--with-pnpids=/usr/share/libgnome-desktop-3.0/pnp.ids</parameter>:
The <command>configure</command> script looks for
<filename>/usr/share/hwdata/pnp.ids</filename> and thus fails to find this
required
Modified: trunk/BOOK/gnome/core/nautilus.xml
===================================================================
--- trunk/BOOK/gnome/core/nautilus.xml 2012-03-09 18:28:16 UTC (rev 9654)
+++ trunk/BOOK/gnome/core/nautilus.xml 2012-03-09 18:49:53 UTC (rev 9655)
@@ -81,7 +81,8 @@
commands:</para>
<screen><userinput>./configure --prefix=$GNOME_PREFIX \
- --libexecdir=$GNOME_PREFIX/lib/nautilus &&
+ --libexecdir=$GNOME_PREFIX/lib/nautilus \
+ --disable-packagekit &&
make</userinput></screen>
<para>This package needs to be installed before its testsuite can run (or,
@@ -111,6 +112,9 @@
created in a location consistent with the FHS, instead of in
<filename class="directory">$GNOME_PREFIX/libexec/</filename>.</para>
+ <para><parameter>--disable-packagekit</parameter>: This parameter disables
use
+ of PackageKit which isn't suitable for BLFS.</para>
+
</sect2>
<sect2 role="content">
Modified: trunk/BOOK/x/lib/gtk+3.xml
===================================================================
--- trunk/BOOK/x/lib/gtk+3.xml 2012-03-09 18:28:16 UTC (rev 9654)
+++ trunk/BOOK/x/lib/gtk+3.xml 2012-03-09 18:49:53 UTC (rev 9655)
@@ -88,7 +88,8 @@
<para>Install <application>gtk+-3</application> by running the following
commands:</para>
-<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
+<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
+ --disable-packagekit &&
make</userinput></screen>
<para>To test the results:</para>
@@ -107,6 +108,9 @@
<sect2 role="commands">
<title>Command Explanations</title>
+ <para><parameter>--disable-packagekit</parameter>: This parameter disables
use
+ of PackageKit which isn't suitable for BLFS.</para>
+
<para><command>rm tests/css/parser/selector.css</command> and
<command>rm tests/a11y/pickers.ui</command>: This prevents two tests
being run as they are known to fail.</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page