Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2 modules #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 0 additions & 51 deletions appdata.patch

This file was deleted.

22 changes: 22 additions & 0 deletions appdata2.patch
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,25 @@ index 6582441cad..5e16fd0362 100644
</releases>
+ <launchable type="desktop-id">wyrmsun.desktop</launchable>
</component>

From 5fd29a1d729f85c154ec1f6d02ab6df3303da895 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?=
Date: Wed, 18 Dec 2024 11:06:48 +0100
Subject: [PATCH 3/3] Add latest release.

---
linux/wyrmsun.appdata.xml | 1 +
1 file changed, 1 insertion(+)

diff --git a/linux/wyrmsun.appdata.xml b/linux/wyrmsun.appdata.xml
index 5e16fd0362..ca3e07bffa 100644
--- a/linux/wyrmsun.appdata.xml
+++ b/linux/wyrmsun.appdata.xml
@@ -44,6 +44,7 @@
</screenshots>
<url type="homepage">https://andrettin.github.io/</url>
<releases>
+ <release version="5.3.6" date="2022-08-02" />
<release version="5.3.5" date="2022-03-13" />
</releases>
<launchable type="desktop-id">wyrmsun.desktop</launchable>
12 changes: 5 additions & 7 deletions io.github.Andrettin.Wyrmsun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ modules:
- --enable-threadsafe
- --enable-threads-override-locks
build-options:
cflags: -DSQLITE_ENABLE_UNLOCK_NOTIFY=1
cflags: -DSQLITE_ENABLE_UNLOCK_NOTIFY=1
sources:
- type: archive
url: https://sqlite.org/2021/sqlite-autoconf-3370000.tar.gz
Expand Down Expand Up @@ -65,8 +65,8 @@ modules:
sources:
- type: git
url: https://github.com/Andrettin/Wyrmgus.git
tag: v5.3.5
commit: 281ee8d89f7786889d241de437cb00b268c6a965
tag: v5.3.6
commit: 52e716c1f9bc3938613e680d5492dfa11b7dc215
x-checker-data:
type: git
tag-pattern: ^(v[\d.]+)$
Expand All @@ -78,12 +78,10 @@ modules:
sources:
- type: git
url: https://github.com/Andrettin/Wyrmsun.git
tag: v5.3.5
commit: c5bb082b1232280490cbf6ddb542c9b6dc2b3fe4
tag: v5.3.6
commit: 02c22ba0c32e59590b4a56b64e5f652c676446c3
x-checker-data:
type: git
tag-pattern: ^(v[\d.]+)$
- type: patch
path: appdata.patch
- type: patch
path: appdata2.patch