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
|
Source: m17n-im-config
Section: utils
Priority: optional
Maintainer: Daiki Ueno <ueno@unixuser.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7), autotools-dev, automake (>= 1.9.6), autoconf (>= 2.61), pkg-config (>= 0.22), libm17n-dev, cdbs, m17n-db, libgtk2.0-dev, quilt
Standards-Version: 3.9.2
Homepage: http://www.m17n.org/
Package: libm17n-im-config0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libm17n-0
Description: input method configuration library for m17n-lib - runtime
m17n-im-config is a library to create a GTK+ widget for per-user
configuration of input methods provided by the m17n library, and a
standalone GUI program which demonstrates the library. m17n is an
abbreviation of Multilingualization.
.
This package contains the runtime part of the m17n-im-config library.
Package: libm17n-im-config-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libm17n-dev
Description: input method configuration library for m17n-lib - development
m17n-im-config is a library to create a GTK+ widget for per-user
configuration of input methods provided by the m17n library, and a
standalone GUI program which demonstrates the library. m17n is an
abbreviation of Multilingualization.
.
This package contains the header and development files needed to build
programs and packages using the m17n-im-config library.
Package: m17n-im-config
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libm17n-im-config0 (= ${binary:Version})
Description: input method configuration library for m17n-lib - utility
m17n-im-config is a library to create a GTK+ widget for per-user
configuration of input methods provided by the m17n library. m17n is
an abbreviation of Multilingualization.
.
This package contains a standalone GUI program using the
m17n-im-config library.
|