blob: b7ff179715bc9a7c9b147a31fbee4fd0442c4e66 (
plain)
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
|
<?xml version=\"1.0\" encoding=\"utf-8\"?>
<!-- filename: pinyin.xml -->
<component>
<name>org.freedesktop.IBus.PinYin</name>
<description>PinYin Component</description>
<exec>${libexecdir}/ibus-engine-pinyin --ibus</exec>
<version>@VERSION@</version>
<author>Peng Huang <shawn.p.huang@gmail.com></author>
<license>GPL</license>
<homepage>http://code.google.com/p/ibus</homepage>
<textdomain>ibus-pinyin</textdomain>
<!-- for static engines -->
<engines>
<engine>
<name>pinyin</name>
<language>zh_CN</language>
<license>GPL</license>
<author>Peng Huang <shawn.p.huang@gmail.com></author>
<icon>${pkgdatadir}/icons/ibus-pinyin.svg</icon>
<layout>us</layout>
<longname>PinYin</longname>
<description>PinYin Input Method</description>
</engine>
</engines>
</component>
|