[ibus-anthy] Fixed thumb-shift key table customization.

Takao Fujiwara fujiwara at fedoraproject.org
Mon Oct 18 15:43:42 UTC 2010


commit ed61f08da584a3b737afc7f8c2322310e366b4a7
Author: Takao Fujiwara <tfujiwar at redhat.com>
Date:   Tue Oct 19 00:24:33 2010 +0900

    Fixed thumb-shift key table customization.

 ibus-anthy-HEAD.patch |   23 +++++++++++++++++++++++
 ibus-anthy.spec       |   13 ++++++++-----
 2 files changed, 31 insertions(+), 5 deletions(-)
---
diff --git a/ibus-anthy-HEAD.patch b/ibus-anthy-HEAD.patch
index 8b13789..bbab5df 100644
--- a/ibus-anthy-HEAD.patch
+++ b/ibus-anthy-HEAD.patch
@@ -1 +1,24 @@
+From d38d276c4b6955a42088826f44174d96c4930043 Mon Sep 17 00:00:00 2001
+From: fujiwarat <takao.fujiwara1 at gmail.com>
+Date: Tue, 19 Oct 2010 00:01:09 +0900
+Subject: [PATCH] Fixed thumb-shift key table customization.
+
+---
+ engine/thumb.py |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/engine/thumb.py b/engine/thumb.py
+index c4d01c0..98f95a9 100644
+--- a/engine/thumb.py
++++ b/engine/thumb.py
+@@ -230,6 +230,7 @@ class ThumbShiftKeyboard:
+         self.__handakuten = False
+         self.__thumb_typing_rule_section = None
+         self.__init_thumb_typing_rule()
++        self.__init_layout_table()
+         if self.__prefs != None:
+             self.reset()
+             self.__reset_shift_table(False)
+-- 
+1.7.2.1
 
diff --git a/ibus-anthy.spec b/ibus-anthy.spec
index a50d3ec..b852cf7 100644
--- a/ibus-anthy.spec
+++ b/ibus-anthy.spec
@@ -3,13 +3,13 @@
 %define require_pygtk2_version 2.15.2
 Name:       ibus-anthy
 Version:    1.2.3
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    The Anthy engine for IBus input platform
 License:    GPLv2+
 Group:      System Environment/Libraries
 URL:        http://code.google.com/p/ibus/
 Source0:    http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
-# Patch0:     ibus-anthy-HEAD.patch
+Patch0:     ibus-anthy-HEAD.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -32,7 +32,7 @@ libanthy.
 
 %prep
 %setup -q
-# %patch0 -p1
+%patch0 -p1
 
 %build
 %configure --disable-static
@@ -60,11 +60,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/ibus/component/*
 
 %changelog
-* Sat Oct 16 2010 Takao Fujiwara <tfujiwara at redhat.com> - 1.2.3
+* Mon Oct 18 2010 Takao Fujiwara <tfujiwar at redhat.com> - 1.2.3-2
+- Fixed thumb-shift key table customization.
+
+* Sat Oct 16 2010 Takao Fujiwara <tfujiwar at redhat.com> - 1.2.3-1
 - Updated to 1.2.3
 - Updated translations.
 
-* Fri Oct 15 2010 Takao Fujiwara <tfujiwara at redhat.com> - 1.2.2.20101015
+* Fri Oct 15 2010 Takao Fujiwara <tfujiwar at redhat.com> - 1.2.2.20101015-1
 - Updated to 1.2.2.20101015
 - Fixed Bug 643291 - ibus-anthy commit_first_segment
 


More information about the scm-commits mailing list