aboutsummaryrefslogtreecommitdiffstats
path: root/community/plasma-integration/APKBUILD
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2021-01-21 17:22:40 +0100
committerBart Ribbers <bribbers@disroot.org>2021-02-16 14:53:19 +0000
commitacc58e00657b9d3010c762296140c35d8a020a56 (patch)
tree397de283d5d9cfdd215ff008f1a27ca2f4e82754 /community/plasma-integration/APKBUILD
parentaf41671b591291ad5e446daf0a31fa5c6e1a2701 (diff)
{community,testing}/plasma*: upgrade to 5.21.0
Diffstat (limited to 'community/plasma-integration/APKBUILD')
-rw-r--r--community/plasma-integration/APKBUILD15
1 files changed, 10 insertions, 5 deletions
diff --git a/community/plasma-integration/APKBUILD b/community/plasma-integration/APKBUILD
index c36ee9a141f..10b69edcf9d 100644
--- a/community/plasma-integration/APKBUILD
+++ b/community/plasma-integration/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=plasma-integration
-pkgver=5.20.5
-pkgrel=1
+pkgver=5.21.0
+pkgrel=0
pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
# armhf blocked by qt5-qtdeclarative
# s390x blocked by kconfigwidgets
@@ -32,7 +32,12 @@ makedepends="
qt5-qtx11extras-dev
"
checkdepends="xvfb-run"
-source="https://download.kde.org/stable/plasma/$pkgver/plasma-integration-$pkgver.tar.xz"
+
+case "$pkgver" in
+ *.90*) _rel=unstable;;
+ *) _rel=stable;;
+esac
+source="https://download.kde.org/$_rel/plasma/$pkgver/plasma-integration-$pkgver.tar.xz"
subpackages="$pkgname-lang"
options="!check" # Broken
@@ -52,6 +57,6 @@ check() {
}
package() {
- DESTDIR="$pkgdir" cmake --build build --target install
+ DESTDIR="$pkgdir" cmake --install build
}
-sha512sums="fa0806c756d394ab6f419252396f9d0a18652ed652adcb016dd2885f5238df843814f4661c63b193805834dcd43cb346f69ce33339520229c215d2ff45a24604 plasma-integration-5.20.5.tar.xz"
+sha512sums="723338e7cdc4e62199f0d1eb30d2e08ef6c0fabbbbac98d90a7503c77a336bc07c7341acb886bb7f6ea412ea094c785b70bb2a343bfe056508eae2ef257ccfd8 plasma-integration-5.21.0.tar.xz"