-
Notifications
You must be signed in to change notification settings - Fork 229
/
Copy pathcontrol
100 lines (94 loc) · 3.5 KB
/
control
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Source: ibus
Section: utils
Priority: optional
Maintainer: LI Daobing <[email protected]>
Uploaders: Zhengpeng Hou <[email protected]>
Build-Depends: debhelper (>= 7),
autotools-dev,
autoconf,
automake,
dpatch,
gtk-doc-tools,
gobject-introspection (>= 0.6.8),
libgirepository1.0-dev (>= 0.6.8),
intltool (>= 0.40.0),
iso-codes,
libgconf2-dev,
libgtk2.0-dev,
libgtk-3-dev,
libtool,
python-support (>= 0.6),
python-dev,
python-gobject-dev,
python-dbus (>= 0.83.0)
Standards-Version: 3.8.4
Homepage: http://code.google.com/p/ibus/
Vcs-Bzr: lp:~lidaobing/ibus/ibus
Vcs-Browser: https://code.launchpad.net/~lidaobing/ibus/ibus
Package: ibus
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-glade2,
python-ibus (= ${source:Version}), python-xdg, librsvg2-common
Recommends: im-switch, ibus-gtk2, ibus-gtk3, ibus-qt4
Conflicts: ibus-anthy (<< 1.2),
ibus-table (<< 1.2),
ibus-pinyin (<< 1.2.99),
ibus-m17n (<< 1.2.99),
ibus-hangul (<< 1.2.99),
ibus-chewing (<< 1.2.99)
Description: New input method framework using dbus
IBus is an Intelligent Input Bus. It is a new input framework for Linux
OS. It provides full featured and user friendly input method user interface.
It also may help developers to develop input method easily.
Package: libibus-1.0-0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: New input method framework using dbus
IBus is an Intelligent Input Bus. It is a new input framework for Linux
OS. It provides full featured and user friendly input method user interface.
It also may help developers to develop input method easily.
.
libibus-1.0-0 is the library of ibus.
Package: libibus-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
libibus-1.0-0 (= ${binary:Version}),
libglib2.0-dev
Description: New input method framework using dbus
IBus is an Intelligent Input Bus. It is a new input framework for Linux
OS. It provides full featured and user friendly input method user interface.
It also may help developers to develop input method easily.
.
This package contains the header files and static libraries which is
needed for developing the IBus applications.
Package: ibus-gtk2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: New input method framework using dbus
IBus is an Intelligent Input Bus. It is a new input framework for Linux
OS. It provides full featured and user friendly input method user interface.
It also may help developers to develop input method easily.
.
ibus-gtk2 is the GTK+-2.0 client of ibus, it provide a gtk-immodule for ibus.
Package: ibus-gtk3
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: New input method framework using dbus
IBus is an Intelligent Input Bus. It is a new input framework for Linux
OS. It provides full featured and user friendly input method user interface.
It also may help developers to develop input method easily.
.
ibus-gtk3 is the GTK+-3.0 client of ibus, it provide a gtk-immodule for ibus.
Package: python-ibus
Section: python
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-gtk2, python-dbus (>= 0.83.0), iso-codes
Description: New input method framework using dbus
IBus is an Intelligent Input Bus. It is a new input framework for Linux
OS. It provides full featured and user friendly input method user interface.
It also may help developers to develop input method easily.
.
python-ibus is the Python binding of ibus.