[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/14: gnu: thermald: Update to 1.7.1.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/14: gnu: thermald: Update to 1.7.1. |
Date: |
Tue, 27 Feb 2018 10:50:19 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 4f3506a48a120ace07a3e0c85f02381b305be6a0
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Feb 26 21:47:20 2018 +0100
gnu: thermald: Update to 1.7.1.
* gnu/packages/admin.scm (thermald): Update to 1.7.1.
[arguments]: Substitute INVOKE for SYSTEM* and end phase with #t.
---
gnu/packages/admin.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index cf9524e..80cf8c3 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2373,7 +2373,7 @@ make it a perfect utility on modern distros.")
(define-public thermald
(package
(name "thermald")
- (version "1.6")
+ (version "1.7.1")
(source
(origin
(method url-fetch)
@@ -2381,7 +2381,7 @@ make it a perfect utility on modern distros.")
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256 (base32
- "14klz9fnvi9jdlaqwrp61xa5nh051n8ykrs1fh1wxd7j66qf2fn6"))))
+ "0isgmav3z3nb5bsdya8m3haqhzj1lyfjx7i812cqfjrh2a9msin4"))))
(build-system gnu-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
@@ -2389,6 +2389,7 @@ make it a perfect utility on modern distros.")
'unpack 'autogen.sh-and-fix-paths
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
+ ;; XXX this can probably be removed after version 1.7.1.
;; upstartconfir is hardcoded to /etc/init and the build
;; system tries to mkdir that. We don't even need
upstart
;; files at all; this is a fast and kludgy workaround
@@ -2397,7 +2398,8 @@ make it a perfect utility on modern distros.")
(string-append "upstartconfdir = "
out "/etc/init")))
;; Now run autogen
- (zero? (system* "sh" "autogen.sh"))))))
+ (invoke "sh" "autogen.sh")
+ #t))))
#:configure-flags
(let ((out (assoc-ref %outputs "out")))
(list (string-append "--sysconfdir="
- branch master updated (36d48a5 -> 7349fed), Tobias Geerinckx-Rice, 2018/02/27
- 05/14: gnu: soxr: Update to 0.1.3., Tobias Geerinckx-Rice, 2018/02/27
- 01/14: gnu: gcab: Update to 1.1., Tobias Geerinckx-Rice, 2018/02/27
- 06/14: gnu: phonon: Update to 4.10.0., Tobias Geerinckx-Rice, 2018/02/27
- 07/14: gnu: xfburn: Update to 0.5.5., Tobias Geerinckx-Rice, 2018/02/27
- 04/14: gnu: fluidsynth: Update to 1.1.10., Tobias Geerinckx-Rice, 2018/02/27
- 09/14: gnu: love: Fix build with address@hidden, Tobias Geerinckx-Rice, 2018/02/27
- 14/14: gnu: perl-x11-xcb: Update to 0.17., Tobias Geerinckx-Rice, 2018/02/27
- 13/14: gnu: perl-xml-sax-base: Update to 1.09., Tobias Geerinckx-Rice, 2018/02/27
- 02/14: gnu: thermald: Update to 1.7.1.,
Tobias Geerinckx-Rice <=
- 03/14: gnu: youtube-dl: Update to 2018.02.26., Tobias Geerinckx-Rice, 2018/02/27
- 11/14: gnu: spin2cpp: Update to 3.6.4., Tobias Geerinckx-Rice, 2018/02/27
- 12/14: gnu: tig: Update to 2.3.3., Tobias Geerinckx-Rice, 2018/02/27
- 10/14: gnu: godot: Update to 3.0.1., Tobias Geerinckx-Rice, 2018/02/27
- 08/14: gnu: perl-gd: Update to 2.68., Tobias Geerinckx-Rice, 2018/02/27