Compare commits
7 Commits
ubuntu/2.1
...
ubuntu/que
Author | SHA1 | Date | |
---|---|---|---|
|
682b13003e | ||
|
70b91e587f | ||
|
14cd289ddf | ||
|
be9b5be51a | ||
|
69e7d78e3e | ||
c0a5d21319 | |||
a657e0710d |
21
debian/changelog
vendored
21
debian/changelog
vendored
@ -1,3 +1,24 @@
|
||||
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
8
debian/control
vendored
@ -10,15 +10,15 @@ Build-Depends: debhelper-compat (= 13),
|
||||
libkf6idletime-dev,
|
||||
libkf6solid-dev,
|
||||
libkf6windowsystem-dev,
|
||||
liblxqt-globalkeys-ui2-dev (>= 2.1.0),
|
||||
liblxqt-globalkeys2-dev (>= 2.1.0),
|
||||
liblxqt2-dev (>= 2.1.0),
|
||||
liblxqt-globalkeys-ui2-dev (>= 2.2.0),
|
||||
liblxqt-globalkeys2-dev (>= 2.2.0),
|
||||
liblxqt2-dev (>= 2.2.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.0
|
||||
Standards-Version: 4.7.2
|
||||
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
5
debian/copyright
vendored
@ -3,7 +3,7 @@ Upstream-Name: lxqt-powermanagement
|
||||
Source: https://github.com/lxqt/lxqt-powermanagement
|
||||
|
||||
Files: *
|
||||
Copyright: 2013-2024, LXQt team
|
||||
Copyright: 2013-2025, LXQt team
|
||||
2011-2012, Razor team
|
||||
License: LGPL-2.1+
|
||||
|
||||
@ -24,9 +24,10 @@ Copyright: 2013, Alec Moskvin <alecm@gmx.com>
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2021-2024, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
Copyright: 2021-2025, 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+
|
||||
|
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/
|
||||
|
||||
--- 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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user