Date: Thu, 3 Sep 2015 19:37:22 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396040 - head/games/openra Message-ID: <201509031937.t83JbMDX019308@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Thu Sep 3 19:37:21 2015 New Revision: 396040 URL: https://svnweb.freebsd.org/changeset/ports/396040 Log: games/openra: install MIME data From ChangeLog for 20150614: - Added file associations for .orarep replay files and handling of openra:// URLs for connecting directly to game servers. [OpenRA#4528, OpenRA#7934] Modified: head/games/openra/Makefile (contents, props changed) head/games/openra/pkg-plist (contents, props changed) Modified: head/games/openra/Makefile ============================================================================== --- head/games/openra/Makefile Thu Sep 3 19:24:14 2015 (r396039) +++ head/games/openra/Makefile Thu Sep 3 19:37:21 2015 (r396040) @@ -3,7 +3,7 @@ PORTNAME= openra PORTVERSION= 20150614 DISTVERSIONPREFIX= release- -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games # XXX Convert to USES=nuget or package dependencies instead MASTER_SITES= https://nuget.org/api/v2/package/StyleCopPlus.MSBuild/4.7.49.5?dummy=/:StyleCopPlus \ @@ -49,12 +49,13 @@ USE_GITHUB= yes GH_PROJECT= OpenRA NO_ARCH= yes -USES= gmake lua:51,run mono openal:soft shebangfix +USES= desktop-file-utils gmake lua:51,run mono openal:soft \ + shared-mime-info shebangfix SHEBANG_FILES= launch-dedicated.sh USE_SDL= sdl2 MAKE_ENV= prefix="${PREFIX}" MAKE_ARGS= VERSION="${GH_TAGNAME}" -INSTALL_TARGET= install-all install-linux-shortcuts +INSTALL_TARGET= install-all install-linux-mime install-linux-shortcuts DATADIR= ${PREFIX}/lib/${PORTNAME} PORTDATA= * PORTDOCS= *.html Modified: head/games/openra/pkg-plist ============================================================================== --- head/games/openra/pkg-plist Thu Sep 3 19:24:14 2015 (r396039) +++ head/games/openra/pkg-plist Thu Sep 3 19:37:21 2015 (r396040) @@ -1,6 +1,8 @@ bin/openra bin/openra-editor share/applications/openra-editor.desktop +share/applications/openra-join-servers.desktop +share/applications/openra-replays.desktop share/applications/openra.desktop share/icons/hicolor/128x128/apps/openra.png share/icons/hicolor/16x16/apps/openra.png @@ -10,3 +12,4 @@ share/icons/hicolor/48x48/apps/openra-ed share/icons/hicolor/48x48/apps/openra.png share/icons/hicolor/64x64/apps/openra.png share/icons/hicolor/scalable/apps/openra.svg +share/mime/packages/openra.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509031937.t83JbMDX019308>