pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wayland/wlr-randr
Module Name: pkgsrc
Committed By: kikadf
Date: Wed Apr 15 07:52:28 UTC 2026
Added Files:
pkgsrc/wayland/wlr-randr: DESCR Makefile PLIST distinfo
Log Message:
wlr-randr: new package
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/wayland/wlr-randr/DESCR \
pkgsrc/wayland/wlr-randr/Makefile pkgsrc/wayland/wlr-randr/PLIST \
pkgsrc/wayland/wlr-randr/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/wlr-randr/DESCR
diff -u /dev/null pkgsrc/wayland/wlr-randr/DESCR:1.1
--- /dev/null Wed Apr 15 07:52:28 2026
+++ pkgsrc/wayland/wlr-randr/DESCR Wed Apr 15 07:52:28 2026
@@ -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.
Index: pkgsrc/wayland/wlr-randr/Makefile
diff -u /dev/null pkgsrc/wayland/wlr-randr/Makefile:1.1
--- /dev/null Wed Apr 15 07:52:28 2026
+++ pkgsrc/wayland/wlr-randr/Makefile Wed Apr 15 07:52:28 2026
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2026/04/15 07:52:28 kikadf Exp $
+
+DISTNAME= wlr-randr-0.5.0
+CATEGORIES= wayland
+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"
Index: pkgsrc/wayland/wlr-randr/PLIST
diff -u /dev/null pkgsrc/wayland/wlr-randr/PLIST:1.1
--- /dev/null Wed Apr 15 07:52:28 2026
+++ pkgsrc/wayland/wlr-randr/PLIST Wed Apr 15 07:52:28 2026
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2026/04/15 07:52:28 kikadf Exp $
+bin/wlr-randr
+man/man1/wlr-randr.1
Index: pkgsrc/wayland/wlr-randr/distinfo
diff -u /dev/null pkgsrc/wayland/wlr-randr/distinfo:1.1
--- /dev/null Wed Apr 15 07:52:28 2026
+++ pkgsrc/wayland/wlr-randr/distinfo Wed Apr 15 07:52:28 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/04/15 07:52:28 kikadf Exp $
+
+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