Release 1.5.4
[platform/upstream/ibus.git] / debian / control
1 Source: ibus
2 Section: utils
3 Priority: optional
4 Maintainer: LI Daobing <lidaobing@debian.org>
5 Uploaders: Zhengpeng Hou <zhengpeng-hou@ubuntu.com>
6 Build-Depends: debhelper (>= 7),
7  autotools-dev,
8  autoconf,
9  automake,
10  dpatch,
11  gtk-doc-tools,
12  gobject-introspection (>= 0.6.8),
13  libgirepository1.0-dev (>= 0.6.8),
14  intltool (>= 0.40.0),
15  iso-codes,
16  libgconf2-dev,
17  libgtk2.0-dev,
18  libgtk-3-dev,
19  libtool,
20  python-support (>= 0.6),
21  python-dev,
22  python-gobject-dev,
23  python-dbus (>= 0.83.0)
24 Standards-Version: 3.8.4
25 Homepage: http://code.google.com/p/ibus/
26 Vcs-Bzr: lp:~lidaobing/ibus/ibus
27 Vcs-Browser: https://code.launchpad.net/~lidaobing/ibus/ibus
28
29 Package: ibus
30 Architecture: any
31 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-glade2,
32  python-ibus (= ${source:Version}), librsvg2-common
33 Recommends: im-switch, ibus-gtk2, ibus-gtk3, ibus-qt4
34 Conflicts: ibus-anthy (<< 1.2),
35  ibus-table (<< 1.2),
36  ibus-pinyin (<< 1.2.99),
37  ibus-m17n (<< 1.2.99),
38  ibus-hangul (<< 1.2.99),
39  ibus-chewing (<< 1.2.99)
40 Description: New input method framework using dbus
41  IBus is an Intelligent Input Bus. It is a new input framework for Linux
42  OS. It provides full featured and user friendly input method user interface.
43  It also may help developers to develop input method easily.
44
45 Package: libibus-1.0-0
46 Section: libs
47 Architecture: any
48 Depends: ${shlibs:Depends}, ${misc:Depends}
49 Description: New input method framework using dbus
50  IBus is an Intelligent Input Bus. It is a new input framework for Linux
51  OS. It provides full featured and user friendly input method user interface.
52  It also may help developers to develop input method easily.
53  .
54  libibus-1.0-0 is the library of ibus.
55
56 Package: libibus-dev
57 Section: libdevel
58 Architecture: any
59 Depends: ${misc:Depends},
60          ${shlibs:Depends},
61          libibus-1.0-0 (= ${binary:Version}),
62          libglib2.0-dev
63 Description: New input method framework using dbus
64  IBus is an Intelligent Input Bus. It is a new input framework for Linux
65  OS. It provides full featured and user friendly input method user interface.
66  It also may help developers to develop input method easily.
67  .
68  This package contains the header files and static libraries which is
69  needed for developing the IBus applications.
70
71 Package: ibus-gtk2
72 Architecture: any
73 Depends: ${shlibs:Depends}, ${misc:Depends}
74 Description: New input method framework using dbus
75  IBus is an Intelligent Input Bus. It is a new input framework for Linux
76  OS. It provides full featured and user friendly input method user interface.
77  It also may help developers to develop input method easily.
78  .
79  ibus-gtk2 is the GTK+-2.0 client of ibus, it provide a gtk-immodule for ibus.
80
81 Package: ibus-gtk3
82 Architecture: any
83 Depends: ${shlibs:Depends}, ${misc:Depends}
84 Description: New input method framework using dbus
85  IBus is an Intelligent Input Bus. It is a new input framework for Linux
86  OS. It provides full featured and user friendly input method user interface.
87  It also may help developers to develop input method easily.
88  .
89  ibus-gtk3 is the GTK+-3.0 client of ibus, it provide a gtk-immodule for ibus.
90  
91 Package: python-ibus
92 Section: python
93 Architecture: all
94 Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, python-dbus (>= 0.83.0), iso-codes
95 Description: New input method framework using dbus
96  IBus is an Intelligent Input Bus. It is a new input framework for Linux
97  OS. It provides full featured and user friendly input method user interface.
98  It also may help developers to develop input method easily.
99  .
100  python-ibus is the Python binding of ibus.