Skip to content
Snippets Groups Projects
Verified Commit ea82a056 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/kplotting: bump to 5.39.0, add -doc

parent 1e015c8c
No related branches found
No related tags found
No related merge requests found
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=kplotting
pkgver=5.38.0
pkgver=5.39.0
pkgrel=0
pkgdesc="Framework for data plotting functions"
url="https://www.kde.org/"
......@@ -10,9 +10,10 @@ license="LGPL-2.1"
options="!check" # Test requires accelerated X11 display.
depends=""
depends_dev="qt5-qtbase-dev"
makedepends="$depends_dev cmake extra-cmake-modules"
makedepends="$depends_dev cmake extra-cmake-modules doxygen graphviz
qt5-qttools-dev"
install=""
subpackages="$pkgname-dev"
subpackages="$pkgname-dev $pkgname-doc"
source="http://download.kde.org/stable/frameworks/${pkgver%.*}/kplotting-$pkgver.tar.xz"
builddir="$srcdir/kplotting-$pkgver"
......@@ -28,6 +29,7 @@ build() {
-DCMAKE_BUILD_TYPE=RelWithDebugInfo \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DCMAKE_C_FLAGS="$CFLAGS" \
-DBUILD_QCH:BOOL=ON \
${CMAKE_CROSSOPTS}
make
}
......@@ -42,4 +44,4 @@ package() {
make DESTDIR="$pkgdir" install
}
sha512sums="a7c09c49686c571d97c14c6017634575aba61e7e93ccd9c44442ea1953c64cf64e7d68d2606d823dae5d05832f38c7d54c8786d5906a8f8cda8d35fb58b55fcc kplotting-5.38.0.tar.xz"
sha512sums="a4c43260989892d913c7589036579daf74399a9743bc1bc95eead1aaab9db912531b4f764e1a0610080864aa5d0d4f998f2bc65202c27480562b225c5c8e212a kplotting-5.39.0.tar.xz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment