libqt6core6: depend on shared-mime-info
This commit is contained in:
parent
824e7d905b
commit
220836122b
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -2,6 +2,10 @@ qt6-base (6.2.4+dfsg-9) UNRELEASED; urgency=medium
|
||||
|
||||
[ Pino Toscano ]
|
||||
* Update symbols files from the logs of buildds.
|
||||
* Make libqt6core6 depend on shared-mime-info: QtCore is built without an
|
||||
embedded freedesktop MIME type database, so the system one is needed to
|
||||
make the QMimeType APIs work; this matches what was done in
|
||||
qtbase-opensource-src 5.14.1+dfsg-1.
|
||||
|
||||
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Tue, 07 Jun 2022 05:57:20 +0200
|
||||
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -85,7 +85,7 @@ Architecture: any
|
||||
Multi-Arch: same
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Provides: qt6-base-abi (= 6.2.4)
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Depends: shared-mime-info, ${misc:Depends}, ${shlibs:Depends}
|
||||
Description: Qt 6 core module
|
||||
Qt is a cross-platform C++ application framework. Qt's primary feature
|
||||
is its rich set of widgets that provide standard GUI functionality.
|
||||
|
Loading…
x
Reference in New Issue
Block a user