From 47c73209d71003856e7969f4762b46800dcb1a2b Mon Sep 17 00:00:00 2001 From: nephele <105942296+nephele-gh@users.noreply.github.com> Date: Sun, 2 Apr 2023 05:13:15 +0200 Subject: [PATCH] libsdl2: remove cmake file for libsdl2_test.a (#8226) * libsdl2: remove cmake file for libsdl2_test.a The cmake file for libSDL2_test.a was still there, causing build failures for dependant proijects (because of broken cmake file?) * Update libsdl2-2.26.4.recipe --- media-libs/libsdl2/libsdl2-2.26.4.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/libsdl2/libsdl2-2.26.4.recipe b/media-libs/libsdl2/libsdl2-2.26.4.recipe index eaba0f378..4403ebd2c 100644 --- a/media-libs/libsdl2/libsdl2-2.26.4.recipe +++ b/media-libs/libsdl2/libsdl2-2.26.4.recipe @@ -6,7 +6,7 @@ software, emulators, and popular games." HOMEPAGE="https://www.libsdl.org/" COPYRIGHT="1997-2022 Sam Lantinga" LICENSE="Zlib" -REVISION="1" +REVISION="2" SOURCE_URI="https://www.libsdl.org/release/SDL2-$portVersion.tar.gz" CHECKSUM_SHA256="1a0f686498fb768ad9f3f80b39037a7d006eac093aad39cb4ebcc832a8887231" SOURCE_DIR="SDL2-$portVersion" @@ -64,6 +64,7 @@ INSTALL() sed -i "s|.self/$relativeLibDir|.self/$relativeDevelopLibDir|" \ $libDir/cmake/SDL2/SDL2mainTargets-release.cmake rm $libDir/libSDL2_test.a + rm $libDir/cmake/SDL2/SDL2testTargets-release.cmake # devel package prepareInstalledDevelLibs \