Accepting request 522803 from GNOME:Next

- Add gnome-desktop-switch-Japanese-default-input-to-mozc.patch:
  Switch new user's default input engine from "anthy" to "mozc" in
  gnome-desktop with Japanese language and ibus input frame-work
  (bnc#1029083, boo#1056289).

OBS-URL: https://build.opensuse.org/request/show/522803
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-desktop?expand=0&rev=242
This commit is contained in:
Bjørn Lie 2017-09-09 17:57:35 +00:00 committed by Git OBS Bridge
parent fbd4a3aea7
commit 29dc112eb5
3 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,12 @@
diff -Nura gnome-desktop-3.24.2/libgnome-desktop/default-input-sources.h gnome-desktop-3.24.2_new/libgnome-desktop/default-input-sources.h
--- gnome-desktop-3.24.2/libgnome-desktop/default-input-sources.h 2017-02-13 22:54:01.000000000 +0000
+++ gnome-desktop-3.24.2_new/libgnome-desktop/default-input-sources.h 2017-08-28 09:03:25.800295122 +0000
@@ -33,7 +33,7 @@
{ "he_IL", "xkb", "il" },
{ "hi_IN", "ibus", "m17n:hi:inscript" },
{ "it_IT", "xkb", "it" },
- { "ja_JP", "ibus", "anthy" },
+ { "ja_JP", "ibus", "Japanese (Mozc)" },
{ "kn_IN", "ibus", "m17n:kn:kgp" },
{ "ko_KR", "ibus", "hangul" },
{ "mai_IN", "ibus", "m17n:mai:inscript" },

View File

@ -6,6 +6,14 @@ Wed Sep 6 22:57:49 UTC 2017 - dimstar@opensuse.org
+ Disable gvfs in thumbnailer sandboxes.
+ Updated translations.
-------------------------------------------------------------------
Sat Sep 2 09:19:41 UTC 2017 - qzhao@suse.com
- Add gnome-desktop-switch-Japanese-default-input-to-mozc.patch:
Switch new user's default input engine from "anthy" to "mozc" in
gnome-desktop with Japanese language and ibus input frame-work
(bnc#1029083, boo#1056289).
-------------------------------------------------------------------
Fri Sep 1 21:57:22 UTC 2017 - dimstar@opensuse.org

View File

@ -28,6 +28,8 @@ Source: http://download.gnome.org/sources/gnome-desktop/3.25/%{name}-%{v
Source99: baselibs.conf
# PATCH-FIX-UPSTREAM gnome-desktop-no-usr-merge.patch bgo#787072 dimstar@opensuse.org -- Also consider /lib(64)? for the bubblewrap
Patch0: gnome-desktop-no-usr-merge.patch
# PATFH-FIX-OPENSUSE gnome-desktop-switch-Japanese-default-input-to-mozc.patch bnc#1029083 boo#1056289 qzhao@suse.com -- Switch new user's default input engine from "anthy" to "mozc" in gnome-desktop with Japanese language and ibus input frame-work condition.
Patch1: gnome-desktop-switch-Japanese-default-input-to-mozc.patch
BuildRequires: fdupes
BuildRequires: gobject-introspection-devel
BuildRequires: intltool
@ -128,6 +130,7 @@ reasons.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%if !0%{?is_opensuse}
translation-update-upstream
%endif