# HG changeset patch # User Antoine Bodin # Date 1323632492 -3600 # Node ID 068c389c7e86765e5ae1221d91e8b0ffc86432ae # Parent 5b21efe08bd32d508bed15c6c4d973a6605ef157 Fix: up pygobject to 2.28.6 & disable support for introspection in it diff -r 5b21efe08bd3 -r 068c389c7e86 pygobject/receipt --- a/pygobject/receipt Sat Dec 10 21:31:55 2011 +0000 +++ b/pygobject/receipt Sun Dec 11 20:41:32 2011 +0100 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="pygobject" -VERSION="2.28.4" +VERSION="2.28.6" CATEGORY="development" SHORT_DESC="Python bindings for the GObject library" MAINTAINER="erjo@slitaz.org" -DEPENDS="python pycairo glib libffi libgio gobject-introspection" -BUILD_DEPENDS="python python-dev pkg-config glib-dev libgio-dev pycairo-dev cairo-dev libffi-dev gobject-introspection-dev" +DEPENDS="python pycairo glib libffi libgio" +BUILD_DEPENDS="python python-dev pkg-config glib-dev libgio-dev pycairo-dev cairo-dev libffi-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.pygtk.org/docs/pygobject/index.html" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" @@ -15,7 +15,7 @@ compile_rules() { cd $src - ./configure $CONFIGURE_ARGS && + ./configure --disable-introspection $CONFIGURE_ARGS && make && make install }