diff --git a/com.simulide.simulide.yaml b/com.simulide.simulide.yaml index 0ed0615..067c294 100644 --- a/com.simulide.simulide.yaml +++ b/com.simulide.simulide.yaml @@ -19,6 +19,8 @@ modules: - type: git url: https://github.com/Arcachofo/SimuliDE-1 commit: 28965e3bd6dd118598db1f5639ce1cf2e3c56e36 + - type: patch + path: fix-appdata.patch post-install: - install -Dm755 -t ${FLATPAK_DEST}/bin/ ./executables/SimulIDE_1.1.0-SR2/simulide - install -d ${FLATPAK_DEST}/share/simulide/ diff --git a/fix-appdata.patch b/fix-appdata.patch new file mode 100644 index 0000000..1cc2acc --- /dev/null +++ b/fix-appdata.patch @@ -0,0 +1,44 @@ +From 89e8fb3cd1bd62adb2e5c72b0825dc804eebeea7 Mon Sep 17 00:00:00 2001 +From: Sabri Ünal +Date: Mon, 6 Apr 2026 23:57:24 +0300 +Subject: [PATCH] Fix appdata paper cuts + +- Remove unreachable URLs +- Provide a reachable vcs-browser URL + +Signed-off-by: Sabri Ünal +--- + resources/com.simulide.simulide.metainfo.xml | 9 ++------- + 1 file changed, 2 insertions(+), 7 deletions(-) + +diff --git a/resources/com.simulide.simulide.metainfo.xml b/resources/com.simulide.simulide.metainfo.xml +index ac82c96..eab2651 100644 +--- a/resources/com.simulide.simulide.metainfo.xml ++++ b/resources/com.simulide.simulide.metainfo.xml +@@ -47,8 +47,7 @@ + https://www.patreon.com/simulide + https://simulide.com/p/forum/ + https://simulide.com/p/simulidekb/ +- https://launchpad.net/simulide/ +- https://simulide.com/p/contribute/ ++ https://github.com/Arcachofo/SimuliDE-1 + + + +@@ -72,12 +71,8 @@ + + + +- +- https://bazaar.launchpad.net/~arcachofo/simulide/1.1.0/changes +- +- ++ + +- https://bazaar.launchpad.net/~arcachofo/simulide/1.0.0/changes + +

First stable release

+
+-- +libgit2 1.7.2 +