From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id KD2UM35AD2N+0QAAbAwnHQ (envelope-from ) for ; Wed, 31 Aug 2022 13:05:34 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id oNq7Mn5AD2MzJgEAG6o9tA (envelope-from ) for ; Wed, 31 Aug 2022 13:05:34 +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 78F773F12F for ; Wed, 31 Aug 2022 13:05:34 +0200 (CEST) Received: from localhost ([::1]:45168 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oTLXJ-0006xs-LR for larch@yhetil.org; Wed, 31 Aug 2022 07:05:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56940) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTLWo-0006uL-Dw for guix-patches@gnu.org; Wed, 31 Aug 2022 07:05:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48616) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oTLWo-0004uj-3v for guix-patches@gnu.org; Wed, 31 Aug 2022 07:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oTLWn-000359-V1 for guix-patches@gnu.org; Wed, 31 Aug 2022 07:05:01 -0400 Subject: bug#46278: [PATCH v2] Add fwupd Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 31 Aug 2022 11:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 46278 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: phodina Cc: "46278@debbugs.gnu.org" <46278-done@debbugs.gnu.org> Mail-Followup-To: 46278@debbugs.gnu.org, ludo@gnu.org, lle-bout@zaclys.net Received: via spool by 46278-done@debbugs.gnu.org id=D46278.166194387511708 (code D ref 46278); Wed, 31 Aug 2022 11:05:01 +0000 Received: (at 46278-done) by debbugs.gnu.org; 31 Aug 2022 11:04:35 +0000 Received: from localhost ([127.0.0.1]:38360 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oTLWM-00032m-J0 for submit@debbugs.gnu.org; Wed, 31 Aug 2022 07:04:34 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57752) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oTLWH-00031V-NZ for 46278-done@debbugs.gnu.org; Wed, 31 Aug 2022 07:04:33 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:52792) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTLWA-0004nR-QB; Wed, 31 Aug 2022 07:04:24 -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=7QRzkwERJbZnCx0NVhDx7lX4r8hIQ3rZgE8aWpghAw0=; b=mCIDyv7KqzdlAP5iOVRG OleolAcm7iHP3u2c/47mbMXfjKmLoUUvRDN0ZO1r9c4l4mPYdo3aNj2n/InMlG40dPFeehCUEM5eQ pBJpJucbXQd+WH672ogHiAUZ23jxJ5yEi0ZXMLvDQY3DL+PPoUJD7k1OjPnNxWptxvSQzgBfqqGN6 qOZwe5z0xCmF8Oceb/3GQyQ8GnQbqg7h99hG9gBCLRYVDDpo5b4XwBCLdcm1Jl1hMGSlxI+CsJwZH 3x862deM9eFAsRSv0wyMMxtZ8C89SnW8jUTpY7Gn1UeEuj0+E1JCu4KkKEIzlVWybGLic9oW5BJ+D HxiBsLV+90xwfQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:57551 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTLW8-0002qh-6P; Wed, 31 Aug 2022 07:04:21 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Quartidi 14 Fructidor an 230 de la =?UTF-8?Q?R=C3=A9volution, ?= jour de la Noix X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 31 Aug 2022 13:04:17 +0200 In-Reply-To: (phodina@protonmail.com's message of "Sun, 14 Aug 2022 21:44:07 +0000") Message-ID: <87fshcbrny.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-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1661943934; 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=7QRzkwERJbZnCx0NVhDx7lX4r8hIQ3rZgE8aWpghAw0=; b=PdtQQItbzghMVH9kg2bwuDIbSul/jbgyZHNkWM6VncNEFzbTcE9tBm3zeuUlDl5f0iNRDH xjUYMlgf6v01hv3JKpSqWL2lTCSsOh3lOxsB/9HbnzLfb0UCf8elVkKxYQK4DdUhD0+vUh fPaOUbZOHCEyTsSXPWi2qR8qVAVkD8rUDq7XLfa/dAAbMMptKnq0C9ceiknkvOoVpspKZ4 qBLjUfbAQhi14vZ3V3w0ys3TK5m55ys9LJioViP5cF9T2dIZEZac3qNr5cS9ibP3vWxnp6 DZ/pDVFuUOASo/6FAQMcPoR5aBu0LV5jMtTZd/hGJZG5pzXdEk5YQBzPUBy6XA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1661943934; a=rsa-sha256; cv=none; b=YvVP7swQliU3QbSF7wAfy75KsOBw0nbxWhWZM6EvjtAdfW659v1zyPTTLMA86xeCLAoC5g wwnvcwigrLhnllBKYjzGquyU8wWvRD8vpLhEuqGnCKI5mgP82p7BSNlpNGO8+EEu4hmQgl BnoD8IpMo+tnwFdISLkUwH68CIJTJrs05p2lwJIxn+iUKzrQ2WazL+A4wRLfJUjQd0fLOp MNxTgQWAY/0dz2ZCRnf2My6T1BF4T9NFq7eaa27Mevra+//y4vohTh7UvWAdRPK7hAW6p5 IkO/IFpqb9F0tY8M0LXLOykatXYuQjjJIHS05YJLBigxzMeqQ+nzo0ExYH8cwA== 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=mCIDyv7K; 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: -1.98 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=mCIDyv7K; 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: 78F773F12F X-Spam-Score: -1.98 X-Migadu-Scanner: scn0.migadu.com X-TUID: 1OKz3L3KOP5q --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, phodina skribis: > I attempted to add also Gnome GUI but for some reason the pkgconfig in me= son is not detecting the fwupd even though that when ran manually it finds = it. Hmm maybe we should discuss that separately. > From d5bb4d798b40d91119d54077514d70234f6f3818 Mon Sep 17 00:00:00 2001 > From: Petr Hodina > Date: Tue, 4 Jan 2022 06:58:51 +0100 > Subject: [PATCH v2 1/2] gnu: Add fwupd. > > * gnu/packages/firmware.scm (fwupd): New variable. Applied with the minor changes below, thanks! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm index dc5d5c3452..3a5ade4b77 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -268,9 +268,9 @@ (define-public fwupd libsmbios gnu-efi)) (home-page "https://fwupd.org/") - (synopsis "A simple daemon to allow session software to update firmware") - (description "This package aims to make updating firmware on Linux -automatic, safe and reliable.") + (synopsis "Daemon to allow session software to update firmware") + (description "This package aims to make updating firmware on GNU/Linux +automatic, safe and reliable. It is used by tools such as GNOME Software.") (license license:lgpl2.1+))) (define-public openfwwf-firmware --=-=-=--