[arch-commits] Commit in upower/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Mar 13 22:56:15 UTC 2019
Date: Wednesday, March 13, 2019 @ 22:56:15
Author: heftig
Revision: 347882
archrelease: copy trunk to extra-x86_64
Added:
upower/repos/extra-x86_64/PKGBUILD
(from rev 347881, upower/trunk/PKGBUILD)
Deleted:
upower/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 83 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-13 22:56:00 UTC (rev 347881)
+++ PKGBUILD 2019-03-13 22:56:15 UTC (rev 347882)
@@ -1,41 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=upower
-pkgver=0.99.9
-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=59faabc3c2634b6677ae0e1f3d94a23bbca21b12 # tags/UPOWER_0_99_9^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
-}
Copied: upower/repos/extra-x86_64/PKGBUILD (from rev 347881, upower/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-03-13 22:56:15 UTC (rev 347882)
@@ -0,0 +1,42 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=upower
+pkgver=0.99.10
+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 python git gtk-doc)
+backup=(etc/UPower/UPower.conf)
+_commit=215049e7b80c5f24cb35cd229a445c6cf19bd381 # tags/UPOWER_0_99_10^0
+source=("git+https://gitlab.freedesktop.org/upower/upower.git#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 \
+ --enable-gtk-doc
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list