forked from pool/lxqt-powermanagement
Accepting request 1135961 from home:sfalken:branches:X11:LXQt
- Added %dir declarations for icon directories, to clear buildfail of default TPMS timeouts being in conflict with * Removed "Ask" option from lid and idle watchers. OBS-URL: https://build.opensuse.org/request/show/1135961 OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-powermanagement?expand=0&rev=37
This commit is contained in:
parent
3df5dcf120
commit
2b39e386f6
@ -1,14 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 1 07:29:25 UTC 2024 - Shawn Dunn <sfalken@opensuse.org>
|
||||||
|
|
||||||
|
- Added %dir declarations for icon directories, to clear buildfail
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 5 22:14:58 UTC 2023 - Shawn Dunn <sfalken@opensuse.org>
|
Sun Nov 5 22:14:58 UTC 2023 - Shawn Dunn <sfalken@opensuse.org>
|
||||||
|
|
||||||
- Update to 1.4.0:
|
- Update to 1.4.0:
|
||||||
* Override DPMS on enabling idleness watcher (to fix the problem
|
* Override DPMS on enabling idleness watcher (to fix the problem
|
||||||
of default TPMS timeouts being in conflict with
|
of default TPMS timeouts being in conflict with
|
||||||
lxqt-powermanagement).
|
lxqt-powermanagement).
|
||||||
* Suspend screensaver when idle watcher is enabled (to prevent
|
* Suspend screensaver when idle watcher is enabled (to prevent
|
||||||
the screensaver timeout from kicking in and interfere with
|
the screensaver timeout from kicking in and interfere with
|
||||||
our daemon).
|
our daemon).
|
||||||
* Removed "Ask" option from lid and idle watchers.
|
* Removed "Ask" option from lid and idle watchers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 15 19:04:25 UTC 2023 - Shawn Dunn <sfalken@opensuse.org>
|
Sat Apr 15 19:04:25 UTC 2023 - Shawn Dunn <sfalken@opensuse.org>
|
||||||
|
@ -73,6 +73,8 @@ LXQt daemon for power management and auto-suspend
|
|||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc AUTHORS README.md
|
%doc AUTHORS README.md
|
||||||
|
%dir %{_datadir}/icons/hicolor/scalable
|
||||||
|
%{_datadir}/icons/hicolor/scalable/devices
|
||||||
%{_bindir}/lxqt*
|
%{_bindir}/lxqt*
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%{_datadir}/icons/hicolor/scalable/devices/*.svg
|
%{_datadir}/icons/hicolor/scalable/devices/*.svg
|
||||||
|
Loading…
Reference in New Issue
Block a user