aboutsummaryrefslogtreecommitdiffstats
path: root/community/breeze
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2020-01-10 11:47:23 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2020-01-10 11:49:47 +0000
commit34d33887d7c87b1e5af1506940c8b536d4f15781 (patch)
tree93ccfa23992d5fb01c99d1a783b524747e09f110 /community/breeze
parente4a9ca168893a11babad3ac1a3714f3ed0f65ad0 (diff)
downloadaports-34d33887d7c87b1e5af1506940c8b536d4f15781.tar.bz2
aports-34d33887d7c87b1e5af1506940c8b536d4f15781.tar.xz
community/breeze: disable on armhf
due to missing qt5-qtdeclarative. see commit d33b26afd532 (community/qt5-qtdeclarative: disable on armhf)
Diffstat (limited to 'community/breeze')
-rw-r--r--community/breeze/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/breeze/APKBUILD b/community/breeze/APKBUILD
index 61ddf57da0..4691c27d90 100644
--- a/community/breeze/APKBUILD
+++ b/community/breeze/APKBUILD
@@ -4,7 +4,7 @@ pkgname=breeze
pkgver=5.17.5
pkgrel=0
pkgdesc="Artwork, styles and assets for the Breeze visual style for the Plasma Desktop"
-arch="all"
+arch="all !armhf" # disable on armhf due to missing qt5-qtdeclarative
url="https://www.kde.org/workspaces/plasmadesktop/"
license="GPL-2.0-or-later"
depends_dev="kdecoration-dev kpackage-dev ki18n-dev kguiaddons-dev kconfigwidgets-dev kwindowsystem-dev"