Kaynağa Gözat

Change mentions of PucklaMotzer09 -> PucklaJ, due to change of username (#1663)

* Change mentions of PucklaMotzer09 -> PucklaJ

* Update checksum of patch
Jonas Pucher 2 yıl önce
ebeveyn
işleme
6fb0ff4e94

+ 3 - 3
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")

+ 3 - 3
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")
 

+ 0 - 13
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 <[email protected]>
-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
      </CustomBuildStep>
    </ItemGroup>
    <ItemGroup>
--- 
-2.28.0.windows.1
-

+ 1 - 1
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")