Skip to content

Commit c55b2a2

Browse files
bosthwillysr
authored andcommitted
libraries/qwt-qt5: Updated for version 6.1.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
1 parent 2ae4658 commit c55b2a2

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

libraries/qwt-qt5/qwt-qt5.SlackBuild

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Slackware build script for qwt-qt5
44

55
# Modified from libraries/qwt
6-
# Copyright 2019-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
6+
# Copyright 2019-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
77
# All rights reserved.
88
#
99
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
2424
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2525

2626
PRGNAM=qwt-qt5
27-
VERSION=${VERSION:-6.1.5}
27+
VERSION=${VERSION:-6.1.6}
2828
BUILD=${BUILD:-1}
2929
TAG=${TAG:-_SBo}
3030

@@ -72,9 +72,9 @@ find -L . \
7272
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
7373
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
7474

75-
patch -p0 < $CWD/patch-6.1.5-qwtconfig.diff
76-
patch -p0 < $CWD/patch-6.1.5-pkgconfig.diff
77-
patch -p1 < $CWD/patch-6.1.5-qwtfunctions.diff # OpenSUSE
75+
patch -p0 < $CWD/patch-6.1.6-qwtconfig.diff
76+
patch -p0 < $CWD/patch-6.1.6-pkgconfig.diff
77+
patch -p1 < $CWD/patch-6.1.6-qwtfunctions.diff # OpenSUSE
7878

7979
mkdir build
8080
cd build

libraries/qwt-qt5/qwt-qt5.info

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PRGNAM="qwt-qt5"
2-
VERSION="6.1.5"
2+
VERSION="6.1.6"
33
HOMEPAGE="http://qwt.sourceforge.net"
4-
DOWNLOAD="http://downloads.sourceforge.net/qwt/qwt-6.1.5.tar.bz2"
5-
MD5SUM="d65582f99312796ed42c3be3208ed3db"
4+
DOWNLOAD="http://downloads.sourceforge.net/qwt/qwt-6.1.6.tar.bz2"
5+
MD5SUM="cc71be5d6c33c2fc19ae8082ccdd3e83"
66
DOWNLOAD_x86_64=""
77
MD5SUM_x86_64=""
88
REQUIRES="qt5"

0 commit comments

Comments
 (0)