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 108 109 110 111 112 113
|
Source: gcin
Section: utils
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
Uploaders: Yao Wei (魏銘廷) <mwei@lxde.org>,
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>,
Homepage: http://hyperrate.com/dir.php?eid=67
Build-Depends: debhelper-compat (= 13),
dpkg-dev (>= 1.16.1~),
libanthy-dev,
libayatana-appindicator3-dev,
libcurl4-openssl-dev | libcurl-dev,
libgtk-3-dev,
libxtst-dev,
qtbase5-private-dev,
qtchooser,
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/input-method-team/gcin.git
Vcs-Browser: https://salsa.debian.org/input-method-team/gcin
Description: GTK+ based input method for Chinese users
gcin is a GTK+ based input method which focused mainly on Traditional
Chinese. However, it is also very useful for Simplified Chinese, Japanese,
and many other languages.
Package: gcin
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends},
gcin-data,
gcin-tables,
libgcin,
Recommends: im-config,
gcin-gtk3-immodule,
libayatana-appindicator3-1,
Suggests: gcin-anthy,
gcin-qt5-immodule,
gcin-voice,
Description: ${source:Synopsis}
${source:Extended-Description}
.
To use gcin, the correspondence immodule packages also need to be installed.
They are:
.
* gcin-gtk3-immodule for GTK3
* gcin-qt5-immodule for Qt5
Package: gcin-data
Architecture: all
Depends: ${misc:Depends},
Replaces: gcin (<< 2.7.2+dfsg-1)
Breaks: gcin (<< 2.7.2+dfsg-1)
Description: icons and scripts for gcin
${source:Extended-Description}
.
This package contains icons, scripts and other architecture-independent
things.
Package: gcin-tables
Architecture: any
Depends: ${misc:Depends},
Replaces: gcin (<< 2.7.2+dfsg-1)
Breaks: gcin (<< 2.7.2+dfsg-1)
Description: input method tables for gcin
${source:Extended-Description}
.
This package contains architecture-dependent input method tables.
Package: libgcin
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
Description: library for gcin
${source:Extended-Description}
.
This package contains library for gcin.
Package: gcin-gtk3-immodule
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
gcin (>= ${source:Version}),
Description: GTK3 input method module with gcin as backend
${source:Extended-Description}
.
This package is the GTK3 input method module (immodule) for gcin.
Package: gcin-qt5-immodule
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
gcin (>= ${source:Version}),
Description: Qt5 input method module with gcin as backend
${source:Extended-Description}
.
This package is the Qt5 input method module (immodule) for gcin.
Package: gcin-anthy
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
gcin (>= ${source:Version}),
anthy,
Replaces: gcin (<< 2.7.2+dfsg-1)
Breaks: gcin (<< 2.7.2+dfsg-1)
Description: support library to use Anthy in gcin
${source:Extended-Description}
.
This package is the support library to use anthy in gcin.
|