This commit is contained in:
parent
0a5168bf67
commit
aeffe6e8d6
@ -9,7 +9,7 @@
|
||||
|
||||
Name: gnome-desktop3
|
||||
Version: 42~alpha.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Library with common API for various GNOME modules
|
||||
|
||||
License: GPLv2+ and LGPLv2+
|
||||
@ -32,6 +32,8 @@ Source5: evince-defaults.list
|
||||
|
||||
# https://fedoraproject.org/wiki/Changes/Enhanced_Inscript_as_default_Indic_IM
|
||||
Patch0: make-inscript2-default-for-indic-languages.patch
|
||||
# https://fedoraproject.org/wiki/Changes/Ibus_table_cangjie_default_for_zh_hk
|
||||
Patch1: make-table-cangjie5-default-for-zh-hk.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
@ -172,6 +174,9 @@ cat %SOURCE5 >> $RPM_BUILD_ROOT/%{_datadir}/applications/gnome-mimeapps.list
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Tue Feb 01 2022 Mike FABIAN <mfabian@redhat.com> - 42~alpha-1-3
|
||||
- Add patch for https://fedoraproject.org/wiki/Changes/Ibus_table_cangjie_default_for_zh_hk
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 42~alpha.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
12
make-table-cangjie5-default-for-zh-hk.patch
Normal file
12
make-table-cangjie5-default-for-zh-hk.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru gnome-desktop-42.alpha.1.orig/libgnome-desktop/default-input-sources.h gnome-desktop-42.alpha.1/libgnome-desktop/default-input-sources.h
|
||||
--- gnome-desktop-42.alpha.1.orig/libgnome-desktop/default-input-sources.h 2022-02-01 10:52:57.637239201 +0100
|
||||
+++ gnome-desktop-42.alpha.1/libgnome-desktop/default-input-sources.h 2022-02-01 10:54:16.276374221 +0100
|
||||
@@ -54,7 +54,7 @@
|
||||
{ "te_IN", "ibus", "m17n:te:inscript2" },
|
||||
{ "ur_IN", "ibus", "m17n:ur:phonetic" },
|
||||
{ "zh_CN", "ibus", "libpinyin" },
|
||||
- { "zh_HK", "ibus", "cangjie" },
|
||||
+ { "zh_HK", "ibus", "table:cangjie5" },
|
||||
{ "zh_TW", "ibus", "libzhuyin" },
|
||||
{ NULL, NULL, NULL }
|
||||
};
|
Loading…
Reference in New Issue
Block a user