GNU bug report logs - #54355
[PATCH] gnu: Add ckb-next.

Previous Next

Package: guix-patches;

Reported by: Formbi <formbi <at> protonmail.com>

Date: Sat, 12 Mar 2022 20:15:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 54355-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Formbi <formbi <at> protonmail.com>
Cc: 54355-done <at> debbugs.gnu.org
Subject: Re: bug#54355: [PATCH] gnu: Add ckb-next.
Date: Fri, 18 Mar 2022 15:38:54 +0100
Hi,

Formbi <formbi <at> protonmail.com> skribis:

>>From 1e9e6403f28ebaccac9bd6f0f7d3bd744516aed1 Mon Sep 17 00:00:00 2001
> From: Formbi <formbi <at> protonmail.com>
> 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 ‘guix style’ to get conventional formatting:

  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 keyboards and
> +mice.  It aims to bring the features of Corsair's proprietary CUE software to
> +Linux operating systems.  This project is currently a work in progress, but it
> +already supports much of the same functionality, including full RGB animations.
> +More features are coming soon.")

I tweaked that a bit, removing “open source” (everything is free
software in Guix, no need to mention it) and the reference to “CUE”, as
per the Free System Distribution Guideline (FSDG).

Thanks!

Ludo’.





This bug report was last modified 3 years and 63 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.