Packaging: remove duplicated files
[platform/upstream/ibus-hangul.git] / src / hangul.xml.in.in
1 <?xml version=\"1.0\" encoding=\"utf-8\"?>
2 <!-- filename: hangul.xml -->
3 <component>
4         <name>org.freedesktop.IBus.Hangul</name>
5         <description>Korean Component</description>
6         <exec>${libexecdir}/ibus-engine-hangul --ibus</exec>
7         <version>@VERSION@</version>
8         <author>Peng Huang &lt;shawn.p.huang@gmail.com&gt;</author>
9         <license>GPL</license>
10         <homepage>http://code.google.com/p/ibus</homepage>
11         <textdomain>ibus-hangul</textdomain>
12
13         <engines>
14                 <engine>
15                         <name>hangul</name>
16                         <language>ko</language>
17                         <license>GPL</license>
18                         <author>Peng Huang &lt;shawn.p.huang@gmail.com&gt;</author>
19                         <icon>ibus-hangul</icon>
20                         <layout>us</layout>
21                         <longname>Hangul</longname>
22                         <description>Korean Input Method</description>
23                         <rank>99</rank>
24                         <symbol>&#xD55C;</symbol>
25                 </engine>
26         </engines>
27
28 </component>