From owner-svn-ports-all@freebsd.org Thu Apr 13 14:39:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 624ABD3CEAD; Thu, 13 Apr 2017 14:39:32 +0000 (UTC) (envelope-from ehaupt@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 mx1.freebsd.org (Postfix) with ESMTPS id 26DFCDFB; Thu, 13 Apr 2017 14:39:32 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3DEdVIg074603; Thu, 13 Apr 2017 14:39:31 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3DEdVUW074601; Thu, 13 Apr 2017 14:39:31 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201704131439.v3DEdVUW074601@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 13 Apr 2017 14:39:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438447 - in head/games/bloboats: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2017 14:39:32 -0000 Author: ehaupt Date: Thu Apr 13 14:39:31 2017 New Revision: 438447 URL: https://svnweb.freebsd.org/changeset/ports/438447 Log: Use DESKTOP_ENTRIES macro for desktop file. Notified by: danfe Deleted: head/games/bloboats/files/bloboats.desktop Modified: head/games/bloboats/Makefile head/games/bloboats/pkg-plist Modified: head/games/bloboats/Makefile ============================================================================== --- head/games/bloboats/Makefile Thu Apr 13 14:31:05 2017 (r438446) +++ head/games/bloboats/Makefile Thu Apr 13 14:39:31 2017 (r438447) @@ -19,6 +19,13 @@ USES= dos2unix gmake USE_SDL= mixer image net sdl USE_GL= gl glu +DESKTOP_ENTRIES="Bloboats" \ + "${COMMENT}" \ + "${PORTNAME}" \ + "${PORTNAME}" \ + "Game;" \ + false + MAKE_ENV+= DATADIR="${DATADIR}" STAGEDIR=${STAGEDIR} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -26,7 +33,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER DOS2UNIX_FILES= src/*.cpp post-install: - ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} ${INSTALL_DATA} ${WRKSRC}/data/images/icon.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png Modified: head/games/bloboats/pkg-plist ============================================================================== --- head/games/bloboats/pkg-plist Thu Apr 13 14:31:05 2017 (r438446) +++ head/games/bloboats/pkg-plist Thu Apr 13 14:39:31 2017 (r438447) @@ -113,5 +113,4 @@ etc/bloboats.dirs %%DATADIR%%/defaults/private/ghost/ghost.txt %%DATADIR%%/defaults/private/records/records.txt %%DATADIR%%/defaults/private/levels.dat -share/applications/bloboats.desktop share/pixmaps/bloboats.png