gnu: Add wtype.

* gnu/packages/freedesktop.scm (wtype): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Tanguy Le Carrour 2022-02-21 19:33:03 +01:00 committed by Ludovic Courtès
parent f1c18e1766
commit bb41642077
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1210,6 +1210,29 @@ (define-public wev
XEv.")
(license license:expat)))
(define-public wtype
(package
(name "wtype")
(version "0.4")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/atx/wtype.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0bpix92vzip9vlhzihj3k8h9flrlna231x3y8ah7p4965l177yjd"))))
(build-system meson-build-system)
(native-inputs
(list pkg-config wayland libxkbcommon))
(synopsis "Xdotool type for Wayland")
(description "Wtype lets you simulate keyboard input and mouse activity,
move and resize windows, etc.")
(home-page "https://github.com/atx/wtype")
;; MIT License
(license license:expat)))
(define-public exempi
(package
(name "exempi")