blob: 961dc5af314a7e07632b63bc96e17562abfd8ee8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="utf-8"?>
<!-- filename: pinyin.xml -->
<component>
<name>org.freedesktop.IBus.Panel</name>
<description>Gtk Panel Component</description>
<exec>@prefix@/libexec/ibus-ui-gtk</exec>
<version>@VERSION@</version>
<author>Peng Huang <shawn.p.huang@gmail.com></author>
<license>GPL</license>
<homepage>http://code.google.com/p/ibus</homepage>
<textdomain>ibus</textdomain>
</component>
|