mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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]
This commit is contained in:
parent
3921c9bf1c
commit
4094fc8306
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396040
@ -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
|
||||
|
@ -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-editor.png
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user