diff options
author | tnut <tnut at nutyx dot com> | 2011-07-03 16:59:34 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-07-03 16:59:34 +0200 |
commit | e32e13d9af74691bd352e55fb201835dac9f44d1 (patch) | |
tree | 6e011bab9c747169f8af8f0753de826435894d8b /extra/gconf/Pkgfile | |
parent | 084377d9679188e460f79dcfbb3c64e6d5ea9059 (diff) | |
download | nutyx-extra-e32e13d9af74691bd352e55fb201835dac9f44d1.tar.gz nutyx-extra-e32e13d9af74691bd352e55fb201835dac9f44d1.tar.bz2 nutyx-extra-e32e13d9af74691bd352e55fb201835dac9f44d1.tar.xz nutyx-extra-e32e13d9af74691bd352e55fb201835dac9f44d1.zip |
gconf, maj 2.32.4-1
Diffstat (limited to 'extra/gconf/Pkgfile')
-rw-r--r-- | extra/gconf/Pkgfile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/extra/gconf/Pkgfile b/extra/gconf/Pkgfile index 8bea701ed..cb0d75ada 100644 --- a/extra/gconf/Pkgfile +++ b/extra/gconf/Pkgfile @@ -6,15 +6,12 @@ # Run on: orbit2,polkit,dbus-glib,gtk,libldap name=gconf -version=2.32.1 -ver_lfs=2.28.1 -release=2 -source=(http://ftp.gnome.org/pub/gnome/sources/GConf/${version%.*}/GConf-$version.tar.bz2\ - http://www.linuxfromscratch.org/patches/blfs/svn/GConf-$ver_lfs-sysconfdir-1.patch ) +version=2.32.4 +release=1 +source=(http://ftp.gnome.org/pub/gnome/sources/GConf/${version%.*}/GConf-$version.tar.bz2) build() { cd GConf-$version - patch -Np1 -i ../GConf-$ver_lfs-sysconfdir-1.patch ./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-static \ |