UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ 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: meson
Codename: upower
Source file: upower-v1.90.9.tar.bz2
Source directory: upower-v1.90.9
Package URL: upower-v1.90.9.tar.bz2
Package md5-checksum URL: upower-v1.90.9.tar.bz2.md5sum
Dependances: gobject-introspection, libgudev, libusb.
Dependance of: mate-power-manager, lxqt-powermanagement, mate-applets, solid, xfce4-power-manager, power-profiles-daemon, !gnome-session, xfce4-settings, 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