~ubuntu-branches/ubuntu/raring/sunpinyin/raring

« back to all changes in this revision

Viewing changes to wrapper/ibus/data/sunpinyin.xml.in

  • Committer: Package Import Robot
  • Author(s): YunQiang Su
  • Date: 2012-03-30 15:31:55 UTC
  • mfrom: (1.1.3) (1.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20120330153155-qgls77sogzgtg9zp
Tags: 2.0.3+git20120222-1
* Team upload: git snapshot 20120222.
   - fix breaks if LDFLAGS in environment contains
       multiple words (Closese #646001).
   - rm patches merged to upstream:
       append-os-environ-toenv.patch
       fix-ftbfs-on-sh.patch
       remove-10-candidate-words-limitation.patch
   - refresh disable-lm-dict-compile.patch.
* Bump stardard version to 3.9.3: no modify needed.
* add libsunpinyin3-dbg and python-sunpinyin packages.
* debian/compat to 9, multiarch it.
* rewrite debian/rules with dh 7 format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version=\"1.0\" encoding=\"utf-8\"?>
 
2
<!-- filename: sunpinyin.xml -->
 
3
<component>
 
4
  <name>org.freedesktop.IBus.SunPinyin</name>
 
5
  <description>SunPinyin Component</description>
 
6
  <exec>@LIBEXEC_DIR@/ibus-engine-sunpinyin --ibus</exec>
 
7
  <version>@VERSION@</version>
 
8
  <author>Kov Chai &lt;tchaikov@gmail.com&gt;</author>
 
9
  <license>LGPL</license>
 
10
  <homepage>http://opensolaris.org/os/project/input-method/</homepage>
 
11
  <textdomain>ibus-sunpinyin</textdomain>
 
12
  
 
13
  <!-- for static engines -->
 
14
  <engines>
 
15
    <engine>
 
16
      <name>sunpinyin</name>
 
17
      <language>zh_CN</language>
 
18
      <license>LGPL</license>
 
19
      <author>Kov Chai &lt;tchaikov@gmail.com&gt;</author>
 
20
      <icon>@ICON_DIR@/sunpinyin-logo.png</icon>
 
21
      <layout>us</layout>
 
22
      <longname>SunPinyin</longname>
 
23
      <description>SunPinyin Input Method</description>
 
24
      <rank>99</rank>
 
25
    </engine>
 
26
  </engines>
 
27
</component>