[arch-commits] Commit in upower/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Sep 12 21:34:19 UTC 2018


    Date: Wednesday, September 12, 2018 @ 21:34:18
  Author: jgc
Revision: 334437

upgpkg: upower 0.99.8-2

Add two upstream patches to fix keyboard backlight (FS#59865) and access to udev events (FS#59984)

Modified:
  upower/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-12 20:58:27 UTC (rev 334436)
+++ PKGBUILD	2018-09-12 21:34:18 UTC (rev 334437)
@@ -2,7 +2,7 @@
 
 pkgname=upower
 pkgver=0.99.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Abstraction for enumerating power devices, listening to device events and querying history and statistics"
 url="https://upower.freedesktop.org"
 arch=(x86_64)
@@ -21,6 +21,8 @@
 
 prepare() {
   cd $pkgname
+  git cherry-pick -n 99b2e1a751e6208a7be61b50652973df5a9f1d83
+  git cherry-pick -n 453ec99c5c34a304f15ac9d4b6e50f5bf281fee3
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list