forked from getsolus/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summary** - Added homepage (Part of getsolus#411) - Added appstream metadata ( Part of getsolus#1389) - Replaced old and ugly icon **Test Plan** - Verified homepage loads informaton about packages - Verifed metadata with `appstream-builder --packages-dir=. --include-failed -v` **Checklist** - [x] Package was built and tested against unstable
Showing
10 changed files
with
55 additions
and
24 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Maelstrom |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Maelstrom:main |
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
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions
24
packages/m/maelstrom/files/org.libsdl.Maelstrom.appdata.xml
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<application> | ||
<id type="desktop">org.libsdl.Maelstrom.desktop</id> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>GPL-2.0+ and CC-BY-3.0</project_license> | ||
<developer_name>Ambrosia Software</developer_name> | ||
<name>Maelstrom</name> | ||
<summary>High Quality Asteroids Clone</summary> | ||
<description> | ||
<p>You pilot your ship through the dreaded "Maelstrom" asteroid belt -- suddenly your best friend thrusts towards you and fires, directly at your cockpit. You raise your shields just in time, and the battle is joined.</p> | ||
<p>The deadliest stretch of space known to mankind has just gotten deadlier. Everywhere massive asteroids jostle for a chance to crush your ship, and deadly shinobi fighter patrols pursue you across the asteroid belt. But the deadliest of them all is your sister ship, assigned to you on patrol. The pilot, trained by your own Navy, battle hardened by months in the Maelstrom, is equipped with a twin of your own ship and intimate knowledge of your tactics.</p> | ||
<p>The lovely Stratocaster R&R facility never sounded so good, but as you fire full thrusters to dodge the latest barrage you begin to think you'll never get home...</p> | ||
</description> | ||
<content_rating type="oars-1.1" /> | ||
<url type="homepage">https://www.libsdl.org/projects/Maelstrom/</url> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://upload.wikimedia.org/wikipedia/commons/4/44/Maelstrom_screenshot.png</image> | ||
</screenshot> | ||
</screenshots> | ||
<releases> | ||
<release version="3.0.7" date="2021-02-04"/> | ||
</releases> | ||
</application> |
5 changes: 3 additions & 2 deletions
5
packages/m/maelstrom/files/Maelstrom.desktop → ...lstrom/files/org.libsdl.Maelstrom.desktop
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,11 +1,12 @@ | ||
[Desktop Entry] | ||
Comment=Maelstrom | ||
Exec=Maelstrom | ||
Icon=maelstrom.png | ||
Exec=maelstrom | ||
Icon=maelstrom | ||
Comment=Space combat game | ||
Name=Maelstrom | ||
StartupNotify=false | ||
Terminal=false | ||
Type=Application | ||
Categories=Game;ArcadeGame; | ||
Keywords=game;arcade;space;shooter;asteroids; | ||
|
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,2 +1,2 @@ | ||
Maelstrom-install.patch | ||
maelstrom-install.patch | ||
fix-button-code.patch |
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
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