t4k_common: cleaned up libSDL* dependencies (#4558)

* t4k_common: cleaned up libSDL* dependencies
This commit is contained in:
alwayslivid
2020-01-12 17:10:12 +02:00
committed by Schrijvers Luc
parent 191702bb25
commit bf86eaff3e

View File

@@ -3,7 +3,7 @@ DESCRIPTION="t4k_common, a library of code shared between tuxmath and tuxtype"
HOMEPAGE="http://tux4kids.alioth.debian.org/"
COPYRIGHT="2007 Free Software Foundation, Inc."
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="https://downloads.sourceforge.net/project/tuxmath/t4k_common/t4k_common-0.1.1.tar.gz"
CHECKSUM_SHA256="42c155816dae2c5dad560faa50edaa1ca84536530283d37859c4b91e82675110"
PATCHES="t4k_common-$portVersion.patchset"
@@ -23,12 +23,12 @@ REQUIRES="
lib:libiconv$secondaryArchSuffix
lib:libintl$secondaryArchSuffix
lib:libpng16$secondaryArchSuffix
lib:libsdl$secondaryArchSuffix
lib:libsdl_image$secondaryArchSuffix
lib:libsdl_mixer$secondaryArchSuffix
lib:libsdl_net_1.2$secondaryArchSuffix
lib:libsdl_pango$secondaryArchSuffix
lib:libsdl_ttf$secondaryArchSuffix
lib:libSDL_1.2$secondaryArchSuffix
lib:libSDL_image_1.2$secondaryArchSuffix
lib:libSDL_mixer_1.2$secondaryArchSuffix
lib:libSDL_net_1.2$secondaryArchSuffix
lib:libSDL_pango$secondaryArchSuffix
lib:libSDL_ttf_2.0$secondaryArchSuffix
lib:libxml2$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
@@ -48,13 +48,13 @@ BUILD_REQUIRES="
devel:libglu$secondaryArchSuffix
devel:libiconv$secondaryArchSuffix
devel:libintl$secondaryArchSuffix
devel:libpng$secondaryArchSuffix
devel:libsdl$secondaryArchSuffix
devel:libsdl_image$secondaryArchSuffix
devel:libsdl_mixer$secondaryArchSuffix
devel:libsdl_net$secondaryArchSuffix
devel:libsdl_pango$secondaryArchSuffix
devel:libsdl_ttf$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libSDL_1.2$secondaryArchSuffix
devel:libSDL_image_1.2$secondaryArchSuffix
devel:libSDL_mixer_1.2$secondaryArchSuffix
devel:libSDL_net_1.2$secondaryArchSuffix
devel:libSDL_pango$secondaryArchSuffix
devel:libSDL_ttf_2.0$secondaryArchSuffix
devel:libxml2$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"