Simsu: bump version

This commit is contained in:
Gerasim Troeglazov
2021-09-27 15:07:28 +10:00
parent 87bed43fe5
commit db3019d3e0
2 changed files with 13 additions and 4 deletions

Binary file not shown.

View File

@@ -5,20 +5,23 @@ all instances of a number. You can also check your answers for correctness while
The game stores your current notes and answers, so that you can pick up where you left \
off the next time you play."
HOMEPAGE="https://gottcode.org/simsu/"
COPYRIGHT="2009-2020 Graeme Gott"
COPYRIGHT="2009-2021 Graeme Gott"
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="https://gottcode.org/simsu/simsu-$portVersion-src.tar.bz2"
CHECKSUM_SHA256="b5df8994ff7bc35e775c466c8214e4362d1f720757383c9cd412693fcb6f143b"
CHECKSUM_SHA256="6db0c004de67c122ac67f34cc6c1a68cd78be02034eceeab922848f87cb85e87"
SOURCE_DIR="simsu-$portVersion"
ADDITIONAL_FILES="simsu.rdef.in"
ADDITIONAL_FILES="
simsu.rdef.in
icons.zip
"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
simsu$secondaryArchSuffix = $portVersion
app:Simsu$secondaryArchSuffix = $portVersion
app:Simsu = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -40,8 +43,14 @@ BUILD_PREREQUIRES="
cmd:lrelease$secondaryArchSuffix >= 5
cmd:make
cmd:qmake$secondaryArchSuffix >= 5
cmd:unzip
"
PATCH()
{
unzip -o $sourceDir/../../additional-files/icons.zip -d $sourceDir/icons
}
BUILD()
{
qmake