62d0b719ad
Also cleaned up the APKBUILDs
29 lines
874 B
Text
29 lines
874 B
Text
# Contributor: Bhushan Shah <bshah@kde.org>
|
|
# Maintainer: Bhushan Shah <bshah@kde.org>
|
|
pkgname=kwayland-integration
|
|
pkgver=5.15.0
|
|
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="fb60257ab5e55e8cbd01887f58f460f0492d85c7cc27d81e5414a399bf765243c48ed5ff072bc990561bfc351b4319ecf9c93f086a1e2c77e92bf7ce84d51771 kwayland-integration-5.15.0.tar.xz"
|