mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
libraries/wxGTK3: Updated to latest 3.0 branch.
This is required for poedit 2.0. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e1759d61af
commit
c058abab28
2 changed files with 9 additions and 7 deletions
|
@ -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 \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue