diff options
Diffstat (limited to 'libraries/wxGTK3')
-rw-r--r-- | libraries/wxGTK3/wxGTK3.SlackBuild | 12 | ||||
-rw-r--r-- | libraries/wxGTK3/wxGTK3.info | 4 |
2 files changed, 9 insertions, 7 deletions
diff --git a/libraries/wxGTK3/wxGTK3.SlackBuild b/libraries/wxGTK3/wxGTK3.SlackBuild index 4778257546..7a3a0bea65 100644 --- a/libraries/wxGTK3/wxGTK3.SlackBuild +++ b/libraries/wxGTK3/wxGTK3.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for wxGTK3 -# Copyright 2013-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2013-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,8 @@ PRGNAM=wxGTK3 VERSION=${VERSION:-3.0.2} -BUILD=${BUILD:-2} +GITVER=${GITVER:-c228c554280e48c26a38505b77e81218f019a785} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} SRCNAM=wxWidgets @@ -68,9 +69,10 @@ fi rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2 -cd $SRCNAM-$VERSION +rm -rf $SRCNAM-$GITVER +#tar xvf $CWD/$SRCNAM-$GITVER.tar.bz2 +unzip $CWD/$SRCNAM-$GITVER.zip +cd $SRCNAM-$GITVER chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/libraries/wxGTK3/wxGTK3.info b/libraries/wxGTK3/wxGTK3.info index 0402a63eed..1edd8066c8 100644 --- a/libraries/wxGTK3/wxGTK3.info +++ b/libraries/wxGTK3/wxGTK3.info @@ -1,8 +1,8 @@ PRGNAM="wxGTK3" VERSION="3.0.2" HOMEPAGE="http://www.wxwidgets.org" -DOWNLOAD="http://sourceforge.net/projects/wxwindows/files/3.0.2/wxWidgets-3.0.2.tar.bz2" -MD5SUM="ba4cd1f3853d0cd49134c5ae028ad080" +DOWNLOAD="https://github.com/wxWidgets/wxWidgets/archive/c228c554280e48c26a38505b77e81218f019a785/wxWidgets-c228c554280e48c26a38505b77e81218f019a785.zip" +MD5SUM="afc702f8a7c9955dbaaef7cd6af24f33" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |