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
|
Source: libdbusmenu-qt
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
cmake (>= 2.8.11),
libqt4-dev (>= 4:4.6.2),
qtbase5-dev,
libqjson-dev,
pkg-config,
doxygen
Maintainer: Debian Krap Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Praveen Arimbrathodiyil <pravi.a@gmail.com>,
Modestas Vainius <modax@debian.org>,
Pino Toscano <pino@debian.org>
Standards-Version: 3.9.6
Homepage: https://launchpad.net/libdbusmenu-qt
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/krap/libdbusmenu-qt.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-kde/krap/libdbusmenu-qt.git
Package: libdbusmenu-qt2
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Multi-Arch: same
Description: Qt implementation of the DBusMenu protocol
This library provides a Qt implementation of the DBusMenu protocol.
.
The DBusMenu protocol makes it possible for applications to export
and import their menus over D-Bus.
.
This package provides the libdbusmenu-qt2 shared library.
Package: libdbusmenu-qt5-2
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Multi-Arch: same
Description: Qt implementation of the DBusMenu protocol
This library provides a Qt implementation of the DBusMenu protocol.
.
The DBusMenu protocol makes it possible for applications to export
and import their menus over D-Bus.
.
This package provides the libdbusmenu-qt2 shared library.
Package: libdbusmenu-qt-dev
Section: libdevel
Architecture: any
Depends: libdbusmenu-qt2 (= ${binary:Version}),
libqt4-dev,
${misc:Depends}
Description: Qt implementation of the DBusMenu protocol (development)
This library provides a Qt implementation of the DBusMenu protocol.
.
The DBusMenu protocol makes it possible for applications to export
and import their menus over D-Bus.
.
This package provides header files and CMake configuration files for
development.
Package: libdbusmenu-qt5-dev
Section: libdevel
Architecture: any
Depends: libdbusmenu-qt5-2 (= ${binary:Version}),
qtbase5-dev,
${misc:Depends}
Description: Qt implementation of the DBusMenu protocol (development)
This library provides a Qt implementation of the DBusMenu protocol.
.
The DBusMenu protocol makes it possible for applications to export
and import their menus over D-Bus.
.
This package provides header files and CMake configuration files for
development.
Package: libdbusmenu-qt-doc
Section: doc
Architecture: all
Depends: libjs-jquery,
${misc:Depends}
Suggests: w3m | www-browser
Description: Qt implementation of the DBusMenu protocol (documentation)
This library provides a Qt implementation of the DBusMenu protocol.
.
The DBusMenu protocol makes it possible for applications to export
and import their menus over D-Bus.
.
This package provides API documentation in HTML format.
Package: libdbusmenu-qt5-doc
Section: doc
Architecture: all
Depends: libjs-jquery,
${misc:Depends}
Suggests: w3m | www-browser
Description: Qt implementation of the DBusMenu protocol (documentation)
This library provides a Qt implementation of the DBusMenu protocol.
.
The DBusMenu protocol makes it possible for applications to export
and import their menus over D-Bus.
.
This package provides API documentation in HTML format.
|