summaryrefslogtreecommitdiff
path: root/extra/upower
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-05-02 12:00:40 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-05-02 12:00:40 +0200
commitc2ef76f233a03e87ba6f2a39ca06d6c8411525bd (patch)
tree443d415b43358dbcc1043b51f3299d3b07ee3c73 /extra/upower
parent3bcb803af0dd81dc1d1e3352d8dee1d731d33abb (diff)
parentdefe74c9cba07c321ad2869d8f6872e64a167324 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/open-vm-tools/PKGBUILD community-testing/open-vm-tools/vmware-guestd extra/exo/PKGBUILD extra/gnome-python-desktop/PKGBUILD extra/imagemagick/PKGBUILD extra/libindi/PKGBUILD extra/libxfce4util/PKGBUILD extra/terminal/PKGBUILD extra/xfburn/PKGBUILD extra/xfce4-appfinder/PKGBUILD extra/xfce4-dev-tools/PKGBUILD extra/xfce4-mailwatch-plugin/PKGBUILD extra/xfce4-notifyd/PKGBUILD extra/xfce4-panel/PKGBUILD extra/xfce4-screenshooter/PKGBUILD extra/xfce4-settings/PKGBUILD extra/xfce4-smartbookmark-plugin/PKGBUILD extra/xfce4-weather-plugin/PKGBUILD testing/cairo/PKGBUILD testing/lvm2/PKGBUILD testing/openmpi/PKGBUILD testing/udev/PKGBUILD
Diffstat (limited to 'extra/upower')
-rw-r--r--extra/upower/PKGBUILD19
1 files changed, 11 insertions, 8 deletions
diff --git a/extra/upower/PKGBUILD b/extra/upower/PKGBUILD
index b4d38eab5..c463cd031 100644
--- a/extra/upower/PKGBUILD
+++ b/extra/upower/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 157763 2012-04-29 07:02:42Z allan $
+# $Id: PKGBUILD 158002 2012-04-30 22:34:00Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=upower
-pkgver=0.9.15
-pkgrel=3
+pkgver=0.9.16
+pkgrel=1
pkgdesc="Abstraction for enumerating power devices, listening to device events and querying history and statistics"
arch=('i686' 'x86_64' 'mips64el')
url="http://upower.freedesktop.org"
@@ -12,20 +12,23 @@ depends=('udev' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 'libimobiledevice')
makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
options=('!libtool')
source=($url/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('d5941480f32dcee47401b3f650485c71f70e7eb0d92537bf4b62410248a6238c')
+sha256sums=('eb9a3d39a8cb62970fd612e333bc7a43437ab0e7890303578b0a7e3c67c8c212')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
# put udev files in /usr/lib
sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --libexecdir=/usr/lib/upower --disable-static
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var \
+ --libexecdir=/usr/lib/upower \
+ --with-systemdsystemunitdir=/usr/lib/systemd/system \
+ --disable-static
make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}