diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-09-09 21:29:42 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-11 15:14:33 -0300 |
commit | a45dc3c6aca76a828ec5237cfabfd234454d8e2b (patch) | |
tree | d7a1cb3575de0773df22155844ff68cd5f3fd7c5 /community | |
parent | 0ec2ff9808ede43c16f344d1ac17cc47f08f6f66 (diff) | |
download | aports-a45dc3c6aca76a828ec5237cfabfd234454d8e2b.tar.bz2 aports-a45dc3c6aca76a828ec5237cfabfd234454d8e2b.tar.xz |
community/kwayland-integration: move from testing
Diffstat (limited to 'community')
-rw-r--r-- | community/kwayland-integration/APKBUILD | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/community/kwayland-integration/APKBUILD b/community/kwayland-integration/APKBUILD new file mode 100644 index 0000000000..f25ecf9239 --- /dev/null +++ b/community/kwayland-integration/APKBUILD @@ -0,0 +1,27 @@ +# Contributor: Bhushan Shah <bshah@kde.org> +# Maintainer: Bhushan Shah <bshah@kde.org> +pkgname=kwayland-integration +pkgver=5.16.5 +pkgrel=0 +pkgdesc="KWayland integration" +url="https://www.kde.org/workspaces/plasmadesktop/" +arch="all" +license="LGPL-2.1-only OR LGPL-3.0-only" +depends="kwayland kglobalaccel kidletime" +makedepends="cmake extra-cmake-modules qt5-qtbase-dev kwayland-dev kwindowsystem-dev kidletime-dev" +source="https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz" +options="!check" # Broken + +build() { + cmake \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib + make +} + +package() { + DESTDIR="$pkgdir" make install +} + +sha512sums="c37faf39de7712c59ca1bb3c3df737bb660e7457cb66e60ff505d0484f2d0c1376306c822b63e19c5f5e578f44deea69739baea5c19039e562bd50aac47c9156 kwayland-integration-5.16.5.tar.xz" |