summaryrefslogtreecommitdiffstats
path: root/extra/gconf/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gconf/Pkgfile')
-rw-r--r--extra/gconf/Pkgfile19
1 files changed, 8 insertions, 11 deletions
diff --git a/extra/gconf/Pkgfile b/extra/gconf/Pkgfile
index 14092baf5..2027c2a44 100644
--- a/extra/gconf/Pkgfile
+++ b/extra/gconf/Pkgfile
@@ -2,25 +2,22 @@
# URL: http://www.gnome.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: orbit2
+# Depends on: orbit2, policykit, glib, gtk
name=gconf
-version=2.24.0
+version=2.26.2
release=1
-source=(http://ftp.gnome.org/pub/gnome/sources/GConf/2.24/GConf-$version.tar.bz2\
- gconf-reload.patch)
+source=(http://ftp.gnome.org/pub/gnome/sources/GConf/2.26/GConf-$version.tar.bz2\
+ GConf-$version-sysconfdir-1.patch)
build() {
cd GConf-$version
- patch -Np1 -i ../gconf-reload.patch
+ patch -Np1 -i ../GConf-$version-sysconfdir-1.patch
./configure --prefix=$GNOME_PREFIX\
--sysconfdir=/etc \
- --libexecdir=$(pkg-config \
- --variable=prefix ORBit-2.0)/lib/GConf \
+ --libexecdir=$GNOME_PREFIX/lib/GConf \
--with-dbus-service-dir=/usr/share/dbus-1/services \
- --mandir=$(pkg-config \
- --variable=prefix ORBit-2.0)/share/man
+ --mandir=$GNOME_PREFIX/share/man
make
make DESTDIR=$PKG install
- rm -r $PKG/$(pkg-config \
- --variable=prefix ORBit-2.0)/share/gtk-doc
+ rm -r $PKG/$GNOME_PREFIX/share/gtk-doc
}