Compare commits

...

13 Commits

Author SHA1 Message Date
Aaron Rainbolt
a642210481
Bump build deps 2026-02-20 10:56:47 -05:00
Aaron Rainbolt
cf5b58eb12
Remove Rules-Requires-Root 2026-02-20 10:56:05 -05:00
Aaron Rainbolt
36a13db6aa
Bump Standards-Version 2026-02-20 10:55:50 -05:00
Aaron Rainbolt
52f9598dd7
Update copyright file 2026-02-20 10:55:30 -05:00
Aaron Rainbolt
d3759acc85
Bump version for new upstream release 2026-02-20 10:54:39 -05:00
Aaron Rainbolt
c75f891496
Use debian/watch version 5 (taken from Debian's packages) 2025-11-18 13:17:02 -06:00
Aaron Rainbolt
071ab1e8ff
Use a horrifically long line in debian/rules to fix the changelog name 2025-08-01 11:46:39 -05:00
Aaron Rainbolt
7ec7088192
DEP-3 is to be respected 2025-08-01 11:41:53 -05:00
Aaron Rainbolt
897b738579
Better to break than conflict 2025-08-01 11:36:53 -05:00
Aaron Rainbolt
13001c23e6
Bump Standards-Version 2025-08-01 11:33:24 -05:00
Aaron Rainbolt
e29f3e0ed4
Update build deps 2025-08-01 11:32:59 -05:00
Aaron Rainbolt
7cd9a0f058
Update copyright file 2025-08-01 11:31:46 -05:00
Aaron Rainbolt
ff9f1afafa
Bump version for new upstream release 2025-08-01 11:30:56 -05:00
6 changed files with 43 additions and 13 deletions

22
debian/changelog vendored
View File

@ -1,3 +1,25 @@
xdg-desktop-portal-lxqt (1.3.0-0ubuntu1) resolute; urgency=medium
* New upstream release.
- Update build dependencies.
* Update copyright file.
* Update Standards-Version to 4.7.3, no changes needed.
* Remove unnecessary Rules-Requires-Root.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Fri, 20 Feb 2026 10:54:20 -0500
xdg-desktop-portal-lxqt (1.2.0-0ubuntu1) questing; urgency=medium
* New upstream release.
- Update build dependencies.
* Update copyright file.
* Update Standards-Version to 4.7.2, no changes needed.
* Use Breaks/Replaces rather than Conflicts/Replaces on older lxqt-session
versions.
* Add DEP-3 header on add-kde-as-secondary-option.patch.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Fri, 01 Aug 2025 11:30:28 -0500
xdg-desktop-portal-lxqt (1.1.0-0ubuntu6) plucky; urgency=medium
* Update Standards-Version to 4.7.1, no changes needed.

9
debian/control vendored
View File

@ -5,7 +5,7 @@ Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 13),
cmake (>= 3.18),
libfm-qt6-dev (>= 2.1.0),
libfm-qt6-dev (>= 2.3.0),
libkf6windowsystem-dev (>= 6.0.0),
libxcb-composite0-dev,
libxcb-cursor-dev,
@ -34,18 +34,17 @@ Build-Depends: debhelper-compat (= 13),
libxcb-xv0-dev,
libxcb-xvmc0-dev,
libxkbcommon-dev (>= 0.5.0),
lxqt-build-tools (>= 2.1.0),
lxqt-build-tools (>= 2.3.0),
qt6-base-private-dev (>= 6.6.0)
Standards-Version: 4.7.1
Standards-Version: 4.7.3
Vcs-Browser: https://git.lubuntu.me/Lubuntu/xdg-desktop-portal-lxqt-packaging
Vcs-Git: https://git.lubuntu.me/Lubuntu/xdg-desktop-portal-lxqt-packaging.git
Homepage: https://github.com/lxqt/xdg-desktop-portal-lxqt
Rules-Requires-Root: no
Package: xdg-desktop-portal-lxqt
Architecture: any
Depends: xdg-desktop-portal, ${misc:Depends}, ${shlibs:Depends}
Conflicts: lxqt-session (<< 2.1.0)
Breaks: lxqt-session (<< 2.1.0)
Replaces: lxqt-session (<< 2.1.0)
Pre-Depends: ${misc:Pre-Depends}
Provides: xdg-desktop-portal-backend

5
debian/copyright vendored
View File

@ -3,7 +3,7 @@ Upstream-Name: qtxdg-tools
Source: https://github.com/lxqt/qtxdg-tools
Files: *
Copyright: 2021-2024 LXQt team
Copyright: 2021-2025 LXQt team
License: LGPL-2.1
Files: src/desktopportal.cpp
@ -23,7 +23,8 @@ License: LGPL-2.1+
Files: debian/*
Copyright: 2022-2025 Simon Quigley <tsimonq2@ubuntu.com>
2022-2024 Aaron Rainbolt <arraybolt3@gmail.com>
2025 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
2022-2026 Aaron Rainbolt <arraybolt3@gmail.com>
License: LGPL-2.1+
License: LGPL-2.1

View File

@ -1,3 +1,9 @@
Description: Add KDE desktop portal as fallback
KDE's desktop portal is a better fallback than GTK's for Qt-based desktop
environments. Try KDE's before falling back to GTK's.
Forwarded: no
Author: Simon Quigley <tsimonq2@ubuntu.com>
Reviewed-By: Aaron Rainbolt <arraybolt3@ubuntu.com>
--- a/data/lxqt-portals.conf
+++ b/data/lxqt-portals.conf
@@ -1,3 +1,2 @@

3
debian/rules vendored
View File

@ -9,7 +9,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
override_dh_installchangelogs:
dh_installchangelogs -O--buildsystem=cmake
gzip -9 debian/xdg-desktop-portal-lxqt/usr/share/doc/xdg-desktop-portal-lxqt/CHANGELOG
mv debian/xdg-desktop-portal-lxqt/usr/share/doc/xdg-desktop-portal-lxqt/CHANGELOG debian/xdg-desktop-portal-lxqt/usr/share/doc/xdg-desktop-portal-lxqt/changelog
gzip -9 debian/xdg-desktop-portal-lxqt/usr/share/doc/xdg-desktop-portal-lxqt/changelog
override_dh_auto_configure:
dh_auto_configure -- \

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