From 682b13003eb98d8f1268c2b800a65d44466ec7ba Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Wed, 30 Jul 2025 16:08:15 -0500 Subject: [PATCH] Refresh DPMS revert patch --- debian/changelog | 1 + debian/patches/revert-dpms-changes.patch | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index b3bf761..ead2c5d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 30 Jul 2025 15:45:36 -0500 diff --git a/debian/patches/revert-dpms-changes.patch b/debian/patches/revert-dpms-changes.patch index d980285..5665d3b 100644 --- a/debian/patches/revert-dpms-changes.patch +++ b/debian/patches/revert-dpms-changes.patch @@ -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 #include @@ -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();