From a2ec65792cd5ee92f683e6289ee1c5cff16dee8d Mon Sep 17 00:00:00 2001 From: user1-github <56021366+user1-github@users.noreply.github.com> Date: Fri, 13 Mar 2026 14:10:09 +0200 Subject: [PATCH 1/2] Delete SDL/sdl12-compat-cmake-version.patch --- SDL/sdl12-compat-cmake-version.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 SDL/sdl12-compat-cmake-version.patch diff --git a/SDL/sdl12-compat-cmake-version.patch b/SDL/sdl12-compat-cmake-version.patch deleted file mode 100644 index b7368be5..00000000 --- a/SDL/sdl12-compat-cmake-version.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN a/CMakeLists.txt b/CMakeLists.txt ---- a/CMakeLists.txt 2023-09-26 19:43:48.000000000 +0200 -+++ b/CMakeLists.txt 2025-09-03 17:35:15.362613583 +0200 -@@ -2,7 +2,7 @@ - # you can define SDL2_INCLUDE_DIR on the cmdline. For example: - # cmake -DSDL2_INCLUDE_DIR=/opt/SDL2/include/SDL2 [other stuff] - --cmake_minimum_required(VERSION 3.0.0...3.5) -+cmake_minimum_required(VERSION 3.0.0...4.0) - project(sdl12_compat - VERSION 1.2.68 - LANGUAGES C) From 7f077f35d85c4d245b5254d54fa56b17f85ea059 Mon Sep 17 00:00:00 2001 From: user1-github <56021366+user1-github@users.noreply.github.com> Date: Fri, 13 Mar 2026 14:21:26 +0200 Subject: [PATCH 2/2] Update sdl12-compat to 1.2.74 Also add more cleanup items --- SDL/sdl12-compat.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/SDL/sdl12-compat.json b/SDL/sdl12-compat.json index 294e2aa1..d691c28e 100644 --- a/SDL/sdl12-compat.json +++ b/SDL/sdl12-compat.json @@ -1,18 +1,19 @@ { "name": "sdl12-compat", "buildsystem": "cmake-ninja", + "builddir": true, "cleanup": [ - "bin/sdl-config" + "/bin/sdl-config", + "/include", + "/lib/pkgconfig", + "/share/aclocal", + "*.a" ], "sources": [ { "type": "archive", - "url": "https://github.com/libsdl-org/sdl12-compat/archive/refs/tags/release-1.2.68.tar.gz", - "sha256": "63c6e4dcc1154299e6f363c872900be7f3dcb3e42b9f8f57e05442ec3d89d02d" - }, - { - "type": "patch", - "path": "sdl12-compat-cmake-version.patch" + "url": "https://github.com/libsdl-org/sdl12-compat/releases/download/release-1.2.74/sdl12-compat-1.2.74.tar.gz", + "sha256": "86b6cb20387209eb487273834c41424a42c56637635ca6c58722e1031b04bee0" } ], "modules": [