summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-01-24 22:20:02 +0100
committertnut <thierryn1 at hispeed dot ch>2011-01-24 22:20:02 +0100
commit692ad71b096c30daba22ea8eb34661334de84eed (patch)
tree6b2de704e803d5d0e4d385c4432018f3d5feb3a8
parent4e53995af4450a04cec8e2160367445c1de29d65 (diff)
downloadnutyx-extra-692ad71b096c30daba22ea8eb34661334de84eed.tar.gz
nutyx-extra-692ad71b096c30daba22ea8eb34661334de84eed.tar.bz2
nutyx-extra-692ad71b096c30daba22ea8eb34661334de84eed.tar.xz
nutyx-extra-692ad71b096c30daba22ea8eb34661334de84eed.zip
gconf, correction port et dépendances
-rw-r--r--extra/gconf/Pkgfile13
1 files changed, 6 insertions, 7 deletions
diff --git a/extra/gconf/Pkgfile b/extra/gconf/Pkgfile
index cc91d96a1..f168a2180 100644
--- a/extra/gconf/Pkgfile
+++ b/extra/gconf/Pkgfile
@@ -2,8 +2,8 @@
# URL: http://www.gnome.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: orbit2, polkit, glib, gtk, libldap
-# Run on: glib,pcre,dbus-glib,orbit2
+# Depends on: orbit2, polkit, dbus-glib, gtk, libldap
+# Run on: dbus-glib,orbit,libldap2
name=gconf
version=2.32.1
@@ -17,16 +17,15 @@ build() {
cd GConf-$version
patch -Np1 -i ../GConf-$ver_lfs-sysconfdir-1.patch
- ./configure --prefix=$GNOME_PREFIX\
+ ./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--enable-defaults-service \
- --libexecdir=$GNOME_PREFIX/lib/GConf \
- --mandir=$GNOME_PREFIX/share/man
+ --libexecdir=/usr/lib/GConf \
+ --mandir=/usr/share/man
make
make DESTDIR=$PKG install
- rm -r $PKG/$GNOME_PREFIX/share/gtk-doc
+ rm -r $PKG/usr/share/gtk-doc
install -v -m755 -d $PKG/etc/gconf/gconf.xml.system
}
-