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.4
|
|
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="aa01f4bd8f647813c40a11f05f9384dd32ec5833d9f365288cf7dcde3bc87dbcf638b58d486a3d3a014f4f77f04ad33e0fed0c1c7d3b6c3a9e2742402fd235ad kwayland-integration-5.13.4.tar.xz"
|