From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8CkE-0005FJ-SY for guix-patches@gnu.org; Mon, 16 Apr 2018 18:37:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f8CkB-0000gS-Mu for guix-patches@gnu.org; Mon, 16 Apr 2018 18:37:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48529) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f8CkB-0000eQ-Dc for guix-patches@gnu.org; Mon, 16 Apr 2018 18:37:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f8CkB-0000kT-7W for guix-patches@gnu.org; Mon, 16 Apr 2018 18:37:03 -0400 Subject: bug#31166: [PATCH] gnu: Add mbpfan. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Marius Bakke In-Reply-To: <5q91mpyCT2ZRZojqp48_dQ9TlFSef_dANmrY3QsTWj1KtUHhahmPvDjAVEGf3sh1r7a2Ql_XOLtzpQjCuAJMblNdz5HXB2n5YnWh2W5xmAw=@protonmail.com> References: <5q91mpyCT2ZRZojqp48_dQ9TlFSef_dANmrY3QsTWj1KtUHhahmPvDjAVEGf3sh1r7a2Ql_XOLtzpQjCuAJMblNdz5HXB2n5YnWh2W5xmAw=@protonmail.com> Date: Tue, 17 Apr 2018 00:36:31 +0200 Message-ID: <87zi22bwy8.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Rene , 31166-done@debbugs.gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Rene 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 > 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: --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=diff.out 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+))) --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlrVJW8ACgkQoqBt8qM6 VPo6QQf+Os8e9xGFHWJ2ZM0a1oBRKRpPU2WnAnRRUE74zKjU+HCH8VXtUxUQvZXI eyCk8Ni9LWhMtle2muKrs+sRGzirSPpLBVMlVMlYeB+gLLnvZL28zrL7xQ0iu7PB NXzzaLQq3mriz7JmwF0BpXA06IShdLuoH97dUttwMw3XbupwsG/XNoXojhjEf9Ze 40v061s84NxqrI0YL4IbKaZeCFarX5Y4UJXvOSYzFaxspnJyg4xgpNfHziTzjJXP oNNIt6s9ei/eYiBytIqaywEITbkVxf75EagERNFSvREuMlxLfPJefJ6v7lEIhXcP momBqSVZCTiugTG9LGUzKiLGa7R3fA== =UAZX -----END PGP SIGNATURE----- --==-=-=--