wok-4.x rev 6783
Up: pygobject to 2.26.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 18 16:18:46 2010 +0000 (2010-10-18) |
parents | 3c30a9acb8ed |
children | 487fd1616192 66d952425df7 |
files | pygobject-dev/receipt pygobject/receipt |
line diff
1.1 --- a/pygobject-dev/receipt Mon Oct 18 16:06:15 2010 +0000 1.2 +++ b/pygobject-dev/receipt Mon Oct 18 16:18:46 2010 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pygobject-dev" 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 dev files." 1.11 MAINTAINER="erjo@slitaz.org"
2.1 --- a/pygobject/receipt Mon Oct 18 16:06:15 2010 +0000 2.2 +++ b/pygobject/receipt Mon Oct 18 16:18:46 2010 +0000 2.3 @@ -1,15 +1,15 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="pygobject" 2.7 -VERSION="2.20.0" 2.8 +VERSION="2.26.0" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Python bindings for the GObject library" 2.11 MAINTAINER="erjo@slitaz.org" 2.12 -DEPENDS="python glib libffi libgio" 2.13 -BUILD_DEPENDS="python python-dev pkg-config glib glib-dev libffi-dev" 2.14 +DEPENDS="python pycairo glib libffi libgio gobject-introspection" 2.15 +BUILD_DEPENDS="python python-dev pkg-config glib-dev libgio-dev pycairo-dev cairo-dev libffi-dev gobject-introspection-dev" 2.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.17 WEB_SITE="http://www.pygtk.org/docs/pygobject/index.html" 2.18 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.20/$TARBALL" 2.19 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygobject/${VERSION%.*}/$TARBALL" 2.20 2.21 # Rules to configure and make the package. 2.22 compile_rules()