GNU bug report logs -
#31166
[PATCH] gnu: Add mbpfan.
Previous Next
Reported by: Rene <pacoon <at> protonmail.com>
Date: Sun, 15 Apr 2018 16:45:02 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <mbakke <at> fastmail.com>
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 31166 in the body.
You can then email your comments to 31166 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#31166
; Package
guix-patches
.
(Sun, 15 Apr 2018 16:45:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Rene <pacoon <at> protonmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 15 Apr 2018 16:45:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello team,
this is a proposed patch to add mbpfan.
Thank you
Rene
[Message part 2 (text/html, inline)]
[0001-gnu-Add-mbpfan.patch (text/x-patch, attachment)]
Reply sent
to
Marius Bakke <mbakke <at> fastmail.com>
:
You have taken responsibility.
(Mon, 16 Apr 2018 22:37:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Rene <pacoon <at> protonmail.com>
:
bug acknowledged by developer.
(Mon, 16 Apr 2018 22:37:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 31166-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Rene <pacoon <at> protonmail.com> writes:
> Hello team,
> this is a proposed patch to add mbpfan.
>
> Thank you
> Rene
> From 48444809ee2d0f2993fb0c2a772f52a68f13b30a Mon Sep 17 00:00:00 2001
> From: Rene <pacoon <at> protonmail.com>
> Date: Sat, 14 Apr 2018 22:34:48 -0500
> Subject: [PATCH] gnu: Add mbpfan.
>
> * gnu/packages/linux.scm (mbpfan): New variable.
Thanks!
Applied with the following changes:
[diff.out (text/x-patch, inline)]
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c0f33e72c..bc1e23fc1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4618,13 +4618,14 @@ interface to this kernel feature.")
(add-after 'unpack 'patch-paths
(lambda _
(substitute* "Makefile"
- (("/usr") ""))))
+ (("/usr") ""))
+ #t))
(delete 'configure)))) ; There's no configure phase.
(home-page "https://github.com/dgraziotin/mbpfan")
- (synopsis "Simple daemon to control fan speed")
+ (synopsis "Control fan speed on Macbooks")
(description
- "Mbpfan is a fan control daemon for Apple Macbooks, the daemon uses input
-from @code{coretemp} module and sets the fan speed using the @code{applesmc}
+ "mbpfan is a fan control daemon for Apple Macbooks. It uses input from
+the @code{coretemp} module and sets the fan speed using the @code{applesmc}
module. It can be executed as a daemon or in the foreground with root
privileges.")
- (license license:gpl3)))
+ (license license:gpl3+)))
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 15 May 2018 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 41 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.