AnotherWorld: added icon (#9658)

This commit is contained in:
Luca D'Amico
2023-10-21 07:38:31 +02:00
committed by GitHub
parent 3c32968500
commit 2dec7d8496
2 changed files with 5 additions and 2 deletions

View File

@@ -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"
}