Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
70bab8b37f | ||
|
e78fb54617 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -111,3 +111,4 @@ gnome-desktop-2.90.4.tar.bz2
|
||||
/gnome-desktop-3.21.92.tar.xz
|
||||
/gnome-desktop-3.22.0.tar.xz
|
||||
/gnome-desktop-3.22.1.tar.xz
|
||||
/gnome-desktop-3.22.2.tar.xz
|
||||
|
@ -0,0 +1,28 @@
|
||||
From a42a5d0806b8a70112d0daabd26bd20b281eb472 Mon Sep 17 00:00:00 2001
|
||||
From: Peng Wu <alexepico@gmail.com>
|
||||
Date: Mon, 19 Dec 2016 17:09:19 +0800
|
||||
Subject: [PATCH] default-input-sources: Change default for zh_TW to
|
||||
ibus-libzhuyin
|
||||
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=1405946
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=772674
|
||||
---
|
||||
libgnome-desktop/default-input-sources.h | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/libgnome-desktop/default-input-sources.h b/libgnome-desktop/default-input-sources.h
|
||||
index b743657..bbb83e3 100644
|
||||
--- a/libgnome-desktop/default-input-sources.h
|
||||
+++ b/libgnome-desktop/default-input-sources.h
|
||||
@@ -53,6 +53,6 @@ static DefaultInputSource default_input_sources[] =
|
||||
{ "ur_IN", "ibus", "m17n:ur:phonetic" },
|
||||
{ "zh_CN", "ibus", "libpinyin" },
|
||||
{ "zh_HK", "ibus", "cangjie" },
|
||||
- { "zh_TW", "ibus", "chewing" },
|
||||
+ { "zh_TW", "ibus", "libzhuyin" },
|
||||
{ NULL, NULL, NULL }
|
||||
};
|
||||
--
|
||||
2.9.3
|
||||
|
@ -6,14 +6,15 @@
|
||||
%global po_package gnome-desktop-3.0
|
||||
|
||||
Name: gnome-desktop3
|
||||
Version: 3.22.1
|
||||
Release: 1%{?dist}
|
||||
Version: 3.22.2
|
||||
Release: 2%{?dist}
|
||||
Summary: Shared code among gnome-panel, gnome-session, nautilus, etc
|
||||
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://www.gnome.org
|
||||
Source0: http://download.gnome.org/sources/gnome-desktop/3.22/gnome-desktop-%{version}.tar.xz
|
||||
Patch0: 0001-default-input-sources-Switch-ja_JP-default-to-ibus-k.patch
|
||||
Patch1: 0001-default-input-sources-Change-default-for-zh_TW-to-ib.patch
|
||||
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= %{gdk_pixbuf2_version}
|
||||
@ -70,6 +71,7 @@ the functionality of the installed %{name} package.
|
||||
%prep
|
||||
%setup -q -n gnome-desktop-%{version}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%configure --enable-installed-tests
|
||||
@ -110,6 +112,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Thu Jan 19 2017 Rui Matos <rmatos@redhat.com> - 3.22.2-2
|
||||
- Change default for zh_TW to ibus-libzhuyin
|
||||
Resolves: #1405946
|
||||
|
||||
* Tue Nov 15 2016 Kalev Lember <klember@redhat.com> - 3.22.2-1
|
||||
- Update to 3.22.2
|
||||
|
||||
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 3.22.1-1
|
||||
- Update to 3.22.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user