diff --git a/games-action/another_world/additional-files/another_world.hvif b/games-action/another_world/additional-files/another_world.hvif new file mode 100644 index 000000000..518814b2e Binary files /dev/null and b/games-action/another_world/additional-files/another_world.hvif differ diff --git a/games-action/another_world/another_world-0.0.1.recipe b/games-action/another_world/another_world-0.0.1.recipe index 412a8e130..630a1566a 100644 --- a/games-action/another_world/another_world-0.0.1.recipe +++ b/games-action/another_world/another_world-0.0.1.recipe @@ -10,12 +10,13 @@ Put the DOS version of 'BANK*' and 'MEMLIST.BIN' in ~/config/non-packaged/data/a HOMEPAGE="https://github.com/fabiensanglard/Another-World-Bytecode-Interpreter" COPYRIGHT="2011-2020 Fabien Sanglard" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="3" srcGitRev="dea6914a82f493cb329188bcffa46b9d0b234ea6" SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.zip" CHECKSUM_SHA256="f75d33acc822de4a33bce5fc8781839c8e66f2a62720a1290f3968f8c12e0439" SOURCE_DIR="Another-World-Bytecode-Interpreter-$srcGitRev" -ADDITIONAL_FILES="another_world.sh" +ADDITIONAL_FILES="another_world.hvif +another_world.sh" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -55,5 +56,7 @@ INSTALL() cp build/raw $binDir/neo-raw cp $portDir/additional-files/another_world.sh "$appsDir/Another World" chmod +x "$appsDir/Another World" + addattr -t icon -f $portDir/additional-files/another_world.hvif \ + "BEOS:ICON" "$appsDir/Another World" addAppDeskbarSymlink "$appsDir/Another World" "Another World" }