From 5e99e5ccfe2cf58cffbfd8ee70553fd6c5730910 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Thu, 17 Oct 2019 13:07:48 +0200 Subject: [PATCH] testing/ibus-anthy: disable on s390x due to librsvg Closes !509 --- testing/ibus-anthy/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testing/ibus-anthy/APKBUILD b/testing/ibus-anthy/APKBUILD index 1edf7a647b2..a255ffdd778 100644 --- a/testing/ibus-anthy/APKBUILD +++ b/testing/ibus-anthy/APKBUILD @@ -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 }