UmVirt LFS Package info
DB commit: 6e4df3ea22c3eb21cad56028aab30db41fa6a0c4
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
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.7.tar.bz2
Source file size: 153279
Source file MD5-checkum: d5eeb9af086f696bb55bb979a7fb06ca
Source directory: upower-v1.90.7
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/u/upower-v1.90.7.tar.bz2
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/u/upower-v1.90.7.tar.bz2.md5sum
Dependances: gobject-introspection, libgudev, libusb.
Dependance of: mate-power-manager, lxqt-powermanagement, solid, mate-applets, xfce4-power-manager, power-profiles-daemon, xfce4-settings, !gnome-session, gnome-bluetooth, !tracker-miners, !gnome-settings-daemon.
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 man=false  
Build script:
    
cd    build                         &&
ninja
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    LC_ALL=C ninja test
fi
Install script:
    
cd    build                         &&
ninja install