2014-09-05 09:04:56 +08:00
|
|
|
Source: libqtxdg
|
2022-11-16 17:28:57 -06:00
|
|
|
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
|
|
|
XSBC-Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
2015-08-31 23:39:05 +02:00
|
|
|
Uploaders: Alf Gaida <agaida@siduction.org>,
|
2015-09-12 22:42:19 +08:00
|
|
|
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
|
2022-11-16 17:21:16 -06:00
|
|
|
Andrew Lee (李健秋) <ajqlee@debian.org>,
|
|
|
|
Simon Quigley <tsimonq2@debian.org>
|
2014-09-08 19:40:22 +02:00
|
|
|
Section: libs
|
2014-09-05 09:04:56 +08:00
|
|
|
Priority: optional
|
2022-11-16 17:21:47 -06:00
|
|
|
Build-Depends: cmake,
|
|
|
|
debhelper-compat (= 13),
|
2015-08-31 23:39:05 +02:00
|
|
|
libmagic-dev,
|
2024-11-05 11:15:44 -06:00
|
|
|
lxqt-build-tools (>= 2.1.0),
|
2024-06-14 18:24:31 -05:00
|
|
|
pkgconf,
|
2024-06-14 14:00:16 -05:00
|
|
|
qt6-base-private-dev,
|
|
|
|
qt6-svg-dev,
|
|
|
|
qt6-tools-dev,
|
|
|
|
qt6-tools-dev-tools
|
2024-06-14 13:51:56 -05:00
|
|
|
Standards-Version: 4.7.0
|
2022-11-16 17:21:16 -06:00
|
|
|
Rules-Requires-Root: no
|
2022-11-16 17:28:57 -06:00
|
|
|
Vcs-Browser: https://git.lubuntu.me/Lubuntu/libqtxdg-packaging
|
|
|
|
Vcs-Git: https://git.lubuntu.me/Lubuntu/libqtxdg-packaging.git
|
|
|
|
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/libqtxdg
|
|
|
|
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/libqtxdg.git
|
2018-04-26 20:33:12 +02:00
|
|
|
Homepage: https://github.com/lxqt/libqtxdg
|
2014-09-05 09:04:56 +08:00
|
|
|
|
2024-06-14 14:00:16 -05:00
|
|
|
Package: libqt6xdg4
|
2014-09-08 19:40:22 +02:00
|
|
|
Architecture: any
|
|
|
|
Multi-Arch: same
|
2022-11-16 17:21:47 -06:00
|
|
|
Depends: file,
|
2017-07-01 14:12:44 +02:00
|
|
|
libfile-mimeinfo-perl,
|
2018-07-13 23:01:59 -05:00
|
|
|
libglib2.0-bin,
|
2022-11-16 17:21:47 -06:00
|
|
|
shared-mime-info,
|
|
|
|
${misc:Depends},
|
|
|
|
${shlibs:Depends}
|
2024-06-14 14:00:16 -05:00
|
|
|
Recommends: qt6-translations-l10n
|
2014-09-08 19:40:22 +02:00
|
|
|
Pre-Depends: ${misc:Pre-Depends}
|
2024-07-03 13:02:59 -05:00
|
|
|
Conflicts: libqt5xdg3 (< 3.12.0-0ubuntu7~)
|
|
|
|
Replaces: libqt5xdg3 (< 3.12.0-0ubuntu7~)
|
2024-06-14 14:00:16 -05:00
|
|
|
Provides: libqt6xdg
|
2016-10-18 00:35:34 +02:00
|
|
|
Description: Implementation of the XDG Specifications for Qt (shared lib)
|
2015-02-21 14:39:30 +08:00
|
|
|
This library implements functions of the XDG Specifications in Qt. It is part
|
|
|
|
of LXQt.
|
2014-09-08 19:40:22 +02:00
|
|
|
.
|
2015-02-21 14:39:30 +08:00
|
|
|
This package provides the shared library.
|
2014-09-08 19:40:22 +02:00
|
|
|
|
2024-06-14 14:00:16 -05:00
|
|
|
Package: libqt6xdgiconloader4
|
2016-10-18 00:35:34 +02:00
|
|
|
Architecture: any
|
|
|
|
Multi-Arch: same
|
2022-11-16 17:21:47 -06:00
|
|
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
2016-10-18 00:35:34 +02:00
|
|
|
Recommends: gtk-update-icon-cache
|
|
|
|
Pre-Depends: ${misc:Pre-Depends}
|
2024-07-03 13:02:59 -05:00
|
|
|
Conflicts: libqt5xdgiconloader3 (< 3.12.0-0ubuntu7~)
|
|
|
|
Replaces: libqt5xdgiconloader3 (< 3.12.0-0ubuntu7~)
|
2024-06-14 14:00:16 -05:00
|
|
|
Provides: libqt6xdgiconloader
|
2016-10-18 00:35:34 +02:00
|
|
|
Description: Implementation of the XDG Iconloader for Qt (shared lib)
|
|
|
|
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.
|
|
|
|
.
|
|
|
|
This package provides the shared library.
|
|
|
|
|
2024-06-14 14:00:16 -05:00
|
|
|
Package: libqt6xdg-dev
|
2014-09-05 09:04:56 +08:00
|
|
|
Architecture: any
|
2015-08-31 23:39:05 +02:00
|
|
|
Section: libdevel
|
2022-11-16 17:21:47 -06:00
|
|
|
Depends: libmagic-dev,
|
2024-06-14 14:00:16 -05:00
|
|
|
libqt6xdg4 (= ${binary:Version}),
|
|
|
|
libqt6xdgiconloader-dev (= ${binary:Version}),
|
2022-11-16 17:21:47 -06:00
|
|
|
${misc:Depends}
|
2019-12-23 18:28:03 +01:00
|
|
|
Recommends: qtxdg-dev-tools (= ${source:Version})
|
2024-07-03 13:02:59 -05:00
|
|
|
Conflicts: libqt5xdg-dev (< 3.12.0-0ubuntu7~)
|
|
|
|
Replaces: libqt5xdg-dev (< 3.12.0-0ubuntu7~)
|
2014-09-05 21:24:30 +08:00
|
|
|
Description: Development files for libqtxdg
|
2016-10-18 00:35:34 +02:00
|
|
|
This library implements functions of the XDG Specifications in Qt. It is part
|
2015-02-21 14:39:30 +08:00
|
|
|
of LXQt.
|
2014-09-08 19:40:22 +02:00
|
|
|
.
|
2015-02-21 14:39:30 +08:00
|
|
|
This package provides development files.
|
2016-10-18 00:35:34 +02:00
|
|
|
|
2024-06-14 14:00:16 -05:00
|
|
|
Package: libqt6xdgiconloader-dev
|
2016-10-18 00:35:34 +02:00
|
|
|
Architecture: any
|
|
|
|
Section: libdevel
|
2024-11-05 11:14:48 -06:00
|
|
|
Depends: libqt6xdgiconloader4 (= ${binary:Version}),
|
|
|
|
qt6-svg-dev,
|
2017-09-23 02:39:20 +02:00
|
|
|
${misc:Depends},
|
2022-11-16 17:21:47 -06:00
|
|
|
${shlibs:Depends}
|
2024-07-03 13:02:59 -05:00
|
|
|
Conflicts: libqt5xdgiconloader-dev (< 3.12.0-0ubuntu7~)
|
|
|
|
Replaces: libqt5xdgiconloader-dev (< 3.12.0-0ubuntu7~)
|
2016-10-18 00:35:34 +02:00
|
|
|
Description: Development files for libqtxdgiconloader
|
|
|
|
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.
|
|
|
|
.
|
|
|
|
This package provides development files.
|
2017-09-23 00:35:24 +02:00
|
|
|
|
|
|
|
Package: qtxdg-dev-tools
|
|
|
|
Architecture: any
|
|
|
|
Section: devel
|
2024-06-14 14:00:16 -05:00
|
|
|
Depends: libqt6xdg4 (= ${binary:Version}),
|
|
|
|
libqt6xdgiconloader4 (= ${binary:Version}),
|
2017-09-23 00:35:24 +02:00
|
|
|
${misc:Depends},
|
2022-11-16 17:21:47 -06:00
|
|
|
${shlibs:Depends}
|
2019-12-23 18:28:03 +01:00
|
|
|
Description: Tools for QtXdg
|
|
|
|
This package provide some tools for qtxdg:
|
2022-11-16 17:21:16 -06:00
|
|
|
.
|
2020-06-03 22:55:03 -05:00
|
|
|
* qtxdg-desktop-file-start - QtXdg XdgDesktopFile start Tester
|
|
|
|
* qtxdg-iconfinder - Find icons the QtXdg way
|
2021-02-12 00:36:26 +05:30
|
|
|
* qtxdg-mat - Mime app tool for QtXdg
|