summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-03-07 01:27:05 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-03-07 03:26:47 +0000
commita7e3943e40b122ef355efeb760a15bcea729c46b (patch)
tree67deae1817bf9b3d70d3a37519c90cf407c78124 /games
parentgraphics/mesa-devel: update to 23.0.b.2589 (diff)
games/veloren-weekly: install metainfo
Diffstat (limited to 'games')
-rw-r--r--games/veloren-weekly/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile
index 8e11c7d7945d..95b3dbdc92dc 100644
--- a/games/veloren-weekly/Makefile
+++ b/games/veloren-weekly/Makefile
@@ -1,5 +1,6 @@
PORTNAME= veloren
PORTVERSION= s20230301
+PORTREVISION= 1
CATEGORIES= games wayland
.if !make(makesum)
MASTER_SITES= LOCAL/jbeich
@@ -31,6 +32,7 @@ CARGO_ENV= VELOREN_USERDATA_STRATEGY=system SHADERC_LIB_DIR="${LOCALBASE}/lib"
PLIST_FILES= bin/${PORTNAME}-server-cli \
bin/${PORTNAME}-voxygen \
share/applications/net.veloren.veloren.desktop \
+ share/metainfo/net.veloren.veloren.metainfo.xml \
share/pixmaps/net.veloren.veloren.png
PORTDATA= *
@@ -64,5 +66,8 @@ post-install:
${STAGEDIR}${PREFIX}/share/applications
${RLN} ${STAGEDIR}${DATADIR}/assets/voxygen/*.png \
${STAGEDIR}${PREFIX}/share/pixmaps
+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/metainfo
+ ${RLN} ${STAGEDIR}${DATADIR}/assets/voxygen/*.metainfo.xml \
+ ${STAGEDIR}${PREFIX}/share/metainfo
.include <bsd.port.mk>