Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2019 10:59:58 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501015 - in head/games/orthorobot: . files
Message-ID:  <201905081059.x48AxwW5058130@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Wed May  8 10:59:57 2019
New Revision: 501015
URL: https://svnweb.freebsd.org/changeset/ports/501015

Log:
  games/orthorobot: Add DESKTOP_ENTRIES
  
  Also remove pkg-message: it is not useful as the game is installed and
  launched as most applications.

Deleted:
  head/games/orthorobot/files/pkg-message.in
Modified:
  head/games/orthorobot/Makefile

Modified: head/games/orthorobot/Makefile
==============================================================================
--- head/games/orthorobot/Makefile	Wed May  8 10:15:29 2019	(r501014)
+++ head/games/orthorobot/Makefile	Wed May  8 10:59:57 2019	(r501015)
@@ -4,6 +4,7 @@ PORTNAME=	orthorobot
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.1.1-1
 DISTVERSIONSUFFIX=	-g48f0742
+PORTREVISION=	1
 CATEGORIES=	games
 
 MAINTAINER=	0mp@FreeBSD.org
@@ -21,8 +22,11 @@ GH_ACCOUNT=	Stabyourself
 
 NO_ARCH=	yes
 
-SUB_FILES=	${PORTNAME} pkg-message
-SUB_LIST+=	LOVE_CMD=${LOVE_CMD} PORTNAME=${PORTNAME}
+DESKTOP_ENTRIES="Ortho Robot" "${COMMENT}" "${WRKSRC}/textavatar.png" \
+		"${PORTNAME}" "Game;LogicGame;" false
+
+SUB_FILES=	${PORTNAME}
+SUB_LIST=	LOVE_CMD=${LOVE_CMD} PORTNAME=${PORTNAME}
 
 PLIST_FILES=	bin/${PORTNAME} ${DATADIR}/${PORTNAME}.love
 



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