pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wayland/wlrctl
Module Name: pkgsrc
Committed By: kikadf
Date: Wed Apr 15 08:14:48 UTC 2026
Added Files:
pkgsrc/wayland/wlrctl: DESCR Makefile PLIST distinfo
Log Message:
wlrctl: new package
wlrctl is a command line utility for miscellaneous
wlroots Wayland extensions. At this time, wlrctl supports
the foreign-toplevel-mangement (window/toplevel command),
virtual-keyboard (keyboard command), and virtual-pointer
(pointer command) protocols.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/wayland/wlrctl/DESCR \
pkgsrc/wayland/wlrctl/Makefile pkgsrc/wayland/wlrctl/PLIST \
pkgsrc/wayland/wlrctl/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/wlrctl/DESCR
diff -u /dev/null pkgsrc/wayland/wlrctl/DESCR:1.1
--- /dev/null Wed Apr 15 08:14:48 2026
+++ pkgsrc/wayland/wlrctl/DESCR Wed Apr 15 08:14:48 2026
@@ -0,0 +1,5 @@
+wlrctl is a command line utility for miscellaneous
+wlroots Wayland extensions. At this time, wlrctl supports
+the foreign-toplevel-mangement (window/toplevel command),
+virtual-keyboard (keyboard command), and virtual-pointer
+(pointer command) protocols.
Index: pkgsrc/wayland/wlrctl/Makefile
diff -u /dev/null pkgsrc/wayland/wlrctl/Makefile:1.1
--- /dev/null Wed Apr 15 08:14:48 2026
+++ pkgsrc/wayland/wlrctl/Makefile Wed Apr 15 08:14:48 2026
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2026/04/15 08:14:48 kikadf Exp $
+
+DISTNAME= wlrctl-0.2.2
+CATEGORIES= wayland
+MASTER_SITES= https://git.sr.ht/~brocellous/wlrctl/archive/
+DISTFILES= v${PKGVERSION_NOREV}${EXTRACT_SUFX}
+DIST_SUBDIR= wlrctl
+
+MAINTAINER= kikadf.01%gmail.com@localhost
+HOMEPAGE= https://sr.ht/~brocellous/wlrctl/
+COMMENT= Utility for miscellaneous wlroots extensions
+LICENSE= mit
+
+USE_TOOLS+= pkg-config
+WRKSRC= ${WRKDIR}/wlrctl-v${PKGVERSION_NOREV}
+
+.include "../../devel/meson/build.mk"
+.include "../../textproc/scdoc/tool.mk"
+.include "../../devel/wayland/buildlink3.mk"
+.include "../../devel/wayland-protocols/buildlink3.mk"
+.include "../../x11/libxkbcommon/buildlink3.mk"
+.include "../../devel/input-headers/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/wayland/wlrctl/PLIST
diff -u /dev/null pkgsrc/wayland/wlrctl/PLIST:1.1
--- /dev/null Wed Apr 15 08:14:48 2026
+++ pkgsrc/wayland/wlrctl/PLIST Wed Apr 15 08:14:48 2026
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2026/04/15 08:14:48 kikadf Exp $
+bin/wlrctl
+man/man1/wlrctl.1
+share/zsh/site-functions/_wlrctl
Index: pkgsrc/wayland/wlrctl/distinfo
diff -u /dev/null pkgsrc/wayland/wlrctl/distinfo:1.1
--- /dev/null Wed Apr 15 08:14:48 2026
+++ pkgsrc/wayland/wlrctl/distinfo Wed Apr 15 08:14:48 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/04/15 08:14:48 kikadf Exp $
+
+BLAKE2s (wlrctl/v0.2.2.tar.gz) = 82460cbcf87d800137ca146613d455dd3e9b6cf50552ab735b8d790824daadfa
+SHA512 (wlrctl/v0.2.2.tar.gz) = f4f9593e2de70e932bfa7fb3b203caba368b4322cb8aad54f3bc2365c3cfc18c9ebe0836bd239da4a7ce641a96001b2ed0d8d4f7d234124ffe2d8aa7c499e701
+Size (wlrctl/v0.2.2.tar.gz) = 26455 bytes
Home |
Main Index |
Thread Index |
Old Index