wok-4.x rev 9491
Up: pygtk to 2.24.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Apr 05 14:54:10 2011 +0000 (2011-04-05) |
parents | 4870a1e508a5 |
children | a35a31fcf534 |
files | pygtk-dev/receipt pygtk/receipt |
line diff
1.1 --- a/pygtk-dev/receipt Tue Apr 05 14:53:23 2011 +0000 1.2 +++ b/pygtk-dev/receipt Tue Apr 05 14:54:10 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pygtk-dev" 1.7 -VERSION="2.22.0" 1.8 +VERSION="2.24.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 Tue Apr 05 14:53:23 2011 +0000 2.2 +++ b/pygtk/receipt Tue Apr 05 14:54:10 2011 +0000 2.3 @@ -1,33 +1,28 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="pygtk" 2.7 -VERSION="2.22.0" 2.8 +VERSION="2.24.0" 2.9 CATEGORY="development" 2.10 SHORT_DESC="GTK+ for Python" 2.11 MAINTAINER="erjo@slitaz.org" 2.12 DEPENDS="python pycairo pygobject expat gtk+ libglade libxml2 xorg-libX11 \ 2.13 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ 2.14 xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender \ 2.15 -xorg-libXdamage libffi " 2.16 -BUILD_DEPENDS="pygobject-dev pycairo-dev libglade-dev python-dev xcb-util-dev expat-dev \ 2.17 -xorg-dev-proto" 2.18 +xorg-libXdamage libffi" 2.19 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.20 WEB_SITE="http://www.pygtk.org/" 2.21 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygtk/${VERSION%.*}/$TARBALL" 2.22 - 2.23 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 2.24 2.25 # Rules to configure and make the package. 2.26 compile_rules() 2.27 { 2.28 cd $src 2.29 #https://bugzilla.gnome.org/show_bug.cgi?id=623965 2.30 - patch -Np1 -i ../stuff/python27.patch 2.31 - ./configure --prefix=/usr \ 2.32 - --infodir=/usr/share/info \ 2.33 - --disable-docs \ 2.34 - --mandir=/usr/share/man $CONFIGURE_ARGS && 2.35 + patch -Np1 -i $stuff/python27.patch 2.36 + ./configure \ 2.37 + --disable-docs && 2.38 make -j 4 && 2.39 - make DESTDIR=$PWD/_pkg install 2.40 + make install 2.41 } 2.42 2.43 # Rules to gen a SliTaz package suitable for Tazpkg.