kde/kwayland-integration: remove, upstreamed (!449)

This commit is contained in:
Bart Ribbers 2019-06-20 12:29:25 +02:00
parent 70f917c744
commit 16641e0946
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -1,29 +0,0 @@
# Contributor: Bhushan Shah <bshah@kde.org>
# Maintainer: Bhushan Shah <bshah@kde.org>
pkgname=kwayland-integration
pkgver=5.15.5
pkgrel=2
pkgdesc="KWayland integration"
url="https://www.kde.org/workspaces/plasmadesktop/"
arch="all !armhf"
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=RelWithDebugInfo
make
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="87051e785cedaf373c36cd17519e7e86d3110e6cd6c08fbff27b8fe4a890c1a935dbd6d096291dad2788be849c1c4e17bdb8014fdeb3383678a6b36cd30bab1c kwayland-integration-5.15.5.tar.xz"