ibus-hangul: update to 1.5.2

This commit is contained in:
Nathan Owens 2019-11-09 18:52:36 -06:00 committed by Michael Aldridge
parent b8d8a8438a
commit 9024cd67a9

View file

@ -1,10 +1,10 @@
# Template file for 'ibus-hangul'
pkgname=ibus-hangul
version=1.5.1
revision=3
version=1.5.2
revision=1
build_style=gnu-configure
configure_args="--libexec=/usr/lib/ibus --with-python=/usr/bin/python3"
hostmakedepends="automake gettext-devel intltool libtool pkg-config swig"
hostmakedepends="gettext-devel libtool pkg-config swig"
makedepends="ibus-devel libhangul-devel python-gobject-devel"
depends="ibus librsvg python3-gobject"
short_desc="Korean input engine for IBus"
@ -12,9 +12,8 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/choehwanjin/ibus-hangul"
distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.gz"
checksum=7af195ba9c7b7964f079900e84a8c1989ad7de9ad1f9b11dea9914d75c430a3e
checksum=e6b3705c1a81e2cb83948b8d7d2540fac04faf09c8d1e170a99899cb1450457a
pre_configure() {
autoreconf -fi
intltoolize -f
}
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" python3"
fi