UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ 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: meson
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