# Contributor: Bhushan Shah # Maintainer: Bhushan Shah pkgname=kwayland-integration pkgver=5.15.3 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 make } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="0b4b367e53eaf35a6c76b9a81f6ea000a10ca9b5c07f255c97f55d146d8f7e4085a43a7af4ab81963d3b18e4e9f9cc26550e2be7d0a682277efa144a83d37238 kwayland-integration-5.15.3.tar.xz"