2016-02-24 01:27:23 +01:00
|
|
|
# Description: To enumerating power devices, listening to device events, querying history and statistics
|
|
|
|
# URL: http://upower.freedesktop.org
|
2017-03-06 18:29:04 +01:00
|
|
|
# Packager: yasarciv
|
2016-02-24 01:27:23 +01:00
|
|
|
# Depends on: dbus-glib libusb intltool polkit gobject-introspection libgudev pm-utils
|
|
|
|
|
|
|
|
name=upower
|
2017-03-06 23:54:55 +01:00
|
|
|
version=0.99.4
|
2016-02-24 01:27:23 +01:00
|
|
|
release=1
|
2017-03-06 23:54:55 +01:00
|
|
|
source=(http://$name.freedesktop.org/releases/$name-$version.tar.xz
|
|
|
|
fix-critical-action.patch)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
build() {
|
2017-03-06 23:54:55 +01:00
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
patch -p 1 -i $SRC/fix-critical-action.patch
|
|
|
|
|
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--sysconfdir=/usr/etc \
|
|
|
|
--localstatedir=/var \
|
|
|
|
--libexecdir=/usr/lib/$name \
|
|
|
|
--disable-man-pages
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2016-02-24 01:27:23 +01:00
|
|
|
}
|