From 1bb862ad79c4daedfff8df88fe92663097e99215 Mon Sep 17 00:00:00 2001 From: Jason Flatt Date: Wed, 30 Oct 2024 08:08:32 -0700 Subject: [PATCH 1/3] Sync latest git commit --- com.supermodel3.Supermodel.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/com.supermodel3.Supermodel.yaml b/com.supermodel3.Supermodel.yaml index e6879f8..fe48c33 100644 --- a/com.supermodel3.Supermodel.yaml +++ b/com.supermodel3.Supermodel.yaml @@ -1,6 +1,6 @@ id: com.supermodel3.Supermodel runtime: org.freedesktop.Platform -runtime-version: "23.08" +runtime-version: "24.08" sdk: org.freedesktop.Sdk command: supermodel separate-locales: false @@ -11,7 +11,6 @@ finish-args: - --filesystem=host:ro - --share=network - --share=ipc - - --socket=x11 - --socket=fallback-x11 - --socket=pulseaudio - --socket=wayland @@ -35,7 +34,7 @@ modules: sources: - type: git url: https://github.com/trzy/Supermodel.git - commit: a2645c944f57e8d9c245063d21f9bf612eab0a6b + commit: f9cb795d6abd7a18ba3f3d44b62018f0be15b1a6 - type: file path: com.supermodel3.Supermodel.desktop - type: file From 7069a87c9f9b4f94ca9a9f29b7930c61b3cb3c5a Mon Sep 17 00:00:00 2001 From: Jason Flatt Date: Wed, 30 Oct 2024 10:45:30 -0700 Subject: [PATCH 2/3] Update ldflags patch --- ldflags.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ldflags.patch b/ldflags.patch index dd84a70..d2a4a75 100644 --- a/ldflags.patch +++ b/ldflags.patch @@ -1,13 +1,13 @@ diff --git a/Makefiles/Makefile.UNIX b/Makefiles/Makefile.UNIX -index 1e48361..1e7577d 100644 +index 2c4c341..84aaed0 100644 --- a/Makefiles/Makefile.UNIX +++ b/Makefiles/Makefile.UNIX -@@ -63,7 +63,7 @@ SDL2_LIBS = `sdl2-config --libs` +@@ -72,7 +72,7 @@ endif # PLATFORM_CXXFLAGS = $(SDL2_CFLAGS) -O3 --PLATFORM_LDFLAGS = $(SDL2_LIBS) -lGL -lGLU -lz -lm -lstdc++ -lpthread -lSDL2_net -+PLATFORM_LDFLAGS = $(SDL2_LIBS) -lGL -lGLU -lz -lm -lstdc++ -lpthread -lSDL2_net -L/app/lib +-PLATFORM_LDFLAGS = $(SDL2_LIBS) -lGL -lGLU -lz -lm -lstdc++ -lpthread ++PLATFORM_LDFLAGS = $(SDL2_LIBS) -lGL -lGLU -lz -lm -lstdc++ -lpthread -L/app/lib ############################################################################### From e23e57d148b4c48d1bc0dfc8e4cdfcfa31ae7070 Mon Sep 17 00:00:00 2001 From: Jason Flatt Date: Mon, 2 Dec 2024 08:18:11 -0800 Subject: [PATCH 3/3] Sync latest commit --- com.supermodel3.Supermodel.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.supermodel3.Supermodel.yaml b/com.supermodel3.Supermodel.yaml index fe48c33..5ef22fe 100644 --- a/com.supermodel3.Supermodel.yaml +++ b/com.supermodel3.Supermodel.yaml @@ -34,7 +34,7 @@ modules: sources: - type: git url: https://github.com/trzy/Supermodel.git - commit: f9cb795d6abd7a18ba3f3d44b62018f0be15b1a6 + commit: d043dc0c6a99f5fff87d7044e85a608508eae7e1 - type: file path: com.supermodel3.Supermodel.desktop - type: file