summaryrefslogtreecommitdiff
blob: 5954a1c59d1321d4fc4077dfb61bd7eac5c32b8f (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>cjk@gentoo.org</email>
    <name>Cjk</name>
  </maintainer>
  <longdescription lang="en">
    uim is a simple, secure and flexible input method library.  At the moment
    Anthy, SKK, Prime, T-code, TUT-code (these are Japanese input method),
    Pinyin (Chinese input method), Hangul (Korean input method), IPA
    (International Phonetic Alphabet) are implemented.  You can extend the
    library with Scheme thus easily, or with C if it becomes rather complicated.
  </longdescription>
  <use>
    <flag name="anthy">Enable support for <pkg>app-i18n/anthy</pkg></flag>
    <flag name="eb">Enable support for <pkg>dev-libs/eb</pkg></flag>
    <flag name="gtk2">Enable support for <pkg>x11-libs/gtk+</pkg>:2</flag>
    <flag name="skk">Enable support for <pkg>app-i18n/skk-jisyo</pkg></flag>
  </use>
  <upstream>
    <remote-id type="github">uim/uim</remote-id>
  </upstream>
</pkgmetadata>