Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2020 03:24:20 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548059 - head/x11-wm/hikari
Message-ID:  <202009090324.0893OKHo012883@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Sep  9 03:24:20 2020
New Revision: 548059
URL: https://svnweb.freebsd.org/changeset/ports/548059

Log:
  x11-wm/hikari: update to 2.2.0
  
  Changes:	https://hub.darcs.net/raichoo/hikari/browse/CHANGELOG.md
  PR:		249197
  Submitted by:	Alexander Sieg (maintainer)

Modified:
  head/x11-wm/hikari/Makefile   (contents, props changed)
  head/x11-wm/hikari/distinfo   (contents, props changed)

Modified: head/x11-wm/hikari/Makefile
==============================================================================
--- head/x11-wm/hikari/Makefile	Wed Sep  9 03:24:13 2020	(r548058)
+++ head/x11-wm/hikari/Makefile	Wed Sep  9 03:24:20 2020	(r548059)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	hikari
-DISTVERSION=	2.1.2
+DISTVERSION=	2.2.0
 CATEGORIES=	x11-wm
 MASTER_SITES=	https://hikari.acmelabs.space/releases/
 
@@ -28,19 +28,21 @@ USE_XORG=	pixman
 MAKE_ARGS+=	${WITH_DEBUG:DDEBUG=YES} \
 		WITHOUT_SUID=YES
 
-OPTIONS_DEFINE=		GAMMA LAYERSHELL SCREENCOPY SUID X11
-OPTIONS_DEFAULT=	GAMMA LAYERSHELL SCREENCOPY SUID X11
+OPTIONS_DEFINE=		GAMMA LAYERSHELL SCREENCOPY SUID VIRTUALINPUT X11
+OPTIONS_DEFAULT=	GAMMA LAYERSHELL SCREENCOPY SUID VIRTUALINPUT X11
 
 GAMMA_DESC=		Include gammacontrol protocol (required by, e.g., Redshift)
 LAYERSHELL_DESC=	Include layer_shell protocol (required by, e.g., waybar)
 SCREENCOPY_DESC=	Include screenshot protocol (required by, e.g., grim)
 SUID_DESC=		Setuid bit on binaries (required for DRM and PAM)
+VIRTUALINPUT_DESC=	needed for VNC support (requiered by e.g. wayvnc)
 
 GAMMA_MAKE_ARGS=	WITH_GAMMACONTROL=YES
 LAYERSHELL_MAKE_ARGS=	WITH_LAYERSHELL=YES
 SCREENCOPY_MAKE_ARGS=	WITH_SCREENCOPY=YES
 SUID_PLIST_SUB=		MAYBE_SUID="@(,,4755) "
 SUID_PLIST_SUB_OFF=	MAYBE_SUID=""
+VIRTUALINPUT_MAKE_ARGS=	WITH_VIRTUAL_INPUT=YES
 X11_MAKE_ARGS=		WITH_XWAYLAND=YES
 
 post-install:

Modified: head/x11-wm/hikari/distinfo
==============================================================================
--- head/x11-wm/hikari/distinfo	Wed Sep  9 03:24:13 2020	(r548058)
+++ head/x11-wm/hikari/distinfo	Wed Sep  9 03:24:20 2020	(r548059)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597773049
-SHA256 (hikari-2.1.2.tar.gz) = 58300a67809b856ccb7d186a77b6cc8d29af36a7250783bd5d67dfd4d92fde31
-SIZE (hikari-2.1.2.tar.gz) = 1012670
+TIMESTAMP = 1599583326
+SHA256 (hikari-2.2.0.tar.gz) = 2530eaf20434acbd9c37ddb7b432b16540bb7c033ec51166645f06d9425c8000
+SIZE (hikari-2.2.0.tar.gz) = 1019052



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009090324.0893OKHo012883>