-
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add missing name and summary tags - Switch to a rDNS app id format that is now required - Various fixes to make the file adhere to modern standards
- Loading branch information
Showing
3 changed files
with
20 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
APPNAME = redeclipse | ||
APPIDNAME = net.redeclipse.RedEclipse | ||
APPCLIENT = $(APPNAME) | ||
APPSERVER = $(APPNAME)_server | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop"> | ||
<id>@[email protected]</id> | ||
<component type="desktop-application"> | ||
<id>@APPIDNAME@</id> | ||
<launchable type="desktop-id">@[email protected]</launchable> | ||
<provides> | ||
<binary>@APPNAME@</binary> | ||
</provides> | ||
<metadata_license>CC-BY-SA-3.0+</metadata_license> | ||
<project_license>Zlib and CC-BY-SA-3.0+</project_license> | ||
<name>Red Eclipse</name> | ||
<developer_name>Red Eclipse Team</developer_name> | ||
<summary>First-person shooter with agile gameplay and built-in editor</summary> | ||
<description> | ||
<p> | ||
Red Eclipse is a fun-filled new take on the first person arena shooter, | ||
|
@@ -18,6 +25,9 @@ | |
</ul> | ||
</description> | ||
<url type="homepage">https://redeclipse.net/</url> | ||
<url type="bugtracker">https://github.com/redeclipse/base/issues</url> | ||
<url type="donation">https://redeclipse.net/donate</url> | ||
<url type="help">https://redeclipse.net/faq</url> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://redeclipse.net/bits/images/053.jpg</image> | ||
|
@@ -34,36 +44,8 @@ | |
</screenshots> | ||
<update_contact>https://redeclipse.net/forum/</update_contact> | ||
<content_rating type="oars-1.1"> | ||
<content_attribute id="violence-cartoon">none</content_attribute> | ||
<content_attribute id="violence-fantasy">moderate</content_attribute> | ||
<content_attribute id="violence-realistic">none</content_attribute> | ||
<content_attribute id="violence-bloodshed">mild</content_attribute> | ||
<content_attribute id="violence-sexual">none</content_attribute> | ||
<content_attribute id="violence-desecration">none</content_attribute> | ||
<content_attribute id="violence-slavery">none</content_attribute> | ||
<content_attribute id="violence-worship">none</content_attribute> | ||
<content_attribute id="drugs-alcohol">none</content_attribute> | ||
<content_attribute id="drugs-narcotics">none</content_attribute> | ||
<content_attribute id="drugs-tobacco">none</content_attribute> | ||
<content_attribute id="sex-nudity">none</content_attribute> | ||
<content_attribute id="sex-themes">none</content_attribute> | ||
<content_attribute id="sex-homosexuality">none</content_attribute> | ||
<content_attribute id="sex-prostitution">none</content_attribute> | ||
<content_attribute id="sex-adultery">none</content_attribute> | ||
<content_attribute id="sex-appearance">none</content_attribute> | ||
<content_attribute id="language-profanity">none</content_attribute> | ||
<content_attribute id="language-humor">none</content_attribute> | ||
<content_attribute id="language-discrimination">none</content_attribute> | ||
<content_attribute id="social-chat">intense</content_attribute> | ||
<content_attribute id="social-info">none</content_attribute> | ||
<content_attribute id="social-audio">none</content_attribute> | ||
<content_attribute id="social-location">none</content_attribute> | ||
<content_attribute id="social-contacts">none</content_attribute> | ||
<content_attribute id="money-purchasing">none</content_attribute> | ||
<content_attribute id="money-gambling">none</content_attribute> | ||
</content_rating> | ||
<developer_name>Red Eclipse Team</developer_name> | ||
<url type="bugtracker">https://github.com/redeclipse/base/issues</url> | ||
<url type="donation">https://redeclipse.net/donate</url> | ||
<url type="help">https://redeclipse.net/faq</url> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters