summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-05-18 07:42:24 +0000
committerobache <obache@pkgsrc.org>2014-05-18 07:42:24 +0000
commita32946cd9d9f48e351bbe6ed9805f289897d6fbf (patch)
treece0691c878718d9ae966aca002987115fa9ed3af /inputmethod
parent60248c0dabeacdd817da58519f0f767c33445ebd (diff)
downloadpkgsrc-a32946cd9d9f48e351bbe6ed9805f289897d6fbf.tar.gz
fixes icon path for ibus-mozc with ibus-1.5.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus-mozc/Makefile4
-rw-r--r--inputmethod/mozc-server/distinfo4
-rw-r--r--inputmethod/mozc-server/patches/patch-unix_ibus_gen__mozc__xml.py11
3 files changed, 14 insertions, 5 deletions
diff --git a/inputmethod/ibus-mozc/Makefile b/inputmethod/ibus-mozc/Makefile
index 648b08d9a55..2d4d6827ca0 100644
--- a/inputmethod/ibus-mozc/Makefile
+++ b/inputmethod/ibus-mozc/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2014/02/12 23:18:04 tron Exp $
+# $NetBSD: Makefile,v 1.18 2014/05/18 07:42:24 obache Exp $
PKGNAME= ibus-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
INSTALLATION_DIRS+= libexec share/ibus share/ibus/component \
share/ibus-mozc
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'],