Compare commits

..

14 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
Aaron Rainbolt
bed7c0f72b
Update copyright file 2025-06-07 23:51:30 -05:00
00e3b1203c Upload to Questing 2025-04-19 17:18:16 -05:00
d1c346c66a Update build dependencies. 2025-04-19 16:38:47 -05:00
cc4e123edd Update Standards-Version to 4.7.2, no changes needed. 2025-04-19 16:37:18 -05:00
175b50eb73 New upstream release. 2025-04-19 16:36:57 -05:00
8 changed files with 67 additions and 15 deletions

22
debian/changelog vendored
View File

@ -1,3 +1,25 @@
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
* New upstream release.
- Update build dependencies.
* Update Standards-Version to 4.7.2, no changes needed.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Sat, 07 Jun 2025 23:44:05 -0500
libqtxdg (4.1.0-0ubuntu6) plucky; urgency=medium
* Update Standards-Version to 4.7.1, no changes needed.

5
debian/control vendored
View File

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

8
debian/copyright vendored
View File

@ -4,7 +4,7 @@ Source: https://github.com/lxqt/libqtxdg
Files: *
Copyright: 2010-2012 Razor team
2012-2023 LXQt team
2012-2025 LXQt team
License: LGPL-2.1+
Copyright: 2013 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
@ -41,10 +41,10 @@ License: LGPL-2.1-or-3-with-Digia-1.1-exception
Files: debian/*
Copyright: 2013-2019 Alf Gaida <agaida@siduction.org>
2015-2022 Andrew Lee (李健秋) <ajqlee@debian.org>
2014-2016 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
2022 S. 7 <severusseptimius7@gmail.com>
2022-2024 Simon Quigley <tsimonq2@debian.org>
2023-2024 Aaron Rainbolt <arraybolt3@ubuntu.com>
2022-2025 Simon Quigley <tsimonq2@debian.org>
2014-2025 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
2023-2026 Aaron Rainbolt <arraybolt3@ubuntu.com>
License: LGPL-2.1+
License: BSD-3-clause

View File

@ -143,7 +143,6 @@ libQt6Xdg.so.4 libqt6xdg4 #MINVER#
_ZNK14XdgDesktopFile13startDetachedERK5QListI7QStringE@Base 4.0.0
_ZNK14XdgDesktopFile14actionActivateERK7QStringRK5QListIS0_E@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++)"typeinfo for XdgAction@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
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/
--- a/src/qtxdg/xdgdesktopfile.cpp
+++ b/src/qtxdg/xdgdesktopfile.cpp
@@ -38,6 +38,7 @@
@@ -37,6 +37,7 @@
#include <cstdlib>
#include <unistd.h>
@ -15,7 +15,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
#include <QDebug>
#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
{

11
debian/watch vendored
View File

@ -1,5 +1,6 @@
version=4
opts="searchmode=plain, \
pgpsigurlmangle=s/$/.asc/, \
uversionmangle=s/(\d+\.\d+\.\d+).*/$1/" \
https://api.github.com/repos/lxqt/@PACKAGE@/releases https:\/\/github.com\/lxqt\/@PACKAGE@\/releases\/download\/@ANY_VERSION@\/@PACKAGE@-@ANY_VERSION@.tar.xz
Version: 5
Template: GitHub
Owner: lxqt
Project: @PACKAGE@
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