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 Flatpak metainfo #2413

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Add Flatpak metainfo #2413

wants to merge 3 commits into from

Conversation

sqwxl
Copy link

@sqwxl sqwxl commented Mar 9, 2024

What kind of change does this PR introduce?

  • Documentation
  • Other

Did this PR introduce a breaking change?

  • No

This relates to #2412 . It adds a top-level directory flatpak and a flathub metainfo file. This file is intended to be referenced from the flatpak manifest. I initially added it to the Flathub PR (flathub/flathub#5017) but I was told it should be stored upstream.

The content's of this file are up for discussion, I just went with common sense for most fields. The referenced Flathub PR includes some comments and requests for changes. In particular, it was asked that we provide a less technical description for the app.

@sqwxl sqwxl mentioned this pull request Mar 9, 2024
6 tasks
@sqwxl sqwxl force-pushed the flatpak-metainfo branch 2 times, most recently from 69b0996 to 9a2dfde Compare March 9, 2024 20:22
@sqwxl sqwxl changed the title Flatpak metainfo Add Flatpak metainfo Mar 10, 2024
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<developer id="dev.neovide">
<name>Kaylee Simmons</name>
Copy link
Member

Choose a reason for hiding this comment

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

Does this have to be an individual person? I think it should probably be Neovide Team or something if possible

<content_rating type="oars-1.1"></content_rating>
<url type="bugtracker">https://github.com/neovide/neovide/issues</url>
<url type="homepage">https://neovide.dev/index.html</url>
<url type="contact">https://discord.gg/SjFpZdQys6</url>
Copy link
Member

Choose a reason for hiding this comment

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

can there be multiple contact urls? Might be worth including the matrix channel as well https://matrix.to/#/#neovide:matrix.org

</description>
<categories>
<category>Utility</category>
<category>TextEditor</category>
Copy link
Member

Choose a reason for hiding this comment

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

I think we could add Development here. Kate for example includes that category.

@fredizzimo
Copy link
Member

Could you also update https://github.com/neovide/neovide/blob/main/assets/neovide.desktop, to make it consistent with 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