From bf833e61653ceec90824d0de6d82ba5ccc4ec876 Mon Sep 17 00:00:00 2001 From: mio Date: Mon, 11 May 2026 02:57:27 +0000 Subject: [PATCH] community/kiwix-desktop: disable on armv7 due to missing qt6-qtwebengine qt6-qtwebengine is currently unavailable on armv7. Ref: 76488b70403c7a049a36938de6eeaf0fe6c47694 --- community/kiwix-desktop/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/kiwix-desktop/APKBUILD b/community/kiwix-desktop/APKBUILD index dec07a2f704..57ecbb07a10 100644 --- a/community/kiwix-desktop/APKBUILD +++ b/community/kiwix-desktop/APKBUILD @@ -5,8 +5,8 @@ pkgver=2.5.1 pkgrel=0 pkgdesc="Offline Wikipedia reader" url="https://github.com/kiwix/kiwix-desktop" -# armhf, s390x, riscv64, x86: blocked by qt6-qtwebengine -arch="all !armhf !s390x !riscv64 !x86" +# armhf, armv7, s390x, riscv64, x86: blocked by qt6-qtwebengine +arch="all !armhf !armv7 !s390x !riscv64 !x86" license="GPL-3.0-or-later" makedepends=" qt6-qtbase-dev