-
Notifications
You must be signed in to change notification settings - Fork 0
/
googlepinyin.xml.in
27 lines (26 loc) · 935 Bytes
/
googlepinyin.xml.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<!-- filename: googlepinyin.xml -->
<component>
<name>org.freedesktop.IBus.GooglePinyin</name>
<description>GooglePinyin Component</description>
<exec>@IBUS_GOOGLEPINYIN_PKGDATADIR@/main.py --ibus</exec>
<version>@IBUS_GOOGLEPINYIN_VERSION@</version>
<author>Jiahua Huang <[email protected]></author>
<license>GPL</license>
<homepage>http://code.google.com/p/libgooglepinyin</homepage>
<textdomain>ibus-googlepinyin</textdomain>
<!-- for static engines -->
<engines>
<engine>
<name>googlepinyin</name>
<language>zh_CN</language>
<license>GPL</license>
<author>Jiahua Huang <[email protected]></author>
<icon>@IBUS_GOOGLEPINYIN_PKGDATADIR@/icons/ibus-googlepinyin.png</icon>
<layout>us</layout>
<longname>GooglePinyin</longname>
<description>GooglePinyin Input Method</description>
<rank>99</rank>
</engine>
</engines>
</component>