testing/ibus-anthy: disable on s390x due to librsvg

Closes !509
This commit is contained in:
Rasmus Thomsen 2019-10-17 13:07:48 +02:00 committed by Kevin Daudt
parent 94ea820aee
commit 5e99e5ccfe

View File

@ -4,7 +4,7 @@ pkgver=1.5.11
pkgrel=1
pkgdesc="Japanese input method Anthy IMEngine for IBus Framework"
url="https://github.com/ibus/ibus-anthy"
arch="all"
arch="all !s390x" # ibus needs librsvg which isn't available on s390x
license="GPL-2.0-only"
depends="ibus anthy py-gobject3 gtk-update-icon-cache"
makedepends="
@ -12,7 +12,7 @@ makedepends="
gobject-introspection-dev ibus-dev anthy-dev
py3-pytest
"
source="$pkgname-$pkgver.tar.gz::https://github.com/ibus/$pkgname/archive/$pkgver.tar.gz"
source="$pkgname-$pkgver.tar.gz::https://github.com/ibus/ibus-anthy/archive/$pkgver.tar.gz"
subpackages="$pkgname-lang"
# anthy tests require a running X server
options="!check"
@ -21,6 +21,7 @@ build() {
./autogen.sh \
--prefix=/usr \
--libexec=/usr/lib/ibus
gettextize -f
make
}