mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/qwt-qt5: Updated for version 6.1.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
814742a14c
commit
65b52a1665
5 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue