From e935ce84de3592f1d8208086a5b7c8ad6cc9156d Mon Sep 17 00:00:00 2001
From: Bart Ribbers <bribbers@disroot.org>
Date: Mon, 13 Jan 2020 16:15:24 +0100
Subject: [PATCH] community/kde-frameworks: disable on armhf

extra-cmake-modules is not available on armhf due to it's dependency on
qt5-qtdeclarative2, and since all packages in KDE Frameworks depend on
extra-cmake-modules, just disable them all for that arch
---
 community/attica/APKBUILD               | 2 +-
 community/extra-cmake-modules/APKBUILD  | 2 +-
 community/frameworkintegration/APKBUILD | 2 +-
 community/kapidox/APKBUILD              | 2 +-
 community/kauth/APKBUILD                | 2 +-
 community/kbookmarks/APKBUILD           | 2 +-
 community/kcalendarcore/APKBUILD        | 2 +-
 community/kcmutils/APKBUILD             | 2 +-
 community/kcodecs/APKBUILD              | 2 +-
 community/kcompletion/APKBUILD          | 2 +-
 community/kconfig/APKBUILD              | 2 +-
 community/kconfigwidgets/APKBUILD       | 2 +-
 community/kcontacts/APKBUILD            | 2 +-
 community/kcoreaddons/APKBUILD          | 2 +-
 community/kcrash/APKBUILD               | 2 +-
 community/kdbusaddons/APKBUILD          | 2 +-
 community/kded/APKBUILD                 | 2 +-
 community/kdelibs4support/APKBUILD      | 2 +-
 community/kdesignerplugin/APKBUILD      | 2 +-
 community/kdesu/APKBUILD                | 2 +-
 community/kdewebkit/APKBUILD            | 2 +-
 community/kdnssd/APKBUILD               | 2 +-
 community/kdoctools/APKBUILD            | 2 +-
 community/kemoticons/APKBUILD           | 2 +-
 community/kfilemetadata/APKBUILD        | 2 +-
 community/kglobalaccel/APKBUILD         | 2 +-
 community/kguiaddons/APKBUILD           | 2 +-
 community/khtml/APKBUILD                | 2 +-
 community/kiconthemes/APKBUILD          | 2 +-
 community/kidletime/APKBUILD            | 2 +-
 community/kimageformats/APKBUILD        | 2 +-
 community/kinit/APKBUILD                | 2 +-
 community/kio/APKBUILD                  | 2 +-
 community/kitemmodels/APKBUILD          | 2 +-
 community/kitemviews/APKBUILD           | 2 +-
 community/kjobwidgets/APKBUILD          | 2 +-
 community/kjs/APKBUILD                  | 2 +-
 community/kjsembed/APKBUILD             | 2 +-
 community/kmediaplayer/APKBUILD         | 2 +-
 community/knotifications/APKBUILD       | 2 +-
 community/knotifyconfig/APKBUILD        | 2 +-
 community/kpackage/APKBUILD             | 2 +-
 community/kparts/APKBUILD               | 2 +-
 community/kplotting/APKBUILD            | 2 +-
 community/kpty/APKBUILD                 | 2 +-
 community/kross/APKBUILD                | 2 +-
 community/krunner/APKBUILD              | 2 +-
 community/kservice/APKBUILD             | 2 +-
 community/ktexteditor/APKBUILD          | 2 +-
 community/ktextwidgets/APKBUILD         | 2 +-
 community/kunitconversion/APKBUILD      | 2 +-
 community/kwallet/APKBUILD              | 2 +-
 community/kwayland/APKBUILD             | 2 +-
 community/kwidgetsaddons/APKBUILD       | 2 +-
 community/kwindowsystem/APKBUILD        | 2 +-
 community/kxmlgui/APKBUILD              | 2 +-
 community/kxmlrpcclient/APKBUILD        | 2 +-
 community/modemmanager-qt/APKBUILD      | 2 +-
 community/networkmanager-qt/APKBUILD    | 2 +-
 community/oxygen-icons/APKBUILD         | 2 +-
 community/sonnet/APKBUILD               | 2 +-
 community/syndication/APKBUILD          | 2 +-
 community/syntax-highlighting/APKBUILD  | 2 +-
 63 files changed, 63 insertions(+), 63 deletions(-)

diff --git a/community/attica/APKBUILD b/community/attica/APKBUILD
index afa533382db3..3cb710cc3c5a 100644
--- a/community/attica/APKBUILD
+++ b/community/attica/APKBUILD
@@ -5,7 +5,7 @@ pkgver=5.66.0
 pkgrel=0
 pkgdesc="Freedesktop OCS binding for Qt"
 url="http://www.kde.org/"
-arch="all"
+arch="all !armhf" # Blocked by extra-cmake-modules
 license="LGPL-2.0-or-later"
 makedepends="qt5-qttools-dev extra-cmake-modules doxygen"
 subpackages="$pkgname-dev $pkgname-doc"
diff --git a/community/extra-cmake-modules/APKBUILD b/community/extra-cmake-modules/APKBUILD
index 5852910c43df..8ef0fcbcafba 100644
--- a/community/extra-cmake-modules/APKBUILD
+++ b/community/extra-cmake-modules/APKBUILD
@@ -11,8 +11,8 @@ license="BSD-3-Clause"
 depends="cmake"
 makedepends="py3-sphinx"
 checkdepends="qt5-qtbase-dev qt5-qtquickcontrols2-dev"
-subpackages="$pkgname-doc"
 source="http://download.kde.org/stable/frameworks/${pkgver%.*}/extra-cmake-modules-$pkgver.tar.xz"
