emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#31166: closed ([PATCH] gnu: Add mbpfan.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31166: closed ([PATCH] gnu: Add mbpfan.)
Date: Mon, 16 Apr 2018 22:37:03 +0000

Your message dated Tue, 17 Apr 2018 00:36:31 +0200
with message-id <address@hidden>
and subject line Re: [bug#31166] [PATCH] gnu: Add mbpfan.
has caused the debbugs.gnu.org bug report #31166,
regarding [PATCH] gnu: Add mbpfan.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
31166: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31166
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add mbpfan. Date: Sun, 15 Apr 2018 12:04:44 -0400
Hello team,
this is a proposed patch to add mbpfan.

Thank you
Rene

Attachment: 0001-gnu-Add-mbpfan.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [bug#31166] [PATCH] gnu: Add mbpfan. Date: Tue, 17 Apr 2018 00:36:31 +0200 User-agent: Notmuch/0.26.1 (https://notmuchmail.org) Emacs/25.3.1 (x86_64-pc-linux-gnu)
Rene <address@hidden> 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 <address@hidden>
> 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 --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+)))

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]