From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id sKIQJOKZNGK8TwAAgWs5BA (envelope-from ) for ; Fri, 18 Mar 2022 15:40:34 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id +HHAIOKZNGJUSQAAauVa8A (envelope-from ) for ; Fri, 18 Mar 2022 15:40:34 +0100 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 272E63C018 for ; Fri, 18 Mar 2022 15:40:34 +0100 (CET) Received: from localhost ([::1]:41554 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nVDmK-0000RG-Ud for larch@yhetil.org; Fri, 18 Mar 2022 10:40:32 -0400 Received: from eggs.gnu.org ([209.51.188.92]:35006) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nVDlr-0000QA-F4 for guix-patches@gnu.org; Fri, 18 Mar 2022 10:40:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35927) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nVDlq-0006dJ-Pc for guix-patches@gnu.org; Fri, 18 Mar 2022 10:40:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nVDlq-0007AH-M1 for guix-patches@gnu.org; Fri, 18 Mar 2022 10:40:02 -0400 Subject: bug#54355: [PATCH] gnu: Add ckb-next. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 18 Mar 2022 14:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54355 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Formbi Cc: 54355-done@debbugs.gnu.org Mail-Followup-To: 54355@debbugs.gnu.org, ludo@gnu.org, formbi@protonmail.com Received: via spool by 54355-done@debbugs.gnu.org id=D54355.164761434427454 (code D ref 54355); Fri, 18 Mar 2022 14:40:02 +0000 Received: (at 54355-done) by debbugs.gnu.org; 18 Mar 2022 14:39:04 +0000 Received: from localhost ([127.0.0.1]:58056 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nVDkt-00078k-Qn for submit@debbugs.gnu.org; Fri, 18 Mar 2022 10:39:04 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57098) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nVDks-00078E-JF for 54355-done@debbugs.gnu.org; Fri, 18 Mar 2022 10:39:03 -0400 Received: from [2001:470:142:3::e] (port=49470 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nVDkn-0006Ts-8q; Fri, 18 Mar 2022 10:38:57 -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=+CaEToCyZphJBlzhvB3LB/dO3QBjUa05XCfRkM69okg=; b=TM//SAW47udJG9GrGyTI WC6w+o+FhGbIuhdcIfP5luy6zzrNc1V9z+RSfWtG583pYkiJkKxzO0nE/XbubLxp4btgdUjfBgHyc SmeA+tVtKBnQZrYMUOdrWeaN2ejEqjxOO3DeaG+Gba/WnriNR3FoM+e/mSKYZcqL+JRDpRRAl/5Eu F7G4dD2J8dQ8PGeW4JPmZ7Wu5xFQr2kH7ACUyJQ5NuT30f2nMgPIZMfg5i/UgSg041P8+hwwiC7NH /sj7ELaooHdUCQYVilZX7c4LjzTB7sGtWYAW5LCMkaJ1O3BerUJgrr/RMu7dj64cOZ125jUNkoUKI McmJJ53bMTmXIQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:62607 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nVDkm-00043G-TA; Fri, 18 Mar 2022 10:38:57 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Fri, 18 Mar 2022 15:38:54 +0100 In-Reply-To: (formbi@protonmail.com's message of "Sat, 12 Mar 2022 20:14:00 +0000") Message-ID: <87wngrpbpd.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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=1647614434; 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: content-transfer-encoding:content-transfer-encoding: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=+CaEToCyZphJBlzhvB3LB/dO3QBjUa05XCfRkM69okg=; b=Ay5FzsEvGU7TKh3q9MtbIvcKiFrhVz66IqrK0NjWoma3zQYpNiMEUifrC0PAQSNosDUN8C 0C9OzB78LLhsRUuTT+DsejNDNrrxoUB5vTu8pYefMk1o/702a0vs0ZXr8otRcm4Gucpv60 bv/DWZmI6YsXoyrkKJnNtbj4MXSKa/pR6pXFaOFFTT8SXUbfloHB2JBhNkiDGIIJ8J89z7 f+N34UmJ6/duAmF9+WkCoiCscELc8PZY9FvpmjPbwUfFtbVk1CW93Rk7+1BGCiQ9z3sWkf rnLHloz3vZ/V7J3gKLG8p84aR8N3lQHMuVPy/2QdkVwqDViPUD31JCzN1hUYTg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1647614434; a=rsa-sha256; cv=none; b=rVAbBhoknSHgkfrq/RiP6VBHHlEV0s6bHSu9NcKec5KdvA4LkpnvbuuyT9EV0fArAqZreY XmD0lXBf3vhJx3rAz5VQ7TardSXb2hgG5pAFvi3/4jkxp4NgGnMzlKgtGvKaheS61Oc8p1 +aFEjcXIdZ/Fa43cwtiM7Wc7ZoG3y7uVV8NvICqprtMwSgcuhN4+lXTroOBwYpQSLoEyng sNn8RV4twV9ijfB1qVqugxLopJ8e7j7jCPK0gGlmz9oprUc+AIvI6A+kXuTYpdkc/e7Bnc wOv8q8oQThmlq5zqtDtx0SnhSvJP34IeUR5u/rYAdulWK3vO0PuN3Lt3wT74xw== 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="TM//SAW4"; 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: -4.04 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="TM//SAW4"; 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: 272E63C018 X-Spam-Score: -4.04 X-Migadu-Scanner: scn0.migadu.com X-TUID: bJekcU8kCnRP Hi, Formbi skribis: >>>From 1e9e6403f28ebaccac9bd6f0f7d3bd744516aed1 Mon Sep 17 00:00:00 2001 > From: Formbi > Date: Sat, 12 Mar 2022 20:09:26 +0100 > Subject: [PATCH] gnu: add ckb-next > > * gnu/packages/hardware.scm (ckb-next): add ckb-next [...] > +(define-public ckb-next > + (let ((commit "967f44018a9d46efa7203fad38518e9381eba0f3") > + (revision "0")) > + (package > + (name "ckb-next") > + (version (git-version "0.4.4" revision commit)) > + (source > + (origin > + (method git-fetch) I passed it through =E2=80=98guix style=E2=80=99 to get conventional format= ting: https://guix.gnu.org/manual/devel/en/html_node/Submitting-Patches.html [...] > + (home-page "https://github.com/ckb-next/ckb-next") > + (synopsis "Open-source driver for Corsair keyboards and mice") > + (description "ckb-next is an open-source driver for Corsair keyboa= rds and > +mice. It aims to bring the features of Corsair's proprietary CUE softwa= re to > +Linux operating systems. This project is currently a work in progress, = but it > +already supports much of the same functionality, including full RGB anim= ations. > +More features are coming soon.") I tweaked that a bit, removing =E2=80=9Copen source=E2=80=9D (everything is= free software in Guix, no need to mention it) and the reference to =E2=80=9CCUE= =E2=80=9D, as per the Free System Distribution Guideline (FSDG). Thanks! Ludo=E2=80=99.