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

Update manifest #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MrTarantoga
Copy link
Contributor

@MrTarantoga MrTarantoga commented Sep 22, 2024

Add:

  • <component type>
  • <launchable>
  • <developer>
  • <update_contact>

Change:

  • <id>: new constraints
  • <url>: update to https
  • <screenshot>: follow new constraints

This work is done, to fit the new constraints for metainfo of Flatpak.

Add:
- <component type>
- <launchable>
- <developer>
- <update_contact>

Change:
- <id>: new constraints
- <url>: update to https
- <screenshot>: follow new constraints
MrTarantoga added a commit to flathub/org.nongnu.enigma that referenced this pull request Sep 22, 2024
Work done to pass flatpak verification.

Patch in [pull request](Enigma-Game/Enigma#95)
to Enigma project.
@raoulb
Copy link
Contributor

raoulb commented Sep 25, 2024

Thanks for this PR. Seems good to me.

<application>
<id type="desktop">enigma.desktop</id>
<component type="desktop-application">
<id>org.nongnu.enigma</id>
Copy link
Contributor

Choose a reason for hiding this comment

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

We have an own domain name enigma-game.org. I'd prefer to use this. (Even if it just redirects to nongnu for now.)

Copy link
Contributor

Choose a reason for hiding this comment

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

</ul>
</description>
</release>
</releases>
<url type="homepage">http://www.nongnu.org/enigma/</url>
<url type="homepage">https://www.nongnu.org/enigma/</url>
Copy link
Contributor

Choose a reason for hiding this comment

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

</screenshot>
<screenshot>
<image>https://www.nongnu.org/enigma/images/screenshots/mecke22_2.png</image>
<caption>Example Level</caption>
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 proper level title (to give credits to the authors).

<content_rating type="oars-1.1" />
<updatecontact>[email protected]</updatecontact>
</application>
<developer id="enigma.nongnu.org">
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't really like to duplicate the list of contributors in yet another place.
But if this is good practice for the metadata, then I'm ok with it. Just make sure it is in sync with what is shown in-game. (Which is the most up-to-date list a think.)

Copy link
Contributor

Choose a reason for hiding this comment

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

Hmm, spec seems to say we can have just one name tag (per language):
https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/#developer-name

Although the file validates via appstreamcli validate.

@raoulb
Copy link
Contributor

raoulb commented Sep 25, 2024

BTW: After we get this all done, I could add the verification step via website.

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.

2 participants