pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import wlrctl
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Mon Mar 23 23:19:41 2026 +0100
Changeset: c3262228ff5ed38906ef7aa7555ab8f0e4961fd7
Modified Files:
Makefile
Added Files:
wlrctl/DESCR
wlrctl/Makefile
wlrctl/PLIST
wlrctl/distinfo
Log Message:
Import wlrctl
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c3262228ff5ed38906ef7aa7555ab8f0e4961fd7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
wlrctl/DESCR | 5 +++++
wlrctl/Makefile | 22 ++++++++++++++++++++++
wlrctl/PLIST | 4 ++++
wlrctl/distinfo | 5 +++++
5 files changed, 37 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 5364b96a71..60a041ab2b 100644
--- a/Makefile
+++ b/Makefile
@@ -6087,6 +6087,7 @@ SUBDIR+= wl-snapshot
SUBDIR+= wla-dx
SUBDIR+= wla-dx-git
SUBDIR+= wlr-randr
+SUBDIR+= wlrctl
SUBDIR+= wlroots
SUBDIR+= wmbattery
SUBDIR+= wmc2d
diff --git a/wlrctl/DESCR b/wlrctl/DESCR
new file mode 100644
index 0000000000..78bfc0eb23
--- /dev/null
+++ b/wlrctl/DESCR
@@ -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.
diff --git a/wlrctl/Makefile b/wlrctl/Makefile
new file mode 100644
index 0000000000..d2dee30fee
--- /dev/null
+++ b/wlrctl/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME= wlrctl-0.2.2
+CATEGORIES= x11
+MASTER_SITES= https://git.sr.ht/~brocellous/wlrctl/archive/
+DISTFILES= v${PKGVERSION_NOREV}${EXTRACT_SUFX}
+
+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 "../../wip/input-headers/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/wlrctl/PLIST b/wlrctl/PLIST
new file mode 100644
index 0000000000..7892198b33
--- /dev/null
+++ b/wlrctl/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+bin/wlrctl
+man/man1/wlrctl.1
+share/zsh/site-functions/_wlrctl
diff --git a/wlrctl/distinfo b/wlrctl/distinfo
new file mode 100644
index 0000000000..344d3e0219
--- /dev/null
+++ b/wlrctl/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (v0.2.2.tar.gz) = 82460cbcf87d800137ca146613d455dd3e9b6cf50552ab735b8d790824daadfa
+SHA512 (v0.2.2.tar.gz) = f4f9593e2de70e932bfa7fb3b203caba368b4322cb8aad54f3bc2365c3cfc18c9ebe0836bd239da4a7ce641a96001b2ed0d8d4f7d234124ffe2d8aa7c499e701
+Size (v0.2.2.tar.gz) = 26455 bytes
Home |
Main Index |
Thread Index |
Old Index