-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgokien.xml.in
30 lines (30 loc) · 1 KB
/
gokien.xml.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<!-- filename: gokien.xml -->
<component>
<name>org.freedesktop.IBus.Gokien</name>
<description>Gokien Component</description>
<version>@VERSION@</version>
<license>GPLv3</license>
<author>@AUTHOR@</author>
<homepage>https://github.com/libgokien/ibus-gokien</homepage>
<exec>@LIBEXECDIR@/ibus-engine-gokien --ibus</exec>
<textdomain>ibus-gokien</textdomain>
<engines>
<engine>
<name>gokien</name>
<longname>Gokien Vietnamese IME</longname>
<description>Vietnamese IME for for Linux</description>
<language>vi</language>
<license>GPLv3</license>
<author>@AUTHOR@</author>
<version>@VERSION@</version>
<icon>@PKGDATADIR@/icons/ibus-gokien.png</icon>
<layout>us</layout>
<hotkeys></hotkeys>
<rank>1</rank>
<!-- FIXME: really need to be hex code? -->
<symbol>vi</symbol>
<!-- <setup>@LIBEXECDIR@/ibus-engine-gokien --gui</setup> -->
</engine>
</engines>
</component>