Compare commits

..

9 Commits

Author SHA1 Message Date
Aaron Rainbolt
743cfe11d7
Upload to archive, fixup patches 2026-02-19 13:54:35 -05:00
Aaron Rainbolt
1f11eaeddc
Symbols update 2026-01-14 12:25:08 -06:00
Aaron Rainbolt
f915ebc39b
Set distribution codename 2026-01-14 12:14:44 -06:00
Aaron Rainbolt
f2336d9d05
Remove Rules-Requires-Root 2026-01-14 12:14:07 -06:00
Aaron Rainbolt
edafee2911
Build dep update 2026-01-14 12:12:31 -06:00
Aaron Rainbolt
d49ea48050
Bump standards-version 2026-01-14 12:10:48 -06:00
Aaron Rainbolt
cb267c64b6
Update copyright file 2026-01-14 12:09:56 -06:00
Aaron Rainbolt
5efbfcddf8
Bump version for new upstream release 2026-01-14 12:06:31 -06:00
Aaron Rainbolt
d083b7face
Use debian/watch version 5 (taken from Debian's packages) 2025-11-18 13:16:55 -06:00
8 changed files with 57 additions and 13 deletions

14
debian/changelog vendored
View File

@ -1,3 +1,17 @@
libqtxdg (4.3.0-0ubuntu1) resolute; urgency=medium
* New upstream release.
- Update build dependencies.
- Update symbols file.
- Refresh ubuntu-gettext-translations.patch.
- Backport Qt 6.10 compatibility fix from upstream as
qt-6.10-compat.patch.
* Update copyright file.
* Update Standards-Version to 4.7.3, no changes needed.
* Remove redundant 'Rules-Requires-Root: no' control line.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 19 Feb 2026 13:19:33 -0500
libqtxdg (4.2.0-0ubuntu1) questing; urgency=medium libqtxdg (4.2.0-0ubuntu1) questing; urgency=medium
* New upstream release. * New upstream release.

5
debian/control vendored
View File

@ -10,14 +10,13 @@ Priority: optional
Build-Depends: cmake, Build-Depends: cmake,
debhelper-compat (= 13), debhelper-compat (= 13),
libmagic-dev, libmagic-dev,
lxqt-build-tools (>= 2.2.0), lxqt-build-tools (>= 2.3.0),
pkgconf, pkgconf,
qt6-base-private-dev, qt6-base-private-dev,
qt6-svg-dev, qt6-svg-dev,
qt6-tools-dev, qt6-tools-dev,
qt6-tools-dev-tools qt6-tools-dev-tools
Standards-Version: 4.7.2 Standards-Version: 4.7.3
Rules-Requires-Root: no
Vcs-Browser: https://git.lubuntu.me/Lubuntu/libqtxdg-packaging Vcs-Browser: https://git.lubuntu.me/Lubuntu/libqtxdg-packaging
Vcs-Git: https://git.lubuntu.me/Lubuntu/libqtxdg-packaging.git Vcs-Git: https://git.lubuntu.me/Lubuntu/libqtxdg-packaging.git
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/libqtxdg Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/libqtxdg

4
debian/copyright vendored
View File

@ -41,10 +41,10 @@ License: LGPL-2.1-or-3-with-Digia-1.1-exception
Files: debian/* Files: debian/*
Copyright: 2013-2019 Alf Gaida <agaida@siduction.org> Copyright: 2013-2019 Alf Gaida <agaida@siduction.org>
2015-2022 Andrew Lee (李健秋) <ajqlee@debian.org> 2015-2022 Andrew Lee (李健秋) <ajqlee@debian.org>
2014-2016 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
2022 S. 7 <severusseptimius7@gmail.com> 2022 S. 7 <severusseptimius7@gmail.com>
2022-2025 Simon Quigley <tsimonq2@debian.org> 2022-2025 Simon Quigley <tsimonq2@debian.org>
2023-2025 Aaron Rainbolt <arraybolt3@ubuntu.com> 2014-2025 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
2023-2026 Aaron Rainbolt <arraybolt3@ubuntu.com>
License: LGPL-2.1+ License: LGPL-2.1+
License: BSD-3-clause License: BSD-3-clause

View File

@ -143,7 +143,6 @@ libQt6Xdg.so.4 libqt6xdg4 #MINVER#
_ZNK14XdgDesktopFile13startDetachedERK5QListI7QStringE@Base 4.0.0 _ZNK14XdgDesktopFile13startDetachedERK5QListI7QStringE@Base 4.0.0
_ZNK14XdgDesktopFile14actionActivateERK7QStringRK5QListIS0_E@Base 4.0.0 _ZNK14XdgDesktopFile14actionActivateERK7QStringRK5QListIS0_E@Base 4.0.0
_ZNK14XdgDesktopFile16expandExecStringERK5QListI7QStringE@Base 4.0.0 _ZNK14XdgDesktopFile16expandExecStringERK5QListI7QStringE@Base 4.0.0
_ZSt19piecewise_construct@Base 4.0.0
(c++)"non-virtual thunk to XdgMenuWidget::~XdgMenuWidget()@Base" 1.0.0 (c++)"non-virtual thunk to XdgMenuWidget::~XdgMenuWidget()@Base" 1.0.0
(c++)"typeinfo for XdgAction@Base" 1.0.0 (c++)"typeinfo for XdgAction@Base" 1.0.0
(c++)"typeinfo for XdgDesktopFile@Base" 1.0.0 (c++)"typeinfo for XdgDesktopFile@Base" 1.0.0

30
debian/patches/qt-6.10-compat.patch vendored Normal file
View File

@ -0,0 +1,30 @@
Description: Fix Qt 6.10 compatibility
Origin: https://github.com/lxqt/libqtxdg/commit/49e563dff04d1cb55124e566ebeeb8bb121ad15a
Last-Update: 2026-02-19
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/util/CMakeLists.txt
+++ b/util/CMakeLists.txt
@@ -20,10 +20,6 @@ target_include_directories(qtxdg-desktop
PRIVATE "${PROJECT_SOURCE_DIR}/qtxdg"
)
-target_include_directories(qtxdg-iconfinder
- PRIVATE "${Qt6Gui_PRIVATE_INCLUDE_DIRS}"
-)
-
target_compile_definitions(qtxdg-desktop-file-start
PRIVATE
"-DQTXDG_VERSION=\"${QTXDG_VERSION_STRING}\""
@@ -41,7 +37,10 @@ target_link_libraries(qtxdg-desktop-file
)
target_link_libraries(qtxdg-iconfinder
- ${QTXDGX_ICONLOADER_LIBRARY_NAME}
+ PRIVATE
+ Qt6::GuiPrivate
+ PUBLIC
+ ${QTXDGX_ICONLOADER_LIBRARY_NAME}
)
install(TARGETS

View File

@ -1 +1,2 @@
ubuntu-gettext-translations.patch ubuntu-gettext-translations.patch
qt-6.10-compat.patch

View File

@ -7,7 +7,7 @@ Last-Update: 2023-03-06
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/qtxdg/xdgdesktopfile.cpp --- a/src/qtxdg/xdgdesktopfile.cpp
+++ b/src/qtxdg/xdgdesktopfile.cpp +++ b/src/qtxdg/xdgdesktopfile.cpp
@@ -38,6 +38,7 @@ @@ -37,6 +37,7 @@
#include <cstdlib> #include <cstdlib>
#include <unistd.h> #include <unistd.h>
@ -15,7 +15,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
#include <QDebug> #include <QDebug>
#include <QDBusInterface> #include <QDBusInterface>
@@ -920,7 +921,22 @@ QString XdgDesktopFile::localizedKey(con @@ -919,7 +920,22 @@ QString XdgDesktopFile::localizedKey(con
QVariant XdgDesktopFile::localizedValue(const QString& key, const QVariant& defaultValue) const QVariant XdgDesktopFile::localizedValue(const QString& key, const QVariant& defaultValue) const
{ {

11
debian/watch vendored
View File

@ -1,5 +1,6 @@
version=4 Version: 5
opts="searchmode=plain, \ Template: GitHub
pgpsigurlmangle=s/$/.asc/, \ Owner: lxqt
uversionmangle=s/(\d+\.\d+\.\d+).*/$1/" \ Project: @PACKAGE@
https://api.github.com/repos/lxqt/@PACKAGE@/releases https:\/\/github.com\/lxqt\/@PACKAGE@\/releases\/download\/@ANY_VERSION@\/@PACKAGE@-@ANY_VERSION@.tar.xz Download-Url-Mangle: s%https://api.github.com/repos/([^/]+)/@PACKAGE@/git/refs/tags/@ANY_VERSION@%https://github.com/$1/@PACKAGE@/releases/download/$2/@PACKAGE@-$2.tar.xz%g
Pgp-Mode: auto