diff --git a/debian/patches/uim-mozc.patch b/debian/patches/uim-mozc.patch index b0dc08f..f6b3143 100644 --- a/debian/patches/uim-mozc.patch +++ b/debian/patches/uim-mozc.patch @@ -1,11 +1,11 @@ -Origin: macuim project: http://macuim.googlecode.com/svn/trunk / r287 +Origin: macuim project: http://macuim.googlecode.com/svn/trunk / r288 Bug: none Bug-Debian: none -From db73b315944344828a7e308fe707f0a2741c1950 Mon Sep 17 00:00:00 2001 +From 452e19650181d18145b7b852059216f272b9b90d Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu -Date: Wed, 31 Aug 2011 04:31:20 +0900 -Subject: [PATCH] Add uim-mozc r287 +Date: Tue, 6 Dec 2011 02:39:18 +0900 +Subject: [PATCH] Add uim-mozc r288 Signed-off-by: Nobuhiro Iwamatsu --- @@ -2090,7 +2090,7 @@ + (_ "long description will be here")) diff --git a/unix/uim/scm/mozc.scm b/unix/uim/scm/mozc.scm new file mode 100644 -index 0000000..fc38831 +index 0000000..c66c799 --- /dev/null +++ b/unix/uim/scm/mozc.scm @@ -0,0 +1,513 @@ @@ -2317,7 +2317,7 @@ +;; mozc-tool-indication-alist) + (lambda (mc) + '(mozc_tool_selector -+ "" ++ "M" + "MozcTool selector" + "MozcTool selector")) + (lambda (mc) @@ -2699,5 +2699,5 @@ + ], +} -- -1.7.5.4 +1.7.7.3