~ubuntu-branches/ubuntu/trusty/ibus-cangjie/trusty

« back to all changes in this revision

Viewing changes to data/quick.xml.in.in

  • Committer: Package Import Robot
  • Author(s): Anthony Wong
  • Date: 2013-03-14 02:55:52 UTC
  • Revision ID: package-import@ubuntu.com-20130314025552-u537ju4e2ommsegf
Tags: upstream-0.0.1~git20130325
Import upstream version 0.0.1~git20130325

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!--
 
2
Copyright (c) 2012 - The IBus Cangjie authors
 
3
 
 
4
This file is part of ibus-cangjie, the IBus Cangjie input method engine.
 
5
 
 
6
ibus-cangjie is free software: you can redistribute it and/or modify
 
7
it under the terms of the GNU Lesser General Public License as published by
 
8
the Free Software Foundation, either version 3 of the License, or
 
9
(at your option) any later version.
 
10
 
 
11
ibus-cangjie is distributed in the hope that it will be useful,
 
12
but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
GNU Lesser General Public License for more details.
 
15
 
 
16
You should have received a copy of the GNU General Public License
 
17
along with ibus-cangjie.  If not, see <http://www.gnu.org/licenses/>.
 
18
-->
 
19
 
 
20
<?xml version=\"1.0\" encoding=\"utf-8\"?>
 
21
<component>
 
22
  <name>org.freedesktop.IBus.Quick</name>
 
23
  <description>Quick Component</description>
 
24
  <exec>${pkglibexecdir}/ibus-engine-cangjie --ibus quick</exec>
 
25
  <version>@VERSION@</version>
 
26
  <author>The IBus Cangjie authors</author>
 
27
  <license>LGPLv3+</license>
 
28
  <homepage>https://github.com/bochecha/ibus-cangjie</homepage>
 
29
  <textdomain>ibus-cangjie</textdomain>
 
30
 
 
31
  <engines>
 
32
    <engine>
 
33
      <name>quick</name>
 
34
      <longname>Quick</longname>
 
35
      <description>Quick Input Method</description>
 
36
      <language>zh_HK</language>
 
37
      <layout>us</layout>
 
38
      <symbol>速成</symbol>
 
39
      <license>LGPLv3+</license>
 
40
      <author>The IBus Cangjie authors</author>
 
41
      <rank>0</rank>
 
42
    </engine>
 
43
  </engines>
 
44
</component>