emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59664: closed ([PATCH] gnu: Add tuxedo-keyboard.)


From: GNU bug Tracking System
Subject: bug#59664: closed ([PATCH] gnu: Add tuxedo-keyboard.)
Date: Mon, 05 Dec 2022 16:40:01 +0000

Your message dated Mon, 05 Dec 2022 17:39:38 +0100
with message-id <87y1rloldh.fsf@gnu.org>
and subject line Re: bug#59664: [PATCH] gnu: Add tuxedo-keyboard.
has caused the debbugs.gnu.org bug report #59664,
regarding [PATCH] gnu: Add tuxedo-keyboard.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
59664: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59664
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add tuxedo-keyboard. Date: Mon, 28 Nov 2022 23:17:58 +0100
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#59664: [PATCH] gnu: Add tuxedo-keyboard. Date: Mon, 05 Dec 2022 17:39:38 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]