mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
- Google droped SCIM support from this version. japanese/scim-mozc will be removed in the future.
24 lines
829 B
XML
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>
|