Skip to content

Commit 61cc32d

Browse files
user1-githubvoidanix
authored andcommitted
Appstream updates part 1
* Add brand colors to appstream * Use non-deprecated developer tag and update screenshot urls
1 parent cc2a68e commit 61cc32d

File tree

2 files changed

+54
-37
lines changed

2 files changed

+54
-37
lines changed

src/install/nix/blue-nebula.appdata.xml.am

Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>@APPNAME@.desktop</id>
4+
<launchable type="desktop-id">@APPNAME@.desktop</launchable>
5+
<metadata_license>CC-BY-SA-3.0+</metadata_license>
6+
<project_license>Zlib and CC-BY-SA-3.0+</project_license>
7+
<name>Blue Nebula</name>
8+
<developer id="org.blue-nebula">
9+
<name>Blue Nebula Team</name>
10+
</developer>
11+
<branding>
12+
<color type="primary" scheme_preference="light">#1970c2</color>
13+
<color type="primary" scheme_preference="dark">#0a2a48</color>
14+
</branding>
15+
<summary>Free agile arena shooter</summary>
16+
<description>
17+
<p>
18+
Blue Nebula is a fun-filled new take on the first person arena shooter,
19+
built as a total conversion of Cube Engine 2, which lends itself toward
20+
a balanced gameplay, with a general theme of agility in a variety of
21+
environments. It features a unique parkour movement system.
22+
</p>
23+
<ul>
24+
<li>Cross-platform multiplayer</li>
25+
<li>Features parkour, impulse boosts, dashing, and other tricks</li>
26+
<li>Favourite gamemodes with an array of mutators and variables</li>
27+
<li>Built-in editor lets you create your own maps cooperatively online</li>
28+
</ul>
29+
</description>
30+
<url type="homepage">https://blue-nebula.org</url>
31+
<url type="bugtracker">https://github.com/blue-nebula/base/issues</url>
32+
<screenshots>
33+
<screenshot type="default">
34+
<image>https://raw.githubusercontent.com/blue-nebula/misc/master/screenshots/1.jpg</image>
35+
<caption>Posing with fire on the map Venus</caption>
36+
</screenshot>
37+
<screenshot>
38+
<image>https://raw.githubusercontent.com/blue-nebula/misc/master/screenshots/2.jpg</image>
39+
<caption>Mine fireworks on the map Vault</caption>
40+
</screenshot>
41+
<screenshot>
42+
<image>https://raw.githubusercontent.com/blue-nebula/misc/master/screenshots/3.jpg</image>
43+
<caption>Overlooking friendly fire on the map Cutec</caption>
44+
</screenshot>
45+
</screenshots>
46+
<content_rating type="oars-1.1">
47+
<content_attribute id="violence-fantasy">moderate</content_attribute>
48+
<content_attribute id="violence-bloodshed">mild</content_attribute>
49+
<content_attribute id="social-chat">intense</content_attribute>
50+
</content_rating>
51+
<releases>
52+
<release version="1.6.0" date="2017-12-21"/>
53+
</releases>
54+
</component>

0 commit comments

Comments
 (0)