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
|
Source: fcitx-cloudpinyin
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: debhelper (>= 9), cmake, fcitx-libs-dev (>= 1:4.2.8), libcurl4-gnutls-dev,
fcitx-bin, pkg-config
Standards-Version: 3.9.6
Homepage: http://fcitx-im.org
Vcs-Git: git://anonscm.debian.org/pkg-ime/fcitx-cloudpinyin.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ime/fcitx-cloudpinyin.git
Package: fcitx-module-cloudpinyin
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, fcitx-modules (>=1:4.2.8)
Recommends: fcitx (>=1:4.2.8)
Description: Flexible Input Method Framework - cloudpinyin module
Fcitx is the Flexible Input Method Framework, 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 the cloudpinyin module, which supports to make
use of Pinyin APIs on the Internet and display the first result as the
second input candidate.
.
Please be aware by installing and enabling this module, Fcitx will send
your input data to the Internet to retrieve result candidates.
|