Updated to GConf-2.10.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4102 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-05-10 21:38:06 +00:00
parent 40eeab2f75
commit 6757996886

View File

@ -6,10 +6,10 @@
<!ENTITY GConf-download-http "http://ftp.gnome.org/pub/GNOME/sources/GConf/&gnome-version;/GConf-&GConf-version;.tar.bz2">
<!ENTITY GConf-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/GConf/&gnome-version;/GConf-&GConf-version;.tar.bz2">
<!ENTITY GConf-md5sum "b1173cbe33404bcbcc15710ce2a28f67">
<!ENTITY GConf-md5sum "a7cd37be4e317195a6668a086fc72033">
<!ENTITY GConf-size "1.7 MB">
<!ENTITY GConf-buildsize "27 MB">
<!ENTITY GConf-time "0.44 SBU">
<!ENTITY GConf-buildsize "26 MB">
<!ENTITY GConf-time "0.4 SBU">
]>
<sect1 id="GConf" xreflabel="GConf-&GConf-version;">
@ -41,13 +41,13 @@ url="&GConf-download-ftp;"/></para></listitem>
<sect3><title><application>GConf</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="ORBit2"/>,
<xref linkend="gtk2"/> and
<para><xref linkend="ORBit2"/> and
<xref linkend="libxml2"/></para>
</sect4>
<sect4><title>Optional</title>
<para><xref linkend="gtk-doc"/> and
<para><xref linkend="gtk2"/>,
<xref linkend="gtk-doc"/> and
<xref linkend="docbook-utils"/></para>
</sect4>
</sect3>
@ -62,9 +62,14 @@ commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
--sysconfdir=/etc/gnome --disable-gtk-doc &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
--sysconfdir=/etc/gnome &amp;&amp;
make</command></userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install</command></userinput></screen>
</sect2>
@ -83,12 +88,8 @@ instead of <filename class="directory">$GNOME_PREFIX/etc</filename>. This
installation controls all future installations of schemas. If you change the
location (which includes eliminating this parameter), it
<emphasis>must</emphasis> be consistent for every subsequent
<application><acronym>GNOME</acronym>-2</application> installation.</para>
<para><option>--disable-gtk-doc</option>: This switch disables building the
documentation during the <command>make</command> step. Omit this option if
you have <application>GTK-Doc</application> installed and wish to rebuild and
install the documentation.</para>
<application><acronym>GNOME</acronym>-2</application> package
installation.</para>
</sect2>