diff options
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 \ |