grafx2: cleaned up libSDL* dependencies (#4556)

* grafx2: cleaned up libSDL* dependencies
This commit is contained in:
alwayslivid
2020-01-12 17:29:25 +02:00
committed by Schrijvers Luc
parent be0cd09309
commit 86bf92f78e

View File

@@ -8,7 +8,7 @@ HOMEPAGE="http://grafx2.tk"
COPYRIGHT="1995-2001 Sunset Design
2007-2019 GrafX2 project team"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="https://gitlab.com/GrafX2/grafX2/-/archive/v$portVersion/grafX2-v$portVersion.tar.bz2"
SOURCE_DIR="grafX2-v$portVersion"
CHECKSUM_SHA256="a672d381df55a8180febb005cbafbbfc87b8f7eeec9743acdc33214cc59a2e00"
@@ -26,9 +26,9 @@ REQUIRES="
lib:libjpeg
lib:liblua
lib:libpng16
lib:libsdl
lib:libsdl_image
lib:libsdl_ttf
lib:libSDL_1.2
lib:libSDL_image_1.2
lib:libSDL_ttf_2.0
lib:libtiff
lib:libz
"
@@ -40,9 +40,9 @@ BUILD_REQUIRES="
devel:libjpeg
devel:liblua
devel:libpng16
devel:libsdl
devel:libsdl_image
devel:libsdl_ttf
devel:libSDL_1.2
devel:libSDL_image_1.2
devel:libSDL_ttf_2.0
devel:libtiff
devel:libz
"