svn commit: r501015 - in head/games/orthorobot: . files

Mateusz Piotrowski 0mp at FreeBSD.org
Wed May 8 10:59:59 UTC 2019


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 at 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
 


More information about the svn-ports-all mailing list