7kaa: bump version (#9754)

This commit is contained in:
TheZeldakatze
2023-11-16 15:17:18 +01:00
committed by GitHub
parent a88ee18122
commit 9e358ca1e6
2 changed files with 15 additions and 3 deletions

View File

@@ -8,9 +8,9 @@ buildings with spies, or offering opponents money for their kingdom."
HOMEPAGE="https://www.7kfans.com/"
COPYRIGHT="Enlight Software Ltd."
LICENSE="GNU GPL v2"
REVISION="3"
SOURCE_URI="https://github.com/the3dfxdude/7kaa/releases/download/v$portVersion/7kaa-$portVersion.tar.xz"
CHECKSUM_SHA256="350a2681985feb4b71d20677d1a6d11921b9e3d97facbc94e4f020e848d8ab2b"
REVISION="1"
SOURCE_URI="https://github.com/the3dfxdude/7kaa/archive/refs/tags/v$portVersion.tar.gz"
CHECKSUM_SHA256="ccee9c4778211c73ed770e12c199be5b5eb34250f26a5811020e9f36f78b72c6"
PATCHES="7kaa-$portVersion.patchset"
ADDITIONAL_FILES="7kaa.rdef.in"
@@ -25,8 +25,11 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libcurl$secondaryArchSuffix
lib:libenet$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
lib:libintl$secondaryArchSuffix
lib:libopenal$secondaryArchSuffix
lib:libSDL2_2.0$secondaryArchSuffix
7kaa_music
"
BUILD_REQUIRES="
@@ -36,13 +39,21 @@ BUILD_REQUIRES="
devel:libcurl$secondaryArchSuffix
devel:libSDL2_2.0$secondaryArchSuffix
devel:libenet$secondaryArchSuffix
devel:libintl$secondaryArchSuffix
devel:libiconv$secondaryArchSuffix
"
BUILD_PREREQUIRES="
autoconf_archive
cmd:aclocal
cmd:autoconf
cmd:autopoint
cmd:autoreconf
cmd:awk
cmd:find
cmd:gcc$secondaryArchSuffix
cmd:g++$secondaryArchSuffix
cmd:make
cmd:pkg_config$secondaryArchSuffix
"
BUILD() {
@@ -52,6 +63,7 @@ BUILD() {
export CURL_CFLAGS
export CURL_LIBS
autoreconf -i
runConfigure ./configure pkgdatadir=$dataDir/7kaa
make $jobArgs
}