mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 18:05:32 +00:00
17 lines
601 B
XML
17 lines
601 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<component>
|
|
<name>org.freedesktop.IBus.Keyman</name>
|
|
<description>Keyman Component</description>
|
|
<exec>@LIBEXECDIR@/ibus-engine-keyman --ibus</exec>
|
|
<version>@VERSION@</version>
|
|
<author>Keyman Team <support@keyman.com></author>
|
|
<license>GPL</license>
|
|
<homepage>https://keyman.com</homepage>
|
|
<textdomain>ibus-keyman</textdomain>
|
|
<observed-paths>
|
|
<path>/usr/share/keyman/</path>
|
|
<path>/usr/local/share/keyman/</path>
|
|
<path>~/.local/share/keyman/</path>
|
|
</observed-paths>
|
|
<engines exec="@LIBEXECDIR@/ibus-engine-keyman --xml" />
|
|
</component>
|