-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappdata.patch
51 lines (46 loc) · 1.92 KB
/
appdata.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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 @@
<li>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</li>
</ul>
</description>
+ <content_rating type="oars-1.1">
+ <content_attribute id="violence-fantasy">moderate</content_attribute>
+ <content_attribute id="violence-bloodshed">moderate</content_attribute>
+ <content_attribute id="violence-desecration">moderate</content_attribute>
+ <content_attribute id="social-chat">intense</content_attribute>
+ <content_attribute id="money-purchasing">intense</content_attribute>
+ </content_rating>
<screenshots>
<screenshot type="default">
<image>https://andrettin.github.io/screenshots/screen_dwarven_settlement.png</image>
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 @@
</screenshot>
</screenshots>
<url type="homepage">https://andrettin.github.io/</url>
+ <releases>
+ <release version="5.3.5" date="2022-03-13" />
+ </releases>
</component>