[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: thermald: Update to 2.2.
From: |
guix-commits |
Subject: |
02/06: gnu: thermald: Update to 2.2. |
Date: |
Wed, 4 Nov 2020 13:30:48 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 7a67a45fa66dd77e544b33140ec385aeaa6e74b3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Nov 4 15:52:35 2020 +0200
gnu: thermald: Update to 2.2.
* gnu/packages/admin.scm (thermald): Update to 2.2.
[arguments]: Remove sysconfdir flag from configure-flags.
[native-inputs]: Add autoconf-archive.
---
gnu/packages/admin.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 2065a4b..fa0c69b 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3389,7 +3389,7 @@ make it a perfect utility on modern distros.")
(define-public thermald
(package
(name "thermald")
- (version "1.9.1")
+ (version "2.2")
(source
(origin
(method git-fetch)
@@ -3398,18 +3398,17 @@ make it a perfect utility on modern distros.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0iagc3jqpnh6q2fa1gx4wx6r8qg0556j60xr159zqg95djr4dv99"))))
+ (base32 "1nrhv3bypyc48h9smj5cpq63rawm6vqyg3cwkhpz69rgjnf1283m"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
(let ((out (assoc-ref %outputs "out")))
- (list (string-append "--sysconfdir="
- out "/etc")
- (string-append "--with-dbus-sys-dir="
+ (list (string-append "--with-dbus-sys-dir="
out "/etc/dbus-1/system.d")
"--localstatedir=/var"))))
(native-inputs
`(("autoconf" ,autoconf)
+ ("autoconf-archive" ,autoconf-archive)
("automake" ,automake)
("glib" ,glib "bin") ; for glib-genmarshal, etc.
("pkg-config" ,pkg-config)))
- branch master updated (7401f71 -> ed68321), guix-commits, 2020/11/04
- 01/06: gnu: thermald: Update source uri., guix-commits, 2020/11/04
- 02/06: gnu: thermald: Update to 2.2.,
guix-commits <=
- 03/06: gnu: dstat: Update source uri., guix-commits, 2020/11/04
- 06/06: gnu: pam-krb5: Update source uri., guix-commits, 2020/11/04
- 04/06: gnu: solaar: Update source uri., guix-commits, 2020/11/04
- 05/06: gnu: solaar: Update to 1.0.4., guix-commits, 2020/11/04