void-packages/srcpkgs/ibus-anthy/template

26 lines
728 B
Bash

# Template file for 'ibus-anthy'
pkgname=ibus-anthy
version=1.5.11
revision=2
build_style=gnu-configure
build_helper=gir
configure_args="--libexec=/usr/lib/ibus"
hostmakedepends="automake libtool pkg-config swig intltool gettext-devel"
makedepends="anthy-devel ibus-devel python3-gobject-devel"
depends="ibus"
short_desc="Japanese input method Anthy IMEngine for IBus Framework"
maintainer="7185 <7185@free.fr>"
license="LGPL-2.1-or-later"
homepage="https://github.com/ibus/ibus/wiki"
distfiles="https://github.com/ibus/${pkgname}/archive/${version}.tar.gz"
checksum=57d42a302be72409708274aa680c6d7515077766853a2b9193b9974c9c6eeaf6
make_check=extended
post_patch() {
2to3 -w gir/test.py
}
pre_configure() {
autoreconf -fi
}