From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id WNxpOTuiTmMwXAAAbAwnHQ (envelope-from ) for ; Tue, 18 Oct 2022 14:55:24 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id QEKtOTuiTmOFXQAA9RJhRA (envelope-from ) for ; Tue, 18 Oct 2022 14:55:23 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 97D2C398D6 for ; Tue, 18 Oct 2022 14:55:23 +0200 (CEST) Received: from localhost ([::1]:57576 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1okm7u-00014x-Q0 for larch@yhetil.org; Tue, 18 Oct 2022 08:55:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33978) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okm7a-00013s-VQ for guix-patches@gnu.org; Tue, 18 Oct 2022 08:55:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52443) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1okm7a-0006gh-Mb for guix-patches@gnu.org; Tue, 18 Oct 2022 08:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1okm7a-0003Nn-88 for guix-patches@gnu.org; Tue, 18 Oct 2022 08:55:02 -0400 Subject: bug#58392: [PATCH] gnu: Add nbfc-linux Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 18 Oct 2022 12:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 58392 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: florhizome@posteo.net Cc: 58392-done@debbugs.gnu.org Mail-Followup-To: 58392@debbugs.gnu.org, ludo@gnu.org, florhizome@posteo.net Received: via spool by 58392-done@debbugs.gnu.org id=D58392.166609768912971 (code D ref 58392); Tue, 18 Oct 2022 12:55:02 +0000 Received: (at 58392-done) by debbugs.gnu.org; 18 Oct 2022 12:54:49 +0000 Received: from localhost ([127.0.0.1]:51520 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okm7N-0003N6-E3 for submit@debbugs.gnu.org; Tue, 18 Oct 2022 08:54:49 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44324) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okm7L-0003Mu-Fu for 58392-done@debbugs.gnu.org; Tue, 18 Oct 2022 08:54:47 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53630) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okm7F-0006b2-U7; Tue, 18 Oct 2022 08:54:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=r49AYLZ/AwrN0j5s64HMsESGHlIAF+pTe3ABpENxHHw=; b=d4godb0cE3ktuVgrJUjn DWWFlvBfdsk5wRhfGzU6zdl4xd4/QhdfmQVojQNPvcqK30tsn5Pgt2Atvq1Lj3FB7V73yPIPOhhEu NswFNJ3DpxVcG+VH0zy8skE6jvrbnLAPcp/SiOxezXhevukbJ8Y+xEOXvUOfRz4kmTOHx+EbohZxo 9QyZhC0Q8EI3jO4E9FQCd9JugDj5FB4O0lwnphVojApDoiX1eCRUoCbpHhb1LqQpzh3gm2HA3NUvd QMte4k55GbzqCa7L0NN2jxQE2gIE20lQRG4mQueu816tR/dE8baReeQ0qtDQJAsZvi+1PNzooiFl8 oooNH/gfGbLSiQ==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=36206 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okm7F-0003av-Bj; Tue, 18 Oct 2022 08:54:41 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <871qrit8bc.fsf@posteo.net> Date: Tue, 18 Oct 2022 14:54:39 +0200 In-Reply-To: (florhizome@posteo.net's message of "Tue, 11 Oct 2022 17:19:57 +0000") Message-ID: <87bkq9nvg0.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1666097723; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=r49AYLZ/AwrN0j5s64HMsESGHlIAF+pTe3ABpENxHHw=; b=PsCfyOCMP3vb0zwPEkdwJx8HkrKjnNy4tXxaJN9LCQEOvBbqbEj3NlRGE9HblIqAgBgkQE z4Rdp1dX/W1Jyu4xPli9gp0O3IdJrK8Pgz9RY+xb7xRj5uqFJzZi/CeIkSTvCk3yksoXIF TlQHl0ipLRNiephpDgjT53Ng23+YNaybTIN89+8YNafWzra1Fic9m8yZYJz+gMaoPhAxMe dx1EYEJAMPuQkemdMmfiOEkvFVWgAucA9aQPDWoXH3674uPK4nHexBd3bKPcfEq1W+jaSU 9kRRCvjzq7g5N8ELrJbKcyMnWsDDENNWGYntSSYLo1eny+eGAxLVhzBgMAAqtg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1666097723; a=rsa-sha256; cv=none; b=d/tt1l5s8gPOK87lHBB1y/xrODyonkFEmw0l/KxscewRdVf9z8R3/IuMpSc4/zhTvvRD/k s/MlrglzCVeoBm04M98vrKl+N4MKkIQsfxauE2RZiBkNFAJS7Vjmkkg3qNlRVvE/j7Smqj n8L7aGBHJgR1t1DRCeUwrh9kEMUO7tNuq53EWYv8SaxVG1QjDRIDr+G0wtFAg3LiVj0gfo 6uu+vZF8DzOK5m8Zfk3rI1p4Yc25zJeYYhDuz3/PZ9P04bZvYn3eym9oGsz2GigV4HFCSg MrCzzKfWHv00ojD90Phq2tGQnpvXqhPgWZRaL18H3ToBk+TSX9lZiyJJk/v8OA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=d4godb0c; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.82 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=d4godb0c; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 97D2C398D6 X-Spam-Score: -2.82 X-Migadu-Scanner: scn1.migadu.com X-TUID: BnjsHtBOX7jW --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, florhizome@posteo.net skribis: > From: florhizome > > --- > gnu/packages/linux.scm | 37 +++++++++++++++++++++++++++++++++++++ Applied with a commit log and the cosmetic changes below. Thanks! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: 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+)))) --=-=-=--