Match SDL BUILD_REQUIRES to REQUIRES (#4795)

* Match SDL BUILD_REQUIRES to REQUIRES
This commit is contained in:
Crestwave
2020-03-15 20:39:10 +08:00
committed by GitHub
parent 7df3fa310d
commit 15e011c2e1
6 changed files with 26 additions and 26 deletions

View File

@@ -12,9 +12,9 @@ sourced under the GPL license and ported to SDL, and then SDL 2."
HOMEPAGE="https://gitlab.com/LibreGames/jumpnbump"
COPYRIGHT="1998-2019 Jump 'n Bump developers"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="$HOMEPAGE/-/archive/1.61/jumpnbump-1.61.zip"
CHECKSUM_SHA256="0bd5dbd22f81b9399c6e6dbc372c950e09ee19fe348d5f54f5abe8d4794f6490"
REVISION="2"
SOURCE_URI="$HOMEPAGE/-/archive/$portVersion/jumpnbump-$portVersion.tar.gz"
CHECKSUM_SHA256="2f18f20d9f31c0d2e1765884f8fa4a2f228ee42a0fccd280cae1c09a7951f97d"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
commandBinDir=$binDir
@@ -42,9 +42,9 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libbz2$secondaryArchSuffix
devel:libSDL2$secondaryArchSuffix
devel:libSDL2_net$secondaryArchSuffix
devel:libSDL2_mixer$secondaryArchSuffix
devel:libSDL2_2.0$secondaryArchSuffix
devel:libSDL2_net_2.0$secondaryArchSuffix
devel:libSDL2_mixer_2.0$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="

View File

@@ -7,7 +7,7 @@ characters, and several more in the making!"
HOMEPAGE="https://openmortal.sourceforge.net/"
COPYRIGHT="2003 the OpenMortal Team"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://downloads.sourceforge.net/openmortal/openmortal-$portVersion.tar.bz2"
CHECKSUM_SHA256="9c302560d71ddcd3473ba2a1022fd118cbce87a4cd4b3080cb46288a410bb710"
PATCHES="openmortal-$portVersion.patch"
@@ -34,11 +34,11 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libfreetype$secondaryArchSuffix
devel:libSDL$secondaryArchSuffix
devel:libSDL_gfx$secondaryArchSuffix
devel:libSDL_image$secondaryArchSuffix
devel:libSDL_mixer$secondaryArchSuffix
devel:libSDL_net$secondaryArchSuffix
devel:libSDL_1.2$secondaryArchSuffix
devel:libSDL_gfx_1.2$secondaryArchSuffix
devel:libSDL_image_1.2$secondaryArchSuffix
devel:libSDL_mixer_1.2$secondaryArchSuffix
devel:libSDL_net_1.2$secondaryArchSuffix
devel:libSDL_ttf$secondaryArchSuffix
"
BUILD_PREREQUIRES="

View File

@@ -9,7 +9,7 @@ COPYRIGHT="2003 Parallel Realities
2011, 2012 Guss Sliepen
2015-2019 Julie Marchant"
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/pr-starfighter/starfighter/releases/download/v$portVersion/starfighter-${portVersion%.*.*}-src.tar.gz"
CHECKSUM_SHA256="6b481a0fc5d4995c1da6a88c46edaaf75809b85f2c08228a239a4395e02c718f"
SOURCE_FILENAME="starfighter-$portVersion.tar.gz"
@@ -34,9 +34,9 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libintl$secondaryArchSuffix
devel:libSDL2$secondaryArchSuffix
devel:libSDL2_image$secondaryArchSuffix
devel:libSDL2_mixer$secondaryArchSuffix
devel:libSDL2_2.0$secondaryArchSuffix
devel:libSDL2_image_2.0$secondaryArchSuffix
devel:libSDL2_mixer_2.0$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:awk