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: libxkbcommon
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>
Build-Depends:
debhelper (>= 10),
quilt,
pkg-config,
xutils-dev (>= 7.5+4),
bison,
flex,
libx11-dev,
libxcb-xkb-dev (>= 1.10),
x11-xkb-utils,
x11proto-core-dev,
x11proto-kb-dev (>= 1.0.5),
xkb-data,
xvfb,
doxygen,
graphviz,
Standards-Version: 3.9.8
Homepage: http://www.xkbcommon.org/
Vcs-Git: https://alioth.debian.org/anonscm/git/pkg-xorg/lib/libxkbcommon.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-xorg/lib/libxkbcommon.git
Package: libxkbcommon0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
xkb-data,
${shlibs:Depends},
${misc:Depends},
Description: library interface to the XKB compiler - shared library
This package provides a library to handle keyboard descriptions, including
loading them from disk, parsing them and handling their state. It's mainly
meant for client toolkits, window systems, and other system applications;
currently that includes Wayland, kmscon, GTK+, Clutter, and more.
.
More information about X.Org can be found at:
<URL:http://www.X.org>
.
This module can be found at
https://github.com/xkbcommon/libxkbcommon.git
Package: libxkbcommon-dev
Section: libdevel
Architecture: any
Priority: extra
Depends:
libxkbcommon0 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends},
Description: library interface to the XKB compiler - development files
xkbcommon is a library to handle keyboard descriptions, including loading them
from disk, parsing them and handling their state. It's mainly meant for client
toolkits, window systems, and other system applications; currently that
includes Wayland, kmscon, GTK+, Clutter, and more.
.
This package contains the development headers for the library found in
libxkbcommon0. Non-developers likely have little use for this package.
.
More information about X.Org can be found at:
<URL:http://www.X.org>
.
This module can be found at
https://github.com/xkbcommon/libxkbcommon.git
Package: libxkbcommon-x11-0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
libxkbcommon0 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: library to create keymaps with the XKB X11 protocol
This package provides an add-on library called xkbcommon-x11, to support
creating keymaps with the XKB X11 protocol, by querying the X server directly.
.
More information about X.Org can be found at:
<URL:http://www.X.org>
.
This module can be found at
https://github.com/xkbcommon/libxkbcommon.git
Package: libxkbcommon-x11-dev
Section: libdevel
Architecture: any
Priority: extra
Pre-Depends: ${misc:Pre-Depends}
Depends:
libxkbcommon-x11-0 (= ${binary:Version}),
libxkbcommon-dev (= ${binary:Version}),
libxcb1-dev,
libxcb-xkb-dev,
${shlibs:Depends},
${misc:Depends}
Description: library to create keymaps with the XKB X11 protocol - development files
This package provides an add-on library called xkbcommon-x11, to support
creating keymaps with the XKB X11 protocol, by querying the X server directly.
.
This package contains the development headers for the library found in
libxkbcommon-x11-0. Non-developers likely have little use for this package.
.
More information about X.Org can be found at:
<URL:http://www.X.org>
.
This module can be found at
https://github.com/xkbcommon/libxkbcommon.git
|