Date: Wednesday, July 31, 2013 @ 10:40:53 Author: jgc Revision: 191822
upgpkg: upower 0.9.21-1 Remove deprecated features, get rid of pm-utils Modified: upower/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-07-31 08:25:26 UTC (rev 191821) +++ PKGBUILD 2013-07-31 08:40:53 UTC (rev 191822) @@ -2,30 +2,25 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=upower -pkgver=0.9.20 -pkgrel=2 +pkgver=0.9.21 +pkgrel=1 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=('systemd-tools' 'libsystemd' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 'libimobiledevice') +depends=('systemd-tools' 'libsystemd' 'libusb' 'polkit' 'dbus-glib' 'libimobiledevice') makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd') options=('!libtool') source=($url/releases/$pkgname-$pkgver.tar.xz) -md5sums=('f175984d142dc8d2353a7da609836b69') +md5sums=('1aa2b9e6fd757cd151bbaa4991eacc18') build() { cd "$pkgname-$pkgver" - # put udev files in /usr/lib - # should be dropped as of 0.9.21!! - sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure - ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var \ --libexecdir=/usr/lib/$pkgname \ - --disable-static \ - --enable-deprecated + --disable-static make }
