aboutsummaryrefslogtreecommitdiffstats
path: root/community/plasma-sdk
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-05-05 21:20:08 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-05-06 09:33:34 +0000
commita5c595923e1d76895b3113dae60b62c2cbfa9adb (patch)
tree7c9488648c606d3d57e83ff21c4cd339ef3b81f4 /community/plasma-sdk
parent859d05bda08adc925d8eb2fbccfdc667ffe9ab9f (diff)
downloadaports-a5c595923e1d76895b3113dae60b62c2cbfa9adb.tar.bz2
aports-a5c595923e1d76895b3113dae60b62c2cbfa9adb.tar.xz
{community,testing}/plasma: upgrade to 5.18.5
Diffstat (limited to 'community/plasma-sdk')
-rw-r--r--community/plasma-sdk/APKBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/community/plasma-sdk/APKBUILD b/community/plasma-sdk/APKBUILD
index 3773e064e3..6042df25b6 100644
--- a/community/plasma-sdk/APKBUILD
+++ b/community/plasma-sdk/APKBUILD
@@ -1,8 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=plasma-sdk
-pkgver=5.18.4
-_pkgver=5.18.4.1
+pkgver=5.18.5
pkgrel=0
pkgdesc="Applications useful for Plasma Development"
arch="all !armhf" # armhf blocked by qt5-qtdeclarative
@@ -11,16 +10,15 @@ license="GPL-2.0-or-later"
depends="kirigami2"
makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtdeclarative-dev qt5-qtsvg-dev karchive-dev kcompletion-dev kconfig-dev kconfigwidgets-dev kcoreaddons-dev kdbusaddons-dev kdeclarative-dev ki18n-dev kiconthemes-dev kio-dev plasma-framework-dev kservice-dev ktexteditor-dev kwidgetsaddons-dev kdoctools-dev kparts-dev"
checkdepends="xvfb-run"
-source="https://download.kde.org/stable/plasma/$pkgver/plasma-sdk-$_pkgver.tar.xz"
+source="https://download.kde.org/stable/plasma/$pkgver/plasma-sdk-$pkgver.tar.xz"
subpackages="$pkgname-doc $pkgname-lang"
-builddir="$srcdir/$pkgname-$_pkgver"
build() {
cmake -B build \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
- make -C build
+ cmake --build build
}
check() {
@@ -30,7 +28,7 @@ check() {
}
package() {
- DESTDIR="$pkgdir" make -C build install
+ DESTDIR="$pkgdir" cmake --build build --target install
}
-sha512sums="b16c40a1dc22fab179a7f4edc2e9693177c145a65a521da691847da6228c5c5654621171d19f74a6c9aa3d61d76bca9ef9e71b364c32cdd7b2bd47df6f7ee1e4 plasma-sdk-5.18.4.1.tar.xz"
+sha512sums="1051aa84d70d7a02d3392d3b1628b1fb4d4b666efca6e34f0688dc0015b983527039bd52140cf17f947f2d266cacb63aab7c9b547e6679a0aab094e74c1783a1 plasma-sdk-5.18.5.tar.xz"