# HG changeset patch # User Christopher Rogers # Date 1305856744 0 # Node ID c7bebe90681dd0a6c9218c42b2a4484008997a20 # Parent b13331a9b7da6849b623f3e79e3543174dc1ed38 Up: GConf to 2.32.3. Add $CONFIGURE_ARGS. diff -r b13331a9b7da -r c7bebe90681d GConf-dev/receipt --- a/GConf-dev/receipt Fri May 20 01:39:30 2011 +0000 +++ b/GConf-dev/receipt Fri May 20 01:59:04 2011 +0000 @@ -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 b13331a9b7da -r c7bebe90681d GConf/receipt --- a/GConf/receipt Fri May 20 01:39:30 2011 +0000 +++ b/GConf/receipt Fri May 20 01:59:04 2011 +0000 @@ -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 }