Compare commits
10 Commits
b8794a24c5
...
8ed4d2fee4
Author | SHA1 | Date | |
---|---|---|---|
8ed4d2fee4 | |||
8ec744d5de | |||
2933886069 | |||
240fb8b1bb | |||
c6ee896a42 | |||
e00f8079c0 | |||
e7a8f739da | |||
757c368a42 | |||
21be4eb9ba | |||
8bcf3a619e |
23
debian/changelog
vendored
23
debian/changelog
vendored
@ -1,3 +1,26 @@
|
||||
xdg-desktop-portal-lxqt (0.3.0-0ubuntu1~ppa1) jammy; urgency=medium
|
||||
|
||||
* Backport to Jammy.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 18 Nov 2022 19:17:23 -0600
|
||||
|
||||
xdg-desktop-portal-lxqt (0.3.0-0ubuntu1) lunar; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
* Fix the watch file, for real this time.
|
||||
* Lubuntuify the package slightly, to make debhelper happy.
|
||||
* Bump build dependencies in debian/control.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 18 Nov 2022 19:16:03 -0600
|
||||
|
||||
xdg-desktop-portal-lxqt (0.2.0-0ubuntu2) kinetic; urgency=medium
|
||||
|
||||
* Removed redundant "Repository-Browser" field from d/upstream/metadata.
|
||||
* Removed obsolete "-Wl,--as-needed" linker flag.
|
||||
* Added "Rules-Requires-Root: no" to debian/control.
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@gmail.com> Fri, 15 Jul 2022 13:40:41 -0500
|
||||
|
||||
xdg-desktop-portal-lxqt (0.2.0-0ubuntu1) kinetic; urgency=medium
|
||||
|
||||
* Initial release.
|
||||
|
13
debian/control
vendored
13
debian/control
vendored
@ -4,19 +4,20 @@ Uploaders: Simon Quigley <tsimonq2@lubuntu.me>
|
||||
Section: libs
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
libfm-qt-dev (>= 1.1.0),
|
||||
libfm-qt-dev (>= 1.2.0),
|
||||
libkf5windowsystem-dev,
|
||||
libqt5x11extras5-dev,
|
||||
lxqt-build-tools (>= 0.11.0),
|
||||
lxqt-build-tools (>= 0.12.0),
|
||||
qtbase5-private-dev
|
||||
Standards-Version: 4.6.1
|
||||
Vcs-Browser: https://phab.lubuntu.me/source/liblxqt/
|
||||
Vcs-Git: https://phab.lubuntu.me/source/liblxqt.git
|
||||
Homepage: https://github.com/lxqt/qtxdg-tools
|
||||
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: libfm-qt-dev (>= 1.1.0),
|
||||
Depends: libfm-qt-dev (>= 1.2.0),
|
||||
libkf5windowsystem-dev,
|
||||
libqt5x11extras5-dev,
|
||||
xdg-desktop-portal,
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -2,7 +2,6 @@
|
||||
export DH_VERBOSE=1
|
||||
|
||||
export LC_ALL=C.UTF-8
|
||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
%:
|
||||
|
1
debian/upstream/metadata
vendored
1
debian/upstream/metadata
vendored
@ -3,4 +3,3 @@ Bug-Database: https://github.com/lxqt/xdg-desktop-portal-lxqt/issues
|
||||
Bug-Submit: https://github.com/lxqt/xdg-desktop-portal-lxqt/issues/new
|
||||
Changelog: https://github.com/lxqt/xdg-desktop-portal-lxqt/blob/master/CHANGELOG
|
||||
Repository: https://github.com/lxqt/xdg-desktop-portal-lxqt
|
||||
Repository-Browser: https://github.com/lxqt/xdg-desktop-portal-lxqt
|
||||
|
6
debian/watch
vendored
6
debian/watch
vendored
@ -1,3 +1,5 @@
|
||||
version=4
|
||||
opts="pgpsigurlmangle=s/$/.asc/" \
|
||||
https://github.com/lxqt/xdg-desktop-portal-lxqt/releases .*/xdg-desktop-portal-lxqt-([\d\.]+).tar.xz
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user