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 101 102 103 104 105 106 107
|
Source: fcitx-qt5
Section: libs
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-libs-dev (>= 1:4.2.8),
intltool,
libegl1-mesa-dev,
pkg-config,
qtbase5-dev,
qtbase5-private-dev
Standards-Version: 3.9.4
Homepage: http://code.google.com/p/fcitx
Vcs-Git: git://anonscm.debian.org/pkg-ime/fcitx-qt5.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ime/fcitx-qt5.git
Package: fcitx-frontend-qt5
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: fcitx-module-dbus, ${misc:Depends}, ${shlibs:Depends}
Description: Free Chinese Input Toy of X - Qt5 IM Module frontend
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 offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables.
It is highly modularized and extensible,
with GTK+ 2/3 and Qt 4/5 IM Modules, support for UIs based on Fbterm,
pure Xlib, GTK+, or KDE, and a developer-friendly API.
.
This package provides the Qt5 IM Module frontend, which is necessary
for Fcitx users who would like to use Qt5 applications.
Package: fcitx-libs-qt5
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: fcitx-frontend-qt5
Description: Free Chinese Input Toy of X - D-Bus client library for Qt5
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 offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables.
It is highly modularized and extensible,
with GTK+ 2/3 and Qt 4/5 IM Modules, support for UIs based on Fbterm,
pure Xlib, GTK+, or KDE, and a developer-friendly API.
.
This package contains the following library:
* libfcitx-qt5 - D-Bus client library for Qt5
Package: fcitx-libs-qt5-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: fcitx-libs-qt5 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends: fcitx-libs-dev
Description: Free Chinese Input Toy of X - Devel files for libfcitx-qt5
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 offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables.
It is highly modularized and extensible,
with GTK+ 2/3 and Qt 4/5 IM Modules, support for UIs based on Fbterm,
pure Xlib, GTK+, or KDE, and a developer-friendly API.
.
This package provides the development files for fcitx-libs-qt5.
Package: fcitx-libs-qt5-dbg
Section: debug
Architecture: any
Priority: extra
Multi-Arch: same
Depends: fcitx-libs-qt5 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends: fcitx-dbg
Description: Free Chinese Input Toy of X - Debugging symbols for libfcitx-qt5
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 offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables.
It is highly modularized and extensible,
with GTK+ 2/3 and Qt 4/5 IM Modules, support for UIs based on Fbterm,
pure Xlib, GTK+, or KDE, and a developer-friendly API.
.
This package provides the debugging symbols for fcitx-libs-qt5.
|