From 56ff8cfbd618838fa297ded6b67f05d295984067 Mon Sep 17 00:00:00 2001 From: WooHyung Jeon Date: Fri, 9 Dec 2022 06:38:23 +0900 Subject: [PATCH] ibus-hangul: update to 1.5.4. Compilation check: x86_64*, i686. Changed upstream URL to newer libhangul/ibus-hangul. --- srcpkgs/ibus-hangul/template | 12 ++++++------ srcpkgs/ibus-hangul/update | 1 - 2 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 srcpkgs/ibus-hangul/update diff --git a/srcpkgs/ibus-hangul/template b/srcpkgs/ibus-hangul/template index 66f1dd552788..a17a57a4e3ea 100644 --- a/srcpkgs/ibus-hangul/template +++ b/srcpkgs/ibus-hangul/template @@ -1,18 +1,18 @@ # Template file for 'ibus-hangul' pkgname=ibus-hangul -version=1.5.3 +version=1.5.4 revision=1 build_style=gnu-configure -configure_args="--libexec=/usr/lib/ibus --with-python=/usr/bin/python3" +configure_args="--with-python=/usr/bin/python3" hostmakedepends="gettext libtool pkg-config swig" -makedepends="ibus-devel libhangul-devel" +makedepends="ibus-devel libhangul-devel gtk+3-devel" depends="ibus librsvg python3-gobject" short_desc="Korean input engine for IBus" 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=5e661cd77a327b1eafacd537f7d839a61a374e951bd382044e799371855a0090 +homepage="https://github.com/libhangul/ibus-hangul" +distfiles="https://github.com/libhangul/ibus-hangul/releases/download/${version}/${pkgname}-${version}.tar.gz" +checksum=a9f27ef9b0c03fd9f2faa327fb0a83c04098763969548b65b2f8159bed15cfe0 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" python3" diff --git a/srcpkgs/ibus-hangul/update b/srcpkgs/ibus-hangul/update deleted file mode 100644 index 608f1c0bc199..000000000000 --- a/srcpkgs/ibus-hangul/update +++ /dev/null @@ -1 +0,0 @@ -site="https://github.com/choehwanjin/ibus-hangul/releases"