head	1.1;
access;
symbols
	pkgsrc-2026Q2:1.1.0.2
	pkgsrc-2026Q2-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2026.04.15.08.07.05;	author kikadf;	state Exp;
branches;
next	;
commitid	o2bU03quPY2ZS1CG;


desc
@@


1.1
log
@
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.
@
text
@# $NetBSD$

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
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"
@
