-
-
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?
Conversation
| <?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 comment
The 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?
| <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 comment
The reason will be displayed to describe this comment to others. Learn more.
I think using "Jens Nissen" as the author is a better choice.
| @@ -1,9 +1,12 @@ | |||
| <?xml version="1.0" encoding="UTF-8"?> | |||
| <component type="desktop"> | |||
| <id>io.sourceforge.ChessX.desktop</id> | |||
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.
Brings up metainfo.xml and chessx.desktop to newest AppStream standards.
Validation now runs without any errors or comments.