diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-01-13 16:15:24 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-14 18:36:41 +0100 |
commit | e935ce84de3592f1d8208086a5b7c8ad6cc9156d (patch) | |
tree | 548d0edd47f929624c63d6903f2ae35855207ec5 /community/kinit | |
parent | 5e286492714dd1b1f02102e39f650704aaf04723 (diff) | |
download | aports-e935ce84de3592f1d8208086a5b7c8ad6cc9156d.tar.bz2 aports-e935ce84de3592f1d8208086a5b7c8ad6cc9156d.tar.xz |
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
Diffstat (limited to 'community/kinit')
-rw-r--r-- | community/kinit/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kinit/APKBUILD b/community/kinit/APKBUILD index e39886954e..5d2c8fef38 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" |