[packages/ibus-hangul] - updated to 1.5.5

qboosh qboosh at pld-linux.org
Mon Nov 11 19:41:39 CET 2024


commit c469cd0ca2b33216a782a65c24782717260625c5
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Nov 11 19:22:51 2024 +0100

    - updated to 1.5.5

 ibus-hangul-add-hangul-hotkey.patch | 10 ++++------
 ibus-hangul.spec                    | 22 +++++++++++++++-------
 2 files changed, 19 insertions(+), 13 deletions(-)
---
diff --git a/ibus-hangul.spec b/ibus-hangul.spec
index b8bf67e..e86a8e6 100644
--- a/ibus-hangul.spec
+++ b/ibus-hangul.spec
@@ -5,25 +5,29 @@
 Summary:	The Hangul engine for IBus input platform
 Summary(pl.UTF-8):	Silnik Hangul dla platformy wprowadzania znaków IBus
 Name:		ibus-hangul
-Version:	1.5.0
+Version:	1.5.5
 Release:	1
 License:	GPL v2+
 Group:		Libraries
 #Source0Download: https://github.com/choehwanjin/ibus-hangul/releases
-Source0:	https://github.com/choehwanjin/ibus-hangul/releases/download/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	a171bf7b25752a1f71257fb85d56346b
+Source0:	https://github.com/choehwanjin/ibus-hangul/releases/download/%{version}/%{name}-%{version}.tar.xz
+# Source0-md5:	47a0044668440f82cc53a2e186e2a84d
 Patch0:		%{name}-add-hangul-hotkey.patch
 URL:		https://github.com/choehwanjin/ibus-hangul
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake >= 1:1.10
-BuildRequires:	gettext-tools >= 0.17
-BuildRequires:	ibus-devel >= 1.4.0
-BuildRequires:	intltool >= 0.35.0
+BuildRequires:	gettext-tools >= 0.19.8
+BuildRequires:	gtk+3-devel >= 3.0.0
+BuildRequires:	ibus-devel >= 1.5.4
 BuildRequires:	libhangul-devel >= 0.1.0
 BuildRequires:	libtool
 BuildRequires:	pkgconfig
 BuildRequires:	python >= 1:2.5
-Requires:	ibus >= 1.4.0
+BuildRequires:	rpmbuild(macros) >= 1.592
+BuildRequires:	tar >= 1:1.22
+BuildRequires:	xz
+Requires(post,postun):	glib2 >= 1:2.26
+Requires:	ibus >= 1.5.4
 Requires:	libhangul >= 0.1.0
 Requires:	python-pygobject3
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -67,9 +71,11 @@ rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 
 %post
+%glib_compile_schemas
 %update_icon_cache hicolor
 
 %postun
+%glib_compile_schemas
 %update_icon_cache hicolor
 
 %files -f %{name}.lang
@@ -78,8 +84,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/ibus-setup-hangul
 %attr(755,root,root) %{_libexecdir}/ibus-engine-hangul
 %attr(755,root,root) %{_libexecdir}/ibus-setup-hangul
+%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.hangul.gschema.xml
 %{_datadir}/ibus-hangul
 %{_datadir}/ibus/component/hangul.xml
+%{_datadir}/metainfo/org.freedesktop.ibus.engine.hangul.metainfo.xml
 %{_desktopdir}/ibus-setup-hangul.desktop
 %{_iconsdir}/hicolor/64x64/apps/ibus-hangul.png
 %{_iconsdir}/hicolor/64x64/apps/ibus-setup-hangul.png
diff --git a/ibus-hangul-add-hangul-hotkey.patch b/ibus-hangul-add-hangul-hotkey.patch
index 57934d4..87c97c1 100644
--- a/ibus-hangul-add-hangul-hotkey.patch
+++ b/ibus-hangul-add-hangul-hotkey.patch
@@ -1,11 +1,9 @@
-Index: ibus-hangul-1.4.0/src/hangul.xml.in.in
-===================================================================
---- ibus-hangul-1.4.0.orig/src/hangul.xml.in.in
-+++ ibus-hangul-1.4.0/src/hangul.xml.in.in
-@@ -22,6 +22,7 @@
- 			<description>Korean Input Method</description>
+--- ibus-hangul-1.5.5/src/hangul.xml.in.in.orig	2024-11-11 19:12:12.682912425 +0100
++++ ibus-hangul-1.5.5/src/hangul.xml.in.in	2024-11-11 19:13:05.202627901 +0100
+@@ -24,6 +24,7 @@
  			<rank>99</rank>
  			<symbol>&#xD55C;</symbol>
+ 			<setup>${libexecdir}/ibus-setup-hangul</setup>
 +			<hotkeys>Control+space,Hangul</hotkeys>
  		</engine>
  	</engines>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ibus-hangul.git/commitdiff/c469cd0ca2b33216a782a65c24782717260625c5



More information about the pld-cvs-commit mailing list