From 6fb0ff4e942c9aad0ed376ce5c98b0db61b03f1d Mon Sep 17 00:00:00 2001 From: Jonas Pucher Date: Wed, 30 Nov 2022 03:30:50 +0100 Subject: [PATCH] Change mentions of PucklaMotzer09 -> PucklaJ, due to change of username (#1663) * Change mentions of PucklaMotzer09 -> PucklaJ * Update checksum of patch --- packages/d/dynareadout/xmake.lua | 6 +++--- packages/j/johnnyengine/xmake.lua | 6 +++--- .../libsdl_gfx/patches/1.0.4/add-x64-support.patch | 13 ------------- packages/l/libsdl_gfx/xmake.lua | 2 +- 4 files changed, 7 insertions(+), 20 deletions(-) diff --git a/packages/d/dynareadout/xmake.lua b/packages/d/dynareadout/xmake.lua index 8b1bc0f8b..4cd66c3f7 100644 --- a/packages/d/dynareadout/xmake.lua +++ b/packages/d/dynareadout/xmake.lua @@ -1,10 +1,10 @@ package("dynareadout") - set_homepage("https://github.com/PucklaMotzer09/dynareadout") + set_homepage("https://github.com/PucklaJ/dynareadout") set_description("Ansi C library for parsing binary output files of LS Dyna (d3plot, binout)") - add_urls("https://github.com/PucklaMotzer09/dynareadout/archive/refs/tags/$(version).tar.gz", - "https://github.com/PucklaMotzer09/dynareadout.git") + add_urls("https://github.com/PucklaJ/dynareadout/archive/refs/tags/$(version).tar.gz", + "https://github.com/PucklaJ/dynareadout.git") add_versions("0.1", "833c8516c77ab57c56e942692e1fea2c96c50b7adfebd7f6f633ed43aaf46a56") add_versions("0.2", "47c147f1af092b8f2aad1b883d92e6fa76f0096b911b0d4cca2ed675d4f445bd") add_versions("0.3", "c73949c474460c06add2ccfc4a22c3af066904558436a216f095b820153be670") diff --git a/packages/j/johnnyengine/xmake.lua b/packages/j/johnnyengine/xmake.lua index c54e5fd17..f25fd5d58 100644 --- a/packages/j/johnnyengine/xmake.lua +++ b/packages/j/johnnyengine/xmake.lua @@ -1,10 +1,10 @@ package("johnnyengine") - set_homepage("https://github.com/PucklaMotzer09/JohnnyEngine") + set_homepage("https://github.com/PucklaJ/JohnnyEngine") set_description("A 2D/3D Engine using OpenGL and SDL for input and the window") - add_urls("https://github.com/PucklaMotzer09/JohnnyEngine/archive/refs/tags/$(version).zip", - "https://github.com/PucklaMotzer09/JohnnyEngine.git") + add_urls("https://github.com/PucklaJ/JohnnyEngine/archive/refs/tags/$(version).zip", + "https://github.com/PucklaJ/JohnnyEngine.git") add_versions("1.0.1", "53c11b827bea6fe30f9bca27adbd712eec85a0853c0402407930bae78ad54a8f") add_patches("1.0.1", path.join(os.scriptdir(), "patches", "1.0.1", "win32_shared_fix.patch"), "fbe22cb5a9f0485982c7755936d14de6da3ce80a42394d48946b14b922847611") diff --git a/packages/l/libsdl_gfx/patches/1.0.4/add-x64-support.patch b/packages/l/libsdl_gfx/patches/1.0.4/add-x64-support.patch index a370e18d5..61bf93909 100644 --- a/packages/l/libsdl_gfx/patches/1.0.4/add-x64-support.patch +++ b/packages/l/libsdl_gfx/patches/1.0.4/add-x64-support.patch @@ -1,13 +1,3 @@ -From b19c27d28962429145d464bd44501939f24dacf4 Mon Sep 17 00:00:00 2001 -From: PucklaMotzer09 -Date: Sun, 30 Aug 2020 13:45:52 +0200 -Subject: [PATCH] Add x64 support - ---- - SDL2_gfx.sln | 6 +++ - SDL2_gfx.vcxproj | 95 ++++++++++++++++++++++++++++++++++++++++++++++-- - 2 files changed, 98 insertions(+), 3 deletions(-) - diff --git a/SDL2_gfx.sln b/SDL2_gfx.sln index 786f339..bd7635b 100644 --- a/SDL2_gfx.sln @@ -184,6 +174,3 @@ index e842d8a..4ae0cfa 100644 --- -2.28.0.windows.1 - diff --git a/packages/l/libsdl_gfx/xmake.lua b/packages/l/libsdl_gfx/xmake.lua index acad7bb7c..b93d9d9a9 100644 --- a/packages/l/libsdl_gfx/xmake.lua +++ b/packages/l/libsdl_gfx/xmake.lua @@ -9,7 +9,7 @@ package("libsdl_gfx") add_versions("ferzkopp:1.0.4", "b6da07583b7fb8f4d8cee97cac9176b97a287f56a8112e22f38183ecf47b9dcb") add_versions("sourceforge:1.0.4", "63e0e01addedc9df2f85b93a248f06e8a04affa014a835c2ea34bfe34e576262") - add_patches("1.0.4", path.join(os.scriptdir(), "patches", "1.0.4", "add-x64-support.patch"), "623ed5796c2771dc959ef0249b46a07762981a98dd25a534977f2614791d61a0") + add_patches("1.0.4", path.join(os.scriptdir(), "patches", "1.0.4", "add-x64-support.patch"), "2ea0eda111d95864bbc9aedbf8aa91dd3923208d2816a626dfd6bc173986e426") add_patches("1.0.4", path.join(os.scriptdir(), "patches", "1.0.4", "lrint_fix.patch"), "9fb928306fb25293720214377bff2f605f60ea26f43ea5346cf1268c504aff1a") elseif is_plat("macosx", "linux") then set_urls("https://www.ferzkopp.net/Software/SDL2_gfx/SDL2_gfx-$(version).tar.gz")