summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-25 19:11:17 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-25 19:11:17 +0100
commit015dccdb2f62414999e290994788f09fc71405c1 (patch)
tree6b63d3f667af5e5a3e88ae5c5a12fd54d3385c0d
parentfef466a8d69523269320f231f489e4c35b7f5810 (diff)
downloadnutyx-pakxe-015dccdb2f62414999e290994788f09fc71405c1.tar.gz
nutyx-pakxe-015dccdb2f62414999e290994788f09fc71405c1.tar.bz2
nutyx-pakxe-015dccdb2f62414999e290994788f09fc71405c1.tar.xz
nutyx-pakxe-015dccdb2f62414999e290994788f09fc71405c1.zip
gconf, maj du patch
-rw-r--r--extra/gconf/.md5sum2
-rw-r--r--extra/gconf/Pkgfile4
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 \