# Contributor: Bhushan Shah # Maintainer: Bhushan Shah pkgname=kwayland-integration pkgver=5.18.2 pkgrel=0 pkgdesc="KWayland integration" url="https://www.kde.org/workspaces/plasmadesktop/" arch="all !armhf" # armhf blocked by extra-cmake-modules 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 kguiaddons-dev" source="https://download.kde.org/stable/plasma/$pkgver/kwayland-integration-$pkgver.tar.xz" options="!check" # Broken build() { cmake -B "$builddir"/build \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make -C build } package() { DESTDIR="$pkgdir" make -C build install } sha512sums="9a5d3c92cfe0df518886ecaac6d6813ee870847727dc1ca780a2655701eabde32a61974fb0dfc47f2df69b60fb3645ac5bb0b1efbc0c0ada274550ecf294593d kwayland-integration-5.18.2.tar.xz"