wok 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 91654f4ca530
children 0564ee123d66
files wxWidgets-dev/receipt wxWidgets/receipt
line diff
     1.1 --- a/wxWidgets-dev/receipt	Wed Dec 11 10:13:20 2013 +0100
     1.2 +++ b/wxWidgets-dev/receipt	Wed Dec 11 12:52:13 2013 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="wxWidgets-dev"
     1.7 -VERSION="2.8.12.1"
     1.8 +VERSION="2.9.5"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Cross-platform GUI Library devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/wxWidgets/receipt	Wed Dec 11 10:13:20 2013 +0100
     2.2 +++ b/wxWidgets/receipt	Wed Dec 11 12:52:13 2013 +0100
     2.3 @@ -1,15 +1,14 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="wxWidgets"
     2.7 -VERSION="2.8.12.1"
     2.8 +VERSION="2.9.5"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="Cross-platform GUI Library"
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12  LICENSE="LGPL"
    2.13 -SOURCE="wxPython"
    2.14 -TARBALL="$SOURCE-src-$VERSION.tar.bz2"
    2.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.16  WEB_SITE="http://www.wxwidgets.org/"
    2.17 -WGET_URL="$SF_MIRROR/wxpython/$TARBALL"
    2.18 +WGET_URL="$SF_MIRROR/wxwindows/$TARBALL"
    2.19  
    2.20  DEPENDS="glib glibc-base gcc-lib-base libgio pkg-config expat zlib atk \
    2.21  gtk+ cairo fontconfig freetype jpeg libpng tiff pango pixman util-linux-uuid \
    2.22 @@ -24,7 +23,6 @@
    2.23  compile_rules()
    2.24  {
    2.25  	cd $src
    2.26 -	sed -i 's|/opt/wx/current/bin/||' wxPython/wx/build/build_options.py
    2.27  	./configure \
    2.28  		--enable-shared \
    2.29  		--enable-unicode \