mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Simsu: bump version
This commit is contained in:
BIN
games-board/simsu/additional-files/icons.zip
Normal file
BIN
games-board/simsu/additional-files/icons.zip
Normal file
Binary file not shown.
@@ -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
|
||||
Reference in New Issue
Block a user