-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappstream.patch
120 lines (107 loc) · 4.89 KB
/
appstream.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
From f96e12f572dda7547db924e10d3d65696092ed9e Mon Sep 17 00:00:00 2001
Date: Mon, 1 Apr 2024 20:41:10 +0200
Subject: [PATCH] Comply with FlatHub version of AppStream.
---
packaging/linux/openhv.metainfo.xml.in | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/packaging/linux/openhv.metainfo.xml.in b/packaging/linux/openhv.metainfo.xml.in
index 639f5b946..4ae937c74 100644
--- a/packaging/linux/openhv.metainfo.xml.in
+++ b/packaging/linux/openhv.metainfo.xml.in
@@ -4,7 +4,8 @@
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>OpenHV</name>
- <summary>Open Source 90s Pixelart Sci-Fi Real Time Strategy game</summary>
+ <developer_name>OpenHV developers</developer_name>
+ <summary>Sci-Fi RTS game</summary>
<description>
<p>
In 1993 a game called Hard Vacuum was in development. Heavily inspired by Dune 2, the father of the modern RTS, it had ambitious goals, but it was never released to the public. Decades later the pixel art was released under a free license. The starting point for this project.
@@ -15,12 +16,12 @@
</description>
<launchable type="desktop-id">openhv.desktop</launchable>
<screenshots>
- <screenshot>
+ <screenshot type="default">
<image>https://img.itch.zone/aW1hZ2UvNjg5NjY5Lzc2NjI2MjMucG5n/original/sT6U6%2F.png</image>
<caption>fortified base</caption>
</screenshot>
<screenshot>
- <image>https://media.discordapp.net/attachments/415154443261050901/878982936924418048/Screenshot_from_2021-07-31_13-18-44.png</image>
+ <image>https://media.moddb.com/images/members/1/927/926352/profile/Screenshot_20240401_184914.png</image>
<caption>in-game map editor</caption>
</screenshot>
<screenshot>
From 0445cb22de695c6d8d72a7aaf56663766d9fc090 Mon Sep 17 00:00:00 2001
Date: Wed, 7 Aug 2024 13:14:54 +0200
Subject: [PATCH] Stable screenshot URLs for AppStream stores.
---
packaging/linux/openhv.metainfo.xml.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/packaging/linux/openhv.metainfo.xml.in b/packaging/linux/openhv.metainfo.xml.in
index 4ae937c74..19010328e 100644
--- a/packaging/linux/openhv.metainfo.xml.in
+++ b/packaging/linux/openhv.metainfo.xml.in
@@ -17,15 +17,15 @@
<launchable type="desktop-id">openhv.desktop</launchable>
<screenshots>
<screenshot type="default">
- <image>https://img.itch.zone/aW1hZ2UvNjg5NjY5Lzc2NjI2MjMucG5n/original/sT6U6%2F.png</image>
+ <image>https://www.openhv.net/images/appstream/arctic-base.png</image>
<caption>fortified base</caption>
</screenshot>
<screenshot>
- <image>https://media.moddb.com/images/members/1/927/926352/profile/Screenshot_20240401_184914.png</image>
+ <image>https://www.openhv.net/images/appstream/editor-mirror-tool.png</image>
<caption>in-game map editor</caption>
</screenshot>
<screenshot>
- <image>https://media.moddb.com/images/articles/1/302/301662/unknown.png</image>
+ <image>https://www.openhv.net/images/appstream/uneven-remuneration.png</image>
<caption>spectator mode</caption>
</screenshot>
</screenshots>
From 285841df4fd92630f10ab329ca130c188f2aed27 Mon Sep 17 00:00:00 2001
Date: Sun, 10 Nov 2024 13:43:15 +0100
Subject: [PATCH] Avoid the deprecated developer tag.
https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer
---
packaging/linux/openhv.metainfo.xml.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/packaging/linux/openhv.metainfo.xml.in b/packaging/linux/openhv.metainfo.xml.in
index 19010328e..5fd9e982a 100644
--- a/packaging/linux/openhv.metainfo.xml.in
+++ b/packaging/linux/openhv.metainfo.xml.in
@@ -4,7 +4,9 @@
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>OpenHV</name>
- <developer_name>OpenHV developers</developer_name>
+ <developer id="net.openhv">
+ <name>OpenHV developers</name>
+ </developer>
<summary>Sci-Fi RTS game</summary>
<description>
<p>
From 37f5c378f00bc8e6dac78eeddcd04078224d2c8e Mon Sep 17 00:00:00 2001
Date: Sun, 10 Nov 2024 20:12:19 +0100
Subject: [PATCH] Add primary brand colors.
---
packaging/linux/openhv.metainfo.xml.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/packaging/linux/openhv.metainfo.xml.in b/packaging/linux/openhv.metainfo.xml.in
index 5fd9e982a..0eb85234e 100644
--- a/packaging/linux/openhv.metainfo.xml.in
+++ b/packaging/linux/openhv.metainfo.xml.in
@@ -31,6 +31,10 @@
<caption>spectator mode</caption>
</screenshot>
</screenshots>
+ <branding>
+ <color type="primary" scheme_preference="light">#5a5a5a</color>
+ <color type="primary" scheme_preference="dark">#333333</color>
+ </branding>
<url type="homepage">https://www.openhv.net/</url>
<url type="bugtracker">https://github.com/OpenHV/OpenHV/issues</url>
<url type="help">https://github.com/OpenHV/OpenHV/wiki</url>