aboutsummaryrefslogtreecommitdiffstats
path: root/community/kwayland-server/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kwayland-server/APKBUILD')
-rw-r--r--community/kwayland-server/APKBUILD48
1 files changed, 0 insertions, 48 deletions
diff --git a/community/kwayland-server/APKBUILD b/community/kwayland-server/APKBUILD
deleted file mode 100644
index 499661cfa55..00000000000
--- a/community/kwayland-server/APKBUILD
+++ /dev/null
@@ -1,48 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=kwayland-server
-pkgver=5.23.4
-pkgrel=0
-pkgdesc="Wayland Server Components built on KDE Frameworks"
-arch="all !armhf" # armhf blocked by qt5-qtdeclarative
-url="https://kde.org/plasma-desktop/"
-license="GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND LGPL-2.1-only"
-depends_dev="
- kwayland-dev
- plasma-wayland-protocols
- qt5-qtbase-dev
- "
-makedepends="$depends_dev
- doxygen
- extra-cmake-modules
- linux-headers
- qt5-qttools-dev
- wayland-protocols
- "
-
-case "$pkgver" in
- *.90*) _rel=unstable;;
- *) _rel=stable;;
-esac
-source="https://download.kde.org/$_rel/plasma/$pkgver/kwayland-server-$pkgver.tar.xz
- 0001-kde_outputconfiguration_v2-update-to-version-2.patch
- "
-subpackages="$pkgname-dev $pkgname-dbg $pkgname-doc"
-options="!check" # Requires running wayland compositor
-
-build() {
- cmake -B build \
- -DCMAKE_BUILD_TYPE=None \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DBUILD_QCH=ON
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
-sha512sums="
-37864c5943721b8e2fbf14824eab8f9eb8d4a3dc36db0837640ae7f07169f10c253b918481702c6a32b46191a8e27713ea9357bab513f3a711104d798ef5b3a0 kwayland-server-5.23.4.tar.xz
-74575c5eea56d8f1b23df89c67ff59b7590a770e0d86ac75e38f1a6a9a37a244af260d0b84729ed83b20bb517f7a93f5c52d64ab8c6bf33a3c57c7915bd4b274 0001-kde_outputconfiguration_v2-update-to-version-2.patch
-"