forked from darklegion/tremulous
-
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
f6e2c1b
old screenshots from fedora-appstream
cengique ae96336
2 old screenshots from grangerhub
cengique c367954
grangerhub logo and screenshots downloaded from forum
cengique d812950
appstream and desktop files from flathub and arch linux package, resp…
cengique 0882a03
replaced with correct files from asciiwolf PR to flathub
cengique 6ee082b
Added screenshots in appdata, added 2 videos, imported AsciiWolf's dr…
cengique a1e36fe
added Linux install target for superuser; removed some .PHONY targets
cengique cd6c2d4
removed redundant old screenshot
cengique 6946d98
path corrections
cengique 7899d86
adjusting Makefile, install files, and directories. Removing lowres s…
cengique 769d1f8
Remove paragraph from misc/io.github.grangerhub.Tremulous.appdata.xml
cengique 92d393c
changing name back to Tremulous and updating other names for consistency
cengique ce074a6
Fixes for clarity and consistency requested by AsciiWolf
cengique 3943f6f
Update misc/io.github.grangerhub.Tremulous.desktop
cengique 61934eb
Minor fixes suggested by AsciiWolf
cengique ea31b0b
Remove URL from appdata
cengique 20b3543
testing quick fix to curl build error
cengique 6ca89f6
USE_LOCAL_HEADERS in Github Actions linux build
cengique f345855
USE_CURL_DLOPEN=0 in Github Actions linux build
cengique 2357340
more specific include of local curl headers
cengique 28ab20a
Upgrade to MacOS 13
cengique a6361eb
Correct typo
cengique c407cb0
Updated copyright notice
cengique b1b1693
Update .github/workflows/build-macos.yml
cengique File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
File renamed without changes
File renamed without changes.
File renamed without changes
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 |
---|---|---|
|
@@ -7,8 +7,8 @@ | |
<provides> | ||
<id>tremulous.desktop</id> | ||
</provides> | ||
<launchable type="desktop-id">io.github.grangerhub.Tremulous.desktop</launchable> | ||
<name>Tremulous</name> | ||
<launchable type="desktop-id">Tremulous-Grangerhub.desktop</launchable> | ||
cengique marked this conversation as resolved.
Show resolved
Hide resolved
|
||
<name>Tremulous-Grangerhub</name> | ||
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. Why? This will only make it confusing for our users. You can instead mention in the description that this is a "Grangerhub version of Tremulous". And it will add me much work to do to adjust the Flatpak to this unnecessary change. :-/ |
||
<developer_name>Dark Legion Development and GrangerHub</developer_name> | ||
<summary>Aliens vs Humans, First Person Shooter game with elements of Real Time Strategy</summary> | ||
<description> | ||
|
cengique marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
cengique marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Just a very small nitpick here. I noticed that some paths have "/" at their end and some don't. It does not matter, but it would still be nice to make it consistent.