Refresh DPMS revert patch

This commit is contained in:
Aaron Rainbolt 2025-07-30 16:08:15 -05:00
parent 70b91e587f
commit 682b13003e
Signed by: arraybolt3
GPG Key ID: A709160D73C79109
2 changed files with 8 additions and 7 deletions

1
debian/changelog vendored
View File

@ -2,6 +2,7 @@ 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

View File

@ -11,18 +11,18 @@ Last-Update: 2024-06-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- lxqt-powermanagement-2.0.0.orig/CMakeLists.txt
+++ lxqt-powermanagement-2.0.0/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/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 xcb-dpms xcb-screensaver)
-find_package(XCB REQUIRED COMPONENTS DPMS SCREENSAVER)
message(STATUS "Building with Qt${Qt6Core_VERSION}")
--- lxqt-powermanagement-2.0.0.orig/src/idlenesswatcher.cpp
+++ lxqt-powermanagement-2.0.0/src/idlenesswatcher.cpp
--- a/src/idlenesswatcher.cpp
+++ b/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/
}
}
--- lxqt-powermanagement-2.0.0.orig/src/idlenesswatcher.h
+++ lxqt-powermanagement-2.0.0/src/idlenesswatcher.h
--- a/src/idlenesswatcher.h
+++ b/src/idlenesswatcher.h
@@ -45,8 +45,6 @@ private Q_SLOTS:
void onSettingsChanged();