libraries/qwt-qt5: Updated for version 6.1.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2020-06-22 21:06:35 -07:00 committed by Willy Sudiarto Raharjo
parent 814742a14c
commit 65b52a1665
No known key found for this signature in database
GPG key ID: 3F617144D7238786
5 changed files with 8 additions and 8 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for qwt-qt5
# Modified from libraries/qwt
# Copyright 2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2019-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qwt-qt5
VERSION=${VERSION:-6.1.4}
VERSION=${VERSION:-6.1.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -72,9 +72,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
patch -p0 < $CWD/patch-6.1.4-qwtconfig.diff
patch -p0 < $CWD/patch-6.1.4-pkgconfig.diff
patch -p1 < $CWD/patch-6.1.4-qwtfunctions.diff # OpenSUSE
patch -p0 < $CWD/patch-6.1.5-qwtconfig.diff
patch -p0 < $CWD/patch-6.1.5-pkgconfig.diff
patch -p1 < $CWD/patch-6.1.5-qwtfunctions.diff # OpenSUSE
mkdir build
cd build

View file

@ -1,8 +1,8 @@
PRGNAM="qwt-qt5"
VERSION="6.1.4"
VERSION="6.1.5"
HOMEPAGE="http://qwt.sourceforge.net"
DOWNLOAD="http://downloads.sourceforge.net/qwt/qwt-6.1.4.tar.bz2"
MD5SUM="4fb1852f694420e3ab9c583526edecc5"
DOWNLOAD="http://downloads.sourceforge.net/qwt/qwt-6.1.5.tar.bz2"
MD5SUM="d65582f99312796ed42c3be3208ed3db"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5"