From f2be5fd47b766ad69af79b5901adc9cb14b3ffde Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sat, 9 Nov 2019 18:52:36 -0600 Subject: [PATCH] ibus-hangul: update to 1.5.2 --- srcpkgs/ibus-hangul/template | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/srcpkgs/ibus-hangul/template b/srcpkgs/ibus-hangul/template index 967160e96ea..8e6c421c7a6 100644 --- a/srcpkgs/ibus-hangul/template +++ b/srcpkgs/ibus-hangul/template @@ -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 " 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