Compare commits
6 Commits
ubuntu/que
...
ubuntu/res
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a642210481 | ||
|
|
cf5b58eb12 | ||
|
|
36a13db6aa | ||
|
|
52f9598dd7 | ||
|
|
d3759acc85 | ||
|
|
c75f891496 |
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,3 +1,13 @@
|
|||||||
|
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
|
xdg-desktop-portal-lxqt (1.2.0-0ubuntu1) questing; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
|||||||
7
debian/control
vendored
7
debian/control
vendored
@ -5,7 +5,7 @@ Section: libs
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
cmake (>= 3.18),
|
cmake (>= 3.18),
|
||||||
libfm-qt6-dev (>= 2.2.0),
|
libfm-qt6-dev (>= 2.3.0),
|
||||||
libkf6windowsystem-dev (>= 6.0.0),
|
libkf6windowsystem-dev (>= 6.0.0),
|
||||||
libxcb-composite0-dev,
|
libxcb-composite0-dev,
|
||||||
libxcb-cursor-dev,
|
libxcb-cursor-dev,
|
||||||
@ -34,13 +34,12 @@ Build-Depends: debhelper-compat (= 13),
|
|||||||
libxcb-xv0-dev,
|
libxcb-xv0-dev,
|
||||||
libxcb-xvmc0-dev,
|
libxcb-xvmc0-dev,
|
||||||
libxkbcommon-dev (>= 0.5.0),
|
libxkbcommon-dev (>= 0.5.0),
|
||||||
lxqt-build-tools (>= 2.2.0),
|
lxqt-build-tools (>= 2.3.0),
|
||||||
qt6-base-private-dev (>= 6.6.0)
|
qt6-base-private-dev (>= 6.6.0)
|
||||||
Standards-Version: 4.7.2
|
Standards-Version: 4.7.3
|
||||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/xdg-desktop-portal-lxqt-packaging
|
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
|
Vcs-Git: https://git.lubuntu.me/Lubuntu/xdg-desktop-portal-lxqt-packaging.git
|
||||||
Homepage: https://github.com/lxqt/xdg-desktop-portal-lxqt
|
Homepage: https://github.com/lxqt/xdg-desktop-portal-lxqt
|
||||||
Rules-Requires-Root: no
|
|
||||||
|
|
||||||
Package: xdg-desktop-portal-lxqt
|
Package: xdg-desktop-portal-lxqt
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
|||||||
3
debian/copyright
vendored
3
debian/copyright
vendored
@ -23,7 +23,8 @@ License: LGPL-2.1+
|
|||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2022-2025 Simon Quigley <tsimonq2@ubuntu.com>
|
Copyright: 2022-2025 Simon Quigley <tsimonq2@ubuntu.com>
|
||||||
2022-2025 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+
|
||||||
|
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1
|
||||||
|
|||||||
11
debian/watch
vendored
11
debian/watch
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user