tuxpaint, fix reference for lib:libsdl2_gfx_1.0 (#8994)

This commit is contained in:
Schrijvers Luc
2023-07-06 17:52:10 +02:00
committed by GitHub
parent 0a64261316
commit 5657a7ae85

View File

@@ -7,7 +7,7 @@ encouraging cartoon mascot who guides children as they use the program."
HOMEPAGE="http://www.tuxpaint.org/"
COPYRIGHT="2002-2023 Bill Kendrick and others"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://sourceforge.net/projects/tuxpaint/files/tuxpaint/$portVersion/tuxpaint-$portVersion.tar.gz"
CHECKSUM_SHA256="c60ac9cc67b041a45e5b7828eda11d50f846a467b485db2c84d628e74a5fe1b1"
@@ -40,7 +40,7 @@ REQUIRES="
lib:librsvg_2$secondaryArchSuffix
lib:libSDL2_2.0$secondaryArchSuffix
lib:libSDL2_image_2.0$secondaryArchSuffix
lib:libSDL2_gfx$secondaryArchSuffix
lib:libSDL2_gfx_1.0$secondaryArchSuffix
lib:libSDL2_mixer_2.0$secondaryArchSuffix
lib:libSDL2_pango$secondaryArchSuffix
lib:libSDL2_ttf_2.0$secondaryArchSuffix
@@ -61,7 +61,7 @@ BUILD_REQUIRES="
devel:librsvg_2$secondaryArchSuffix
devel:libSDL2_2.0$secondaryArchSuffix
devel:libSDL2_image_2.0$secondaryArchSuffix
devel:libSDL2_gfx$secondaryArchSuffix
devel:libSDL2_gfx_1.0$secondaryArchSuffix
devel:libSDL2_mixer_2.0$secondaryArchSuffix
devel:libSDL2_pango$secondaryArchSuffix
devel:libSDL2_ttf_2.0$secondaryArchSuffix