summaryrefslogtreecommitdiff
path: root/engine/anthy.xml.in.in
blob: d27f6d76d3ac79a2c4886102a3774f6eb5627c16 (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
27
<?xml version=\"1.0\" encoding=\"utf-8\"?>
<!-- filename: pinyin.xml -->
<component>
	<name>org.freedesktop.IBus.Anthy</name>
	<description>Anthy Component</description>
	<exec>${libexecdir}/ibus-engine-anthy --ibus</exec>
	<version>@VERSION@</version>
	<author>Peng Huang &lt;shawn.p.huang@gmail.com&gt;</author>
	<license>GPL</license>
	<homepage>http://code.google.com/p/ibus</homepage>
	<textdomain>ibus-anthy</textdomain>

	<!-- for static engines -->
	<engines>
		<engine>
			<name>anthy</name>
			<language>ja</language>
			<license>GPL</license>
			<author>Peng Huang &lt;shawn.p.huang@gmail.com&gt;</author>
			<icon>${pkgdatadir}/icons/ibus-anthy.png</icon>
			<layout>us</layout>
			<longname>Anthy</longname>
			<description>Anthy Input Method</description>
			<rank>99</rank>
		</engine>
	</engines>
</component>