wok-6.x rev 15656
wxWidgets: back to 2.8.12.1 too many softwares depend on 2.8.x
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 11 23:46:27 2013 +0100 (2013-12-11) |
parents | 5d7f1a65b0ad |
children | 8fdebdc42cf1 |
files | wxWidgets-dev/receipt wxWidgets/receipt |
line diff
1.1 --- a/wxWidgets-dev/receipt Wed Dec 11 20:57:53 2013 +0100 1.2 +++ b/wxWidgets-dev/receipt Wed Dec 11 23:46:27 2013 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wxWidgets-dev" 1.7 -VERSION="2.9.5" 1.8 +VERSION="2.8.12.1" 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 20:57:53 2013 +0100 2.2 +++ b/wxWidgets/receipt Wed Dec 11 23:46:27 2013 +0100 2.3 @@ -1,12 +1,13 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="wxWidgets" 2.7 -VERSION="2.9.5" 2.8 +VERSION="2.8.12.1" 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 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.14 +SOURCE="wxPython" 2.15 +TARBALL="$SOURCE-src-$VERSION.tar.bz2" 2.16 WEB_SITE="http://www.wxwidgets.org/" 2.17 WGET_URL="$SF_MIRROR/wxwindows/$TARBALL" 2.18 2.19 @@ -23,6 +24,7 @@ 2.20 compile_rules() 2.21 { 2.22 cd $src 2.23 + sed -i 's|/opt/wx/current/bin/||' wxPython/wx/build/build_options.py 2.24 ./configure \ 2.25 --enable-shared \ 2.26 --enable-unicode \ 2.27 @@ -37,8 +39,10 @@ 2.28 make && 2.29 make DESTDIR=$DESTDIR install && 2.30 cd $src/contrib && 2.31 + { 2.32 make && 2.33 make DESTDIR=$DESTDIR install 2.34 + } 2>&1 | sed 's/h: No such/h: no such/' 2.35 } 2.36 2.37 # Rules to gen a SliTaz package suitable for Tazpkg.