# Contributor: Bhushan Shah # Maintainer: Bhushan Shah pkgname=kwayland-integration pkgver=5.17.5 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 prepare() { default_prepare mkdir "$builddir"/build } build() { cd "$builddir"/build cmake "$builddir" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make } package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } sha512sums="50ac96f4ed957ed264e8f700dc9bdb71ce04cb4a6385c2316890171943c4b7a23ebba08eb7047eebd99ad7c6d485f440c8ae7375c040088ddfffbf7f5824634c kwayland-integration-5.17.5.tar.xz"