Fix upower with libusb1 package in platform

This commit is contained in:
Manuel 2010-12-18 17:28:32 +00:00
parent 2d4cbd20e6
commit 127725fff6

View File

@ -6,12 +6,12 @@
pkgname=upower
pkgver=0.9.7
pkgrel=1
pkgrel=2
pkgdesc="Abstraction for enumerating power devices, listening to device events and querying history and statistics"
arch=('i686' 'x86_64')
url="http://upower.freedesktop.org"
license=('GPL')
depends=('udev>=164' 'libusb>=1.0.8' 'polkit>=0.98' 'pm-utils' 'dbus-glib>=0.92')
depends=('udev>=164' 'libusb1>=1.0.8' 'polkit>=0.98' 'pm-utils' 'dbus-glib>=0.92')
makedepends=('pkg-config' 'intltool' 'docbook-xsl')
replaces=('devicekit-power')
options=('!libtool')
@ -24,4 +24,4 @@ build() {
--libexecdir=/usr/lib/upower --disable-static --disable-gtk-doc
make
make DESTDIR="${pkgdir}" install
}
}