28 lines
905 B
Bash
28 lines
905 B
Bash
|
# Template file for 'ibus-anthy'
|
||
|
pkgname=ibus-anthy
|
||
|
version=1.5.6
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
configure_args="--prefix=/usr --libexec=/usr/lib/ibus $(vopt_enable gir introspection)"
|
||
|
hostmakedepends="anthy pkg-config intltool automake python-gobject-devel gettext-devel ibus-devel libtool swig $(vopt_if gir gobject-introspection)"
|
||
|
depends="ibus anthy gtk-update-icon-cache python-gobject"
|
||
|
short_desc="Japanese input method Anthy IMEngine for IBus Framework"
|
||
|
maintainer="7185 <7185@free.fr>"
|
||
|
license="LGPL-2.1"
|
||
|
homepage="https://code.google.com/p/ibus/"
|
||
|
distfiles="https://github.com/ibus/${pkgname}/archive/${version}.tar.gz"
|
||
|
checksum="1117db0dd4150cb5e0ca0c72d76303c7968657cac6681f20bc8976f55d43ce85"
|
||
|
|
||
|
# Package build options
|
||
|
build_options="gir"
|
||
|
|
||
|
# Disable gir for cross builds.
|
||
|
if [ -z "$CROSS_BUILD" ]; then
|
||
|
build_options_default="gir"
|
||
|
fi
|
||
|
|
||
|
pre_configure() {
|
||
|
autoreconf -fi
|
||
|
intltoolize -f
|
||
|
}
|