wok-current rev 4693
Up: pygtk* (2.16.0)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Jan 02 09:59:29 2010 +0100 (2010-01-02) |
parents | 7f3390bca0d9 |
children | af9536ce31f7 |
files | pygtk-dev/receipt pygtk/receipt |
line diff
1.1 --- a/pygtk-dev/receipt Sat Jan 02 09:58:53 2010 +0100 1.2 +++ b/pygtk-dev/receipt Sat Jan 02 09:59:29 2010 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pygtk-dev" 1.7 -VERSION="2.12.1" 1.8 +VERSION="2.16.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="GTK+ for Python dev files with codegen." 1.11 MAINTAINER="erjo@slitaz.org"
2.1 --- a/pygtk/receipt Sat Jan 02 09:58:53 2010 +0100 2.2 +++ b/pygtk/receipt Sat Jan 02 09:59:29 2010 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="pygtk" 2.7 -VERSION="2.12.1" 2.8 +VERSION="2.16.0" 2.9 CATEGORY="development" 2.10 SHORT_DESC="GTK+ for Python" 2.11 MAINTAINER="erjo@slitaz.org" 2.12 @@ -12,7 +12,8 @@ 2.13 BUILD_DEPENDS="pygobject-dev pycairo-dev libglade-dev" 2.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.15 WEB_SITE="http://www.pygtk.org/" 2.16 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.12/$TARBALL" 2.17 +WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.16/$TARBALL" 2.18 + 2.19 2.20 # Rules to configure and make the package. 2.21 compile_rules()