pkgsrc-Changes archive

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

CVS commit: pkgsrc/wayland/kanshi



Module Name:    pkgsrc
Committed By:   kikadf
Date:           Wed Apr 15 08:07:05 UTC 2026

Added Files:
        pkgsrc/wayland/kanshi: DESCR Makefile PLIST distinfo

Log Message:
kanshi: new package

Kanshi allows you to define output profiles
that are automatically enabled and disabled
on hotplug. For instance, this can be used
to turn a laptop's internal screen off when
docked. This is a Wayland equivalent for
tools like autorandr. Kanshi can be used on
Wayland compositors supporting the
wlr-output-management protocol.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/wayland/kanshi/DESCR \
    pkgsrc/wayland/kanshi/Makefile pkgsrc/wayland/kanshi/PLIST \
    pkgsrc/wayland/kanshi/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/kanshi/DESCR
diff -u /dev/null pkgsrc/wayland/kanshi/DESCR:1.1
--- /dev/null   Wed Apr 15 08:07:05 2026
+++ pkgsrc/wayland/kanshi/DESCR Wed Apr 15 08:07:04 2026
@@ -0,0 +1,8 @@
+Kanshi allows you to define output profiles
+that are automatically enabled and disabled
+on hotplug. For instance, this can be used
+to turn a laptop's internal screen off when
+docked. This is a Wayland equivalent for
+tools like autorandr. Kanshi can be used on
+Wayland compositors supporting the
+wlr-output-management protocol.
Index: pkgsrc/wayland/kanshi/Makefile
diff -u /dev/null pkgsrc/wayland/kanshi/Makefile:1.1
--- /dev/null   Wed Apr 15 08:07:05 2026
+++ pkgsrc/wayland/kanshi/Makefile      Wed Apr 15 08:07:05 2026
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2026/04/15 08:07:05 kikadf Exp $
+
+DISTNAME=              kanshi-1.9.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/kanshi
+COMMENT=               Dynamic display configuration for Wayland
+LICENSE=               mit
+
+USE_TOOLS+=            pkg-config
+WRKSRC=                        ${WRKDIR}/kanshi-${GITLAB_TAG}
+
+.include "../../devel/meson/build.mk"
+.include "../../devel/wayland/buildlink3.mk"
+.include "../../devel/wayland-protocols/buildlink3.mk"
+.include "../../devel/libscfg/buildlink3.mk"
+.include "../../devel/vali/buildlink3.mk"
+.include "../../textproc/scdoc/tool.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/wayland/kanshi/PLIST
diff -u /dev/null pkgsrc/wayland/kanshi/PLIST:1.1
--- /dev/null   Wed Apr 15 08:07:05 2026
+++ pkgsrc/wayland/kanshi/PLIST Wed Apr 15 08:07:05 2026
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2026/04/15 08:07:05 kikadf Exp $
+bin/kanshi
+man/man1/kanshi.1
+man/man5/kanshi.5
Index: pkgsrc/wayland/kanshi/distinfo
diff -u /dev/null pkgsrc/wayland/kanshi/distinfo:1.1
--- /dev/null   Wed Apr 15 08:07:05 2026
+++ pkgsrc/wayland/kanshi/distinfo      Wed Apr 15 08:07:05 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/04/15 08:07:05 kikadf Exp $
+
+BLAKE2s (kanshi-1.9.0.tar.gz) = 3b57de6f46ffcb188a8d6525611209a6efc2bf74fb32d61451b8b4f5b2fc4dc2
+SHA512 (kanshi-1.9.0.tar.gz) = 1eeb1ec70c233345d61bfa8da5765b5e97be176ffa8be4d04154d67d4df8eec8176898ec4529a49144e4eaa977c94876e040acd93e1266095bc32e59bd19a0e8
+Size (kanshi-1.9.0.tar.gz) = 24045 bytes



Home | Main Index | Thread Index | Old Index