spiegel-keyman/linux/ibus-keyman/src/keyman.xml.in
Eberhard Beilharz efe94598ac
fix(linux): Fix setting libexecdir
Follow-up of the move to meson.
2023-02-23 17:43:09 +01:00

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 &lt;support@keyman.com&gt;</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>