# HG changeset patch # User Christopher Rogers # Date 1319663027 0 # Node ID 3419fd41966574648b50564bb9306579efd7349b # Parent 1150292a1c4b52f27842eda774009ed725323dba Up: wxpython to 2.8.12.1. diff -r 1150292a1c4b -r 3419fd419665 wxpython-dev/receipt --- a/wxpython-dev/receipt Wed Oct 26 21:01:28 2011 +0000 +++ b/wxpython-dev/receipt Wed Oct 26 21:03:47 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="wxpython-dev" -VERSION="2.8.12.0" +VERSION="2.8.12.1" CATEGORY="x-window" SHORT_DESC="wxPython devel files." MAINTAINER="pankso@slitaz.org" diff -r 1150292a1c4b -r 3419fd419665 wxpython/receipt --- a/wxpython/receipt Wed Oct 26 21:01:28 2011 +0000 +++ b/wxpython/receipt Wed Oct 26 21:03:47 2011 +0000 @@ -1,16 +1,16 @@ # SliTaz package receipt. PACKAGE="wxpython" -VERSION="2.8.12.0" +VERSION="2.8.12.1" CATEGORY="x-window" SHORT_DESC="GUI toolkit for the Python programming language." MAINTAINER="pankso@slitaz.org" DEPENDS="python gtk+" BUILD_DEPENDS="python-dev gtk+-dev" -SOURCE="wxPython-src" -TARBALL="$SOURCE-$VERSION.tar.bz2" +SOURCE="wxPython" +TARBALL="$SOURCE-src-$VERSION.tar.bz2" WEB_SITE="http://www.wxpython.org/" -WGET_URL="$SF_MIRROR/$PACKAGE/wxPython/$VERSION/$TARBALL" +WGET_URL="$SF_MIRROR/wxpython/$TARBALL" # Rules to configure and make the package. compile_rules()