Skip to content

Commit

Permalink
ibus-hangul: update to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ndowens authored and the-maldridge committed Nov 10, 2019
1 parent b8d8a84 commit 9024cd6
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions srcpkgs/ibus-hangul/template
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
# 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"
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

0 comments on commit 9024cd6

Please sign in to comment.