pmaports/kde/kwayland-integration/APKBUILD
2019-03-05 09:04:15 +01:00

29 lines
874 B
Text

# Contributor: Bhushan Shah <bshah@kde.org>
# Maintainer: Bhushan Shah <bshah@kde.org>
pkgname=kwayland-integration
pkgver=5.15.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
make
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="94d72ffac66aa8aa0aad66ec1931c4e1f42c39e0a33d1dad66f8a062991355185450a27b50864335430aaf4c5c8b4cc00c16a7d26f0aa9528b0cd5c6fb30a190 kwayland-integration-5.15.2.tar.xz"