From 0a6cb4c3d5bf520fd50d1c37b4f636685ab9b329 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sat, 24 Oct 2020 23:59:50 +1000 Subject: [PATCH] SuperFreeCell: fix resources --- haiku-games/superfreecell/superfreecell-0.1.0.recipe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/haiku-games/superfreecell/superfreecell-0.1.0.recipe b/haiku-games/superfreecell/superfreecell-0.1.0.recipe index d0c7a1404..b623501e6 100644 --- a/haiku-games/superfreecell/superfreecell-0.1.0.recipe +++ b/haiku-games/superfreecell/superfreecell-0.1.0.recipe @@ -4,7 +4,7 @@ card game played with a 52-card standard deck." HOMEPAGE="https://github.com/aarroyoc/SuperFreeCell" COPYRIGHT="2014-2015 Adrián Arroyo Calle" LICENSE="MIT" -REVISION="4" +REVISION="5" srcGitRev="c2dc0320cfc3b461acae346ebf90e5b6501feb98" SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz" CHECKSUM_SHA256="af3668423e0f6fe19ac1efbcd6696046c1a492b616390222b140524ca9161a94" @@ -44,5 +44,8 @@ INSTALL() mkdir -p $appsDir cp SuperFreeCell $appsDir/SuperFreeCell + addResourcesToBinaries src/SuperFreeCell.rdef $appsDir/SuperFreeCell + mimeset -f $appsDir/SuperFreeCell + addAppDeskbarSymlink $appsDir/SuperFreeCell }