aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kwayland-integration
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-09-09 21:29:42 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-09-11 15:14:33 -0300
commita45dc3c6aca76a828ec5237cfabfd234454d8e2b (patch)
treed7a1cb3575de0773df22155844ff68cd5f3fd7c5 /testing/kwayland-integration
parent0ec2ff9808ede43c16f344d1ac17cc47f08f6f66 (diff)
downloadaports-a45dc3c6aca76a828ec5237cfabfd234454d8e2b.tar.bz2
aports-a45dc3c6aca76a828ec5237cfabfd234454d8e2b.tar.xz
community/kwayland-integration: move from testing
Diffstat (limited to 'testing/kwayland-integration')
-rw-r--r--testing/kwayland-integration/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/kwayland-integration/APKBUILD b/testing/kwayland-integration/APKBUILD
deleted file mode 100644
index f25ecf9239..0000000000
--- a/testing/kwayland-integration/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Contributor: Bhushan Shah <bshah@kde.org>
-# Maintainer: Bhushan Shah <bshah@kde.org>
-pkgname=kwayland-integration
-pkgver=5.16.5
-pkgrel=0
-pkgdesc="KWayland integration"
-url="https://www.kde.org/workspaces/plasmadesktop/"
-arch="all"
-license="LGPL-2.1-only OR LGPL-3.0-only"
-depends="kwayland kglobalaccel kidletime"
-makedepends="cmake extra-cmake-modules qt5-qtbase-dev kwayland-dev kwindowsystem-dev kidletime-dev"
-source="https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"
-options="!check" # Broken
-
-build() {
- cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
- make
-}
-
-package() {
- DESTDIR="$pkgdir" make install
-}
-
-sha512sums="c37faf39de7712c59ca1bb3c3df737bb660e7457cb66e60ff505d0484f2d0c1376306c822b63e19c5f5e578f44deea69739baea5c19039e562bd50aac47c9156 kwayland-integration-5.16.5.tar.xz"