Author: randy Date: 2005-05-11 14:52:34 -0600 (Wed, 11 May 2005) New Revision: 4155
Modified: trunk/BOOK/gnome/core/gail.xml trunk/BOOK/gnome/core/gnome-backgrounds.xml trunk/BOOK/gnome/core/gnome-doc-utils.xml trunk/BOOK/gnome/core/gnome-keyring.xml trunk/BOOK/gnome/core/gnome-mime-data.xml trunk/BOOK/gnome/core/gnome2-user-docs.xml trunk/BOOK/gnome/core/libgnomecanvas.xml trunk/BOOK/gnome/core/libgtop.xml trunk/BOOK/gnome/core/libwnck.xml Log: Added a note about installing the package into a non-GNOME environment for the GNOME-2 core packages that don't have ORBit2 down the dependency chain and the installation path is not --prefix=/usr Modified: trunk/BOOK/gnome/core/gail.xml =================================================================== --- trunk/BOOK/gnome/core/gail.xml 2005-05-11 20:43:48 UTC (rev 4154) +++ trunk/BOOK/gnome/core/gail.xml 2005-05-11 20:52:34 UTC (rev 4155) @@ -58,6 +58,8 @@ <title>Installation of <application><acronym>GAIL</acronym></application></title> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../without-gnome.xml"/> + <para>Install <application><acronym>GAIL</acronym></application> by running the following commands:</para> Modified: trunk/BOOK/gnome/core/gnome-backgrounds.xml =================================================================== --- trunk/BOOK/gnome/core/gnome-backgrounds.xml 2005-05-11 20:43:48 UTC (rev 4154) +++ trunk/BOOK/gnome/core/gnome-backgrounds.xml 2005-05-11 20:52:34 UTC (rev 4155) @@ -56,6 +56,8 @@ <sect2> <title>Installation of <application>gnome-backgrounds</application></title> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../without-gnome.xml"/> + <para>Install <application>gnome-backgrounds</application> by running the following commands:</para> Modified: trunk/BOOK/gnome/core/gnome-doc-utils.xml =================================================================== --- trunk/BOOK/gnome/core/gnome-doc-utils.xml 2005-05-11 20:43:48 UTC (rev 4154) +++ trunk/BOOK/gnome/core/gnome-doc-utils.xml 2005-05-11 20:52:34 UTC (rev 4155) @@ -71,6 +71,8 @@ <title>Installation of <application><acronym>GNOME</acronym> Doc Utils</application></title> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../without-gnome.xml"/> + <para>Install <application><acronym>GNOME</acronym> Doc Utils</application> by running the following commands:</para> Modified: trunk/BOOK/gnome/core/gnome-keyring.xml =================================================================== --- trunk/BOOK/gnome/core/gnome-keyring.xml 2005-05-11 20:43:48 UTC (rev 4154) +++ trunk/BOOK/gnome/core/gnome-keyring.xml 2005-05-11 20:52:34 UTC (rev 4155) @@ -51,6 +51,8 @@ <sect2> <title>Installation of <application>gnome-keyring</application></title> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../without-gnome.xml"/> + <para>Install <application>gnome-keyring</application> by running the following commands:</para> Modified: trunk/BOOK/gnome/core/gnome-mime-data.xml =================================================================== --- trunk/BOOK/gnome/core/gnome-mime-data.xml 2005-05-11 20:43:48 UTC (rev 4154) +++ trunk/BOOK/gnome/core/gnome-mime-data.xml 2005-05-11 20:52:34 UTC (rev 4155) @@ -57,10 +57,13 @@ <title>Installation of <application><acronym>GNOME</acronym> <acronym>MIME</acronym> Data</application></title> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../without-gnome.xml"/> + <para>Install <application><acronym>GNOME</acronym> <acronym>MIME</acronym> Data</application> by running the following commands:</para> -<screen><userinput><command>./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome && +<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ + --sysconfdir=/etc/gnome && make</command></userinput></screen> <para>This package does not come with a test suite.</para> Modified: trunk/BOOK/gnome/core/gnome2-user-docs.xml =================================================================== --- trunk/BOOK/gnome/core/gnome2-user-docs.xml 2005-05-11 20:43:48 UTC (rev 4154) +++ trunk/BOOK/gnome/core/gnome2-user-docs.xml 2005-05-11 20:52:34 UTC (rev 4155) @@ -60,6 +60,8 @@ <title>Installation of <application><acronym>GNOME</acronym>2 User Docs</application></title> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../without-gnome.xml"/> + <para>Install <application><acronym>GNOME</acronym>2 User Docs</application> by running the following commands:</para> Modified: trunk/BOOK/gnome/core/libgnomecanvas.xml =================================================================== --- trunk/BOOK/gnome/core/libgnomecanvas.xml 2005-05-11 20:43:48 UTC (rev 4154) +++ trunk/BOOK/gnome/core/libgnomecanvas.xml 2005-05-11 20:52:34 UTC (rev 4155) @@ -44,7 +44,8 @@ <sect3><title><application>libgnomecanvas</application> dependencies</title> <sect4><title>Required</title> -<para><xref linkend="libglade"/> and <xref linkend="libart_lgpl"/></para> +<para><xref linkend="libglade"/> and +<xref linkend="libart_lgpl"/></para> </sect4> <sect4><title>Optional</title> @@ -57,6 +58,8 @@ <sect2> <title>Installation of <application>libgnomecanvas</application></title> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../without-gnome.xml"/> + <para>Install <application>libgnomecanvas</application> by running the following commands:</para> Modified: trunk/BOOK/gnome/core/libgtop.xml =================================================================== --- trunk/BOOK/gnome/core/libgtop.xml 2005-05-11 20:43:48 UTC (rev 4154) +++ trunk/BOOK/gnome/core/libgtop.xml 2005-05-11 20:52:34 UTC (rev 4155) @@ -57,10 +57,12 @@ <sect2> <title>Installation of <application>LibGTop</application></title> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../without-gnome.xml"/> + <para>Install <application>LibGTop</application> by running the following commands:</para> -<screen><userinput><command>./configure --prefix=$GNOME_PREFIX \ +<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ --infodir=$GNOME_PREFIX/share/info && make</command></userinput></screen> Modified: trunk/BOOK/gnome/core/libwnck.xml =================================================================== --- trunk/BOOK/gnome/core/libwnck.xml 2005-05-11 20:43:48 UTC (rev 4154) +++ trunk/BOOK/gnome/core/libwnck.xml 2005-05-11 20:52:34 UTC (rev 4155) @@ -59,6 +59,8 @@ <sect2> <title>Installation of <application>libwnck</application></title> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../without-gnome.xml"/> + <para>Install <application>libwnck</application> by running the following commands:</para> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
