mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-05 07:57:23 +08:00
update to GConf-2.4.0.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1494 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
eef5089bd5
commit
e7d92ea90c
@ -1,7 +1,7 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><parameter>--libexecdir=$GNOME_PREFIX/sbin</parameter>: This switch puts
|
||||
<para><parameter>--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin</parameter>: This switch puts
|
||||
libexec files in <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
|
||||
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
|
||||
|
||||
@ -11,9 +11,5 @@ puts configuration files in <filename class="directory">/etc/gnome</filename> in
|
||||
future installations of schemas, changes in location, including
|
||||
eliminating this command <emphasis>must</emphasis> be consistent.</para>
|
||||
|
||||
<para><option>--disable-gtk-doc</option>: This switch will
|
||||
prevent the rebuilding of documentation during the
|
||||
<command>make</command> command.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
<para>Install <application>GConf</application> by running the following commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \
|
||||
--sysconfdir=/etc/gnome --disable-gtk-doc &&
|
||||
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
||||
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin --sysconfdir=/etc/gnome &&
|
||||
make &&
|
||||
make install</command></userinput></screen>
|
||||
|
||||
|
@ -3,9 +3,9 @@
|
||||
<!ENTITY GConf-inst SYSTEM "gconf-inst.xml">
|
||||
<!ENTITY GConf-exp SYSTEM "gconf-exp.xml">
|
||||
<!ENTITY GConf-desc SYSTEM "gconf-desc.xml">
|
||||
<!ENTITY GConf-version "2.2.1">
|
||||
<!ENTITY GConf-version "2.4.0.1">
|
||||
<!ENTITY GConf-download-http "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.2/GConf-&GConf-version;.tar.bz2">
|
||||
<!ENTITY GConf-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/GConf/2.2/GConf-&GConf-version;.tar.bz2">
|
||||
<!ENTITY GConf-size "1.1 MB">
|
||||
<!ENTITY GConf-buildsize "25.4 MB">
|
||||
<!ENTITY GConf-size "1.3 MB">
|
||||
<!ENTITY GConf-buildsize "24.7 MB">
|
||||
<!ENTITY GConf-time "0.56 SBU">
|
||||
|
13
gnome/lib/libbonobo/libbonobo-exp.xml
Normal file
13
gnome/lib/libbonobo/libbonobo-exp.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><parameter>--prefix=`pkg-config --variable=prefix
|
||||
ORBit=2.0`</parameter>: Setting the prefix with this command instead of
|
||||
with <envar>GNOME_PREFIX</envar> will insure that the prefix is
|
||||
consistent with the installation environment.</para>
|
||||
|
||||
<para><option>--enable-gtk-doc</option>: This switch rebuilds the
|
||||
documentation during the <command>make</command> command.</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -11,6 +11,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>November 11th, 2003 [larry]: updated to
|
||||
GConf-2.4.0.1.</para></listitem>
|
||||
|
||||
<listitem><para>November 11th, 2003 [igor]: Updated to
|
||||
libmng-1.0.6.</para></listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user