pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import wlr-randr



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Mon Mar 9 14:51:45 2026 +0100
Changeset:	e66fd30a3a81ae769875164f3f986425994633fa

Modified Files:
	Makefile
Added Files:
	wlr-randr/DESCR
	wlr-randr/Makefile
	wlr-randr/PLIST
	wlr-randr/distinfo

Log Message:
Import wlr-randr

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e66fd30a3a81ae769875164f3f986425994633fa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile           |  1 +
 wlr-randr/DESCR    |  5 +++++
 wlr-randr/Makefile | 21 +++++++++++++++++++++
 wlr-randr/PLIST    |  3 +++
 wlr-randr/distinfo |  5 +++++
 5 files changed, 35 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 7293f888c4..fdef0f4814 100644
--- a/Makefile
+++ b/Makefile
@@ -6075,6 +6075,7 @@ SUBDIR+=	wl-git
 SUBDIR+=	wl-snapshot
 SUBDIR+=	wla-dx
 SUBDIR+=	wla-dx-git
+SUBDIR+=	wlr-randr
 SUBDIR+=	wlroots
 SUBDIR+=	wmbattery
 SUBDIR+=	wmc2d
diff --git a/wlr-randr/DESCR b/wlr-randr/DESCR
new file mode 100644
index 0000000000..e9cf405e13
--- /dev/null
+++ b/wlr-randr/DESCR
@@ -0,0 +1,5 @@
+Command line interface which allows setting
+the size, scale, orientation of the output
+for a screen. This utility requires the
+compositor to implement the
+wlr-output-management protocol.
diff --git a/wlr-randr/Makefile b/wlr-randr/Makefile
new file mode 100644
index 0000000000..f2df4e63d1
--- /dev/null
+++ b/wlr-randr/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=		wlr-randr-0.5.0
+CATEGORIES=		x11
+MASTER_SITE_GITLAB=	https://gitlab.freedesktop.org/
+MASTER_SITES=		${MASTER_SITE_GITLAB:=emersion/}
+GITLAB_TAG=		v${PKGVERSION_NOREV}
+
+MAINTAINER=		kikadf.01%gmail.com@localhost
+HOMEPAGE=		https://gitlab.freedesktop.org/emersion/wlr-randr
+COMMENT=		Utility to manage outputs of a Wayland compositor
+LICENSE=		mit
+
+USE_TOOLS+=		pkg-config
+WRKSRC=			${WRKDIR}/wlr-randr-${GITLAB_TAG}
+
+.include "../../devel/meson/build.mk"
+.include "../../devel/wayland/buildlink3.mk"
+.include "../../devel/wayland-protocols/buildlink3.mk"
+.include "../../textproc/scdoc/tool.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/wlr-randr/PLIST b/wlr-randr/PLIST
new file mode 100644
index 0000000000..aa2ac72e00
--- /dev/null
+++ b/wlr-randr/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/wlr-randr
+man/man1/wlr-randr.1
diff --git a/wlr-randr/distinfo b/wlr-randr/distinfo
new file mode 100644
index 0000000000..d8220e1db9
--- /dev/null
+++ b/wlr-randr/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (wlr-randr-0.5.0.tar.gz) = 8d9d01e3b1cf26903ec1b76415acdcf7411135e742bc75e15c6cd17d8014ad73
+SHA512 (wlr-randr-0.5.0.tar.gz) = 83c6980c4ba917bdaa55f618b4ecdf713639d302b9ab7a7dfdfbefb6e394051cad5589d9aedd8a4576d81edcd7e981be0495ea59a88db70839e2dad58fe310ff
+Size (wlr-randr-0.5.0.tar.gz) = 15311 bytes


Home | Main Index | Thread Index | Old Index