summaryrefslogtreecommitdiff
path: root/inputmethod/mozc-server
diff options
context:
space:
mode:
authorobache <obache>2014-05-18 07:42:24 +0000
committerobache <obache>2014-05-18 07:42:24 +0000
commitd64eec3f7b554807dcbc1a7c289458cbb068ad6b (patch)
treece0691c878718d9ae966aca002987115fa9ed3af /inputmethod/mozc-server
parent98af079f7ae7bac6b408d994e8c3c1f4353e08fe (diff)
downloadpkgsrc-d64eec3f7b554807dcbc1a7c289458cbb068ad6b.tar.gz
fixes icon path for ibus-mozc with ibus-1.5.
Diffstat (limited to 'inputmethod/mozc-server')
-rw-r--r--inputmethod/mozc-server/distinfo4
-rw-r--r--inputmethod/mozc-server/patches/patch-unix_ibus_gen__mozc__xml.py11
2 files changed, 12 insertions, 3 deletions
diff --git a/inputmethod/mozc-server/distinfo b/inputmethod/mozc-server/distinfo
index 8b39eaec650..b544455e163 100644
--- a/inputmethod/mozc-server/distinfo
+++ b/inputmethod/mozc-server/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2014/01/20 10:39:29 ryoon Exp $
+$NetBSD: distinfo,v 1.7 2014/05/18 07:42:24 obache Exp $
SHA1 (mozc-1.13.1651.102.tar.bz2) = 24680b3d350e5332f2235b9c1342127f6ef0fd63
RMD160 (mozc-1.13.1651.102.tar.bz2) = 260a23c2f9f3b909aefe63c865f3b87013d2fb53
@@ -46,5 +46,5 @@ SHA1 (patch-protobuf_protobuf.gyp) = 60abe727c1475e50295a5e811dccf8deb710e18a
SHA1 (patch-session_session.cc) = 0562f8646dc6f68e180d8ae98f00eeb0364fc473
SHA1 (patch-session_session__converter__interface.h) = 93bda6e51b9a9ac7146aa23ac0aa28bb017a4465
SHA1 (patch-session_session__test.cc) = a256caec45a45f4eaab0555ecc18cea09c417d95
-SHA1 (patch-unix_ibus_gen__mozc__xml.py) = 9d7e1da07854c2244a22ffe5034fabb25d16d266
+SHA1 (patch-unix_ibus_gen__mozc__xml.py) = a6e135a698cc04231b64808f0b2ed64191b4a5bb
SHA1 (patch-unix_ibus_mozc__engine.cc) = 2ce0a680a0fad1abdc646737b6b5a4c3a9e87e6e
diff --git a/inputmethod/mozc-server/patches/patch-unix_ibus_gen__mozc__xml.py b/inputmethod/mozc-server/patches/patch-unix_ibus_gen__mozc__xml.py
index 4f64fb1582b..48d0eb356dd 100644
--- a/inputmethod/mozc-server/patches/patch-unix_ibus_gen__mozc__xml.py
+++ b/inputmethod/mozc-server/patches/patch-unix_ibus_gen__mozc__xml.py
@@ -1,4 +1,4 @@
-$NetBSD: patch-unix_ibus_gen__mozc__xml.py,v 1.4 2014/01/19 01:18:50 ryoon Exp $
+$NetBSD: patch-unix_ibus_gen__mozc__xml.py,v 1.5 2014/05/18 07:42:24 obache Exp $
* Fix for pkgsrc installation.
@@ -22,6 +22,15 @@ $NetBSD: patch-unix_ibus_gen__mozc__xml.py,v 1.4 2014/01/19 01:18:50 ryoon Exp $
'rank': '80',
}
+@@ -68,7 +68,7 @@ IBUS_ENGINE_COMMON_PROPS = {
+ IBUS_1_5_ENGINE_COMMON_PROPS = {
+ 'description': '%(product_name)s (Japanese Input Method)',
+ 'language': 'ja',
+- 'icon': '%(ibus_mozc_icon_path)s',
++ 'icon': '@PREFIX@/share/ibus-mozc/product_icon.png',
+ 'rank': '80',
+ 'symbol': '&#x3042;',
+ }
@@ -93,6 +93,22 @@ IBUS_ENGINES_PROPS = {
'longname': ['%(product_name)s'],
'layout': ['default'],