sdl libraries, fix some references (#7596)

This commit is contained in:
Schrijvers Luc
2022-12-20 12:23:33 +01:00
committed by GitHub
parent 7983464ac5
commit 0eb95bad7b
7 changed files with 22 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ render internationalized and tagged text in SDL applications."
HOMEPAGE="http://www.libsdl.org/projects/SDL_pango/"
COPYRIGHT="2004 NAKAMURA Ken'ichi'"
LICENSE="GNU GPL v2"
REVISION="4"
REVISION="5"
SOURCE_URI="https://downloads.sf.net/sdlpango/SDL_Pango-$portVersion.tar.gz"
CHECKSUM_SHA256="7f75d3b97acf707c696ea126424906204ebfa07660162de925173cdd0257eba4"
SOURCE_DIR="SDL_Pango-$portVersion"
@@ -20,7 +20,7 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libSDL$secondaryArchSuffix
lib:libSDL_1.2$secondaryArchSuffix
lib:libpango_1.0$secondaryArchSuffix
lib:libintl$secondaryArchSuffix
lib:libfreetype$secondaryArchSuffix
@@ -42,7 +42,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libSDL$secondaryArchSuffix
devel:libSDL_1.2$secondaryArchSuffix
devel:libpango_1.0$secondaryArchSuffix
devel:libintl$secondaryArchSuffix
devel:libfreetype$secondaryArchSuffix