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 }