Skip to content
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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

wberrier
Copy link

@wberrier wberrier commented Oct 8, 2018

This file is from building a flatpak package (flathub/flathub#663)

Not sure how I feel about "ASDIR", but "APPSTREAMDIR" threw off the indentation.
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<application>
Copy link

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.

Copy link

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.

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<application>
<id type="desktop">mupen64plus.desktop</id>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use an app-id that follows reverse dns style.

@wberrier
Copy link
Author

Updated based on review

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>org.mupen64plus.Mupen64Plus</id>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing <launchable type="desktop-id">org.mupen64plus.Mupen64Plus.desktop</launchable>

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, good catch

</screenshot>
</screenshots>
<releases>
<release date="2015-04-26" version="2.5"/>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is upstream still developed?

Copy link
Author

Choose a reason for hiding this comment

The 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")

</p>
</description>
<url type="homepage">http://mupen64plus.org/</url>
<url type="help">http://mupen64plus.org/docs/</url>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use https here.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

<url type="homepage">http://mupen64plus.org/</url>
<url type="help">http://mupen64plus.org/docs/</url>
<url type="bugtracker">https://github.com/mupen64plus/mupen64plus-user-issues/issues</url>
<url type="donation">https://www.paypal.com/webapps/shoppingcart?flowlogging_id=59a5b20d47d74&mfid=1541895691620_59a5b20d47d74</url>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where did you find this PayPal link? I don’t see it on the homepage.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's linked from here (looks like an old site):

http://mupen64.emulation64.com/

Should it be removed from this file?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes; that PayPal link is for Hacktarux who as far as I know hasn’t been involved for years.

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>org.mupen64plus.Mupen64Plus</id>
<launchable type="desktop-id">org.mupen64plus.Mupen64Plus</launchable>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<launchable type="desktop-id">org.mupen64plus.Mupen64Plus</launchable>
<launchable type="desktop-id">org.mupen64plus.Mupen64Plus.desktop</launchable>

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, thanks for the catch

@Narann
Copy link
Member

Narann commented Dec 29, 2020

The original comments states we need a fronted to be accepted to flathub:

It has to provide some frontend to be accepted to Flathub.

So I suspect it's not the good place.

I've looked in synaptic and the only frontend is mupen64plus-qt, which is here:

https://github.com/dh4/mupen64plus-qt

Can I suggest to work with @dh4 for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants