diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-02-18 19:50:22 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-27 23:22:25 +0200 |
commit | 4015e6cf3ce7a2787b4d9d8aee4c860c28c110fb (patch) | |
tree | c4821fd4feebc8bb562fd5b3bda7ec3556fb1a69 /freebsd/applications/kpowersave/pkg-descr | |
parent | 37c9371d70f9aeffc435b896e88bf20b490cfd55 (diff) | |
download | tde-packaging-4015e6cf3ce7a2787b4d9d8aee4c860c28c110fb.tar.gz tde-packaging-4015e6cf3ce7a2787b4d9d8aee4c860c28c110fb.zip |
FreeBSD: Update for final release R14.0.8.r14.0.8
Switch from gmake to ninja for CMake builds.
Switch several applications to CMake.
Add ports for several applications.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/applications/kpowersave/pkg-descr')
-rw-r--r-- | freebsd/applications/kpowersave/pkg-descr | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/freebsd/applications/kpowersave/pkg-descr b/freebsd/applications/kpowersave/pkg-descr new file mode 100644 index 000000000..2b2c2f2ee --- /dev/null +++ b/freebsd/applications/kpowersave/pkg-descr @@ -0,0 +1,30 @@ +HAL based power management applet for Trinity + +KPowersave is a TDE systray applet which allows to control the power +management settings and policies of your computer. +It relies on HAL to do the heavy lifting. + +Current feature list: + * support for ACPI, APM and PMU + * trigger suspend to disk/ram and standby + * switch cpu frequency policy (between: performance, dynamic and powersave) + * applet icon with information about AC state, battery fill and battery + (warning) states + * applet tooltip with information about battery fill and remaining battery + time/percentage + * autosuspend (to suspend the machine if the user has been inactive for a + defined time) + * a global configurable blacklist with programs which prevent autosuspend + (e.g. videoplayer and cd burning tools) + * trigger lock screen and select the lock method + * KNotify support + * online help + * localisations for many languages + +KPowersave supports schemes with following configurable specific +settings for: + * screensaver + * DPMS + * autosuspend + * scheme specific blacklist for autosuspend + * notification settings |