diff --git a/appdata.patch b/appdata.patch deleted file mode 100644 index f9ff095..0000000 --- a/appdata.patch +++ /dev/null @@ -1,51 +0,0 @@ -From bf67033fe980ee3e22eaafb87d5a77d8823ce7b8 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= - -Date: Tue, 17 May 2022 19:10:28 +0200 -Subject: [PATCH 1/2] Add Open Age Rating - ---- - linux/wyrmsun.appdata.xml | 7 +++++++ - 1 file changed, 7 insertions(+) - -diff --git a/linux/wyrmsun.appdata.xml b/linux/wyrmsun.appdata.xml -index 319280e8f..90e03a439 100644 ---- a/linux/wyrmsun.appdata.xml -+++ b/linux/wyrmsun.appdata.xml -@@ -28,6 +28,13 @@ -
  • In-game encyclopedia, allowing players to learn more about the units, buildings and other elements of the game, as well as their historical and mythological sources of inspiration
  • - - -+ -+ moderate -+ moderate -+ moderate -+ intense -+ intense -+ - - - https://andrettin.github.io/screenshots/screen_dwarven_settlement.png - -From d150311c85536165c36988f2746aa21bf3c1ae1f Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= - -Date: Tue, 17 May 2022 19:11:46 +0200 -Subject: [PATCH 2/2] Add last release - ---- - linux/wyrmsun.appdata.xml | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/linux/wyrmsun.appdata.xml b/linux/wyrmsun.appdata.xml -index 90e03a439..a71061628 100644 ---- a/linux/wyrmsun.appdata.xml -+++ b/linux/wyrmsun.appdata.xml -@@ -41,4 +41,7 @@ - - - https://andrettin.github.io/ -+ -+ -+ - diff --git a/io.github.Andrettin.Wyrmsun.yml b/io.github.Andrettin.Wyrmsun.yml index 73733b1..14df8cd 100644 --- a/io.github.Andrettin.Wyrmsun.yml +++ b/io.github.Andrettin.Wyrmsun.yml @@ -1,6 +1,6 @@ app-id: io.github.Andrettin.Wyrmsun runtime: org.kde.Platform -runtime-version: '5.15-22.08' +runtime-version: 5.15-22.08 sdk: org.kde.Sdk command: wyrmsun rename-icon: wyrmsun @@ -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 @@ -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.]+)$ @@ -78,10 +78,8 @@ 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