wok rev 18512

wxWidgets: up(3.0.2)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 24 04:19:35 2015 +0300 (2015-10-24)
parents f111123cc72e
children 89d38ae16843
files wxWidgets-dev/receipt wxWidgets/description.txt wxWidgets/receipt
line diff
     1.1 --- a/wxWidgets-dev/receipt	Sat Oct 24 00:22:26 2015 +0300
     1.2 +++ b/wxWidgets-dev/receipt	Sat Oct 24 04:19:35 2015 +0300
     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="3.0.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Cross-platform GUI Library devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -16,8 +16,11 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib/wx
    1.16 -	cp -a $install/usr/bin/ $fs/usr
    1.17 -	cp -a $install/usr/include/ $fs/usr
    1.18 +	cp -a $install/usr/bin $fs/usr
    1.19 +	cp -a $install/usr/include $fs/usr
    1.20  	# Just copy setup.h and contrib include
    1.21  	cp -a $install/usr/lib/wx/include $fs/usr/lib/wx
    1.22 +
    1.23 +	cp -a $install/usr/share $fs/usr
    1.24 +	rm -r $fs/usr/share/locale
    1.25  }
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/wxWidgets/description.txt	Sat Oct 24 04:19:35 2015 +0300
     2.3 @@ -0,0 +1,26 @@
     2.4 +wxWidgets is a free and open source cross-platform C++ framework for writing
     2.5 +advanced GUI applications using native controls.
     2.6 +
     2.7 +wxWidgets allows you to write native-looking GUI applications for all the major
     2.8 +desktop platforms and also helps with abstracting the differences in the non-GUI
     2.9 +aspects between them. It is free for the use in both open source and commercial
    2.10 +applications, comes with the full, easy to read and modify, source and extensive
    2.11 +documentation and a collection of more than a hundred examples.
    2.12 +
    2.13 +You can learn more about wxWidgets at <http://www.wxwidgets.org/> and read its
    2.14 +documentation online at <http://docs.wxwidgets.org/3.0.2/>
    2.15 +
    2.16 +
    2.17 +Further information
    2.18 +-------------------
    2.19 +
    2.20 +If you are looking for support, you can get it from
    2.21 +
    2.22 +  - [wxForum](http://forums.wxwidgets.org/)
    2.23 +  - [wx-users mailing list](http://www.wxwidgets.org/support/maillst2.htm)
    2.24 +  - #wxwidgets IRC channel
    2.25 +  - <http://stackoverflow.com/> if you tag your question with "wxwidgets"
    2.26 +
    2.27 +Have fun!
    2.28 +
    2.29 +The wxWidgets Team, October 2014
     3.1 --- a/wxWidgets/receipt	Sat Oct 24 00:22:26 2015 +0300
     3.2 +++ b/wxWidgets/receipt	Sat Oct 24 04:19:35 2015 +0300
     3.3 @@ -1,13 +1,12 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="wxWidgets"
     3.7 -VERSION="2.8.12.1"
     3.8 +VERSION="3.0.2"
     3.9  CATEGORY="x-window"
    3.10  SHORT_DESC="Cross-platform GUI Library"
    3.11  MAINTAINER="pankso@slitaz.org"
    3.12  LICENSE="LGPL"
    3.13 -SOURCE="wxPython"
    3.14 -TARBALL="$SOURCE-src-$VERSION.tar.bz2"
    3.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.16  WEB_SITE="http://www.wxwidgets.org/"
    3.17  WGET_URL="$SF_MIRROR/wxwindows/$TARBALL"
    3.18  
    3.19 @@ -16,15 +15,14 @@
    3.20  xorg-libSM xorg-libICE xorg-libX11 xorg-libXau xorg-libXcomposite \
    3.21  xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext libglu-mesa \
    3.22  xorg-libXfixes xorg-libXinerama xorg-libXrender xorg-libXxf86vm mesa"
    3.23 -BUILD_DEPENDS="pkg-config gtk+ gtk+-dev expat-dev zlib-dev \
    3.24 +BUILD_DEPENDS="gtk+-dev expat-dev zlib-dev \
    3.25  xorg-dev xorg-xineramaproto libglu-mesa mesa-dev libpng-dev tiff-dev \
    3.26  jpeg-dev xorg-libXpm-dev patch"
    3.27  
    3.28  # Rules to configure and make the package.
    3.29  compile_rules()
    3.30  {
    3.31 -	cd $src
    3.32 -	sed -i 's|/opt/wx/current/bin/||' wxPython/wx/build/build_options.py
    3.33 +#	sed -i 's|/opt/wx/current/bin/||' wxPython/wx/build/build_options.py
    3.34  	./configure \
    3.35  		--enable-shared \
    3.36  		--enable-unicode \