-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing distro files from Flatpak and Arch Linux #130
base: master
Are you sure you want to change the base?
Changes from all commits
f6e2c1b
ae96336
c367954
d812950
0882a03
6ee082b
a1e36fe
cd6c2d4
6946d98
7899d86
769d1f8
92d393c
ce074a6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Copyright 2017 Daniel Rusek <mail@asciiwolf.com> --> | ||
<component type="desktop-application"> | ||
<id>io.github.grangerhub.Tremulous</id> | ||
<project_license>GPL-2.0</project_license> | ||
<metadata_license>CC-BY-SA-3.0</metadata_license> | ||
<provides> | ||
<id>io.github.grangerhub.Tremulous.desktop</id> | ||
</provides> | ||
<launchable type="desktop-id">io.github.grangerhub.Tremulous.desktop</launchable> | ||
<name>Tremulous</name> | ||
<developer_name>Dark Legion Development and GrangerHub</developer_name> | ||
<summary>Aliens vs Humans, First Person Shooter game with elements of Real Time Strategy (Grangerhub version)</summary> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just a question: Is the correct name Grangerhub or GrangerHub? |
||
<description> | ||
<p> | ||
Tremulous is a free, open source game that blends a team based FPS with | ||
elements of an RTS. | ||
</p> | ||
<p> | ||
Players can choose from 2 unique races, aliens and humans. | ||
Players on both teams are able to build working structures in-game like an | ||
RTS. | ||
</p> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Now that the GrangerHub branding was removed from the Tremulous Flatpak/desktop file name, we could instead mention it in the description. :-) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah, I see that it is mentioned in the summary. Maybe we could provide more information what the Grangerhub version is in the description? |
||
</description> | ||
<url type="homepage">https://github.com/GrangerHub/tremulous</url> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image type="source" width="1280" height="960">https://raw.githubusercontent.com/GrangerHub/tremulous/master/misc/grangerhub-trem1.3-7d1b.jpg</image> | ||
<caption>Tremulous 1.3 development with shadows</caption> | ||
</screenshot> | ||
<screenshot> | ||
<image type="source" width="1366" height="768">https://raw.githubusercontent.com/GrangerHub/tremulous/master/misc/grangerhub-trem1.3-7672.jpg</image> | ||
<caption>Tremulous 1.3 alien dragoon jumping over human player with portal gun</caption> | ||
</screenshot> | ||
<screenshot> | ||
<image type="source" width="1366" height="768">https://raw.githubusercontent.com/GrangerHub/tremulous/master/misc/grangerhub-trem1.3-ca9d.jpg</image> | ||
<caption>Human shooting alien acid tube with laser gun</caption> | ||
</screenshot> | ||
<screenshot> | ||
<image type="source" width="1366" height="768">https://raw.githubusercontent.com/GrangerHub/tremulous/master/misc/grangerhub-trem1.3-7628.jpg</image> | ||
<caption>Human base with medistation and armory</caption> | ||
</screenshot> | ||
<screenshot> | ||
<image type="source" width="1366" height="768">https://raw.githubusercontent.com/GrangerHub/tremulous/master/misc/grangerhub-trem1.3-6d22.jpg</image> | ||
<caption>Human with jetpack</caption> | ||
</screenshot> | ||
<screenshot> | ||
<image type="source" width="1366" height="768">https://raw.githubusercontent.com/GrangerHub/tremulous/master/misc/grangerhub-trem1.3-e81b.jpg</image> | ||
<caption>Human outside in ATCS map</caption> | ||
</screenshot> | ||
<screenshot> | ||
<video>https://raw.githubusercontent.com/GrangerHub/tremulous/master/misc/videos/GrangerPub_Quick_Transit_Match-NewSource~tremulousrussian.mkv</video> | ||
<caption>Quick match in Transit map. Credit: NewSource/TremulousRussian</caption> | ||
</screenshot> | ||
<screenshot> | ||
<video>https://raw.githubusercontent.com/GrangerHub/tremulous/master/misc/videos/Tremulous_GPP_alien_gameplay-ZdrytchX~ViruS.webm</video> | ||
<caption>Tremulous GPP alien gameplay. Credit: ZdrytchX/ViruS</caption> | ||
</screenshot> | ||
</screenshots> | ||
<update_contact>mail@asciiwolf.com</update_contact> | ||
<content_rating type="oars-1.1"> | ||
<content_attribute id="violence-fantasy">moderate</content_attribute> | ||
<content_attribute id="violence-realistic">moderate</content_attribute> | ||
<content_attribute id="violence-bloodshed">mild</content_attribute> | ||
<content_attribute id="social-chat">intense</content_attribute> | ||
</content_rating> | ||
</component> |
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,9 @@ | ||||||
[Desktop Entry] | ||||||
Name=Tremulous | ||||||
Comment=Aliens vs Humans, First Person Shooter game with elements of Real Time Strategy (GrangerHub version) | ||||||
Icon=io.github.grangerhub.Tremulous.png | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
The desktop icon should not contain a file type suffix. |
||||||
Exec=tremulous | ||||||
Terminal=false | ||||||
Type=Application | ||||||
Categories=Game;ActionGame;StrategyGame;Shooter; | ||||||
PrefersNonDefaultGPU=true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default prefix should probably rather be
/usr/local
.