diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2012-05-23 01:27:59 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2012-05-23 01:27:59 +0000 |
commit | c52abba0b39b681dded084dc7d09ac696856ed0e (patch) | |
tree | c357abcf765599d0b96fee787428378b04091949 /japanese/mozc-server | |
parent | a10a2e11f7ade4ac56258b080c482f9288b1ca81 (diff) | |
download | ports-c52abba0b39b681dded084dc7d09ac696856ed0e.tar.gz ports-c52abba0b39b681dded084dc7d09ac696856ed0e.zip |
Notes
Diffstat (limited to 'japanese/mozc-server')
-rw-r--r-- | japanese/mozc-server/Makefile | 3 | ||||
-rw-r--r-- | japanese/mozc-server/files/patch-unix_fcitx_mozc.conf | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/japanese/mozc-server/Makefile b/japanese/mozc-server/Makefile index 34b540b9d9b3..e0a4ac59e917 100644 --- a/japanese/mozc-server/Makefile +++ b/japanese/mozc-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= mozc PORTVERSION= 1.5.1053.102 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX?= ja- @@ -64,6 +64,7 @@ LOCALBASE_REPLACE_FILES= \ unix/ibus/path_util.cc \ unix/scim/scim.gyp \ unix/scim/scim_mozc.cc \ + unix/fcitx/mozc.conf \ base/util.cc \ base/process.cc \ gui/about_dialog/about_dialog.cc \ diff --git a/japanese/mozc-server/files/patch-unix_fcitx_mozc.conf b/japanese/mozc-server/files/patch-unix_fcitx_mozc.conf index c06bb8b4f788..1cacbfdb30f9 100644 --- a/japanese/mozc-server/files/patch-unix_fcitx_mozc.conf +++ b/japanese/mozc-server/files/patch-unix_fcitx_mozc.conf @@ -1,10 +1,10 @@ --- unix/fcitx/mozc.conf.orig 1970-01-01 09:00:00.000000000 +0900 -+++ unix/fcitx/mozc.conf 2012-05-22 13:42:56.617829320 +0900 ++++ unix/fcitx/mozc.conf 2012-05-23 10:13:55.687828576 +0900 @@ -0,0 +1,7 @@ +[InputMethod] +UniqueName=mozc +Name=Mozc -+IconName=/usr/share/fcitx/mozc/icon/mozc.png ++IconName=@@LOCALBASE@@/share/fcitx/mozc/icon/mozc.png +Priority=1 +LangCode=ja +Parent=fcitx-mozc |