[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: Add wtype.
From: |
guix-commits |
Subject: |
04/08: gnu: Add wtype. |
Date: |
Thu, 3 Mar 2022 18:00:21 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit bb41642077b67cd975d073e7904a90c67569ff56
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Mon Feb 21 19:33:03 2022 +0100
gnu: Add wtype.
* gnu/packages/freedesktop.scm (wtype): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/freedesktop.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 6215a46cb4..55bde8e705 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1210,6 +1210,29 @@ sent to a Wayland window, such as key presses. It is
analogous to the X11 tool
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")
- branch master updated (137a5bc71d -> d93bb18386), guix-commits, 2022/03/03
- 07/08: gnu: Add emacs-spell-fu., guix-commits, 2022/03/03
- 05/08: services: openvpn: Actually save log file., guix-commits, 2022/03/03
- 01/08: download: Remove obsolete bit from docstring., guix-commits, 2022/03/03
- 03/08: download: Fix typo in procedure name., guix-commits, 2022/03/03
- 06/08: gnu: Add jj., guix-commits, 2022/03/03
- 02/08: download: Load X.509 certificates only once., guix-commits, 2022/03/03
- 04/08: gnu: Add wtype.,
guix-commits <=
- 08/08: gnu: texlive-latex-listings, texlive-latex-pgf: Do not deprecate the variable., guix-commits, 2022/03/03