From owner-svn-ports-head@freebsd.org Wed May 8 10:59:58 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE98C15A678F; Wed, 8 May 2019 10:59:58 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8376F6C899; Wed, 8 May 2019 10:59:58 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5BFA34DBB; Wed, 8 May 2019 10:59:58 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x48Axwhu058132; Wed, 8 May 2019 10:59:58 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x48AxwW5058130; Wed, 8 May 2019 10:59:58 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <201905081059.x48AxwW5058130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Wed, 8 May 2019 10:59:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501015 - in head/games/orthorobot: . files X-SVN-Group: ports-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: in head/games/orthorobot: . files X-SVN-Commit-Revision: 501015 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8376F6C899 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2019 10:59:59 -0000 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