summaryrefslogtreecommitdiff
path: root/engine/python3/anthy.xml.in.in
blob: 414ef323222cb8331d2bcfb9838a7914d204faf1 (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>@PACKAGE_VERSION@</version>
	<author>Peng Huang &lt;shawn.p.huang@gmail.com&gt;</author>
	<license>GPL</license>
	<homepage>https://github.com/ibus/ibus/wiki</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>