unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59664] [PATCH] gnu: Add tuxedo-keyboard.
@ 2022-11-28 22:17 Demis Balbach
  2022-12-05 16:39 ` bug#59664: " Ludovic Courtès
       [not found] ` <handler.59664.D59664.167025838919721.notifdone@debbugs.gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Demis Balbach @ 2022-11-28 22:17 UTC (permalink / raw)
  To: 59664; +Cc: Demis Balbach

* gnu/packages/linux.scm (tuxedo-keyboard): New variable.
---
 gnu/packages/linux.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2e1da21800..6a6de13a15 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -67,6 +67,7 @@
 ;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
 ;;; Copyright © 2022 Hunter Jozwiak <hunter.t.joz@gmail.com>
 ;;; Copyright © 2022 Hilton Chain <hako@ultrarare.space>
+;;; Copyright © 2022 Demis Balbach <db@minikn.xyz>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1405,6 +1406,32 @@ (define-public librem-ec-acpi-linux-module
 and the notification, WiFi, and Bluetooth LED.")
     (license license:gpl2)))
 
+(define-public tuxedo-keyboard
+  (package
+    (name "tuxedo-keyboard")
+    (version "3.1.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/tuxedocomputers/tuxedo-keyboard.git")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "17n14yh55yrxx4qbx4ph9drbzx2ll4kdsfmlngrdgizhyzk7z7zv"))))
+    (build-system linux-module-build-system)
+    (arguments
+     (list #:tests? #f))                ; no test suite
+    (home-page "https://github.com/tuxedocomputers/tuxedo-keyboard")
+    (synopsis "Linux kernel modules to control keyboard on most Tuxedo computers")
+    (description
+     "This packages provides the @code{tuxedo_keyboard}, @code{tuxedo_io}, @code{clevo_wmi}
+@acronym{WMI, Windows Management Engine} and the @code{clevo_acpi} @acronym{ACPI, Advanced
+Configuration and Power Interface} kernel modules to control the keyboard on most Tuxedo
+computers. Only white backlight only models are currently not supported. The @code{tuxedo_io}
+module is also needed for the @code{tuxedo-control-center} (short tcc) package.")
+    (license license:gpl3)))
+
 (define-public ec
   (package
     (name "ec")
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#59664: [PATCH] gnu: Add tuxedo-keyboard.
  2022-11-28 22:17 [bug#59664] [PATCH] gnu: Add tuxedo-keyboard Demis Balbach
@ 2022-12-05 16:39 ` Ludovic Courtès
       [not found] ` <handler.59664.D59664.167025838919721.notifdone@debbugs.gnu.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2022-12-05 16:39 UTC (permalink / raw)
  To: Demis Balbach; +Cc: 59664-done

Demis Balbach <db@minikn.xyz> skribis:

> * gnu/packages/linux.scm (tuxedo-keyboard): New variable.

[...]

> +    (license license:gpl3)))

Change it to ‘gpl3+’ because source file headers carry the “or any later
version” wording.

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#59664] closed (Re: bug#59664: [PATCH] gnu: Add tuxedo-keyboard.)
       [not found] ` <handler.59664.D59664.167025838919721.notifdone@debbugs.gnu.org>
@ 2022-12-05 19:30   ` Demis Balbach
  0 siblings, 0 replies; 3+ messages in thread
From: Demis Balbach @ 2022-12-05 19:30 UTC (permalink / raw)
  To: 59664

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]

>
> Change it to ‘gpl3+’ because source file headers carry the “or any later
> version” wording.
>
> Thanks,
> Ludo’.
>

Hello,

I'm not familiar with the procecure. Why exactly did you close this
issue? Do I need to open a new one with altered patch?

-- 
Best regards / Mit freundlichen Grüßen,
Demis Balbach

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-05 19:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-28 22:17 [bug#59664] [PATCH] gnu: Add tuxedo-keyboard Demis Balbach
2022-12-05 16:39 ` bug#59664: " Ludovic Courtès
     [not found] ` <handler.59664.D59664.167025838919721.notifdone@debbugs.gnu.org>
2022-12-05 19:30   ` [bug#59664] closed (Re: bug#59664: [PATCH] gnu: Add tuxedo-keyboard.) Demis Balbach

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).