# HG changeset patch # User Christophe Lincoln # Date 1305874873 -7200 # Node ID 04f951ebdb85dbcfcca51ef561a42399be5f3800 # Parent 68049456cdd455c0026478be18828efca7faa898# Parent c7bebe90681dd0a6c9218c42b2a4484008997a20 merge diff -r 68049456cdd4 -r 04f951ebdb85 GConf-dev/receipt --- a/GConf-dev/receipt Fri May 20 09:00:11 2011 +0200 +++ b/GConf-dev/receipt Fri May 20 09:01:13 2011 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="GConf-dev" -VERSION="2.32.2" +VERSION="2.32.3" CATEGORY="development" SHORT_DESC="GConf devel files." MAINTAINER="rcx@zoominternet.net" diff -r 68049456cdd4 -r 04f951ebdb85 GConf/receipt --- a/GConf/receipt Fri May 20 09:00:11 2011 +0200 +++ b/GConf/receipt Fri May 20 09:01:13 2011 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="GConf" -VERSION="2.32.2" +VERSION="2.32.3" CATEGORY="utilities" SHORT_DESC="A configuration database system." MAINTAINER="rcx@zoominternet.net" @@ -22,7 +22,8 @@ cd $src ./configure \ --sysconfdir=/etc \ - --libexecdir=/usr/lib/GConf && + --libexecdir=/usr/lib/GConf \ + $CONFIGURE_ARGS && make && make install } diff -r 68049456cdd4 -r 04f951ebdb85 zsh/receipt --- a/zsh/receipt Fri May 20 09:00:11 2011 +0200 +++ b/zsh/receipt Fri May 20 09:01:13 2011 +0200 @@ -16,11 +16,11 @@ compile_rules() { cd $src - ./configure --prefix=/usr --bindir=/bin \ - --disable-dynamic --enable-multibyte \ - --infodir=/usr/share/info --mandir=/usr/share/man \ + ./configure --bindir=/bin \ + --disable-dynamic --enable-multibyte \ --enable-fndir=/usr/share/zsh/functions \ - --enable-scriptdir=/usr/share/zsh/scripts && + --enable-scriptdir=/usr/share/zsh/scripts \ + $CONFIGURE_ARGS && make && make install } diff -r 68049456cdd4 -r 04f951ebdb85 zsnes/receipt --- a/zsnes/receipt Fri May 20 09:00:11 2011 +0200 +++ b/zsnes/receipt Fri May 20 09:01:13 2011 +0200 @@ -21,7 +21,8 @@ ./configure --prefix=/usr \ --x-libraries=/usr/lib \ --enable-release \ - force_arch=i486 && + force_arch=i486 \ + $CONFIGURE_ARGS && make && make -j 1 install }