wok diff wxWidgets/receipt @ rev 15653

Up wxWidgets (2.9.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 11 12:52:13 2013 +0100 (2013-12-11)
parents 23c3aed67cd9
children 66a241839093
line diff
     1.1 --- a/wxWidgets/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/wxWidgets/receipt	Wed Dec 11 12:52:13 2013 +0100
     1.3 @@ -1,15 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="wxWidgets"
     1.7 -VERSION="2.8.12.1"
     1.8 +VERSION="2.9.5"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Cross-platform GUI Library"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="LGPL"
    1.13 -SOURCE="wxPython"
    1.14 -TARBALL="$SOURCE-src-$VERSION.tar.bz2"
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16  WEB_SITE="http://www.wxwidgets.org/"
    1.17 -WGET_URL="$SF_MIRROR/wxpython/$TARBALL"
    1.18 +WGET_URL="$SF_MIRROR/wxwindows/$TARBALL"
    1.19  
    1.20  DEPENDS="glib glibc-base gcc-lib-base libgio pkg-config expat zlib atk \
    1.21  gtk+ cairo fontconfig freetype jpeg libpng tiff pango pixman util-linux-uuid \
    1.22 @@ -24,7 +23,6 @@
    1.23  compile_rules()
    1.24  {
    1.25  	cd $src
    1.26 -	sed -i 's|/opt/wx/current/bin/||' wxPython/wx/build/build_options.py
    1.27  	./configure \
    1.28  		--enable-shared \
    1.29  		--enable-unicode \