mirror of
https://github.com/mii443/akaza.git
synced 2025-08-22 14:55:31 +00:00
33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- filename: comb.xml -->
|
|
<component>
|
|
<name>org.freedesktop.IBus.Comb</name>
|
|
<description>Comb - kana kanji converter</description>
|
|
<version>0.0.1</version>
|
|
<license>GPL</license>
|
|
<author>Tokuhiro Matsuno <tokuhirom@gmail.com></author>
|
|
<homepage>https://github.com/tokuhirom/ibus-comb</homepage>
|
|
<exec>@PYTHON@ @DATADIR@/ibus-comb/ibus.py --ibus</exec>
|
|
<textdomain>comb</textdomain>
|
|
<engines>
|
|
<engine>
|
|
<name>comb</name>
|
|
<longname>comb</longname>
|
|
<description>Comb - Kana Kanji Converter</description>
|
|
<language>ja</language>
|
|
<license>GPL</license>
|
|
<author>Tokuhiro Matsuno <tokuhirom@gmail.com></author>
|
|
<icon>@DATADIR@/ibus-comb/comb.svg</icon>
|
|
<layout>us</layout>
|
|
<layout_variant></layout_variant>
|
|
<layout_option></layout_option>
|
|
<hotkeys></hotkeys>
|
|
<symbol>昆</symbol>
|
|
<setup></setup>
|
|
<version></version>
|
|
<textdomain></textdomain>
|
|
<rank>0</rank>
|
|
</engine>
|
|
</engines>
|
|
</component>
|