wok-current diff wxWidgets/receipt @ rev 21474
updated mousepad (0.3.0 -> 0.4.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed May 01 07:26:05 2019 +0100 (2019-05-01) |
parents | 66a241839093 |
children | fa6488d2b1b0 |
line diff
1.1 --- a/wxWidgets/receipt Wed Dec 11 23:46:27 2013 +0100 1.2 +++ b/wxWidgets/receipt Wed May 01 07:26:05 2019 +0100 1.3 @@ -1,13 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wxWidgets" 1.7 -VERSION="2.8.12.1" 1.8 +VERSION="3.0.2" 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/wxwindows/$TARBALL" 1.18 1.19 @@ -16,15 +15,14 @@ 1.20 xorg-libSM xorg-libICE xorg-libX11 xorg-libXau xorg-libXcomposite \ 1.21 xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext libglu-mesa \ 1.22 xorg-libXfixes xorg-libXinerama xorg-libXrender xorg-libXxf86vm mesa" 1.23 -BUILD_DEPENDS="pkg-config gtk+ gtk+-dev expat-dev zlib-dev \ 1.24 +BUILD_DEPENDS="gtk+-dev expat-dev zlib-dev \ 1.25 xorg-dev xorg-xineramaproto libglu-mesa mesa-dev libpng-dev tiff-dev \ 1.26 jpeg-dev xorg-libXpm-dev patch" 1.27 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 { 1.31 - cd $src 1.32 - sed -i 's|/opt/wx/current/bin/||' wxPython/wx/build/build_options.py 1.33 +# sed -i 's|/opt/wx/current/bin/||' wxPython/wx/build/build_options.py 1.34 ./configure \ 1.35 --enable-shared \ 1.36 --enable-unicode \