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 <shawn.p.huang@gmail.com></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>
|