aboutsummaryrefslogtreecommitdiffstats
path: root/community/kcmutils
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-06-15 14:31:10 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-06-15 15:22:30 +0000
commit8063acae3e1f0edcfee03dd757a6646d40197808 (patch)
tree5cabbdb098a5a0a927aebed8836d89cb61f82c2b /community/kcmutils
parent25ffac29e0a3e87794220e04795def02f66a3e81 (diff)
community/kde-frameworks: upgrade to 5.71.0
Diffstat (limited to 'community/kcmutils')
-rw-r--r--community/kcmutils/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/kcmutils/APKBUILD b/community/kcmutils/APKBUILD
index 6e762c74f87..658a971fc02 100644
--- a/community/kcmutils/APKBUILD
+++ b/community/kcmutils/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kcmutils
-pkgver=5.70.0
+pkgver=5.71.0
pkgrel=0
pkgdesc="Utilities for interacting with KCModules"
arch="all !armhf" # armhf blocked by extra-cmake-modules
@@ -9,6 +9,7 @@ url="https://community.kde.org/Frameworks"
license="LGPL-2.1-only AND LGPL-2.1-or-later"
depends_dev="kitemviews-dev kconfigwidgets-dev kcoreaddons-dev ki18n-dev kiconthemes-dev kservice-dev kxmlgui-dev kdeclarative-dev"
makedepends="$depends_dev extra-cmake-modules doxygen qt5-qttools-dev"
+checkdepends="xvfb-run"
source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kcmutils-$pkgver.tar.xz"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
@@ -23,10 +24,10 @@ build() {
check() {
cd build
- CTEST_OUTPUT_ON_FAILURE=TRUE ctest
+ CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest
}
package() {
DESTDIR="$pkgdir" cmake --build build --target install
}
-sha512sums="2b1811c30bc003b2f4325aa1ce094cb9cffcb96eead58a55d4c40cd100ef3cc640d38510077ddc306bfd526526fb0598c3efa49f8342a0ffa46c296bac240c38 kcmutils-5.70.0.tar.xz"
+sha512sums="5f91a241122529a815b780337b705cef7fb46e77be86cd03ef53a213c35cf6d575a0b124aeafbd8e3c408a11c3b33e094566f04ef554d07ed7fb9485e34c16d9 kcmutils-5.71.0.tar.xz"