ports/japanese/mozc-server/files/patch-unix_ibus_mozc.xml
Daichi GOTO 66dcdf29bf Updated mozc relative ports to 1.6.1187.102
- Google droped SCIM support from this version.
    japanese/scim-mozc will be removed in the future.
2012-09-07 03:28:18 +00:00

24 lines
829 B
XML

--- unix/ibus/mozc.xml.orig 1970-01-01 09:00:00.000000000 +0900
+++ unix/ibus/mozc.xml 2011-12-04 16:04:42.283606000 +0900
@@ -0,0 +1,21 @@
+<component>
+ <name>com.google.IBus.Mozc</name>
+ <description>Mozc Component</description>
+ <exec>@@LOCALBASE@@/libexec/ibus-engine-mozc --ibus</exec>
+ <version>0.0.0.0</version>
+ <author>Google Inc.</author>
+ <license>New BSD</license>
+ <homepage>http://code.google.com/p/mozc/</homepage>
+ <textdomain>ibus-mozc</textdomain>
+ <engines>
+ <engine>
+ <rank>0</rank>
+ <description>Mozc (Japanese Input Method)</description>
+ <language>ja</language>
+ <icon>@@LOCALBASE@@/share/ibus-mozc/icons/product_logo.png</icon>
+ <layout>jp</layout>
+ <name>mozc-jp</name>
+ <longname>Mozc</longname>
+ </engine>
+ </engines>
+</component>