Refresh DPMS revert patch
This commit is contained in:
parent
70b91e587f
commit
682b13003e
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ lxqt-powermanagement (2.2.1-0ubuntu1) questing; urgency=medium
|
|||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
- Update build dependencies.
|
- Update build dependencies.
|
||||||
|
- Refresh DPMS revert patch.
|
||||||
* Update Standards-Version to 4.7.2, no changes needed.
|
* Update Standards-Version to 4.7.2, no changes needed.
|
||||||
|
|
||||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Wed, 30 Jul 2025 15:45:36 -0500
|
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Wed, 30 Jul 2025 15:45:36 -0500
|
||||||
|
14
debian/patches/revert-dpms-changes.patch
vendored
14
debian/patches/revert-dpms-changes.patch
vendored
@ -11,18 +11,18 @@ Last-Update: 2024-06-26
|
|||||||
---
|
---
|
||||||
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
||||||
|
|
||||||
--- lxqt-powermanagement-2.0.0.orig/CMakeLists.txt
|
--- a/CMakeLists.txt
|
||||||
+++ lxqt-powermanagement-2.0.0/CMakeLists.txt
|
+++ b/CMakeLists.txt
|
||||||
@@ -29,7 +29,6 @@ find_package(KF6IdleTime ${KF6_MINIMUM_V
|
@@ -29,7 +29,6 @@ find_package(KF6IdleTime ${KF6_MINIMUM_V
|
||||||
find_package(KF6Solid ${KF6_MINIMUM_VERSION} REQUIRED)
|
find_package(KF6Solid ${KF6_MINIMUM_VERSION} REQUIRED)
|
||||||
find_package(lxqt ${LXQT_MINIMUM_VERSION} REQUIRED)
|
find_package(lxqt ${LXQT_MINIMUM_VERSION} REQUIRED)
|
||||||
find_package(lxqt-globalkeys-ui ${LXQT_GLOBALKEYS_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}")
|
message(STATUS "Building with Qt${Qt6Core_VERSION}")
|
||||||
|
|
||||||
--- lxqt-powermanagement-2.0.0.orig/src/idlenesswatcher.cpp
|
--- a/src/idlenesswatcher.cpp
|
||||||
+++ lxqt-powermanagement-2.0.0/src/idlenesswatcher.cpp
|
+++ b/src/idlenesswatcher.cpp
|
||||||
@@ -35,8 +35,6 @@
|
@@ -35,8 +35,6 @@
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <LXQt/lxqtnotification.h>
|
#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
|
--- a/src/idlenesswatcher.h
|
||||||
+++ lxqt-powermanagement-2.0.0/src/idlenesswatcher.h
|
+++ b/src/idlenesswatcher.h
|
||||||
@@ -45,8 +45,6 @@ private Q_SLOTS:
|
@@ -45,8 +45,6 @@ private Q_SLOTS:
|
||||||
void onSettingsChanged();
|
void onSettingsChanged();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user