GNU bug report logs -
#58392
[PATCH] gnu: Add nbfc-linux
Previous Next
Reported by: florhizome <florhizome <at> posteo.net>
Date: Sun, 9 Oct 2022 08:11:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58392 in the body.
You can then email your comments to 58392 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#58392
; Package
guix-patches
.
(Sun, 09 Oct 2022 08:11:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
florhizome <florhizome <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 09 Oct 2022 08:11:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This patch adds the nbfc-linux package, containing tools for fan control.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58392
; Package
guix-patches
.
(Tue, 11 Oct 2022 19:23:03 GMT)
Full text and
rfc822 format available.
Message #8 received at 58392 <at> debbugs.gnu.org (full text, mbox):
From: florhizome <florhizome <at> posteo.net>
---
gnu/packages/linux.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2a2b1614f9..5b58313f69 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5886,6 +5886,43 @@ (define-public freefall
feature, and a laptop with an accelerometer. It has no effect on SSDs.")
(license license:gpl2)))
+
+(define-public nbfc-linux
+ (let ((version "0.1.7")
+ (commit "4c2b75e4a875459e86a9892319889ff945e9cadf")
+ (revision "0"))
+ (package
+ (name "nbfc-linux")
+ (version (git-version version revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/nbfc-linux/nbfc-linux")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0mmyfaigrh3fd5v11a8p38km4m02qzsfx8yh72g0z405bzhqn5jk"))))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:make-flags (list (string-append "CC="
+ ,(cc-for-target))
+ (string-append "PREFIX="
+ (assoc-ref %outputs "out")))
+ #:tests? #f
+ #:phases (modify-phases %standard-phases
+ (delete 'configure))))
+ (native-inputs (list pkg-config))
+ (propagated-inputs (list python dmidecode))
+ (synopsis "NoteBook FanControl ported to Linux")
+ (description
+ "This is a C port of Stefan Hirschmann's NoteBook FanControl.
+
+ It provides the same utilities with the same interfaces as the original NBFC,
+ although the implementation differs.")
+ (home-page "https://github.com/nbfc-linux/nbfc-linux")
+ (license license:gpl3+))))
+
(define-public thinkfan
(package
(name "thinkfan")
base-commit: 40a42c4348635f186553938015f7e6a06be1e10c
--
2.37.3
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Tue, 18 Oct 2022 12:55:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
florhizome <florhizome <at> posteo.net>
:
bug acknowledged by developer.
(Tue, 18 Oct 2022 12:55:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 58392-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
florhizome <at> posteo.net skribis:
> From: florhizome <florhizome <at> posteo.net>
>
> ---
> gnu/packages/linux.scm | 37 +++++++++++++++++++++++++++++++++++++
Applied with a commit log and the cosmetic changes below.
Thanks!
Ludo’.
[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 015d957df5..864c379eac 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5924,10 +5924,9 @@ (define-public nbfc-linux
(propagated-inputs (list python dmidecode))
(synopsis "NoteBook FanControl ported to Linux")
(description
- "This is a C port of Stefan Hirschmann's NoteBook FanControl.
-
- It provides the same utilities with the same interfaces as the original NBFC,
- although the implementation differs.")
+ "This package provides a C port of NoteBook FanControl (NBFC), a fan
+control service for notebooks. It provides the same utilities with the same
+interfaces as the original NBFC, although the implementation differs.")
(home-page "https://github.com/nbfc-linux/nbfc-linux")
(license license:gpl3+))))
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 16 Nov 2022 12:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 267 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.