aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kwayland
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-07-14 00:55:42 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-07-13 22:20:39 -0300
commitc702f2a812cfbc5c0c1a68b6f120cf332f788f1f (patch)
tree800e1687809b5e688995a9948d19af9e577a167d /testing/kwayland
parent8d48f29796e55f6906ecb8cb8ef27e1b4dc3b820 (diff)
downloadaports-c702f2a812cfbc5c0c1a68b6f120cf332f788f1f.tar.bz2
aports-c702f2a812cfbc5c0c1a68b6f120cf332f788f1f.tar.xz
community/kde-frameworks: move from testing
Diffstat (limited to 'testing/kwayland')
-rw-r--r--testing/kwayland/APKBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/kwayland/APKBUILD b/testing/kwayland/APKBUILD
deleted file mode 100644
index 3549d6d4af..0000000000
--- a/testing/kwayland/APKBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=kwayland
-pkgver=5.60.0
-pkgrel=0
-pkgdesc="Qt-style Client and Server library wrapper for the Wayland libraries"
-arch="all"
-url="https://www.kde.org"
-license="LGPL-2.1-only OR LGPL-3.0-only"
-depends_dev="qt5-qtbase-dev wayland-dev"
-makedepends="$depends_dev extra-cmake-modules doxygen qt5-qttools-dev"
-source="https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
-subpackages="$pkgname-dev $pkgname-doc"
-options="!check" # Fails due to requiring running Wayland compositor
-
-build() {
- cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DBUILD_QCH=ON
- make
-}
-
-check() {
- CTEST_OUTPUT_ON_FAILURE=TRUE ctest
-}
-
-package() {
- DESTDIR="$pkgdir" make install
-}
-
-sha512sums="63c4e968a7a492f0e1b2af2f6c511b02e4e56adc35a0504ba9c7c8cea4e463847e36c2ca7c498d3dd2307949fcf62b247f0a85c83ccfd8ab74ac5908dc2784ea kwayland-5.60.0.tar.xz"