d2ce083552
Also includes a revert for the commit which broke the libinput devices for consolekit session. I am still unsure of solution for both of the problems to suggest upstream. But it is in my todo list. Fixes #1585
30 lines
909 B
Text
30 lines
909 B
Text
# Contributor: Bhushan Shah <bshah@kde.org>
|
|
# Maintainer: Bhushan Shah <bshah@kde.org>
|
|
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"
|