-
Notifications
You must be signed in to change notification settings - Fork 69
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
Add mupen64plus appdata #49
base: master
Are you sure you want to change the base?
Changes from 1 commit
7845ad1
cc25262
9357cf4
8f55b1a
ffc5d12
1041f9e
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,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<application> | ||
<id type="desktop">mupen64plus.desktop</id> | ||
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. Use an app-id that follows reverse dns style. |
||
<name>Mupen64Plus</name> | ||
<summary>Nintendo 64 Emulator</summary> | ||
<metadata_license>CC-BY-SA-3.0</metadata_license> | ||
<project_license>GPL-2.0+</project_license> | ||
<description> | ||
<p> | ||
Mupen64plus is a Nintendo 64 Emulator. | ||
This package includes all the plug-ins. | ||
</p> | ||
</description> | ||
<url type="homepage">http://mupen64plus.org/</url> | ||
<url type="bugtracker">https://github.com/mupen64plus/mupen64plus-user-issues/issues</url> | ||
<screenshots> | ||
<screenshot type="default">https://screenshots.debian.net/screenshots/000/010/356/large.png</screenshot> | ||
</screenshots> | ||
<releases> | ||
<release date="2015-04-26" version="2.5"/> | ||
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. Is upstream still developed? 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. Yes, but it's been a very long time since they've had a release. (It looks like they broke up their source into a bunch of different modules in going to git hub, and have updated some of the modules, but not the "core") |
||
</releases> | ||
</application> |
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.
Run
appstream-util upgrade
on this file.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.
Also run
appstream-util validate
it is missing some details.