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
|
Source: fcitx-configtool
Section: utils
Priority: optional
Maintainer: IME Packaging Team <pkg-ime-devel@lists.alioth.debian.org>
Uploaders: Aron Xu <aron@debian.org>, YunQiang Su <wzssyqa@gmail.com>
Build-Depends: cmake,
debhelper (>= 9),
fcitx-bin,
fcitx-libs-dev (>= 1:4.2.8),
iso-codes,
libdbus-glib-1-dev,
libgtk-3-dev,
libgtk2.0-dev (>= 2.22),
libunique-dev,
pkg-config
Standards-Version: 3.9.6
Homepage: http://www.fcitx-im.org
Vcs-Git: git://anonscm.debian.org/pkg-ime/fcitx-configtool.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ime/fcitx-configtool.git
Package: fcitx-config-common
Architecture: all
Depends: adwaita-icon-theme | gnome-icon-theme-symbolic, ${misc:Depends}
Description: graphic Fcitx configuration tool - common files
Fcitx is the Free Chinese Input Toy of X, which was initially designed
for Chinese users, and used XIM protocol. Now it has already evolved
into a highly modularized, feature rich input method framework for
Unix-like platforms supporting a considerable amount of frontends,
backends and modules.
.
It is an ideal choice for the vast majority. Many of its features make
users of Unix-like platforms have a fully modern input experience for
the first time. It has also greatly lower the threshold for developers,
making the development of extended funtions much easier than ever before.
.
This package provides common files for the graphic configuration tool.
Package: fcitx-config-gtk
Architecture: any
Depends: fcitx-config-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: graphic Fcitx configuration tool - Gtk+ 3 version
Fcitx is the Free Chinese Input Toy of X, which was initially designed
for Chinese users, and used XIM protocol. Now it has already evolved
into a highly modularized, feature rich input method framework for
Unix-like platforms supporting a considerable amount of frontends,
backends and modules.
.
It is an ideal choice for the vast majority. Many of its features make
users of Unix-like platforms have a fully modern input experience for
the first time. It has also greatly lower the threshold for developers,
making the development of extended funtions much easier than ever before.
.
This package provides GTK+ 3 version of the graphic configuration tool.
Package: fcitx-config-gtk2
Architecture: any
Depends: fcitx-config-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: graphic Fcitx configuration tool - Gtk+ 2 version
Fcitx is the Free Chinese Input Toy of X, which was initially designed
for Chinese users, and used XIM protocol. Now it has already evolved
into a highly modularized, feature rich input method framework for
Unix-like platforms supporting a considerable amount of frontends,
backends and modules.
.
It is an ideal choice for the vast majority. Many of its features make
users of Unix-like platforms have a fully modern input experience for
the first time. It has also greatly lower the threshold for developers,
making the development of extended funtions much easier than ever before.
.
This package provides GTK+ 2 version of the graphic configuration tool.
|