Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2019 20:51:48 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502633 - in head/x11-wm/hikari: . files
Message-ID:  <201905252051.x4PKpmeM085548@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat May 25 20:51:47 2019
New Revision: 502633
URL: https://svnweb.freebsd.org/changeset/ports/502633

Log:
  x11-wm/hikari: update to 0.1.3
  
  While here, improve the desktop file and improve formatting
  
  PR:		238110
  Submitted by:	Alexander Sieg <alex@xanderio.de> (maintainer)

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

Modified: head/x11-wm/hikari/Makefile
==============================================================================
--- head/x11-wm/hikari/Makefile	Sat May 25 20:47:34 2019	(r502632)
+++ head/x11-wm/hikari/Makefile	Sat May 25 20:51:47 2019	(r502633)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	hikari
-DISTVERSION=	0.1.2
-PORTREVISION=	1
+DISTVERSION=	0.1.3
 CATEGORIES=	x11-wm
 MASTER_SITES=	https://acmelabs.space/~raichoo/
 
@@ -12,13 +11,15 @@ COMMENT=	Stacking window manager with tiling capabilit
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	libxcb-keysyms.so:x11/xcb-util-keysyms \
+LIB_DEPENDS=	libxcb-ewmh.so:x11/xcb-util-wm \
 		libxcb-icccm.so:x11/xcb-util-wm \
-		libxcb-ewmh.so:x11/xcb-util-wm
+		libxcb-keysyms.so:x11/xcb-util-keysyms
 
-USES=	localbase:ldflags
-USE_XORG=	xcb x11
+USES=		localbase:ldflags
+USE_XORG=	x11 xcb
 
+OPTIONS_DEFINE=	DOCS
+
 NO_WRKSUBDIR=	yes
 
 SUB_FILES=	hikari.desktop
@@ -36,8 +37,6 @@ ALL_TARGET=	debug
 .else
 ALL_TARGET=	hikari
 .endif
-
-OPTIONS_DEFINE=	DOCS
 
 pre-everything::
 	@${ECHO_MSG} "You can build hikari with your own config.h using the HIKARI_CONF knob:"

Modified: head/x11-wm/hikari/distinfo
==============================================================================
--- head/x11-wm/hikari/distinfo	Sat May 25 20:47:34 2019	(r502632)
+++ head/x11-wm/hikari/distinfo	Sat May 25 20:51:47 2019	(r502633)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558204368
-SHA256 (hikari-0.1.2.tar.gz) = e18bdb3db71b00c939f9cba61c9e8581c66a33d1048a4fcc3da18d7eb2e08ac4
-SIZE (hikari-0.1.2.tar.gz) = 58420
+TIMESTAMP = 1558731796
+SHA256 (hikari-0.1.3.tar.gz) = 703805682ccc586746d53fbd37890d7ca2366bc80b43ce3043f7245a41693ff2
+SIZE (hikari-0.1.3.tar.gz) = 58669

Modified: head/x11-wm/hikari/files/hikari.desktop.in
==============================================================================
--- head/x11-wm/hikari/files/hikari.desktop.in	Sat May 25 20:47:34 2019	(r502632)
+++ head/x11-wm/hikari/files/hikari.desktop.in	Sat May 25 20:51:47 2019	(r502633)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 [Desktop Entry]
-Name=hikari
+Type=XSession
+Name=Hikari
 Comment=%%COMMENT%%
-TryExec=hikari
-Exec=hikari
-Type=Application
+TryExec=%%PREFIX%%/bin/hikari
+Exec=%%PREFIX%%/bin/hikari



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