mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
parent
94ea820aee
commit
5e99e5ccfe
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user