summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorCarlos Durán Domínguez <wurt@wurt.eu>2026-01-17 19:26:26 +0100
committerRutherther <rutherther@ditigal.xyz>2026-02-07 17:00:11 +0100
commitce4ed658d4671e470b095a39a7d65174e894afc4 (patch)
tree9069b21f70e6e1d3e188181cab685eb517d40524 /gnu
parent7fd75725c5daf9d3bdfd9122dcdb37f650493d18 (diff)
gnu: showmethekey: Update to 1.19.0.
* gnu/packages/video.scm (showmethekey): Update to 1.19.0. [arguments]<#:glib-or-gtk?>: Set to #t. [inputs]: Remove gtk, cairo, pango, libxkbcommon, and polkit. Change-Id: I13b57c53453d1c4f947b5567485737d153d788a2 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/video.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 4d2885dab63..a899f222e15 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -7092,7 +7092,7 @@ included for convenience.")
(define-public showmethekey
(package
(name "showmethekey")
- (version "1.18.1")
+ (version "1.19.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -7101,10 +7101,11 @@ included for convenience.")
(file-name (git-file-name name version))
(sha256
(base32
- "1lmjqr5j8nr990dq5gvkwm33vpvzh8zhcmgxn03m4n4xgq1dg5zy"))))
+ "1hz941fb57f0j7j5x9q6gpj34ay18nm2dlidhqndnywb9a8mq14d"))))
(build-system meson-build-system)
(arguments
- (list #:phases
+ (list #:glib-or-gtk? #t
+ #:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'setenv
(lambda _
@@ -7116,8 +7117,7 @@ included for convenience.")
(native-inputs
(list (list glib "bin") gettext-minimal pkg-config))
(inputs
- (list libevdev eudev libinput glib gtk libadwaita json-glib cairo pango
- libxkbcommon polkit))
+ (list libevdev eudev libinput glib libadwaita json-glib))
(synopsis "Show keypresses on screen")
(description "This package shows the keys that the user presses on the
screen.