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
|
Source: libskk
Section: libs
Priority: optional
Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
Uploaders:
Boyuan Yang <byang@debian.org>,
Build-Depends:
debhelper-compat (= 13),
gettext,
gir1.2-glib-2.0-dev <!nogir>,
gir1.2-gobject-2.0-dev <!nogir>,
gobject-introspection <!nogir>,
libgee-0.8-dev,
libjson-glib-dev,
libxkbcommon-dev,
valac (>= 0.14.2),
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/ueno/libskk
Vcs-Git: https://salsa.debian.org/input-method-team/libskk.git
Vcs-Browser: https://salsa.debian.org/input-method-team/libskk
Package: gir1.2-skk-1.0
Architecture: any
Section: introspection
Multi-Arch: same
Depends:
${gir:Depends},
${misc:Depends},
Description: library to deal with Japanese kana-kanji conversion method - introspection data
Libskk is a library that provides GObject-based interface of Japanese
input methods. Currently it supports SKK (Simple Kana Kanji) with
various typing rules including romaji-to-kana, AZIK, ACT, TUT-Code,
T-Code, and NICOLA.
.
This package contains the GObject introspection data.
Package: libskk-common
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: library to deal with Japanese kana-kanji conversion method - common files
Libskk is a library that provides GObject-based interface of Japanese
input methods. Currently it supports SKK (Simple Kana Kanji) with
various typing rules including romaji-to-kana, AZIK, ACT, TUT-Code,
T-Code, and NICOLA.
.
This package contains common files.
Package: libskk-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
gir1.2-skk-1.0 (= ${binary:Version}),
libgee-0.8-dev,
libjson-glib-dev,
libskk0 (= ${binary:Version}),
skkdic,
${gir:Depends},
${misc:Depends},
Provides:
${gir:Provides},
Description: library to deal with Japanese kana-kanji conversion method - development
Libskk is a library that provides GObject-based interface of Japanese
input methods. Currently it supports SKK (Simple Kana Kanji) with
various typing rules including romaji-to-kana, AZIK, ACT, TUT-Code,
T-Code, and NICOLA.
.
This package contains the library development files.
Package: libskk-utils
Architecture: any
Depends:
libskk0 (= ${binary:Version}),
skkdic,
${misc:Depends},
${shlibs:Depends},
Replaces:
libskk-dev (<< 1.0.3~),
Breaks:
libskk-dev (<< 1.0.3~),
Description: program that emulates Japanese SKK input method
Libskk is a library that provides GObject-based interface of Japanese
input methods. Currently it supports SKK (Simple Kana Kanji) with
various typing rules including romaji-to-kana, AZIK, ACT, TUT-Code,
T-Code, and NICOLA.
.
This package provides the skk tool that reads key sequences from the
standard input and converts them to Japanese text according to SKK
Japanese input method (Simple Kana to Kanji conversion program).
Package: libskk0
Architecture: any
Multi-Arch: same
Depends:
libskk-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Pre-Depends:
${misc:Pre-Depends},
Breaks:
ibus-skk (<< 1.4.0),
Description: library to deal with Japanese kana-kanji conversion method
Libskk is a library that provides GObject-based interface of Japanese
input methods. Currently it supports SKK (Simple Kana Kanji) with
various typing rules including romaji-to-kana, AZIK, ACT, TUT-Code,
T-Code, and NICOLA.
.
This package contains the shared library.
|