summaryrefslogtreecommitdiff
path: root/user/kplotting
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-13 20:04:38 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-13 20:04:38 -0500
commite2ae4b64cfee20847156cf28f5838fe7da2461c9 (patch)
tree940345352bd7a903a1ef36a050d0615027728cee /user/kplotting
parent218933fc2d009c69a472f5a7732d3451b1f03249 (diff)
downloadpackages-e2ae4b64cfee20847156cf28f5838fe7da2461c9.tar.gz
packages-e2ae4b64cfee20847156cf28f5838fe7da2461c9.tar.bz2
packages-e2ae4b64cfee20847156cf28f5838fe7da2461c9.tar.xz
packages-e2ae4b64cfee20847156cf28f5838fe7da2461c9.zip
user/kplotting: bump to 5.47.0, modernise
Diffstat (limited to 'user/kplotting')
-rw-r--r--user/kplotting/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/user/kplotting/APKBUILD b/user/kplotting/APKBUILD
index dc9ba7ae3..96b807e97 100644
--- a/user/kplotting/APKBUILD
+++ b/user/kplotting/APKBUILD
@@ -1,21 +1,19 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=kplotting
-pkgver=5.46.0
+pkgver=5.47.0
pkgrel=0
pkgdesc="Framework for data plotting functions"
url="https://www.kde.org/"
arch="all"
-license="LGPL-2.1"
options="!check" # Test requires accelerated X11 display.
+license="LGPL-2.1+"
depends=""
depends_dev="qt5-qtbase-dev"
makedepends="$depends_dev cmake extra-cmake-modules doxygen graphviz
qt5-qttools-dev"
-install=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://download.kde.org/stable/frameworks/${pkgver%.*}/kplotting-$pkgver.tar.xz"
-builddir="$srcdir/kplotting-$pkgver"
build() {
cd "$builddir"
@@ -44,4 +42,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="8bfbeec22804d13d074612562a2ceaaab7f18504be1b0627153137fd2d8a5eeca696b07df243704c654af7f78dc8c33a5be27fa06f278d29650246314aa1aa18 kplotting-5.46.0.tar.xz"
+sha512sums="cd44216fde8bf3463bf87a22809adf1901572d1d4aca970bfd26653039f54586b3456fe0d3c906f2b299c094d04832ab784d1ba66aa5430fb2da914689abe3b2 kplotting-5.47.0.tar.xz"