Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/ibus-anthy.git#8cbcd7091b2bd64936fe93af32e847d6883fdf41
This commit is contained in:
parent
747106ce30
commit
da0f676861
28
ibus-anthy-1938129-default-hiragana.patch
Normal file
28
ibus-anthy-1938129-default-hiragana.patch
Normal file
@ -0,0 +1,28 @@
|
||||
From e4ef13166118fe991f7590b093671f9361e9c1cc Mon Sep 17 00:00:00 2001
|
||||
From: fujiwarat <takao.fujiwara1@gmail.com>
|
||||
Date: Tue, 16 Mar 2021 22:13:01 +0900
|
||||
Subject: [PATCH] data: Change default input mode to Hiragana (rhbz#1938129)
|
||||
|
||||
GNOME desktop sets unnecessary JP keymap by default and a few newcomers
|
||||
wish to use Hiragana mode directly.
|
||||
This internal patch will be deleted if the default desktop would be changed.
|
||||
---
|
||||
data/org.freedesktop.ibus.engine.anthy.gschema.xml.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/data/org.freedesktop.ibus.engine.anthy.gschema.xml.in b/data/org.freedesktop.ibus.engine.anthy.gschema.xml.in
|
||||
index 773be09..cd5a13b 100644
|
||||
--- a/data/org.freedesktop.ibus.engine.anthy.gschema.xml.in
|
||||
+++ b/data/org.freedesktop.ibus.engine.anthy.gschema.xml.in
|
||||
@@ -3,7 +3,7 @@
|
||||
<schema path="/org/freedesktop/ibus/engine/anthy/common/"
|
||||
id="org.freedesktop.ibus.engine.anthy.common">
|
||||
<key name="input-mode" type="i">
|
||||
- <default>3</default>
|
||||
+ <default>0</default>
|
||||
<summary>Input Mode</summary>
|
||||
<description></description>
|
||||
</key>
|
||||
--
|
||||
2.28.0
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: ibus-anthy
|
||||
Version: 1.5.12
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The Anthy engine for IBus input platform
|
||||
License: GPLv2+
|
||||
URL: https://github.com/ibus/ibus/wiki
|
||||
@ -26,6 +26,7 @@ Source0: https://github.com/ibus/ibus-anthy/releases/download/%{version}/
|
||||
|
||||
# Upstreamed patches.
|
||||
# Patch0: %%{name}-HEAD.patch
|
||||
Patch1: %{name}-1938129-default-hiragana.patch
|
||||
|
||||
BuildRequires: anthy-unicode-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
@ -157,6 +158,9 @@ desktop-file-validate \
|
||||
%{_datadir}/installed-tests/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Mar 16 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.12-2
|
||||
- Change default input mode to Hiragana
|
||||
|
||||
* Mon Feb 22 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.12-1
|
||||
- Bump to 1.5.12
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user