summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-05-25 09:49:39 +0200
committersibel <lesibel@free.fr>2011-05-25 09:49:39 +0200
commit7a6a9404666666c6107bfec5e34e18befdbc3857 (patch)
treef3d5b6f05bd08e3492432fd81105f8f89b619fdc
parent9f5276958a175e7f8c556cf2bf9b0f5717462f97 (diff)
downloadnutyx-extra-7a6a9404666666c6107bfec5e34e18befdbc3857.tar.gz
nutyx-extra-7a6a9404666666c6107bfec5e34e18befdbc3857.tar.bz2
nutyx-extra-7a6a9404666666c6107bfec5e34e18befdbc3857.tar.xz
nutyx-extra-7a6a9404666666c6107bfec5e34e18befdbc3857.zip
gconf 2.32.1-2 correction Run on
-rw-r--r--extra/gconf/Pkgfile8
1 files changed, 3 insertions, 5 deletions
diff --git a/extra/gconf/Pkgfile b/extra/gconf/Pkgfile
index b7047c92b..4a86be691 100644
--- a/extra/gconf/Pkgfile
+++ b/extra/gconf/Pkgfile
@@ -3,28 +3,26 @@
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: orbit2, polkit, dbus-glib, gtk, libldap
-# Run on: dbus-glib,orbit2,libldap
+# Run on: orbit2, polkit, dbus-glib, gtk, libldap
name=gconf
version=2.32.1
ver_lfs=2.28.1
-release=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 )
build() {
cd GConf-$version
patch -Np1 -i ../GConf-$ver_lfs-sysconfdir-1.patch
-
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--enable-defaults-service \
--libexecdir=/usr/lib/GConf \
--mandir=/usr/share/man
- make
+ make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
install -v -m755 -d $PKG/etc/gconf/gconf.xml.system
-
}