File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ lxqt-powermanagement-2.2.1 / 2025-06-30
2
+ ========================================
3
+ * Use Qt provided FindXCB module.
4
+ * Added power-profiles info to README.
5
+
1
6
lxqt-powermanagement-2.2.0 / 2025-04-17
2
7
========================================
3
8
* Added support for power profiles.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
15
15
16
16
option (UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF )
17
17
18
- set (LXQTBT_MINIMUM_VERSION "2.2.0 " )
18
+ set (LXQTBT_MINIMUM_VERSION "2.2.1 " )
19
19
set (KF6_MINIMUM_VERSION "6.0.0" )
20
20
set (LXQT_MINIMUM_VERSION "2.2.0" )
21
21
set (QT_MINIMUM_VERSION "6.6.0" )
@@ -34,7 +34,7 @@ find_package(XCB REQUIRED COMPONENTS DPMS SCREENSAVER)
34
34
message (STATUS "Building with Qt${Qt6Core_VERSION} " )
35
35
36
36
# Patch Version
37
- set (LXQT_POWERMANAGEMENT_PATCH_VERSION 0 )
37
+ set (LXQT_POWERMANAGEMENT_PATCH_VERSION 1 )
38
38
39
39
set (LXQT_POWERMANAGEMENT_VERSION ${LXQT_MAJOR_VERSION} .${LXQT_MINOR_VERSION} .${LXQT_POWERMANAGEMENT_PATCH_VERSION} )
40
40
add_definitions (
You can’t perform that action at this time.
0 commit comments