From 6bfff6549cd260d5971ea3d890f122fc7d1bcc68 Mon Sep 17 00:00:00 2001 From: humdinger Date: Tue, 25 Apr 2023 07:10:06 +0200 Subject: [PATCH] Monsterz: Add type and app signature (#8511) So it can be found by a QuickLaunch query. --- games-puzzle/monsterz/monsterz-0.7.1.recipe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/games-puzzle/monsterz/monsterz-0.7.1.recipe b/games-puzzle/monsterz/monsterz-0.7.1.recipe index 462f966aa..49d13df01 100644 --- a/games-puzzle/monsterz/monsterz-0.7.1.recipe +++ b/games-puzzle/monsterz/monsterz-0.7.1.recipe @@ -11,7 +11,7 @@ Michael Speck, David White Mike Kershaw" LICENSE="WTFPL v2 GNU GPL v1 GNU LGPL v2" -REVISION="2" +REVISION="3" SOURCE_URI="http://sam.zoy.org/monsterz/monsterz-$portVersion.tar.gz" CHECKSUM_SHA256="50828b8fa26d107bcc2bd134328f83c905b9f5e124846bdf239daf0eed34973d" PATCHES="monsterz-$portVersion.patchset" @@ -47,6 +47,8 @@ INSTALL() cp monsterz.py $entryPoint + addattr -t mime "BEOS:TYPE" application/x-vnd.be-elfexecutable $entryPoint + addattr -t mime "BEOS:APP_SIG" application/x-vnd.sam-monsterz $entryPoint addattr -t icon -f $portDir/additional-files/monsterz.hvif \ "BEOS:ICON" $entryPoint