From e7d92ea90c627c96d79b45a8ec6088c14619a310 Mon Sep 17 00:00:00 2001 From: Larry Lawrence Date: Wed, 12 Nov 2003 03:22:47 +0000 Subject: [PATCH] update to GConf-2.4.0.1 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1494 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- gnome/lib/gconf/gconf-exp.xml | 6 +----- gnome/lib/gconf/gconf-inst.xml | 4 ++-- gnome/lib/gconf/gconf.ent | 6 +++--- gnome/lib/libbonobo/libbonobo-exp.xml | 13 +++++++++++++ introduction/welcome/changelog.xml | 3 +++ 5 files changed, 22 insertions(+), 10 deletions(-) create mode 100644 gnome/lib/libbonobo/libbonobo-exp.xml diff --git a/gnome/lib/gconf/gconf-exp.xml b/gnome/lib/gconf/gconf-exp.xml index 22538e77a2..68e06aefdf 100644 --- a/gnome/lib/gconf/gconf-exp.xml +++ b/gnome/lib/gconf/gconf-exp.xml @@ -1,7 +1,7 @@ Command explanations ---libexecdir=$GNOME_PREFIX/sbin: This switch puts +--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec. @@ -11,9 +11,5 @@ puts configuration files in /etc/gnome in future installations of schemas, changes in location, including eliminating this command must be consistent. -: This switch will -prevent the rebuilding of documentation during the -make command. - diff --git a/gnome/lib/gconf/gconf-inst.xml b/gnome/lib/gconf/gconf-inst.xml index 13ab5eacfa..d1ab68eef8 100644 --- a/gnome/lib/gconf/gconf-inst.xml +++ b/gnome/lib/gconf/gconf-inst.xml @@ -3,8 +3,8 @@ Install GConf by running the following commands: -./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \ ---sysconfdir=/etc/gnome --disable-gtk-doc && +./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ +--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin --sysconfdir=/etc/gnome && make && make install diff --git a/gnome/lib/gconf/gconf.ent b/gnome/lib/gconf/gconf.ent index ec36af7cfb..4cea6cdd3e 100644 --- a/gnome/lib/gconf/gconf.ent +++ b/gnome/lib/gconf/gconf.ent @@ -3,9 +3,9 @@ - + - - + + diff --git a/gnome/lib/libbonobo/libbonobo-exp.xml b/gnome/lib/libbonobo/libbonobo-exp.xml new file mode 100644 index 0000000000..36264cf125 --- /dev/null +++ b/gnome/lib/libbonobo/libbonobo-exp.xml @@ -0,0 +1,13 @@ + +Command explanations + +--prefix=`pkg-config --variable=prefix +ORBit=2.0`: Setting the prefix with this command instead of +with GNOME_PREFIX will insure that the prefix is +consistent with the installation environment. + +: This switch rebuilds the +documentation during the make command. + + + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index d07a9455cf..5fbf333e24 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -11,6 +11,9 @@ who wrote what. +November 11th, 2003 [larry]: updated to +GConf-2.4.0.1. + November 11th, 2003 [igor]: Updated to libmng-1.0.6.