aboutsummaryrefslogtreecommitdiffstats
path: root/community
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
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')
-rw-r--r--community/audiocd-kio/APKBUILD2
-rw-r--r--community/baloo-widgets/APKBUILD2
-rw-r--r--community/dolphin/APKBUILD6
-rw-r--r--community/keditbookmarks/APKBUILD2
-rw-r--r--community/libkipi/APKBUILD2
5 files changed, 7 insertions, 7 deletions
diff --git a/community/audiocd-kio/APKBUILD b/community/audiocd-kio/APKBUILD
index 6836329d67..b7656592fb 100644
--- a/community/audiocd-kio/APKBUILD
+++ b/community/audiocd-kio/APKBUILD
@@ -3,7 +3,7 @@
pkgname=audiocd-kio
pkgver=19.12.1
pkgrel=0
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
url="https://www.kde.org/applications/multimedia/"
pkgdesc="Kioslave for accessing audio CDs"
license="GPL-2.0-or-later AND GFDL-1.2-only"
diff --git a/community/baloo-widgets/APKBUILD b/community/baloo-widgets/APKBUILD
index a368c6bccb..ac194a8009 100644
--- a/community/baloo-widgets/APKBUILD
+++ b/community/baloo-widgets/APKBUILD
@@ -4,7 +4,7 @@ pkgname=baloo-widgets
pkgver=19.12.1
pkgrel=0
pkgdesc="Widgets for Baloo"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
url="https://community.kde.org/Baloo"
license="LGPL-2.0-only AND LGPL-2.1-or-later"
depends_dev="qt5-qtbase-dev kconfig-dev kio-dev ki18n-dev kfilemetadata-dev baloo-dev"
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() {
diff --git a/community/keditbookmarks/APKBUILD b/community/keditbookmarks/APKBUILD
index d43e130625..46a92d8dfe 100644
--- a/community/keditbookmarks/APKBUILD
+++ b/community/keditbookmarks/APKBUILD
@@ -3,7 +3,7 @@
pkgname=keditbookmarks
pkgver=19.12.1
pkgrel=0
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
url="https://www.kde.org/"
pkgdesc="Bookmark Organizer and Editor"
license="GPL-2.0-only AND GFDL-1.2-only"
diff --git a/community/libkipi/APKBUILD b/community/libkipi/APKBUILD
index dea9063f7d..b766b3c09e 100644
--- a/community/libkipi/APKBUILD
+++ b/community/libkipi/APKBUILD
@@ -4,7 +4,7 @@ pkgname=libkipi
pkgver=19.12.1
pkgrel=0
pkgdesc="KDE Image Plugin Interface library"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
url="https://www.digikam.org/"
license="GPL-2.0-or-later AND LGPL-2.0-or-later"
depends_dev="qt5-qtbase-dev kconfig-dev kxmlgui-dev kservice-dev"