forked from sarim/ibus-avro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathibus-avro.xml.in
executable file
·28 lines (26 loc) · 957 Bytes
/
ibus-avro.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
<?xml version=\"1.0\" encoding=\"utf-8\"?>
<!-- filename: ibus-avro.xml -->
<component>
<name>org.freedesktop.IBus.Avro</name>
<description>Avro Phonetic</description>
<exec>/usr/bin/env gjs --include-path=${pkgdatadir} ${pkgdatadir}/main-gjs.js --ibus > /dev/null</exec>
<version>1.1</version>
<author>Sarim Khan <[email protected]></author>
<license>MPL 1.1</license>
<homepage>https://github.com/sarim/ibus-avro</homepage>
<textdomain>ibus-avro</textdomain>
<engines>
<engine>
<name>ibus-avro</name>
<language>bn</language>
<license>MPL</license>
<author>Sarim Khan <[email protected]></author>
<icon>${pkgdatadir}/avro-bangla.png</icon>
<layout>us</layout>
<longname>Avro Phonetic</longname>
<description>Avro Phonetic Input Method</description>
<setup>/usr/bin/env gjs --include-path=${pkgdatadir} ${pkgdatadir}/pref.js --standalone</setup>
<rank>0</rank>
</engine>
</engines>
</component>