wok-next diff pygobject/receipt @ rev 8658
Automated merge with https://bitbucket.org/gokhlayeh/wok
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Feb 16 05:33:41 2011 +0100 (2011-02-16) |
parents | d0fa681cee8d |
children | 4870a1e508a5 |
line diff
1.1 --- a/pygobject/receipt Sat Oct 09 17:19:46 2010 +0200 1.2 +++ b/pygobject/receipt Wed Feb 16 05:33:41 2011 +0100 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pygobject" 1.7 -VERSION="2.20.0" 1.8 +VERSION="2.26.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Python bindings for the GObject library" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 -DEPENDS="python glib libffi libgio" 1.13 -BUILD_DEPENDS="python python-dev pkg-config glib glib-dev libffi-dev" 1.14 +DEPENDS="python pycairo glib libffi libgio gobject-introspection" 1.15 +BUILD_DEPENDS="python python-dev pkg-config glib-dev libgio-dev pycairo-dev cairo-dev libffi-dev gobject-introspection-dev" 1.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 WEB_SITE="http://www.pygtk.org/docs/pygobject/index.html" 1.18 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.20/$TARBALL" 1.19 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygobject/${VERSION%.*}/$TARBALL" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules()