GNU bug report logs -
#63597
[PATCH] gnu: Add show-me-the-key.
Previous Next
Reported by: "Wamm K. D" <jaft.r <at> outlook.com>
Date: Sat, 20 May 2023 03:03:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 01 Jul 2023 13:12:40 +0200
with message-id <87fs67khqv.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#63597] [PATCH] gnu: Add show-me-the-key.
has caused the debbugs.gnu.org bug report #63597,
regarding [PATCH] gnu: Add show-me-the-key.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
63597: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63597
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/xdisorg.scm (show-me-the-key): New variable.
---
gnu/packages/xdisorg.scm | 33 ++++++++++++++++++++++++++++++++-
1 file changed, 32 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 008b2fdb75b..40ca7c68487 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -55,7 +55,7 @@
;;; Copyright © 2022 John Kehayias <john.kehayias <at> protonmail.com>
;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan <at> gmail.com>
;;; Copyright © 2022 Derek Chuank <derekchuank <at> outlook.com>
-;;; Copyright © 2022 Wamm K. D. <jaft.r <at> outlook.com>
+;;; Copyright © 2022, 2023 Wamm K. D. <jaft.r <at> outlook.com>
;;; Copyright © 2022 Tobias Kortkamp <tobias.kortkamp <at> gmail.com>
;;; Copyright © 2023 Yovan Naumovski <yovan <at> gorski.stream>
;;; Copyright © 2023 Jake Leporte <jakeleporte <at> outlook.com>
@@ -129,6 +129,7 @@ (define-module (gnu packages xdisorg)
#:use-module (gnu packages ncurses)
#:use-module (gnu packages perl)
#:use-module (gnu packages pkg-config)
+ #:use-module (gnu packages polkit)
#:use-module (gnu packages python)
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages qt)
@@ -3509,3 +3510,33 @@ (define-public xforms-gl
(append mesa)))
(synopsis
"GUI toolkit for X based on the X11 Xlib library, with OpenGL support")))
+
+(define-public show-me-the-key
+ (package
+ (name "show-me-the-key")
+ (version "1.8.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/AlynxZhou/showmethekey/")
+ (commit (string-append "v" version))))
+ (sha256 (base32
+ "1gvrri6kfywxk8hfchc66r6fpwlrcai2j227ib33w6503cx66rl9"))))
+ (build-system meson-build-system)
+ (inputs (list libevdev
+ libinput
+ gtk
+ json-glib-minimal
+ cairo
+ pango
+ libxkbcommon
+ polkit))
+ (native-inputs (list `(,glib "bin") ; for glib-compile-resources
+ `(,gtk "bin") ; for gtk-update-icon-cache
+ pkg-config))
+ (home-page "https://github.com/AlynxZhou/showmethekey")
+ (synopsis "Screencast tool to display pressed keys")
+ (description "Show Me the Key is a screencast tool to display your keys
+and works under both Xorg and Wayland (via @code{libinput}), inspired by
+@code{python-screenkey}.")
+ (license license:asl2.0)))
--
2.40.1
[Message part 3 (message/rfc822, inline)]
Hello,
"Wamm K. D" <jaft.r <at> outlook.com> writes:
> * gnu/packages/xdisorg.scm (show-me-the-key): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
This bug report was last modified 2 years and 55 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.