wok-next diff pygobject/receipt @ rev 13522
xterm+ru(.desktop); added gsettings-desktop-schemas & metacity
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Oct 20 01:25:03 2012 +0000 (2012-10-20) |
parents | 3acde357cf8c |
children | 76b72f1ad63c |
line diff
1.1 --- a/pygobject/receipt Sat May 21 00:22:42 2011 +0000 1.2 +++ b/pygobject/receipt Sat Oct 20 01:25:03 2012 +0000 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