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
|
Source: im-config
Section: utils
Priority: optional
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
Uploaders: Boyuan Yang <byang@debian.org>, Osamu Aoki <osamu@debian.org>
Build-Depends: debhelper-compat (= 13),
# gnome-pkg-tools pulls dh-translations on Ubuntu
gnome-pkg-tools,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://salsa.debian.org/input-method-team/im-config
Vcs-Git: https://salsa.debian.org/input-method-team/im-config.git
Vcs-Browser: https://salsa.debian.org/input-method-team/im-config
Package: im-config
Architecture: all
Multi-Arch: foreign
Depends: gettext-base, ${misc:Depends}
Recommends: x11-common,
zenity | kdialog | kde-baseapps-bin (<< 4:16.08.3-2~) | whiptail
Conflicts: im-switch
Provides: im-switch
Description: Input method configuration framework
im-config package provides the framework to configure and to switch
the input method. This input method is the essential mechanism for
Japanese, Chinese and Korean (CJK) languages to enter their non-ASCII
native characters.
.
Many modern input methods such as IBus support not only one of these CJK
languages but support almost all languages simultaneously by
dynamically switching keyboard modes with GUI helper program.
.
By installing this package, the most desirable input method and its
backend conversion engine are automatically configured with both the X
Window System Input Method (XIM), GTK input method module, Qt input
method module, and clutter input method module.
.
You can further customize your input method with 'im-config' command.
|