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
|
Source: packagekit-qt
Section: libs
Priority: optional
Maintainer: Matthias Klumpp <mak@debian.org>
Uploaders: Aurélien COUDERC <coucouf@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake (>= 3.2),
packagekit (>= 1.2.6),
pkg-kde-tools (>= 0.17.0~),
pkgconf,
qt6-base-dev
Standards-Version: 4.7.2
Homepage: https://www.freedesktop.org/software/PackageKit/
Vcs-Git: https://salsa.debian.org/pkgutopia-team/packagekit-qt.git
Vcs-Browser: https://salsa.debian.org/pkgutopia-team/packagekit-qt
Package: libpackagekitqt6-2
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Suggests: packagekit
Description: Library for accessing PackageKit using Qt6
PackageKit allows performing simple software management tasks over a DBus
interface e.g. refreshing the cache, updating, installing and removing
software packages or searching for multimedia codecs and file handlers.
.
This package provides a library to access PackageKit using Qt6.
Package: libpackagekitqt6-dev
Section: libdevel
Architecture: any
Depends: libpackagekitqt6-2 (= ${binary:Version}),
qt6-base-dev,
${misc:Depends}
Description: Library for accessing PackageKit using Qt6 (development files)
PackageKit allows performing simple software management tasks over a DBus
interface e.g. refreshing the cache, updating, installing and removing
software packages or searching for multimedia codecs and file handlers.
.
This package provides the header files for PackageKit-Qt for Qt6.
|