UmVirt LFS Package info

DB commit: eeb5b556770c9a541df710c0fd927901d6de9d66
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

upower

The UPower package provides an interface for enumerating power devices, listening to device events and querying history and statistics. Any application or service on the system can access the org.freedesktop.UPower service via the system message bus.

Package info

Template:
Codename: upower
Source file: upower-v1.90.2.tar.bz2
Source file size: 138265
Source file MD5-checkum: bfd6e3275e61d7e097b53eb2b216fffa
Source directory: upower-v1.90.2
Package URL: https://umvirt.com/linux/downloads/0.2/packages/u/upower-v1.90.2.tar.bz2
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/u/upower-v1.90.2.tar.bz2.md5sum
Dependances: gobject-introspection, libgudev, libusb.
Dependance of: mate-power-manager, mate-applets, gnome-session, gnome-bluetooth, tracker-miners, gnome-settings-daemon.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sed '/parse_version/d' -i src/linux/integration-test.py

mkdir build                         &&
cd    build                         &&
meson setup ..            \
      --prefix=/usr       \
      --buildtype=release \
      -Dgtk-doc=false     \
      -Dman=false      

Build script:
cd    build                         &&
ninja

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    LC_ALL=C ninja test
fi

Install script:
cd    build                         &&
ninja install