[arch-commits] Commit in upower/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue Aug 28 13:22:14 UTC 2018
Date: Tuesday, August 28, 2018 @ 13:22:14
Author: heftig
Revision: 333055
archrelease: copy trunk to extra-x86_64
Added:
upower/repos/extra-x86_64/PKGBUILD
(from rev 333054, upower/trunk/PKGBUILD)
Deleted:
upower/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 82 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 42 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-28 13:21:34 UTC (rev 333054)
+++ PKGBUILD 2018-08-28 13:22:14 UTC (rev 333055)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=upower
-pkgver=0.99.7
-pkgrel=1
-pkgdesc="Abstraction for enumerating power devices, listening to device events and querying history and statistics"
-arch=('x86_64')
-url="http://upower.freedesktop.org"
-license=('GPL')
-depends=('systemd' 'libusb' 'libimobiledevice' 'libgudev')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python2' 'git' 'gtk-doc')
-backup=('etc/UPower/UPower.conf')
-_commit=b443f750cfeee460323d8d9f214ff691345d01ef # tags/UPOWER_0_99_7^0
-source=(git://anongit.freedesktop.org/upower#commit=$_commit)
-md5sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed -e 's/UPOWER_//' -e 's/_/\./g' -e 's/-/+/g'
-}
-
-build() {
- cd $pkgname
-
- NOCONFIGURE=1 ./autogen.sh
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --libexecdir=/usr/lib/$pkgname \
- --disable-static
- make
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-}
Copied: upower/repos/extra-x86_64/PKGBUILD (from rev 333054, upower/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-28 13:22:14 UTC (rev 333055)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=upower
+pkgver=0.99.8
+pkgrel=1
+pkgdesc="Abstraction for enumerating power devices, listening to device events and querying history and statistics"
+url="https://upower.freedesktop.org"
+arch=(x86_64)
+license=(GPL)
+depends=(systemd libusb libimobiledevice libgudev)
+makedepends=(intltool docbook-xsl gobject-introspection python2 git gtk-doc)
+backup=(etc/UPower/UPower.conf)
+_commit=6d8eb754644922a2a3d5a074ce51a1d25a2cd1ee # tags/UPOWER_0_99_8^0
+source=("git+https://anongit.freedesktop.org/git/upower#commit=$_commit")
+md5sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed -e 's/UPOWER_//' -e 's/_/\./g' -e 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --libexecdir=/usr/lib \
+ --disable-static
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list