File: anthy.inputMethod.xml.in.in

package info (click to toggle)
ibus-anthy 1.5.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,196 kB
  • sloc: python: 13,094; makefile: 523; sh: 330; ansic: 264
file content (19 lines) | stat: -rw-r--r-- 658 bytes parent folder | download | duplicates (10)
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>