diff --git a/ibus-hangul-default-hangul-mode.patch b/ibus-hangul-default-hangul-mode.patch new file mode 100644 index 0000000..eeecf24 --- /dev/null +++ b/ibus-hangul-default-hangul-mode.patch @@ -0,0 +1,19 @@ +commit 275b22ea2178234a27a1f99979bcf3efc24067a3 +Author: Peng Wu +Date: Wed Sep 12 16:22:31 2018 +0800 + + Enable hangul mode by default + +diff --git a/data/org.freedesktop.ibus.engine.hangul.gschema.xml b/data/org.freedesktop.ibus.engine.hangul.gschema.xml +index b430249..570451d 100644 +--- a/data/org.freedesktop.ibus.engine.hangul.gschema.xml ++++ b/data/org.freedesktop.ibus.engine.hangul.gschema.xml +@@ -8,7 +8,7 @@ + + + +- 'latin' ++ 'hangul' + Initial input mode + + diff --git a/ibus-hangul.spec b/ibus-hangul.spec index 626d6cb..cf7c6ee 100644 --- a/ibus-hangul.spec +++ b/ibus-hangul.spec @@ -7,7 +7,7 @@ Name: ibus-hangul Version: 1.5.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The Hangul engine for IBus input platform License: GPLv2+ URL: https://github.com/libhangul/ibus-hangul @@ -15,6 +15,7 @@ Source0: https://github.com/libhangul/ibus-hangul/releases/download/%{version # not upstreamed patches Patch1: ibus-hangul-setup-abspath.patch +Patch2: ibus-hangul-default-hangul-mode.patch BuildRequires: gettext-devel, automake, libtool BuildRequires: intltool @@ -38,6 +39,7 @@ libhangul. %prep %setup -q %patch1 -p1 -b .setup-abspath +%patch2 -p1 -b .hangul # autopoint -f # AUTOPOINT='intltoolize --automake --copy' autoreconf -fi @@ -114,6 +116,9 @@ desktop-file-validate ${RPM_BUILD_ROOT}%{_datadir}/applications/ibus-setup-hangu %{_datadir}/icons/hicolor/*/apps/* %changelog +* Fri Mar 22 2019 Peng Wu - 1.5.1-4 +- Change default mode to hangul + * Fri Feb 01 2019 Fedora Release Engineering - 1.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild