[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: upower: Update to 0.99.8.
From: |
Marius Bakke |
Subject: |
02/08: gnu: upower: Update to 0.99.8. |
Date: |
Wed, 1 Aug 2018 07:35:13 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 9ec5496525c6c20a174b487a69ecd555af56b924
Author: Marius Bakke <address@hidden>
Date: Mon Jul 30 21:17:09 2018 +0200
gnu: upower: Update to 0.99.8.
* gnu/packages/gnome.scm (upower): Update to 0.99.8.
[source](uri): Change to new download location*.
[arguments]: Remove #:phases.
* https://lists.freedesktop.org/archives/devkit-devel/2018-June/001829.html
---
gnu/packages/gnome.scm | 21 ++++++---------------
1 file changed, 6 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b1a0ccd..3d3d77b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2928,14 +2928,15 @@ faster results and to avoid unnecessary server load.")
(define-public upower
(package
(name "upower")
- (version "0.99.4")
+ (version "0.99.8")
(source (origin
(method url-fetch)
- (uri (string-append "https://upower.freedesktop.org/releases/"
- name "-" version ".tar.xz"))
+ (uri (string-append
"https://gitlab.freedesktop.org/upower/upower/"
+ "uploads/9125ab7ee96fdc4ecc68cfefb50c1cab/"
+ "upower-" version ".tar.xz"))
(sha256
(base32
- "1c1ph1j1fnrf3vipxb7ncmdfc36dpvcvpsv8n8lmal7grjk2b8ww"))
+ "00lzr0vyxz5lvmgya48gdb2cdgmfdim4b34jlfdyqakk1i9sl8xv"))
(patches (search-patches "upower-builddir.patch"))))
(build-system glib-or-gtk-build-system)
(arguments
@@ -2946,17 +2947,7 @@ faster results and to avoid unnecessary server load.")
#:configure-flags (list "--localstatedir=/var"
(string-append "--with-udevrulesdir="
(assoc-ref %outputs "out")
- "/lib/udev/rules.d"))
- #:phases
- (modify-phases %standard-phases
- (add-before 'configure 'patch-/bin/true
- (lambda _
- (substitute* "configure"
- (("/bin/true") (which "true")))))
- (add-before 'configure 'patch-integration-test
- (lambda _
- (substitute* "src/linux/integration-test"
- (("/usr/bin/python3") (which "python3"))))))))
+ "/lib/udev/rules.d"))))
(native-inputs
`(("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config)
- branch master updated (9805ee0 -> 2207053), Marius Bakke, 2018/08/01
- 05/08: gnu: elfutils: Update to 0.173., Marius Bakke, 2018/08/01
- 06/08: gnu: re2: Update to 2018-08-01., Marius Bakke, 2018/08/01
- 01/08: gnu: xapian: Update to 1.4.7., Marius Bakke, 2018/08/01
- 02/08: gnu: upower: Update to 0.99.8.,
Marius Bakke <=
- 03/08: gnu: upower: Add explicit dependency on Glib., Marius Bakke, 2018/08/01
- 04/08: gnu: freedesktop.scm: Remove unneeded imports., Marius Bakke, 2018/08/01
- 08/08: gnu: dmraid: Disable parallel build., Marius Bakke, 2018/08/01
- 07/08: gnu: xdotool: Update to 3.20160805.1., Marius Bakke, 2018/08/01