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
|
Source: libgnomekbd
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Kahn Gillmor <dkg@fifthhorseman.net>,
Frederic Peters <fpeters@debian.org>,
Jeremy Bicha <jbicha@ubuntu.com>,
Laurent Bigonville <bigon@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-gir,
gir1.2-gobject-2.0-dev,
gir1.2-gtk-3.0-dev,
gir1.2-xkl-1.0-dev,
gir1.2-xlib-2.0-dev,
gobject-introspection (>= 1.80),
libatk1.0-dev (>= 1.32.0-2~),
libglib2.0-dev,
libgtk-3-dev (>= 3.0.0),
libxklavier-dev (>= 5.2),
meson (>= 0.59),
pkgconf
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/gnome-team/libgnomekbd
Vcs-Git: https://salsa.debian.org/gnome-team/libgnomekbd.git
Package: libgnomekbd-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: gir1.2-gkbd-3.0 (= ${binary:Version}),
libglib2.0-dev,
libgnomekbd8 (= ${binary:Version}),
libgtk-3-dev (>= 3.0.0),
libx11-dev,
libxklavier-dev (>= 5.2),
${gir:Depends},
${misc:Depends},
${shlibs:Depends}
Provides: ${gir:Provides}
Description: GNOME library to manage keyboard configuration - development files
libgnomekbd offers an API to manage the keyboard in GNOME applications.
.
libgnomekbdui offers an API to display a graphical user interface for
libgnomekbd operations.
.
This package contains the development files.
Package: libgnomekbd8
Section: libs
Architecture: any
Multi-Arch: same
Depends: iso-codes,
libgnomekbd-common (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: GNOME library to manage keyboard configuration - shared library
libgnomekbd offers an API to manage the keyboard in GNOME applications.
.
libgnomekbdui offers an API to display a graphical user interface for
libgnomekbd operations.
.
This package contains the shared library.
Package: libgnomekbd-common
Section: libs
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: GNOME library to manage keyboard configuration - common files
libgnomekbd offers an API to manage the keyboard in GNOME applications.
.
libgnomekbdui offers an API to display a graphical user interface for
libgnomekbd operations.
.
This package contains files common to the various libgnomekbd packages.
Package: gkbd-capplet
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: GNOME control center tools for libgnomekbd
libgnomekbd offers an API to manage the keyboard in GNOME applications.
.
This package contains a helper for the GNOME control center to
configure and display keyboard mappings.
Package: gir1.2-gkbd-3.0
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: GObject introspection data for the GnomeKbd library
libgnomekbd offers an API to manage the keyboard in GNOME applications.
.
libgnomekbdui offers an API to display a graphical user interface for
libgnomekbd operations.
.
This package contains introspection data for the GnomeKbd library.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
|