diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-10 21:19:36 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-10 21:19:36 +0100 |
commit | 0f291d784e432bfecc45276dbabd6b38817b0c30 (patch) | |
tree | 21a925f5998f7ab5b92d216baf01bbe986ca4f42 /extra/gconf/Pkgfile | |
parent | 087bac5c127500ed4c5c3bbff94d477fa7b72ce0 (diff) | |
download | nutyx-pakxe-0f291d784e432bfecc45276dbabd6b38817b0c30.tar.gz nutyx-pakxe-0f291d784e432bfecc45276dbabd6b38817b0c30.tar.bz2 nutyx-pakxe-0f291d784e432bfecc45276dbabd6b38817b0c30.tar.xz nutyx-pakxe-0f291d784e432bfecc45276dbabd6b38817b0c30.zip |
maj gconf#2.28.0-1
Diffstat (limited to 'extra/gconf/Pkgfile')
-rw-r--r-- | extra/gconf/Pkgfile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/extra/gconf/Pkgfile b/extra/gconf/Pkgfile index 2027c2a44..f525e5ec5 100644 --- a/extra/gconf/Pkgfile +++ b/extra/gconf/Pkgfile @@ -2,22 +2,23 @@ # URL: http://www.gnome.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: orbit2, policykit, glib, gtk +# Depends on: orbit2, polkit, glib, gtk name=gconf -version=2.26.2 +version=2.28.0 release=1 -source=(http://ftp.gnome.org/pub/gnome/sources/GConf/2.26/GConf-$version.tar.bz2\ - GConf-$version-sysconfdir-1.patch) +source=(http://ftp.gnome.org/pub/gnome/sources/GConf/${version%.*}/GConf-$version.tar.bz2\ + http://www.linuxfromscratch.org/patches/blfs/svn/GConf-2.26.2-sysconfdir-1.patch) build() { cd GConf-$version - patch -Np1 -i ../GConf-$version-sysconfdir-1.patch + patch -Np1 -i ../GConf-2.26.2-sysconfdir-1.patch ./configure --prefix=$GNOME_PREFIX\ --sysconfdir=/etc \ --libexecdir=$GNOME_PREFIX/lib/GConf \ - --with-dbus-service-dir=/usr/share/dbus-1/services \ --mandir=$GNOME_PREFIX/share/man make make DESTDIR=$PKG install rm -r $PKG/$GNOME_PREFIX/share/gtk-doc + install -v -m755 -d $PKG/etc/gconf/gconf.xml.system + } |