# Contributor: Bhushan Shah # Maintainer: Bhushan Shah pkgname=kwayland-integration pkgver=5.13.2 pkgrel=0 pkgdesc="KWayland integration" url="https://www.kde.org/workspaces/plasmadesktop/" arch="all" license="GPL-2.0" depends="kwayland kglobalaccel kidletime" makedepends="cmake extra-cmake-modules kwayland-dev kwindowsystem-dev kidletime-dev" source="https://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz" options="!check" # there are no tests build() { cd "$builddir" cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_LIBEXECDIR=lib make } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="ad383f68570c2b66bdfaa06b8b151426840d9789a34d2ca25d0ebfb9cbc4484406d5b35dee22a688584d3bb9c7b1b45a424a1ae53c05c0dce7376e9f21fbf61e kwayland-integration-5.13.2.tar.xz"