From 615948deae274c7e409ad95211a96ab582eb9f0b Mon Sep 17 00:00:00 2001 From: sogaiu <983021772@users.noreply.github.com> Date: Wed, 27 Sep 2023 01:18:29 +0900 Subject: [PATCH 1/2] ibus-hangul: update to 1.5.5 --- srcpkgs/ibus-hangul/template | 10 +++++----- srcpkgs/ibus-hangul/update | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/ibus-hangul/template b/srcpkgs/ibus-hangul/template index 66f1dd5527882..bf8cec311f7d3 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.5 revision=1 build_style=gnu-configure configure_args="--libexec=/usr/lib/ibus --with-python=/usr/bin/python3" hostmakedepends="gettext libtool pkg-config swig" -makedepends="ibus-devel libhangul-devel" +makedepends="gtk+3-devel ibus-devel libhangul-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="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.xz" +checksum=a5aac88286cd18960229860e3e1a778978a7aeaa484ad9acfa48284b87fdc3bb if [ "$CROSS_BUILD" ]; then hostmakedepends+=" python3" diff --git a/srcpkgs/ibus-hangul/update b/srcpkgs/ibus-hangul/update index 608f1c0bc1995..4ba8a7ba970f8 100644 --- a/srcpkgs/ibus-hangul/update +++ b/srcpkgs/ibus-hangul/update @@ -1 +1 @@ -site="https://github.com/choehwanjin/ibus-hangul/releases" +site="https://github.com/libhangul/ibus-hangul/releases" From 4eec69447d4f81efadb7c373a8b37379bfb7d5ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 27 Sep 2023 21:00:55 +0700 Subject: [PATCH 2/2] Update srcpkgs/ibus-hangul/template --- srcpkgs/ibus-hangul/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/ibus-hangul/template b/srcpkgs/ibus-hangul/template index bf8cec311f7d3..987adef4b6f16 100644 --- a/srcpkgs/ibus-hangul/template +++ b/srcpkgs/ibus-hangul/template @@ -13,6 +13,7 @@ license="GPL-2.0-or-later" homepage="https://github.com/libhangul/ibus-hangul" distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.xz" checksum=a5aac88286cd18960229860e3e1a778978a7aeaa484ad9acfa48284b87fdc3bb +make_check_pre=xvfb-run if [ "$CROSS_BUILD" ]; then hostmakedepends+=" python3"