summaryrefslogtreecommitdiff
path: root/src/hangul.xml.in.in
blob: 8900fb89b8d7c8ee84b02bd38e7d805aad5095e5 (plain)
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
<?xml version=\"1.0\" encoding=\"utf-8\"?>
<!-- filename: hangul.xml -->
<component>
	<name>org.freedesktop.IBus.Hangul</name>
	<description>Korean Component</description>
	<exec>${libexecdir}/ibus-engine-hangul --ibus</exec>
	<version>@VERSION@</version>
	<author>Peng Huang &lt;shawn.p.huang@gmail.com&gt;</author>
	<license>GPL</license>
	<homepage>http://code.google.com/p/ibus</homepage>
	<textdomain>ibus-hangul</textdomain>

	<engines>
		<engine>
			<name>hangul</name>
			<language>ko</language>
			<license>GPL</license>
			<author>Peng Huang &lt;shawn.p.huang@gmail.com&gt;</author>
			<icon>ibus-hangul</icon>
			<layout>kr</layout>
			<layout_variant>kr104</layout_variant>
			<longname>Hangul</longname>
			<description>Korean Input Method</description>
			<rank>99</rank>
			<symbol>&#xD55C;</symbol>
		</engine>
	</engines>

</component>