# HG changeset patch # User Christopher Rogers # Date 1305937362 0 # Node ID 3acde357cf8c87457ddfab9030d6b450dd04a5fb # Parent 1c5b23daee0f7b85a720a04a716006aab418c726 Up: pygobject to 2.28.4. diff -r 1c5b23daee0f -r 3acde357cf8c pygobject-dev/receipt --- a/pygobject-dev/receipt Sat May 21 00:21:02 2011 +0000 +++ b/pygobject-dev/receipt Sat May 21 00:22:42 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pygobject-dev" -VERSION="2.28.3" +VERSION="2.28.4" CATEGORY="development" SHORT_DESC="Python bindings for the GObject library dev files." MAINTAINER="erjo@slitaz.org" diff -r 1c5b23daee0f -r 3acde357cf8c pygobject/receipt --- a/pygobject/receipt Sat May 21 00:21:02 2011 +0000 +++ b/pygobject/receipt Sat May 21 00:22:42 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pygobject" -VERSION="2.28.3" +VERSION="2.28.4" CATEGORY="development" SHORT_DESC="Python bindings for the GObject library" MAINTAINER="erjo@slitaz.org" @@ -15,7 +15,8 @@ compile_rules() { cd $src - ./configure && make && make install + ./configure $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.