summaryrefslogtreecommitdiffstats
path: root/extra/gconf/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-20 15:05:21 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-20 15:05:21 +0200
commit107133ed087b3de32b4c2ae96755a98093487269 (patch)
treedb37c4bd3d83fd928fa2c50418ca0a3e0105619d /extra/gconf/Pkgfile
parenta704b1be6570e9cf555a02aced12051561edcf86 (diff)
parentdeffc2867a8661feb1405270f4d7a431db9a6425 (diff)
downloadnutyx-extra-107133ed087b3de32b4c2ae96755a98093487269.tar.gz
nutyx-extra-107133ed087b3de32b4c2ae96755a98093487269.tar.bz2
nutyx-extra-107133ed087b3de32b4c2ae96755a98093487269.tar.xz
nutyx-extra-107133ed087b3de32b4c2ae96755a98093487269.zip
Merge commit 'lesibel/master'
Diffstat (limited to 'extra/gconf/Pkgfile')
-rw-r--r--extra/gconf/Pkgfile15
1 files changed, 10 insertions, 5 deletions
diff --git a/extra/gconf/Pkgfile b/extra/gconf/Pkgfile
index 12405ad88..b6dcb694b 100644
--- a/extra/gconf/Pkgfile
+++ b/extra/gconf/Pkgfile
@@ -5,17 +5,22 @@
# Depends on: orbit2, polkit, glib, gtk
name=gconf
-version=2.28.0
+version=2.28.1
+ver_lfs=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-$version-sysconfdir-1.patch)
+ http://www.linuxfromscratch.org/patches/blfs/svn/GConf-$ver_lfs-sysconfdir-1.patch )
+
build() {
cd GConf-$version
- patch -Np1 -i ../GConf-$version-sysconfdir-1.patch
+ patch -Np1 -i ../GConf-$ver_lfs-sysconfdir-1.patch
+
./configure --prefix=$GNOME_PREFIX\
--sysconfdir=/etc \
- --libexecdir=$GNOME_PREFIX/lib/GConf \
- --mandir=$GNOME_PREFIX/share/man
+ --disable-static \
+ --enable-defaults-service \
+ --libexecdir=$GNOME_PREFIX/lib/GConf \
+ --mandir=$GNOME_PREFIX/share/man
make
make DESTDIR=$PKG install
rm -r $PKG/$GNOME_PREFIX/share/gtk-doc