Compare commits

...

9 Commits

Author SHA1 Message Date
Aaron Rainbolt
96ffdb8897
Fix signing key (copy the one from lxqt-powermanagement) 2026-02-19 17:47:28 -05:00
Aaron Rainbolt
e23d0b447c
Bump build deps 2026-02-19 17:46:03 -05:00
Aaron Rainbolt
c2769f92c4
Remove Rules-Requires-Root 2026-02-19 17:45:26 -05:00
Aaron Rainbolt
28b9d3f59e
Bump Standards-Version 2026-02-19 17:45:02 -05:00
Aaron Rainbolt
d56de0348f
Fix watch file 2026-02-19 17:44:35 -05:00
Aaron Rainbolt
0c07f3ed66
Update copyright file 2026-02-19 17:43:57 -05:00
Aaron Rainbolt
bbba9e0643
Bump version for new upstream release 2026-02-19 17:43:02 -05:00
Rik Mills
efadefb101 Sync with Resolute archive. 2025-12-18 13:10:45 +00:00
Aaron Rainbolt
4fc93b8c53
Use debian/watch version 5 (taken from Debian's packages) 2025-11-18 13:17:00 -06:00
5 changed files with 79 additions and 62 deletions

17
debian/changelog vendored
View File

@ -1,3 +1,20 @@
lxqt-themes (2.3.0-0ubuntu1) resolute; urgency=medium
* New upstream release.
- Update build dependencies.
- Fix signing key.
* Update copyright file.
* Bump Standards-Version to 4.7.3, no changes necessary.
* Remove unnecessary Rules-Requires-Root.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 19 Feb 2026 17:42:37 -0500
lxqt-themes (2.2.0-0ubuntu2) resolute; urgency=medium
* Recommend kf6-breeze-icon-theme instead of transitional package.
-- Rik Mills <rikmills@kde.org> Thu, 18 Dec 2025 13:05:59 +0000
lxqt-themes (2.2.0-0ubuntu1) questing; urgency=medium lxqt-themes (2.2.0-0ubuntu1) questing; urgency=medium
* New upstream release. * New upstream release.

7
debian/control vendored
View File

@ -7,14 +7,13 @@ Uploaders: Alf Gaida <agaida@siduction.org>,
Aaron Rainbolt <arraybolt3@gmail.com> Aaron Rainbolt <arraybolt3@gmail.com>
Section: x11 Section: x11
Priority: optional Priority: optional
Build-Depends: cmake, debhelper-compat (= 13), lxqt-build-tools (>= 2.2.0) Build-Depends: cmake, debhelper-compat (= 13), lxqt-build-tools (>= 2.3.0)
Standards-Version: 4.7.2 Standards-Version: 4.7.3
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-themes-packaging Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-themes-packaging
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-themes-packaging.git Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-themes-packaging.git
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-themes Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-themes
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-themes.git Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-themes.git
Homepage: https://github.com/lxqt/lxqt-themes Homepage: https://github.com/lxqt/lxqt-themes
Rules-Requires-Root: no
Package: lxqt-themes Package: lxqt-themes
Architecture: all Architecture: all
@ -36,7 +35,7 @@ Package: lxqt-system-theme
Architecture: all Architecture: all
Multi-Arch: foreign Multi-Arch: foreign
Depends: x11-utils, ${misc:Depends} Depends: x11-utils, ${misc:Depends}
Recommends: papirus-icon-theme | oxygen-icon-theme | breeze-icon-theme | faenza-icon-theme Recommends: papirus-icon-theme | oxygen-icon-theme | kf6-breeze-icon-theme | faenza-icon-theme
Description: System theme for LXQt Description: System theme for LXQt
The System theme for LXQt provide basic styling for LXQt system The System theme for LXQt provide basic styling for LXQt system
components components

4
debian/copyright vendored
View File

@ -31,9 +31,9 @@ License: LGPL-3
Files: debian/* Files: debian/*
Copyright: 2014-2019 Alf Gaida <agaida@siduction.org> Copyright: 2014-2019 Alf Gaida <agaida@siduction.org>
2015 Andrew Lee (李健秋) <ajqlee@debian.org> 2015 Andrew Lee (李健秋) <ajqlee@debian.org>
2015 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
2022 Simon Quigley <tsimonq2@debian.org> 2022 Simon Quigley <tsimonq2@debian.org>
2023-2025 Aaron Rainbolt <arraybolt3@ubuntu.com> 2015-2025 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
2023-2026 Aaron Rainbolt <arraybolt3@ubuntu.com>
License: LGPL-2.1+ License: LGPL-2.1+
License: CC-BY-SA-3.0 License: CC-BY-SA-3.0

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