pkgsrc-WIP-changes archive

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

wlsunset: new package



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Mon Apr 6 12:25:31 2026 +0200
Changeset:	7b2040b1e1d2e2d505aeb0b0ac20a70242aa2817

Modified Files:
	Makefile
Added Files:
	wlsunset/DESCR
	wlsunset/Makefile
	wlsunset/PLIST
	wlsunset/distinfo
Removed Files:
	lswt/COMMIT_MSG

Log Message:
wlsunset: new package

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

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

diffstat:
 Makefile          |  1 +
 lswt/COMMIT_MSG   |  6 ------
 wlsunset/DESCR    |  2 ++
 wlsunset/Makefile | 18 ++++++++++++++++++
 wlsunset/PLIST    |  3 +++
 wlsunset/distinfo |  5 +++++
 6 files changed, 29 insertions(+), 6 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 55bd3d2fef..28eb541c2a 100644
--- a/Makefile
+++ b/Makefile
@@ -6093,6 +6093,7 @@ SUBDIR+=	wlopm
 SUBDIR+=	wlr-randr
 SUBDIR+=	wlrctl
 SUBDIR+=	wlroots
+SUBDIR+=	wlsunset
 SUBDIR+=	wmbattery
 SUBDIR+=	wmc2d
 SUBDIR+=	wmii-devel
diff --git a/lswt/COMMIT_MSG b/lswt/COMMIT_MSG
deleted file mode 100644
index b1f91c1357..0000000000
--- a/lswt/COMMIT_MSG
+++ /dev/null
@@ -1,6 +0,0 @@
-Add devel/basu
-
-The sd-bus library, extracted from systemd. Some projects
-rely on the sd-bus library for DBus support. However not
-all systems have systemd or elogind installed. This library
-provides just sd-bus (and the busctl utility).
diff --git a/wlsunset/DESCR b/wlsunset/DESCR
new file mode 100644
index 0000000000..5961d315c7
--- /dev/null
+++ b/wlsunset/DESCR
@@ -0,0 +1,2 @@
+Day/night gamma adjustments for Wayland compositors
+supporting wlr-gamma-control-unstable-v1.
diff --git a/wlsunset/Makefile b/wlsunset/Makefile
new file mode 100644
index 0000000000..96b16972d9
--- /dev/null
+++ b/wlsunset/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	wlsunset-0.4.0
+CATEGORIES=	x11
+MASTER_SITES=	${MASTER_SITE_GITHUB:=kennylevinsen/}
+
+MAINTAINER=	kikadf.01%gmail.com@localhost
+HOMEPAGE=	https://sr.ht/~kennylevinsen/wlsunset/
+COMMENT=	Day/night gamma adjustments for Wayland compositors
+LICENSE=	mit
+
+USE_TOOLS+=	pkg-config
+
+.include "../../devel/meson/build.mk"
+.include "../../textproc/scdoc/tool.mk"
+.include "../../devel/wayland/buildlink3.mk"
+.include "../../devel/wayland-protocols/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/wlsunset/PLIST b/wlsunset/PLIST
new file mode 100644
index 0000000000..df8e29dd4a
--- /dev/null
+++ b/wlsunset/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/wlsunset
+man/man1/wlsunset.1
diff --git a/wlsunset/distinfo b/wlsunset/distinfo
new file mode 100644
index 0000000000..827f19f294
--- /dev/null
+++ b/wlsunset/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (wlsunset-0.4.0.tar.gz) = 7dd0b7da50f25dd22a580775a3c747a7633491661753fa3a6d2c985692ba4c0b
+SHA512 (wlsunset-0.4.0.tar.gz) = f72a067a5458931a6394bbccfa1ec5d3790beb5ccce42f2ad865ac6e839c5996363c0806636e337358c8d14cd0a73cb3db37bfc6f3faf26fee2e40a837f69efa
+Size (wlsunset-0.4.0.tar.gz) = 14876 bytes


Home | Main Index | Thread Index | Old Index