Codebase list mozc / c4ee0af
Update uim-mozc.patch to r330 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 10 years ago
1 changed file(s) with 7 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
00 Description: Support uim framework
1 Origin: macuim project: http://macuim.googlecode.com/svn/trunk / r327
1 Origin: macuim project: http://macuim.googlecode.com/svn/trunk / r330
22 Forwarded: http://code.google.com/p/mozc/issues/detail?id=13
33 Author: uim Project http://code.google.com/p/uim/
4 Last-Update: 2013-09-17
4 Last-Update: 2013-11-06
55
6 From 8227d59173c5688a4e56bc8db9ffff6c715f60ce Mon Sep 17 00:00:00 2001
6 From 39db06d612953a30242d24fc8617d732a740b8a5 Mon Sep 17 00:00:00 2001
77 From: Nobuhiro Iwamatsu <iwamatsu@debian.org>
8 Date: Tue, 17 Sep 2013 00:48:17 +0900
9 Subject: [PATCH] Add support uim / macuim r327
8 Date: Wed, 6 Nov 2013 08:14:22 +0900
9 Subject: [PATCH] Add support uim / macuim r330
1010
1111 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>
1212 ---
28442844 +)
28452845 diff --git a/unix/uim/uim.gyp b/unix/uim/uim.gyp
28462846 new file mode 100644
2847 index 0000000..b2520d9
2847 index 0000000..077fb85
28482848 --- /dev/null
28492849 +++ b/unix/uim/uim.gyp
28502850 @@ -0,0 +1,85 @@
28992899 + 'key_translator.cc',
29002900 + ],
29012901 + 'dependencies': [
2902 + '../../session/session_base.gyp:genproto_session#host',
2902 + '../../session/session_base.gyp:session_protocol',
29032903 + ],
29042904 + 'cflags': [
29052905 + '<!@(pkg-config --cflags <@(pkg_config_libs))',