GNU bug report logs -
#59664
[PATCH] gnu: Add tuxedo-keyboard.
Previous Next
Reported by: Demis Balbach <db <at> minikn.xyz>
Date: Mon, 28 Nov 2022 22:19:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 59664 in the body.
You can then email your comments to 59664 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#59664
; Package
guix-patches
.
(Mon, 28 Nov 2022 22:19:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Demis Balbach <db <at> minikn.xyz>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 28 Nov 2022 22:19:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 <at> cyberdimension.org>
;;; Copyright © 2022 Hunter Jozwiak <hunter.t.joz <at> gmail.com>
;;; Copyright © 2022 Hilton Chain <hako <at> ultrarare.space>
+;;; Copyright © 2022 Demis Balbach <db <at> 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
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Mon, 05 Dec 2022 16:40:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Demis Balbach <db <at> minikn.xyz>
:
bug acknowledged by developer.
(Mon, 05 Dec 2022 16:40:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 59664-done <at> debbugs.gnu.org (full text, mbox):
Demis Balbach <db <at> 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’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#59664
; Package
guix-patches
.
(Mon, 05 Dec 2022 19:31:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 59664 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
>
> 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
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 03 Jan 2023 12:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 192 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.