pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wayland/wtype
Module Name: pkgsrc
Committed By: kikadf
Date: Wed Apr 15 08:45:35 UTC 2026
Added Files:
pkgsrc/wayland/wtype: DESCR Makefile PLIST distinfo
Log Message:
wtype: new package
Programatically (or manually) simulate keyboard input
using virtual-keyboard Wayland protocol.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/wayland/wtype/DESCR \
pkgsrc/wayland/wtype/Makefile pkgsrc/wayland/wtype/PLIST \
pkgsrc/wayland/wtype/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/wayland/wtype/DESCR
diff -u /dev/null pkgsrc/wayland/wtype/DESCR:1.1
--- /dev/null Wed Apr 15 08:45:35 2026
+++ pkgsrc/wayland/wtype/DESCR Wed Apr 15 08:45:35 2026
@@ -0,0 +1,2 @@
+Programatically (or manually) simulate keyboard input
+using virtual-keyboard Wayland protocol.
Index: pkgsrc/wayland/wtype/Makefile
diff -u /dev/null pkgsrc/wayland/wtype/Makefile:1.1
--- /dev/null Wed Apr 15 08:45:35 2026
+++ pkgsrc/wayland/wtype/Makefile Wed Apr 15 08:45:35 2026
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2026/04/15 08:45:35 kikadf Exp $
+
+DISTNAME= wtype-0.4
+CATEGORIES= wayland
+MASTER_SITES= ${MASTER_SITE_GITHUB:=atx/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= kikadf.01%gmail.com@localhost
+HOMEPAGE= https://github.com/atx/wtype/
+COMMENT= Xdotool type for Wayland compositors
+LICENSE= mit
+
+USE_TOOLS+= pkg-config
+
+.include "../../devel/meson/build.mk"
+.include "../../devel/wayland/buildlink3.mk"
+.include "../../devel/wayland-protocols/buildlink3.mk"
+.include "../../x11/libxkbcommon/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/wayland/wtype/PLIST
diff -u /dev/null pkgsrc/wayland/wtype/PLIST:1.1
--- /dev/null Wed Apr 15 08:45:35 2026
+++ pkgsrc/wayland/wtype/PLIST Wed Apr 15 08:45:35 2026
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2026/04/15 08:45:35 kikadf Exp $
+bin/wtype
+man/man1/wtype.1
Index: pkgsrc/wayland/wtype/distinfo
diff -u /dev/null pkgsrc/wayland/wtype/distinfo:1.1
--- /dev/null Wed Apr 15 08:45:35 2026
+++ pkgsrc/wayland/wtype/distinfo Wed Apr 15 08:45:35 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/04/15 08:45:35 kikadf Exp $
+
+BLAKE2s (wtype-0.4.tar.gz) = 64611dd2942ce4694547eb951d98f14d34054ab91908330129d7ec6851866d51
+SHA512 (wtype-0.4.tar.gz) = d3441672418868221448675962979738016a9a5a96c61fd41a1e47d0633c8dea500a39c0834280788271abc6a59731692962b566ee9f6e592f00939088409130
+Size (wtype-0.4.tar.gz) = 8546 bytes
Home |
Main Index |
Thread Index |
Old Index