~alpine/aports

testing/ibus-anthy: upgrade to 1.5.14 v1 APPLIED

Drew DeVault: 1
 testing/ibus-anthy: upgrade to 1.5.14

 1 files changed, 6 insertions(+), 5 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3841/mbox | git am -3
Learn more about email & git

[PATCH] testing/ibus-anthy: upgrade to 1.5.14 Export this patch

---
 testing/ibus-anthy/APKBUILD | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/testing/ibus-anthy/APKBUILD b/testing/ibus-anthy/APKBUILD
index 465c44189e..e0e5ede966 100644
--- a/testing/ibus-anthy/APKBUILD
+++ b/testing/ibus-anthy/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=ibus-anthy
pkgver=1.5.12
pkgrel=1
pkgver=1.5.14
pkgrel=0
pkgdesc="Japanese input method Anthy IMEngine for IBus Framework"
url="https://github.com/ibus/ibus-anthy"
arch="all !s390x !mips !mips64" # ibus needs librsvg which isn't available on s390x
@@ -14,8 +14,7 @@ makedepends="
"
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"
options="!check" # Not sure how to run the test suite, undocumented

build() {
	./autogen.sh \
@@ -28,4 +27,6 @@ package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="9a4e70d1b84bf0c76d86d35dadfb82c556022a9f3b235747467312b3dce20fe1710dab1b6bb1a81157c8997be9ea18278407be0e5edaccf480da5ec7cd7c1e54  ibus-anthy-1.5.12.tar.gz"
sha512sums="
4d06d4e177df62d22c61bf6ebfda04ddbf545ea1947d0c315e3dfe5e48d9ddc57e5fcc89919ae3b9f7430e6124a5dfb1295f4ca7362fbc35714d627f80fae6d8  ibus-anthy-1.5.14.tar.gz
"
-- 
2.34.1