diff options
author | sibel <sibel@free.fr> | 2010-04-19 15:46:23 +0200 |
---|---|---|
committer | sibel <sibel@free.fr> | 2010-04-19 15:46:23 +0200 |
commit | 688ade8e628f47ff03a5d09f269e59bcfcfe5a8c (patch) | |
tree | 411fb4dd444e1c54566fbfba87583b15b187cbc0 /extra/gconf/Pkgfile | |
parent | f95bb3b98c23b0fe7056a9a078112114deb3e777 (diff) | |
download | nutyx-pakxe-688ade8e628f47ff03a5d09f269e59bcfcfe5a8c.tar.gz nutyx-pakxe-688ade8e628f47ff03a5d09f269e59bcfcfe5a8c.tar.bz2 nutyx-pakxe-688ade8e628f47ff03a5d09f269e59bcfcfe5a8c.tar.xz nutyx-pakxe-688ade8e628f47ff03a5d09f269e59bcfcfe5a8c.zip |
Maj de gconf#2.28.1-1
Diffstat (limited to 'extra/gconf/Pkgfile')
-rw-r--r-- | extra/gconf/Pkgfile | 15 |
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 |