wok-6.x rev 11413
Fix: up pygobject to 2.28.6 & disable support for introspection in it
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Dec 11 20:41:32 2011 +0100 (2011-12-11) |
parents | 5b21efe08bd3 |
children | 0ef9618e4ad5 |
files | pygobject/receipt |
line diff
1.1 --- a/pygobject/receipt Sat Dec 10 21:31:55 2011 +0000 1.2 +++ b/pygobject/receipt Sun Dec 11 20:41:32 2011 +0100 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pygobject" 1.7 -VERSION="2.28.4" 1.8 +VERSION="2.28.6" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Python bindings for the GObject library" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 -DEPENDS="python pycairo glib libffi libgio gobject-introspection" 1.13 -BUILD_DEPENDS="python python-dev pkg-config glib-dev libgio-dev pycairo-dev cairo-dev libffi-dev gobject-introspection-dev" 1.14 +DEPENDS="python pycairo glib libffi libgio" 1.15 +BUILD_DEPENDS="python python-dev pkg-config glib-dev libgio-dev pycairo-dev cairo-dev libffi-dev" 1.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 WEB_SITE="http://www.pygtk.org/docs/pygobject/index.html" 1.18 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.19 @@ -15,7 +15,7 @@ 1.20 compile_rules() 1.21 { 1.22 cd $src 1.23 - ./configure $CONFIGURE_ARGS && 1.24 + ./configure --disable-introspection $CONFIGURE_ARGS && 1.25 make && make install 1.26 } 1.27