-
-
Notifications
You must be signed in to change notification settings - Fork 41
Update AppStream info #104
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
base: master
Are you sure you want to change the base?
Changes from all commits
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 |
|---|---|---|
| @@ -1,9 +1,12 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <component type="desktop"> | ||
| <id>io.sourceforge.ChessX.desktop</id> | ||
| <id>io.sourceforge.chessx.chessx</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. The current app id is net.sourceforge.Chessx, and you are changing it to net.sourceforge.chessx. Is the flatpak ID park case-sensitive or not? |
||
| <metadata_license>CC0-1.0</metadata_license> | ||
| <project_license>GPL-2.0-or-later</project_license> | ||
| <name>ChessX</name> | ||
| <developer id="io.sourceforce.chessx"> | ||
| <name>ChessX authors</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. I think using "Jens Nissen" as the author is a better choice. |
||
| </developer> | ||
| <summary>Free Chess Database</summary> | ||
| <description> | ||
| <p> | ||
|
|
@@ -32,9 +35,11 @@ browse, edit, add, organize, analyze, etc. | |
| </releases> | ||
| <screenshots> | ||
| <screenshot type="default"> | ||
| <image>http://i1-win.softpedia-static.com/screenshots/ChessX_1.png</image> | ||
| <image>https://windows-cdn.softpedia.com/screenshots/ChessX_1.png</image> | ||
| <caption>Main window</caption> | ||
| </screenshot> | ||
| </screenshots> | ||
| <url type="homepage">https://chessx.sourceforge.io</url> | ||
| <content_rating type="oars-1.1" /> | ||
| <launchable type="desktop-id">io.sourceforge.chessx.chessx.desktop</launchable> | ||
| </component> | ||
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.
You also need to declare the OLD ID tag.