pmaports/kde/kwayland-integration/APKBUILD
Bart Ribbers def0dac79f
kde/plasma*: update to 5.15.3 (!277)
Built and tested on x86_64.

[ci:skip-build]: ollieparanoid made sure that this builds for all
                 arches
2019-03-18 09:37:12 +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.3
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="0b4b367e53eaf35a6c76b9a81f6ea000a10ca9b5c07f255c97f55d146d8f7e4085a43a7af4ab81963d3b18e4e9f9cc26550e2be7d0a682277efa144a83d37238 kwayland-integration-5.15.3.tar.xz"