2018-03-15 21:40:52 +00:00
|
|
|
# Contributor: Bhushan Shah <bshah@kde.org>
|
|
|
|
# Maintainer: Bhushan Shah <bshah@kde.org>
|
|
|
|
pkgname=kwayland-integration
|
2019-05-07 14:15:59 +00:00
|
|
|
pkgver=5.15.5
|
2019-05-21 15:09:25 +00:00
|
|
|
pkgrel=2
|
2018-03-15 21:40:52 +00:00
|
|
|
pkgdesc="KWayland integration"
|
|
|
|
url="https://www.kde.org/workspaces/plasmadesktop/"
|
2019-05-27 20:10:25 +00:00
|
|
|
arch="all !armhf"
|
2018-03-15 21:40:52 +00:00
|
|
|
license="GPL-2.0"
|
|
|
|
depends="kwayland kglobalaccel kidletime"
|
|
|
|
makedepends="cmake extra-cmake-modules kwayland-dev kwindowsystem-dev kidletime-dev"
|
2019-02-12 15:04:21 +00:00
|
|
|
source="https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"
|
2018-03-15 21:40:52 +00:00
|
|
|
options="!check" # there are no tests
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd "$builddir"
|
|
|
|
cmake \
|
|
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
|
|
-DCMAKE_INSTALL_LIBDIR=lib \
|
2019-05-21 15:09:25 +00:00
|
|
|
-DCMAKE_BUILD_TYPE=RelWithDebugInfo
|
2018-03-15 21:40:52 +00:00
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
cd "$builddir"
|
|
|
|
make DESTDIR="$pkgdir" install
|
|
|
|
}
|
|
|
|
|
2019-05-07 14:15:59 +00:00
|
|
|
sha512sums="87051e785cedaf373c36cd17519e7e86d3110e6cd6c08fbff27b8fe4a890c1a935dbd6d096291dad2788be849c1c4e17bdb8014fdeb3383678a6b36cd30bab1c kwayland-integration-5.15.5.tar.xz"
|