# Contributor: Bhushan Shah # Maintainer: Bhushan Shah pkgname=kwayland-integration pkgver=5.16.2 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="706343c9c1c3067cf753cda73100b4f7b2d843cc1066ec2787219837767d8e80f7555464e542afd648e214d5d614ec8b495d187ad1e9134b04201eb62e627773 kwayland-integration-5.16.2.tar.xz"