+subpackages="$pkgname-doc"
 
 prepare() {
 	default_prepare
diff --git a/community/frameworkintegration/APKBUILD b/community/frameworkintegration/APKBUILD
index 0a71c0827f8b..ca398adbf212 100644
--- a/community/frameworkintegration/APKBUILD
+++ b/community/frameworkintegration/APKBUILD
@@ -4,7 +4,7 @@ pkgname=frameworkintegration
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Framework providing components to allow applications to integrate with a KDE Workspace"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org"
 license="LGPL-2.1-or-later"
 depends_dev="qt5-qtbase-dev kconfig-dev kconfigwidgets-dev kiconthemes-dev knotifications-dev knewstuff-dev kwidgetsaddons-dev kpackage-dev ki18n-dev appstream-dev"
diff --git a/community/kapidox/APKBUILD b/community/kapidox/APKBUILD
index 8c15ecfa1fc2..763cc73393ef 100644
--- a/community/kapidox/APKBUILD
+++ b/community/kapidox/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=kapidox
 pkgver=5.66.0
 pkgrel=0
-arch="noarch"
+arch="noarch !armhf" # armhf blocked by extra-cmake-modules
 pkgdesc="Scripts and data for building API documentation (dox) in a standard format and style"
 url="https://community.kde.org/Frameworks"
 license="BSD-3-Clause"
diff --git a/community/kauth/APKBUILD b/community/kauth/APKBUILD
index b5a06f015037..ca6da0a1b0cb 100644
--- a/community/kauth/APKBUILD
+++ b/community/kauth/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kauth
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Abstraction to system policy and authentication features"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-or-later"
 depends_dev="qt5-qtbase-dev kcoreaddons-dev polkit-qt-1-dev"
diff --git a/community/kbookmarks/APKBUILD b/community/kbookmarks/APKBUILD
index d87eb19000a2..071318e32a48 100644
--- a/community/kbookmarks/APKBUILD
+++ b/community/kbookmarks/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kbookmarks
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Support for bookmarks and the XBEL format"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-or-later"
 depends_dev="qt5-qtbase-dev kconfig-dev kcoreaddons-dev kcodecs-dev kconfigwidgets-dev kwidgetsaddons-dev kxmlgui-dev"
diff --git a/community/kcalendarcore/APKBUILD b/community/kcalendarcore/APKBUILD
index 41ca64816af3..1d3bc2829deb 100644
--- a/community/kcalendarcore/APKBUILD
+++ b/community/kcalendarcore/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kcalendarcore
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="The KDE calendar access library"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.0-or-later"
 depends_dev="qt5-qtbase-dev libical-dev"
diff --git a/community/kcmutils/APKBUILD b/community/kcmutils/APKBUILD
index 6df6325c0606..e82181bc1c9a 100644
--- a/community/kcmutils/APKBUILD
+++ b/community/kcmutils/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kcmutils
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Utilities for interacting with KCModules"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 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"
diff --git a/community/kcodecs/APKBUILD b/community/kcodecs/APKBUILD
index 15cde55c65e3..371b023c76c7 100644
--- a/community/kcodecs/APKBUILD
+++ b/community/kcodecs/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kcodecs
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Provide a collection of methods to manipulate strings using various encodings"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-only AND LGPL-2.1-or-later"
 makedepends="extra-cmake-modules qt5-qttools-dev gperf doxygen"
diff --git a/community/kcompletion/APKBUILD b/community/kcompletion/APKBUILD
index 197f300ec2fb..752689215036 100644
--- a/community/kcompletion/APKBUILD
+++ b/community/kcompletion/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kcompletion
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Text completion helpers and widgets"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-or-later"
 depends_dev="kwidgetsaddons-dev kconfig-dev"
diff --git a/community/kconfig/APKBUILD b/community/kconfig/APKBUILD
index d315a146ab06..cbd17c852a8d 100644
--- a/community/kconfig/APKBUILD
+++ b/community/kconfig/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kconfig
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Configuration system"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.0-or-later AND LGPL-2.0-only AND LGPL-2.1-or-later"
 makedepends="extra-cmake-modules qt5-qttools-dev doxygen"
diff --git a/community/kconfigwidgets/APKBUILD b/community/kconfigwidgets/APKBUILD
index 4812b49784b2..826aded17519 100644
--- a/community/kconfigwidgets/APKBUILD
+++ b/community/kconfigwidgets/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kconfigwidgets
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Widgets for KConfig"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-only AND LGPL-2.1-or-later"
 depends_dev="kauth-dev kcoreaddons-dev kcodecs-dev kconfig-dev kguiaddons-dev ki18n-dev kwidgetsaddons-dev"
diff --git a/community/kcontacts/APKBUILD b/community/kcontacts/APKBUILD
index 007303a3511f..12218c1c2ccc 100644
--- a/community/kcontacts/APKBUILD
+++ b/community/kcontacts/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kcontacts
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Address book API for KDE"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.0-or-later"
 depends="iso-codes"
diff --git a/community/kcoreaddons/APKBUILD b/community/kcoreaddons/APKBUILD
index 4d350a2f68bd..488d3df0bb03 100644
--- a/community/kcoreaddons/APKBUILD
+++ b/community/kcoreaddons/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kcoreaddons
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Addons to QtCore"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.0-or-later AND (LGPL-2.1-only OR LGPL-3.0-only)"
 depends_dev="qt5-qtbase-dev"
diff --git a/community/kcrash/APKBUILD b/community/kcrash/APKBUILD
index 0a8fec84dae2..bc8e37fd4b46 100644
--- a/community/kcrash/APKBUILD
+++ b/community/kcrash/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kcrash
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Support for application crash analysis and bug report from apps"
-arch="all"
+arch="all !armhf"
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-or-later"
 depends_dev="kcoreaddons-dev kwindowsystem-dev"
diff --git a/community/kdbusaddons/APKBUILD b/community/kdbusaddons/APKBUILD
index 851e4e2791c1..31f02ef70a2f 100644
--- a/community/kdbusaddons/APKBUILD
+++ b/community/kdbusaddons/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kdbusaddons
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Addons to QtDBus"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-only OR LGPL-3.0-only"
 makedepends="extra-cmake-modules qt5-qttools-dev doxygen shared-mime-info"
diff --git a/community/kded/APKBUILD b/community/kded/APKBUILD
index 6a8ce1d1c10e..bb9d7401097c 100644
--- a/community/kded/APKBUILD
+++ b/community/kded/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kded
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Extensible deamon for providing system level services"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-only AND LGPL-2.1-or-later"
 depends_dev="qt5-qtbase-dev kconfig-dev kcoreaddons-dev kcrash-dev kdbusaddons-dev kservice-dev"
diff --git a/community/kdelibs4support/APKBUILD b/community/kdelibs4support/APKBUILD
index 03e4203237a9..2f25762b6e6c 100644
--- a/community/kdelibs4support/APKBUILD
+++ b/community/kdelibs4support/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kdelibs4support
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Porting aid from KDELibs4"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-or-later AND MIT AND LGPL-2.1-only AND LGPL-2.0-only AND (LGPL-2.1-only OR LGPL-3.0-only) AND (LGPL-2.0-only OR LGPL-3.0-only)"
 depends_dev="qt5-qtbase-dev qt5-qttools-dev kcompletion-dev kconfig-dev kconfigwidgets-dev kcrash-dev kdesignerplugin kdesignerplugin-dev kglobalaccel-dev kemoticons-dev kguiaddons-dev ki18n-dev kiconthemes-dev kio-dev knotifications-dev kparts-dev kservice-dev ktextwidgets-dev kunitconversion-dev kwidgetsaddons-dev kwindowsystem-dev kxmlgui-dev kdbusaddons-dev kded-dev kinit-dev perl-uri"
diff --git a/community/kdesignerplugin/APKBUILD b/community/kdesignerplugin/APKBUILD
index 57b56ff6760b..d9323478e34b 100644
--- a/community/kdesignerplugin/APKBUILD
+++ b/community/kdesignerplugin/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kdesignerplugin
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Integration of Frameworks widgets in Qt Designer/Creator"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-only"
 depends_dev="kcoreaddons-dev kconfig-dev kcompletion-dev kconfigwidgets-dev kiconthemes-dev kio-dev kitemviews-dev kplotting-dev ktextwidgets-dev kwidgetsaddons-dev kxmlgui-dev sonnet-dev"
diff --git a/community/kdesu/APKBUILD b/community/kdesu/APKBUILD
index 237216792f39..649cefd82466 100644
--- a/community/kdesu/APKBUILD
+++ b/community/kdesu/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kdesu
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Integration with su for elevated privileges"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-only"
 depends_dev="kcoreaddons-dev ki18n-dev kservice-dev kpty-dev"
diff --git a/community/kdewebkit/APKBUILD b/community/kdewebkit/APKBUILD
index 488e07d6e98a..0d5b337f65ec 100644
--- a/community/kdewebkit/APKBUILD
+++ b/community/kdewebkit/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kdewebkit
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Integration of the HTML rendering engine WebKit"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-or-later"
 depends_dev="qt5-qtbase-dev qt5-qtwebkit-dev kconfig-dev kcoreaddons-dev kio-dev kjobwidgets-dev kparts-dev kservice-dev kwallet-dev qt5-qttools-dev"
diff --git a/community/kdnssd/APKBUILD b/community/kdnssd/APKBUILD
index ac20ec434b58..df582ef37513 100644
--- a/community/kdnssd/APKBUILD
+++ b/community/kdnssd/APKBUILD
@@ -3,7 +3,7 @@
 pkgname=kdnssd
 pkgver=5.66.0
 pkgrel=0
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 pkgdesc="Network service discovery using Zeroconf"
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.0-or-later"
diff --git a/community/kdoctools/APKBUILD b/community/kdoctools/APKBUILD
index b12f871a019b..5ba624d8bafa 100644
--- a/community/kdoctools/APKBUILD
+++ b/community/kdoctools/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kdoctools
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Documentation generation from docbook"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-only OR LGPL-3.0-only"
 depends="docbook-xml docbook-xsl"
diff --git a/community/kemoticons/APKBUILD b/community/kemoticons/APKBUILD
index db61185913a2..0911aae544e4 100644
--- a/community/kemoticons/APKBUILD
+++ b/community/kemoticons/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kemoticons
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Support for emoticons and emoticons themes"
-arch="all"
+arch="all !armhf"
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-or-later AND (LGPL-2.1-only OR LGPL-3.0-only)"
 depends_dev="karchive-dev kconfig-dev kservice-dev kcoreaddons-dev"
diff --git a/community/kfilemetadata/APKBUILD b/community/kfilemetadata/APKBUILD
index 02216d89823b..ebe45e9050cf 100644
--- a/community/kfilemetadata/APKBUILD
+++ b/community/kfilemetadata/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kfilemetadata
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="A library for extracting file metadata"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-or-later AND (LGPL-2.1-only OR LGPL-3.0-only)"
 depends_dev="qt5-qtbase-dev karchive-dev kcoreaddons-dev ki18n-dev kconfig-dev exiv2-dev taglib-dev ffmpeg-dev attr-dev"
diff --git a/community/kglobalaccel/APKBUILD b/community/kglobalaccel/APKBUILD
index f481bc9f36e2..fe676b89740d 100644
--- a/community/kglobalaccel/APKBUILD
+++ b/community/kglobalaccel/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kglobalaccel
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Add support for global workspace shortcuts"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-or-later"
 depends_dev="qt5-qtx11extras-dev kconfig-dev kcoreaddons-dev kcrash-dev kdbusaddons-dev kwindowsystem-dev"
diff --git a/community/kguiaddons/APKBUILD b/community/kguiaddons/APKBUILD
index 3b7226551807..20b9c96a9e57 100644
--- a/community/kguiaddons/APKBUILD
+++ b/community/kguiaddons/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kguiaddons
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Addons to QtGui"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-only OR LGPL-3.0-only"
 makedepends="extra-cmake-modules doxygen qt5-qttools-dev"
diff --git a/community/khtml/APKBUILD b/community/khtml/APKBUILD
index 4a0c0bafff8b..36c9462c8c16 100644
--- a/community/khtml/APKBUILD
+++ b/community/khtml/APKBUILD
@@ -4,7 +4,7 @@ pkgname=khtml
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="The KDE HTML library, ancestor of WebKit"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-or-later AND LGPL-2.1-only"
 depends_dev="qt5-qtbase-dev perl-dev giflib-dev libjpeg-turbo-dev karchive-dev kcodecs-dev kglobalaccel-dev ki18n-dev kiconthemes-dev kio-dev kjs-dev knotifications-dev kparts-dev sonnet-dev ktextwidgets-dev kwallet-dev kwidgetsaddons-dev kwindowsystem-dev kxmlgui-dev"
diff --git a/community/kiconthemes/APKBUILD b/community/kiconthemes/APKBUILD
index 4b821676d98d..71fd95537fe1 100644
--- a/community/kiconthemes/APKBUILD
+++ b/community/kiconthemes/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kiconthemes
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Support for icon themes"
-arch="all"
+arch="all !armhf"
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-only"
 depends_dev="qt5-qtsvg-dev karchive-dev ki18n-dev kcoreaddons-dev kconfigwidgets-dev kwidgetsaddons-dev kitemviews-dev"
diff --git a/community/kidletime/APKBUILD b/community/kidletime/APKBUILD
index 0fcd58137eb0..2871b94f7785 100644
--- a/community/kidletime/APKBUILD
+++ b/community/kidletime/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kidletime
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Monitoring user activity"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.0-only"
 depends_dev="qt5-qtx11extras-dev"
diff --git a/community/kimageformats/APKBUILD b/community/kimageformats/APKBUILD
index f540c1292269..bc72ae4fb844 100644
--- a/community/kimageformats/APKBUILD
+++ b/community/kimageformats/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kimageformats
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Image format plugins for Qt5"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-or-later"
 makedepends="qt5-qtbase-dev karchive-dev extra-cmake-modules openexr-dev"
diff --git a/community/kinit/APKBUILD b/community/kinit/APKBUILD
index e39886954eab..5d2c8fef3894 100644
--- a/community/kinit/APKBUILD
+++ b/community/kinit/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kinit
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Process launcher to speed up launching KDE applications"
-arch="all"
+arch="all !armhf"
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-only OR LGPL-3.0-only"
 depends_dev="qt5-qtbase-dev libcap-dev kservice-dev kio-dev ki18n-dev kwindowsystem-dev kcrash-dev kconfig-dev"
diff --git a/community/kio/APKBUILD b/community/kio/APKBUILD
index 0d7dcd042360..9fd510278e10 100644
--- a/community/kio/APKBUILD
+++ b/community/kio/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kio
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Resource and network access abstraction"
-arch="all"
+arch="all !armhf"
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-only AND LGPL-2.1-or-later AND (LGPL-2.1-only OR LGPL-3.0-only)"
 depends_dev="qt5-qtscript-dev karchive-dev kconfig-dev kcoreaddons-dev
diff --git a/community/kitemmodels/APKBUILD b/community/kitemmodels/APKBUILD
index af26d51df567..f02e349d0031 100644
--- a/community/kitemmodels/APKBUILD
+++ b/community/kitemmodels/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kitemmodels
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Models for Qt Model/View system"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.0-only AND LGPL-2.0-or-later"
 depends_dev="qt5-qtbase-dev"
diff --git a/community/kitemviews/APKBUILD b/community/kitemviews/APKBUILD
index 5d6eba3a3ffd..1c99f1857ab3 100644
--- a/community/kitemviews/APKBUILD
+++ b/community/kitemviews/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kitemviews
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Widget addons for Qt Model/View"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="GPL-2.0-only AND LGPL-2.1-only"
 depends_dev="qt5-qtbase-dev"
diff --git a/community/kjobwidgets/APKBUILD b/community/kjobwidgets/APKBUILD
index d5e15e4afc56..d0c2f155df74 100644
--- a/community/kjobwidgets/APKBUILD
+++ b/community/kjobwidgets/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kjobwidgets
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Widgets for tracking KJob instances"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-only AND (LGPL-2.1-only OR LGPL-3.0-only)"
 depends_dev="qt5-qtx11extras-dev kcoreaddons-dev kwidgetsaddons-dev"
diff --git a/community/kjs/APKBUILD b/community/kjs/APKBUILD
index 926bbc5ac233..0f324ae41795 100644
--- a/community/kjs/APKBUILD
+++ b/community/kjs/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kjs
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Support for JS scripting in applications"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-or-later AND BSD-3-Clause AND MIT"
 depends_dev="qt5-qtbase-dev perl-dev pcre-dev"
diff --git a/community/kjsembed/APKBUILD b/community/kjsembed/APKBUILD
index 709b90d55f72..ddd090a6d5af 100644
--- a/community/kjsembed/APKBUILD
+++ b/community/kjsembed/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kjsembed
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="JavaScript bindings for QObject"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-or-later"
 depends_dev="qt5-qtsvg-dev kjs-dev ki18n-dev"
diff --git a/community/kmediaplayer/APKBUILD b/community/kmediaplayer/APKBUILD
index 2f8be4e93655..dd0e18706017 100644
--- a/community/kmediaplayer/APKBUILD
+++ b/community/kmediaplayer/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kmediaplayer
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Media player framework for KDE 5"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="X11 AND LGPL-2.1-or-later"
 depends_dev="qt5-qtbase-dev kparts-dev kxmlgui-dev"
diff --git a/community/knotifications/APKBUILD b/community/knotifications/APKBUILD
index 7215fc4fbe32..0481e780f49c 100644
--- a/community/knotifications/APKBUILD
+++ b/community/knotifications/APKBUILD
@@ -4,7 +4,7 @@ pkgname=knotifications
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Abstraction for system notifications"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-only OR LGPL-3.0-only"
 depends_dev="qt5-qtbase-dev qt5-qtspeech-dev qt5-qtx11extras-dev kwindowsystem-dev kconfig-dev kcodecs-dev kcoreaddons-dev phonon-dev"
diff --git a/community/knotifyconfig/APKBUILD b/community/knotifyconfig/APKBUILD
index 861319e1fd4d..69cab9c7d417 100644
--- a/community/knotifyconfig/APKBUILD
+++ b/community/knotifyconfig/APKBUILD
@@ -4,7 +4,7 @@ pkgname=knotifyconfig
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Configuration system for KNotify"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.0-only"
 depends_dev="kcompletion-dev kconfig-dev ki18n-dev kio-dev"
diff --git a/community/kpackage/APKBUILD b/community/kpackage/APKBUILD
index 37fe54880807..1b66bb5aca33 100644
--- a/community/kpackage/APKBUILD
+++ b/community/kpackage/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kpackage
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Framework that lets applications manage user installable packages of non-binary assets"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-or-later"
 depends_dev="qt5-qtbase-dev karchive-dev ki18n-dev kcoreaddons-dev"
diff --git a/community/kparts/APKBUILD b/community/kparts/APKBUILD
index 479df0765f8d..9fda144d4775 100644
--- a/community/kparts/APKBUILD
+++ b/community/kparts/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kparts
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Document centric plugin system"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-only AND LGPL-2.1-or-later AND (LGPL-2.1-only OR LGPL-3.0-only)"
 depends_dev="qt5-qtbase-dev kconfig-dev kcoreaddons-dev ki18n-dev kiconthemes-dev
diff --git a/community/kplotting/APKBUILD b/community/kplotting/APKBUILD
index a7f4c8017758..cca61e0f7c53 100644
--- a/community/kplotting/APKBUILD
+++ b/community/kplotting/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kplotting
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Lightweight plotting framework"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-or-later"
 depends_dev="qt5-qtbase-dev"
diff --git a/community/kpty/APKBUILD b/community/kpty/APKBUILD
index 036e8d76b852..eabbe782c52c 100644
--- a/community/kpty/APKBUILD
+++ b/community/kpty/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kpty
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Pty abstraction"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-or-later"
 depends_dev="qt5-qtbase-dev kcoreaddons-dev ki18n-dev libutempter-dev"
diff --git a/community/kross/APKBUILD b/community/kross/APKBUILD
index db528080d09c..b36db0ac6925 100644
--- a/community/kross/APKBUILD
+++ b/community/kross/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kross
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Framework for scripting KDE applications"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-or-later"
 depends_dev="qt5-qtbase-dev qt5-qttools-dev kcompletion-dev kcoreaddons-dev ki18n-dev kiconthemes-dev kio-dev kparts-dev kwidgetsaddons-dev kxmlgui-dev"
diff --git a/community/krunner/APKBUILD b/community/krunner/APKBUILD
index 8bcdb7654e39..ff178a13e563 100644
--- a/community/krunner/APKBUILD
+++ b/community/krunner/APKBUILD
@@ -4,7 +4,7 @@ pkgname=krunner
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Framework for providing different actions given a string query"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-only AND LGPL-2.1-or-later"
 depends_dev="qt5-qtbase-dev kconfig-dev kcoreaddons-dev ki18n-dev kio-dev
diff --git a/community/kservice/APKBUILD b/community/kservice/APKBUILD
index 5eee80575d49..366da1524711 100644
--- a/community/kservice/APKBUILD
+++ b/community/kservice/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kservice
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Advanced plugin and service introspection"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-only AND LGPL-2.1-or-later"
 depends_dev="kconfig-dev kcoreaddons-dev kcrash-dev kdbusaddons-dev ki18n-dev"
diff --git a/community/ktexteditor/APKBUILD b/community/ktexteditor/APKBUILD
index 1ec2c4bc6e9a..b986072ede6b 100644
--- a/community/ktexteditor/APKBUILD
+++ b/community/ktexteditor/APKBUILD
@@ -4,7 +4,7 @@ pkgname=ktexteditor
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Advanced embeddable text editor"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.0-or-later AND (LGPL-2.0-only OR LGPL-3.0-only)"
 depends_dev="karchive-dev kconfig-dev kguiaddons-dev ki18n-dev kio-dev kparts-dev sonnet-dev kiconthemes-dev syntax-highlighting-dev kauth-dev"
diff --git a/community/ktextwidgets/APKBUILD b/community/ktextwidgets/APKBUILD
index 364a1109d6d3..9921275024fe 100644
--- a/community/ktextwidgets/APKBUILD
+++ b/community/ktextwidgets/APKBUILD
@@ -4,7 +4,7 @@ pkgname=ktextwidgets
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Advanced text editing widgets"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-or-later"
 depends_dev="qt5-qtspeech-dev kcompletion-dev kconfig-dev kconfigwidgets-dev ki18n-dev kiconthemes-dev kservice-dev kwidgetsaddons-dev kwindowsystem-dev sonnet-dev"
diff --git a/community/kunitconversion/APKBUILD b/community/kunitconversion/APKBUILD
index a4e775f606a0..faf17c17e397 100644
--- a/community/kunitconversion/APKBUILD
+++ b/community/kunitconversion/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kunitconversion
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Support for unit conversion"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-or-later"
 depends_dev="qt5-qtbase-dev ki18n-dev"
diff --git a/community/kwallet/APKBUILD b/community/kwallet/APKBUILD
index b2864d98b99c..382cae0cb8bd 100644
--- a/community/kwallet/APKBUILD
+++ b/community/kwallet/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kwallet
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Secure and unified container for user passwords"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-or-later"
 depends_dev="libgcrypt-dev kcoreaddons-dev kconfig-dev kwindowsystem-dev ki18n-dev kconfigwidgets-dev kdbusaddons-dev kiconthemes-dev knotifications-dev kservice-dev"
diff --git a/community/kwayland/APKBUILD b/community/kwayland/APKBUILD
index 0ad8f4be5272..0699bb5e0379 100644
--- a/community/kwayland/APKBUILD
+++ b/community/kwayland/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kwayland
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Qt-style Client and Server library wrapper for the Wayland libraries"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://www.kde.org"
 license="LGPL-2.1-only OR LGPL-3.0-only"
 depends_dev="qt5-qtbase-dev wayland-dev"
diff --git a/community/kwidgetsaddons/APKBUILD b/community/kwidgetsaddons/APKBUILD
index ee159145ff5f..63674aac2f75 100644
--- a/community/kwidgetsaddons/APKBUILD
+++ b/community/kwidgetsaddons/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kwidgetsaddons
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Addons to QtWidgets"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="GPL-2.0-only AND LGPL-2.1-only AND Unicode-DFS-2016"
 depends_dev="qt5-qtbase-dev"
diff --git a/community/kwindowsystem/APKBUILD b/community/kwindowsystem/APKBUILD
index 3bce184a421f..cbadeb589b72 100644
--- a/community/kwindowsystem/APKBUILD
+++ b/community/kwindowsystem/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kwindowsystem
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Access to the windowing system"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="MIT AND (LGPL-2.1-only OR LGPL-3.0-only"
 depends_dev="qt5-qtx11extras-dev"
diff --git a/community/kxmlgui/APKBUILD b/community/kxmlgui/APKBUILD
index 85c2beabc723..68fbf6db9871 100644
--- a/community/kxmlgui/APKBUILD
+++ b/community/kxmlgui/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kxmlgui
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="User configurable main windows"
-arch="all"
+arch="all !armhf"
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-only AND LGPL-2.1-or-later"
 depends_dev="qt5-qtbase-dev kcoreaddons-dev kitemviews-dev kconfig-dev kconfigwidgets-dev ki18n-dev kiconthemes-dev ktextwidgets-dev kwidgetsaddons-dev kwindowsystem-dev attica-dev kglobalaccel-dev"
diff --git a/community/kxmlrpcclient/APKBUILD b/community/kxmlrpcclient/APKBUILD
index 3c95a06ad755..1bbf9e88ae25 100644
--- a/community/kxmlrpcclient/APKBUILD
+++ b/community/kxmlrpcclient/APKBUILD
@@ -4,7 +4,7 @@ pkgname=kxmlrpcclient
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="XML-RPC client library for KDE"
-arch="all"
+arch="all !armhf"
 url="https://projects.kde.org/projects/kde/pim/kxmlrpcclient"
 license="BSD-2-Clause"
 depends_dev="ki18n-dev kio-dev"
diff --git a/community/modemmanager-qt/APKBUILD b/community/modemmanager-qt/APKBUILD
index 0c7f4d968086..8a2f7a7748cf 100644
--- a/community/modemmanager-qt/APKBUILD
+++ b/community/modemmanager-qt/APKBUILD
@@ -4,7 +4,7 @@ pkgname=modemmanager-qt
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Qt wrapper for ModemManager DBus API"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-only OR LGPL-3.0-only"
 depends_dev="modemmanager-dev qt5-qtbase-dev"
diff --git a/community/networkmanager-qt/APKBUILD b/community/networkmanager-qt/APKBUILD
index d5ccc0dc366d..559166f474cb 100644
--- a/community/networkmanager-qt/APKBUILD
+++ b/community/networkmanager-qt/APKBUILD
@@ -4,7 +4,7 @@ pkgname=networkmanager-qt
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Qt wrapper for NetworkManager API"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-only OR LGPL-3.0-only"
 depends="networkmanager"
diff --git a/community/oxygen-icons/APKBUILD b/community/oxygen-icons/APKBUILD
index 01682991991f..6fe214e75561 100644
--- a/community/oxygen-icons/APKBUILD
+++ b/community/oxygen-icons/APKBUILD
@@ -4,7 +4,7 @@ pkgname=oxygen-icons
 _pkgname=oxygen-icons5
 pkgver=5.66.0
 pkgrel=0
-arch="noarch"
+arch="noarch !armhf" # # armhf blocked by extra-cmake-modules
 pkgdesc="Oxygen icon theme"
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-or-later"
diff --git a/community/sonnet/APKBUILD b/community/sonnet/APKBUILD
index 1d2a86d5196c..d0651349d704 100644
--- a/community/sonnet/APKBUILD
+++ b/community/sonnet/APKBUILD
@@ -4,7 +4,7 @@ pkgname=sonnet
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Spelling framework for Qt5"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.1-only"
 depends_dev="qt5-qtbase"
diff --git a/community/syndication/APKBUILD b/community/syndication/APKBUILD
index 108ee7c7f758..c65f39e3044d 100644
--- a/community/syndication/APKBUILD
+++ b/community/syndication/APKBUILD
@@ -4,7 +4,7 @@ pkgname=syndication
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="An RSS/Atom parser library"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="LGPL-2.0-or-later AND BSD-3-Clause"
 depends_dev="qt5-qtbase-dev kcodecs-dev"
diff --git a/community/syntax-highlighting/APKBUILD b/community/syntax-highlighting/APKBUILD
index b04573d6f29a..6ebbcc35e9bd 100644
--- a/community/syntax-highlighting/APKBUILD
+++ b/community/syntax-highlighting/APKBUILD
@@ -4,7 +4,7 @@ pkgname=syntax-highlighting
 pkgver=5.66.0
 pkgrel=0
 pkgdesc="Syntax highlighting engine for structured text and code"
-arch="all"
+arch="all !armhf" # armhf blocked by extra-cmake-modules
 url="https://community.kde.org/Frameworks"
 license="MIT"
 depends_dev="qt5-qtbase-dev"
-- 
GitLab