diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-07 08:50:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-11 00:14:14 +0700 |
commit | f6cec7a8e37be45ec151afb2b80f55f6756a3824 (patch) | |
tree | 4a63519e3dc3a0c42092271c9f80f5abe7b8a7ba /libraries/wxGTK3 | |
parent | da39a9b4b24abb07e7e9e9e051f2b1cc3f62a39c (diff) | |
download | slackbuilds-f6cec7a8e37be45ec151afb2b80f55f6756a3824.tar.gz |
libraries/wxGTK3: Updated for version 3.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/wxGTK3')
-rw-r--r-- | libraries/wxGTK3/wxGTK3.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/wxGTK3/wxGTK3.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libraries/wxGTK3/wxGTK3.SlackBuild b/libraries/wxGTK3/wxGTK3.SlackBuild index a6fa3c689d..2804938de1 100644 --- a/libraries/wxGTK3/wxGTK3.SlackBuild +++ b/libraries/wxGTK3/wxGTK3.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wxGTK3 -VERSION=${VERSION:-3.0.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.0.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM=wxWidgets @@ -96,7 +96,7 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true # Now let's fix the broken symlink created by the package diff --git a/libraries/wxGTK3/wxGTK3.info b/libraries/wxGTK3/wxGTK3.info index e4485f8945..0402a63eed 100644 --- a/libraries/wxGTK3/wxGTK3.info +++ b/libraries/wxGTK3/wxGTK3.info @@ -1,8 +1,8 @@ PRGNAM="wxGTK3" -VERSION="3.0.1" +VERSION="3.0.2" HOMEPAGE="http://www.wxwidgets.org" -DOWNLOAD="http://sourceforge.net/projects/wxwindows/files/3.0.1/wxWidgets-3.0.1.tar.bz2" -MD5SUM="dad1f1cd9d4c370cbc22700dc492da31" +DOWNLOAD="http://sourceforge.net/projects/wxwindows/files/3.0.2/wxWidgets-3.0.2.tar.bz2" +MD5SUM="ba4cd1f3853d0cd49134c5ae028ad080" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |