summaryrefslogtreecommitdiff
path: root/engine/python3/anthy.xml.in.in
blob: 9a93744ed44a68b92cbbacb69a00e7fc5af4dd2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version=\"1.0\" encoding=\"utf-8\"?>
<!-- filename: anthy.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 engines -->
	<observed-paths>
		<path>~/.config/ibus-anthy/engines.xml</path>
		<path>${pkgdatadir}/engine/default.xml</path>
	</observed-paths>
	<engines exec=\"${libexecdir}/ibus-engine-anthy --xml\" />
</component>