aboutsummaryrefslogtreecommitdiffstats
path: root/community/dolphin
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-01-27 22:38:31 +0100
committerKevin Daudt <kdaudt@alpinelinux.org>2020-01-27 22:17:22 +0000
commit015bdb0601ebee63aecbea8119cf5273f581e3f0 (patch)
tree0182b6df82956b62570450011de92bcdb03eeb56 /community/dolphin
parent1597cf4ab69b5fbe33fbeb094048db626906e0bf (diff)
downloadaports-015bdb0601ebee63aecbea8119cf5273f581e3f0.tar.bz2
aports-015bdb0601ebee63aecbea8119cf5273f581e3f0.tar.xz
community/kde-applications: disable on armhf and disable broken tests
Closes !3381
Diffstat (limited to 'community/dolphin')
-rw-r--r--community/dolphin/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/dolphin/APKBUILD b/community/dolphin/APKBUILD
index 2270d1f577..30386f1934 100644
--- a/community/dolphin/APKBUILD
+++ b/community/dolphin/APKBUILD
@@ -3,7 +3,7 @@
pkgname=dolphin
pkgver=19.12.1
pkgrel=0
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
url="https://kde.org/applications/system/dolphin"
pkgdesc="KDE File Manager"
license="GPL-2.0-only"
@@ -35,8 +35,8 @@ build() {
check() {
cd "$builddir"/build
- # kfileitemmodeltest and placesitemmodeltest are broken
- CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest -E "(kfileitemmodel|placesitemmodel)test"
+ # kfileitemmodeltest, placesitemmodeltest and dolphinmainwindowtest are broken
+ CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest -E "(kfileitemmodel|placesitemmodel|dolphinmainwindow)test"
}
package() {