Compare commits

..

No commits in common. "ubuntu/questing" and "ubuntu/2.1.0-0ubuntu1" have entirely different histories.

5 changed files with 64 additions and 86 deletions

21
debian/changelog vendored
View File

@ -1,24 +1,3 @@
lxqt-powermanagement (2.2.1-0ubuntu1) questing; urgency=medium
* New upstream release.
- Update build dependencies.
- Refresh DPMS revert patch.
* Update Standards-Version to 4.7.2, no changes needed.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Wed, 30 Jul 2025 15:45:36 -0500
lxqt-powermanagement (2.1.0-0ubuntu3) plucky; urgency=medium
* Update Standards-Version to 4.7.1, no changes needed.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 21 Feb 2025 16:37:50 -0600
lxqt-powermanagement (2.1.0-0ubuntu2) plucky; urgency=medium
* No-change rebuild for lxqt-build-tools C++17 -> C++20.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 03 Jan 2025 03:58:19 -0600
lxqt-powermanagement (2.1.0-0ubuntu1) plucky; urgency=medium
* New upstream release.

8
debian/control vendored
View File

@ -10,15 +10,15 @@ Build-Depends: debhelper-compat (= 13),
libkf6idletime-dev,
libkf6solid-dev,
libkf6windowsystem-dev,
liblxqt-globalkeys-ui2-dev (>= 2.2.0),
liblxqt-globalkeys2-dev (>= 2.2.0),
liblxqt2-dev (>= 2.2.0),
liblxqt-globalkeys-ui2-dev (>= 2.1.0),
liblxqt-globalkeys2-dev (>= 2.1.0),
liblxqt2-dev (>= 2.1.0),
libx11-dev,
libxcb-dpms0-dev,
libxcb-screensaver0-dev,
qt6-base-private-dev (>= 6.6.0),
qt6-svg-dev (>= 6.6.0)
Standards-Version: 4.7.2
Standards-Version: 4.7.0
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-powermanagement-packaging
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-powermanagement-packaging.git
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-powermanagement

5
debian/copyright vendored
View File

@ -3,7 +3,7 @@ Upstream-Name: lxqt-powermanagement
Source: https://github.com/lxqt/lxqt-powermanagement
Files: *
Copyright: 2013-2025, LXQt team
Copyright: 2013-2024, LXQt team
2011-2012, Razor team
License: LGPL-2.1+
@ -24,10 +24,9 @@ Copyright: 2013, Alec Moskvin <alecm@gmx.com>
License: LGPL-2.1+
Files: debian/*
Copyright: 2021-2025, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
Copyright: 2021-2024, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
2014-2019, Alf Gaida <agaida@siduction.org>
2015, Andrew Lee (李健秋) <ajqlee@debian.org>
2025, Aaron Rainbolt <arraybolt3@ubuntu.com>
License: LGPL-2.1+
License: LGPL-2.1+

View File

@ -11,18 +11,18 @@ Last-Update: 2024-06-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
--- lxqt-powermanagement-2.0.0.orig/CMakeLists.txt
+++ lxqt-powermanagement-2.0.0/CMakeLists.txt
@@ -29,7 +29,6 @@ find_package(KF6IdleTime ${KF6_MINIMUM_V
find_package(KF6Solid ${KF6_MINIMUM_VERSION} REQUIRED)
find_package(lxqt ${LXQT_MINIMUM_VERSION} REQUIRED)
find_package(lxqt-globalkeys-ui ${LXQT_GLOBALKEYS_MINIMUM_VERSION} REQUIRED)
-find_package(XCB REQUIRED COMPONENTS DPMS SCREENSAVER)
-find_package(XCB REQUIRED COMPONENTS xcb-dpms xcb-screensaver)
message(STATUS "Building with Qt${Qt6Core_VERSION}")
--- a/src/idlenesswatcher.cpp
+++ b/src/idlenesswatcher.cpp
--- lxqt-powermanagement-2.0.0.orig/src/idlenesswatcher.cpp
+++ lxqt-powermanagement-2.0.0/src/idlenesswatcher.cpp
@@ -35,8 +35,6 @@
#include <QDebug>
#include <LXQt/lxqtnotification.h>
@ -94,8 +94,8 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
}
}
--- a/src/idlenesswatcher.h
+++ b/src/idlenesswatcher.h
--- lxqt-powermanagement-2.0.0.orig/src/idlenesswatcher.h
+++ lxqt-powermanagement-2.0.0/src/idlenesswatcher.h
@@ -45,8 +45,6 @@ private Q_SLOTS:
void onSettingsChanged();