pmaports/kde/kwayland-integration/APKBUILD

30 lines
874 B
Text
Raw Normal View History

# Contributor: Bhushan Shah <bshah@kde.org>
# Maintainer: Bhushan Shah <bshah@kde.org>
pkgname=kwayland-integration
2019-02-27 14:52:46 +00:00
pkgver=5.15.2
pkgrel=1
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
}
2019-02-27 14:52:46 +00:00
sha512sums="94d72ffac66aa8aa0aad66ec1931c4e1f42c39e0a33d1dad66f8a062991355185450a27b50864335430aaf4c5c8b4cc00c16a7d26f0aa9528b0cd5c6fb30a190 kwayland-integration-5.15.2.tar.xz"