aboutsummaryrefslogtreecommitdiff
path: root/testing/ibus-anthy
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-10-17 13:07:48 +0200
committerKevin Daudt <kdaudt@alpinelinux.org>2019-10-24 18:56:34 +0000
commit5e99e5ccfe2cf58cffbfd8ee70553fd6c5730910 (patch)
tree8434cfef749b03e09b4e95b2a481fe35924eba9f /testing/ibus-anthy
parent94ea820aeefb9a91de0900071027ef9fd1653e38 (diff)
downloadalpine_aports-5e99e5ccfe2cf58cffbfd8ee70553fd6c5730910.tar.bz2
alpine_aports-5e99e5ccfe2cf58cffbfd8ee70553fd6c5730910.tar.xz
alpine_aports-5e99e5ccfe2cf58cffbfd8ee70553fd6c5730910.zip
testing/ibus-anthy: disable on s390x due to librsvg
Closes !509
Diffstat (limited to 'testing/ibus-anthy')
-rw-r--r--testing/ibus-anthy/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/ibus-anthy/APKBUILD b/testing/ibus-anthy/APKBUILD
index 1edf7a647b..a255ffdd77 100644
--- a/testing/ibus-anthy/APKBUILD
+++ b/testing/ibus-anthy/APKBUILD
@@ -4,7 +4,7 @@ pkgver=1.5.11
4pkgrel=1 4pkgrel=1
5pkgdesc="Japanese input method Anthy IMEngine for IBus Framework" 5pkgdesc="Japanese input method Anthy IMEngine for IBus Framework"
6url="https://github.com/ibus/ibus-anthy" 6url="https://github.com/ibus/ibus-anthy"
7arch="all" 7arch="all !s390x" # ibus needs librsvg which isn't available on s390x
8license="GPL-2.0-only" 8license="GPL-2.0-only"
9depends="ibus anthy py-gobject3 gtk-update-icon-cache" 9depends="ibus anthy py-gobject3 gtk-update-icon-cache"
10makedepends=" 10makedepends="
@@ -12,7 +12,7 @@ makedepends="
12 gobject-introspection-dev ibus-dev anthy-dev 12 gobject-introspection-dev ibus-dev anthy-dev
13 py3-pytest 13 py3-pytest
14" 14"
15source="$pkgname-$pkgver.tar.gz::https://github.com/ibus/$pkgname/archive/$pkgver.tar.gz" 15source="$pkgname-$pkgver.tar.gz::https://github.com/ibus/ibus-anthy/archive/$pkgver.tar.gz"
16subpackages="$pkgname-lang" 16subpackages="$pkgname-lang"
17# anthy tests require a running X server 17# anthy tests require a running X server
18options="!check" 18options="!check"
@@ -21,6 +21,7 @@ build() {
21 ./autogen.sh \ 21 ./autogen.sh \
22 --prefix=/usr \ 22 --prefix=/usr \
23 --libexec=/usr/lib/ibus 23 --libexec=/usr/lib/ibus
24 gettextize -f
24 make 25 make
25} 26}
26 27