UmVirt LFS Package info

DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
[ BASH | XML | JSON ]

power-profiles-daemon

The Power-profiles-daemon package provides a program that allows modification of the system power/behavior state. This is used on many laptops and can be used by a Desktop Environment to activate power saving or performance CPU governors through dbus. On other systems, Power-profiles-daemon can be used as a streamlined way to set the CPU governor in order to increase system performance at the cost of energy usage.

Package info

Template:
Codename: power-profiles-daemon
Source file: power-profiles-daemon-0.30.tar.gz
Source directory: power-profiles-daemon-0.30
Package URL: power-profiles-daemon-0.30.tar.gz
Package md5-checksum URL: power-profiles-daemon-0.30.tar.gz.md5sum
Dependances: polkit, python3-pygobject, upower.
Dependance of: plasma.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd build &&

meson setup                \
      --prefix=/usr        \
      --buildtype=release  \
      -D gtk_doc=false     \
      -D tests=false       \
      ..

Build script:
cd build
ninja

Install script:
cd build
ninja install