# HG changeset patch # User Aleksej Bobylev # Date 1445649575 -10800 # Node ID a7d92d7d3d4f081159be8820779c5c00ff74ef76 # Parent f111123cc72e18baacb2ba18b580210cab062f8f wxWidgets: up(3.0.2) diff -r f111123cc72e -r a7d92d7d3d4f wxWidgets-dev/receipt --- a/wxWidgets-dev/receipt Sat Oct 24 00:22:26 2015 +0300 +++ b/wxWidgets-dev/receipt Sat Oct 24 04:19:35 2015 +0300 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="wxWidgets-dev" -VERSION="2.8.12.1" +VERSION="3.0.2" CATEGORY="development" SHORT_DESC="Cross-platform GUI Library devel files." MAINTAINER="pankso@slitaz.org" @@ -16,8 +16,11 @@ genpkg_rules() { mkdir -p $fs/usr/lib/wx - cp -a $install/usr/bin/ $fs/usr - cp -a $install/usr/include/ $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/include $fs/usr # Just copy setup.h and contrib include cp -a $install/usr/lib/wx/include $fs/usr/lib/wx + + cp -a $install/usr/share $fs/usr + rm -r $fs/usr/share/locale } diff -r f111123cc72e -r a7d92d7d3d4f wxWidgets/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wxWidgets/description.txt Sat Oct 24 04:19:35 2015 +0300 @@ -0,0 +1,26 @@ +wxWidgets is a free and open source cross-platform C++ framework for writing +advanced GUI applications using native controls. + +wxWidgets allows you to write native-looking GUI applications for all the major +desktop platforms and also helps with abstracting the differences in the non-GUI +aspects between them. It is free for the use in both open source and commercial +applications, comes with the full, easy to read and modify, source and extensive +documentation and a collection of more than a hundred examples. + +You can learn more about wxWidgets at and read its +documentation online at + + +Further information +------------------- + +If you are looking for support, you can get it from + + - [wxForum](http://forums.wxwidgets.org/) + - [wx-users mailing list](http://www.wxwidgets.org/support/maillst2.htm) + - #wxwidgets IRC channel + - if you tag your question with "wxwidgets" + +Have fun! + +The wxWidgets Team, October 2014 diff -r f111123cc72e -r a7d92d7d3d4f wxWidgets/receipt --- a/wxWidgets/receipt Sat Oct 24 00:22:26 2015 +0300 +++ b/wxWidgets/receipt Sat Oct 24 04:19:35 2015 +0300 @@ -1,13 +1,12 @@ # SliTaz package receipt. PACKAGE="wxWidgets" -VERSION="2.8.12.1" +VERSION="3.0.2" CATEGORY="x-window" SHORT_DESC="Cross-platform GUI Library" MAINTAINER="pankso@slitaz.org" LICENSE="LGPL" -SOURCE="wxPython" -TARBALL="$SOURCE-src-$VERSION.tar.bz2" +TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.wxwidgets.org/" WGET_URL="$SF_MIRROR/wxwindows/$TARBALL" @@ -16,15 +15,14 @@ xorg-libSM xorg-libICE xorg-libX11 xorg-libXau xorg-libXcomposite \ xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext libglu-mesa \ xorg-libXfixes xorg-libXinerama xorg-libXrender xorg-libXxf86vm mesa" -BUILD_DEPENDS="pkg-config gtk+ gtk+-dev expat-dev zlib-dev \ +BUILD_DEPENDS="gtk+-dev expat-dev zlib-dev \ xorg-dev xorg-xineramaproto libglu-mesa mesa-dev libpng-dev tiff-dev \ jpeg-dev xorg-libXpm-dev patch" # Rules to configure and make the package. compile_rules() { - cd $src - sed -i 's|/opt/wx/current/bin/||' wxPython/wx/build/build_options.py +# sed -i 's|/opt/wx/current/bin/||' wxPython/wx/build/build_options.py ./configure \ --enable-shared \ --enable-unicode \