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 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131
|
Source: gcin
Section: utils
Priority: optional
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,
libgtk2.0-dev (>= 2.20.0),
libgtk-3-dev,
libxtst-dev,
qtbase5-private-dev,
qtchooser,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/gcin.git
Vcs-Browser: https://salsa.debian.org/debian/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-gtk2-immodule,
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-gtk2-immodule for GTK2
* 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-gtk2-immodule
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
gcin (>= ${source:Version}),
Breaks: gcin (<< 2.8.3+dfsg1-1)
Replaces: gcin (<< 2.8.3+dfsg1-1)
Description: GTK2 input method module with gcin as backend
${source:Extended-Description}
.
This package is the GTK2 input method module (immodule) 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.
|