Update d/control for Qt6 and LXQt 2

ubuntu/oracular
Aaron Rainbolt 3 months ago
parent 4f47b154a4
commit f511c93336

1
debian/changelog vendored

@ -3,6 +3,7 @@ libqtxdg (4.0.0-0ubuntu1) UNRELEASED; urgency=medium
* New upstream release. * New upstream release.
* Update copyright file. * Update copyright file.
* Bump Standards-Version to 4.7.0, no changes necessary. * Bump Standards-Version to 4.7.0, no changes necessary.
* Update d/control for Qt6 and LXQt 2.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Fri, 14 Jun 2024 13:46:09 -0500 -- Aaron Rainbolt <arraybolt3@ubuntu.com> Fri, 14 Jun 2024 13:46:09 -0500

36
debian/control vendored

@ -10,12 +10,12 @@ Priority: optional
Build-Depends: cmake, Build-Depends: cmake,
debhelper-compat (= 13), debhelper-compat (= 13),
libmagic-dev, libmagic-dev,
libqt5svg5-dev, lxqt-build-tools (>= 2.0.0),
lxqt-build-tools (>= 0.13.0),
pkg-config, pkg-config,
qtbase5-private-dev, qt6-base-private-dev,
qttools5-dev, qt6-svg-dev,
qttools5-dev-tools qt6-tools-dev,
qt6-tools-dev-tools
Standards-Version: 4.7.0 Standards-Version: 4.7.0
Rules-Requires-Root: no Rules-Requires-Root: no
Vcs-Browser: https://git.lubuntu.me/Lubuntu/libqtxdg-packaging Vcs-Browser: https://git.lubuntu.me/Lubuntu/libqtxdg-packaging
@ -24,7 +24,7 @@ XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/libqtxdg
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/libqtxdg.git XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/libqtxdg.git
Homepage: https://github.com/lxqt/libqtxdg Homepage: https://github.com/lxqt/libqtxdg
Package: libqt5xdg3 Package: libqt6xdg4
Architecture: any Architecture: any
Multi-Arch: same Multi-Arch: same
Depends: file, Depends: file,
@ -33,34 +33,34 @@ Depends: file,
shared-mime-info, shared-mime-info,
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
Recommends: qttranslations5-l10n Recommends: qt6-translations-l10n
Pre-Depends: ${misc:Pre-Depends} Pre-Depends: ${misc:Pre-Depends}
Provides: libqt5xdg Provides: libqt6xdg
Description: Implementation of the XDG Specifications for Qt (shared lib) Description: Implementation of the XDG Specifications for Qt (shared lib)
This library implements functions of the XDG Specifications in Qt. It is part This library implements functions of the XDG Specifications in Qt. It is part
of LXQt. of LXQt.
. .
This package provides the shared library. This package provides the shared library.
Package: libqt5xdgiconloader3 Package: libqt6xdgiconloader4
Architecture: any Architecture: any
Multi-Arch: same Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends} Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: gtk-update-icon-cache Recommends: gtk-update-icon-cache
Pre-Depends: ${misc:Pre-Depends} Pre-Depends: ${misc:Pre-Depends}
Provides: libqt5xdgiconloader Provides: libqt6xdgiconloader
Description: Implementation of the XDG Iconloader for Qt (shared lib) Description: Implementation of the XDG Iconloader for Qt (shared lib)
This library implements the backend to load icons which are handled according This library implements the backend to load icons which are handled according
to the XDG Icon Theme Specification in Qt. It is part of LXQt. to the XDG Icon Theme Specification in Qt. It is part of LXQt.
. .
This package provides the shared library. This package provides the shared library.
Package: libqt5xdg-dev Package: libqt6xdg-dev
Architecture: any Architecture: any
Section: libdevel Section: libdevel
Depends: libmagic-dev, Depends: libmagic-dev,
libqt5xdg3 (= ${binary:Version}), libqt6xdg4 (= ${binary:Version}),
libqt5xdgiconloader-dev (= ${binary:Version}), libqt6xdgiconloader-dev (= ${binary:Version}),
${misc:Depends} ${misc:Depends}
Recommends: qtxdg-dev-tools (= ${source:Version}) Recommends: qtxdg-dev-tools (= ${source:Version})
Description: Development files for libqtxdg Description: Development files for libqtxdg
@ -69,11 +69,11 @@ Description: Development files for libqtxdg
. .
This package provides development files. This package provides development files.
Package: libqt5xdgiconloader-dev Package: libqt6xdgiconloader-dev
Architecture: any Architecture: any
Section: libdevel Section: libdevel
Depends: libqt5svg5-dev, Depends: qt6-svg-dev,
libqt5xdgiconloader3 (= ${binary:Version}), libqt6xdgiconloader4 (= ${binary:Version}),
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
Description: Development files for libqtxdgiconloader Description: Development files for libqtxdgiconloader
@ -85,8 +85,8 @@ Description: Development files for libqtxdgiconloader
Package: qtxdg-dev-tools Package: qtxdg-dev-tools
Architecture: any Architecture: any
Section: devel Section: devel
Depends: libqt5xdg3 (= ${binary:Version}), Depends: libqt6xdg4 (= ${binary:Version}),
libqt5xdgiconloader3 (= ${binary:Version}), libqt6xdgiconloader4 (= ${binary:Version}),
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
Description: Tools for QtXdg Description: Tools for QtXdg

Loading…
Cancel
Save