# HG changeset patch # User Christopher Rogers # Date 1287418726 0 # Node ID a1a90bd36fc1236e34920e609aa319a9b80460a3 # Parent 3c30a9acb8ed709b9cc1275e5194c28cc771635a Up: pygobject to 2.26.0. diff -r 3c30a9acb8ed -r a1a90bd36fc1 pygobject-dev/receipt --- a/pygobject-dev/receipt Mon Oct 18 16:06:15 2010 +0000 +++ b/pygobject-dev/receipt Mon Oct 18 16:18:46 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pygobject-dev" -VERSION="2.20.0" +VERSION="2.26.0" CATEGORY="development" SHORT_DESC="Python bindings for the GObject library dev files." MAINTAINER="erjo@slitaz.org" diff -r 3c30a9acb8ed -r a1a90bd36fc1 pygobject/receipt --- a/pygobject/receipt Mon Oct 18 16:06:15 2010 +0000 +++ b/pygobject/receipt Mon Oct 18 16:18:46 2010 +0000 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="pygobject" -VERSION="2.20.0" +VERSION="2.26.0" CATEGORY="development" SHORT_DESC="Python bindings for the GObject library" MAINTAINER="erjo@slitaz.org" -DEPENDS="python glib libffi libgio" -BUILD_DEPENDS="python python-dev pkg-config glib glib-dev libffi-dev" +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" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.pygtk.org/docs/pygobject/index.html" -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.20/$TARBALL" +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygobject/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules()