diff options
Diffstat (limited to 'extra/gconf')
-rw-r--r-- | extra/gconf/.md5sum | 2 | ||||
-rw-r--r-- | extra/gconf/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/extra/gconf/.md5sum b/extra/gconf/.md5sum index d663f1d65..b0b0f611f 100644 --- a/extra/gconf/.md5sum +++ b/extra/gconf/.md5sum @@ -1,2 +1,2 @@ -8670a7156807c867e153617db91b6e5d GConf-2.26.2-sysconfdir-1.patch +ddd498fa3a3c68837586a8de27646321 GConf-2.28.0-sysconfdir-1.patch ad2aeb9c7d906b274954c51a615caeac GConf-2.28.0.tar.bz2 diff --git a/extra/gconf/Pkgfile b/extra/gconf/Pkgfile index f525e5ec5..12405ad88 100644 --- a/extra/gconf/Pkgfile +++ b/extra/gconf/Pkgfile @@ -8,10 +8,10 @@ name=gconf version=2.28.0 release=1 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) + http://www.linuxfromscratch.org/patches/blfs/svn/GConf-$version-sysconfdir-1.patch) build() { cd GConf-$version - patch -Np1 -i ../GConf-2.26.2-sysconfdir-1.patch + patch -Np1 -i ../GConf-$version-sysconfdir-1.patch ./configure --prefix=$GNOME_PREFIX\ --sysconfdir=/etc \ --libexecdir=$GNOME_PREFIX/lib/GConf \ |