diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-07-14 00:55:42 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-13 22:20:39 -0300 |
commit | c702f2a812cfbc5c0c1a68b6f120cf332f788f1f (patch) | |
tree | 800e1687809b5e688995a9948d19af9e577a167d /testing/kplotting | |
parent | 8d48f29796e55f6906ecb8cb8ef27e1b4dc3b820 (diff) | |
download | aports-c702f2a812cfbc5c0c1a68b6f120cf332f788f1f.tar.bz2 aports-c702f2a812cfbc5c0c1a68b6f120cf332f788f1f.tar.xz |
community/kde-frameworks: move from testing
Diffstat (limited to 'testing/kplotting')
-rw-r--r-- | testing/kplotting/APKBUILD | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/kplotting/APKBUILD b/testing/kplotting/APKBUILD deleted file mode 100644 index 41e486e25a..0000000000 --- a/testing/kplotting/APKBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# Contributor: Bart Ribbers <bribbers@disroot.org> -# Maintainer: Bart Ribbers <bribbers@disroot.org> -pkgname=kplotting -pkgver=5.60.0 -pkgrel=0 -pkgdesc="Lightweight plotting framework" -arch="all" -url="https://community.kde.org/Frameworks" -license="LGPL-2.1-or-later" -depends_dev="qt5-qtbase-dev" -makedepends="$depends_dev extra-cmake-modules doxygen qt5-qttools-dev" -checkdepends="xvfb-run" -source="https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz" -subpackages="$pkgname-dev $pkgname-doc" - -build() { - cmake \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ - -DBUILD_QCH=ON - make -} - -check() { - CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest -} - -package() { - DESTDIR="$pkgdir" make install -} - -sha512sums="0a70977684690c2087f968501b64d814fabddd43087aa2df4d498985f7cfaa8cf81e16215e2d12cccf9932748172e47b40a85d049207e3dc351785acdeaa622a kplotting-5.60.0.tar.xz" |