upower: no need to depend in pm-utils anymore.
This commit is contained in:
parent
f03c060fa4
commit
94f79de98a
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'upower'
|
||||
pkgname=upower
|
||||
version=0.9.18
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-backend=linux
|
||||
--enable-systemd --with-systemdutildir=/usr/lib/systemd
|
||||
|
@ -11,7 +11,7 @@ subpackages="upower-devel"
|
|||
depends="dbus"
|
||||
makedepends="pkg-config intltool libxslt docbook-xsl gobject-introspection
|
||||
libusb-devel libgudev-devel dbus-glib-devel polkit-devel systemd-devel"
|
||||
fulldepends="udev pm-utils"
|
||||
fulldepends="udev"
|
||||
short_desc="Abstraction for enumerating power devices"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
|
|
Loading…
Reference in New Issue