community/kipi-plugins: disable on mips64

This commit is contained in:
Leo 2020-12-13 01:24:02 -03:00
parent d831b1fa2c
commit fef72ba07e

View File

@ -4,7 +4,7 @@ pkgname=kipi-plugins
pkgver=20.08.3
pkgrel=0
pkgdesc="A collection of plugins extending the KDE graphics and image applications"
arch="all !armhf !s390x" # armhf blocked by extra-cmake-modules
arch="all !armhf !s390x !mips64" # armhf blocked by extra-cmake-modules
url="https://userbase.kde.org/KIPI"
license="GPL-2.0-or-later AND GFDL-1.2-only"
makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtxmlpatterns-dev qt5-qtsvg-dev kconfig-dev kwindowsystem-dev kxmlgui-dev ki18n-dev karchive-dev kio-dev libkipi-dev"