From owner-svn-ports-head@freebsd.org Thu Apr 13 13:57:16 2017 Return-Path: Delivered-To: svn-ports-head@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 727BFD3C0C0; Thu, 13 Apr 2017 13:57:16 +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 292F79A2; Thu, 13 Apr 2017 13:57:16 +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 v3DDvFGK057648; Thu, 13 Apr 2017 13:57:15 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3DDvFAI057645; Thu, 13 Apr 2017 13:57:15 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201704131357.v3DDvFAI057645@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 13:57:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438442 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 13 Apr 2017 13:57:16 -0000 Author: ehaupt Date: Thu Apr 13 13:57:14 2017 New Revision: 438442 URL: https://svnweb.freebsd.org/changeset/ports/438442 Log: Provide a desktop file and icon Added: head/games/bloboats/files/bloboats.desktop (contents, props changed) Modified: head/games/bloboats/Makefile head/games/bloboats/pkg-plist Modified: head/games/bloboats/Makefile ============================================================================== --- head/games/bloboats/Makefile Thu Apr 13 12:56:14 2017 (r438441) +++ head/games/bloboats/Makefile Thu Apr 13 13:57:14 2017 (r438442) @@ -4,7 +4,7 @@ PORTNAME= bloboats PORTVERSION= 1.0.2 DISTVERSIONSUFFIX= -source -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://bloboats.dy.fi/mirror/ \ LOCAL/ehaupt @@ -25,4 +25,9 @@ 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 + .include Added: head/games/bloboats/files/bloboats.desktop ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/bloboats/files/bloboats.desktop Thu Apr 13 13:57:14 2017 (r438442) @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Version=1.0 +Name=Bloboats +GenericName=Boat racing game in the spirit of Elasto Mania or X-Moto +Comment=Boat racing game in the spirit of Elasto Mania or X-Moto +Icon=bloboats +Exec=bloboats +Categories=Game; +StartupNotify=false Modified: head/games/bloboats/pkg-plist ============================================================================== --- head/games/bloboats/pkg-plist Thu Apr 13 12:56:14 2017 (r438441) +++ head/games/bloboats/pkg-plist Thu Apr 13 13:57:14 2017 (r438442) @@ -113,3 +113,5 @@ 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