Package: repowerd / 2025.09-1

Metadata

Package Version Patches format
repowerd 2025.09-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001_enable builds without lsc.patch | (download)

CMakeLists.txt | 5 5 + 0 - 0 !
src/core/default_state_machine.cpp | 5 5 + 0 - 0 !
2 files changed, 10 insertions(+)

 [patch] src: enable builds without lomiri system compositor
 integration

Useful for distributions without LSC in their configuration.
Required CMake config: -DREPOWERD_ENABLE_LSC=ON

0002_sysfs path thinpad x13s.patch | (download)

src/adapters/sysfs_backlight.cpp | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 [patch] src/adapters: enable sysfs path used by thinkpad x13s

Enables control of the brightness slider.

1002_fix tests when building without lsc support.patch | (download)

tests/core-tests/acceptance_test.cpp | 17 16 + 1 - 0 !
tests/core-tests/test_notification.cpp | 6 6 + 0 - 0 !
tests/core-tests/test_power_button.cpp | 4 4 + 0 - 0 !
tests/core-tests/test_session.cpp | 2 2 + 0 - 0 !
tests/core-tests/test_system_power_control.cpp | 6 6 + 0 - 0 !
tests/core-tests/test_user_activity.cpp | 4 4 + 0 - 0 !
6 files changed, 38 insertions(+), 1 deletion(-)

---
1003_fix gcc 15.patch | (download)

src/tools/cli.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix ftbfs with gcc-15.
1004_disable performance tests if building without hybris support.patch | (download)

tests/core-tests/CMakeLists.txt | 16 12 + 4 - 0 !
1 file changed, 12 insertions(+), 4 deletions(-)

 disable performance booster tests if building without libhybris. (no boosters except from the nullbooster available then).