UPBGE / upbge

UPBGE, the best integrated game engine in Blender
https://upbge.org
Other
1.39k stars 177 forks source link

Update icons and metadata to meet Flathub requirements #1882

Closed MolassesLover closed 2 months ago

MolassesLover commented 2 months ago

This is a continuation of my previous pull request.

I removed an unused AppStream file, created for Blender packages. The metadata of that file focused on the Blender branding, and wouldn't be appropriate for packages of UPBGE. I replaced it with a new AppStream file that meets the FreeDesktop standards, and Flathub requirements.

AppStream files no longer use the .appdata.xml extension, either, instead using .metainfo.xml. For the sake of compatibility with older programs, I symbolically linked org.upbge.UPBGE.metainfo.xml to org.upbge.UPBGE.appdata.xml.

Some icons were renamed to match the metadata requirements, as well. I made sure to update their paths in the CMake build script that installs them.

Please view the Flathub conversation here.

lordloki commented 2 months ago

Thanks for the pull. I reviewed and it seems ok to me. I commit it. Thanks again.

MolassesLover commented 2 months ago

Thanks for the pull. I reviewed and it seems ok to me. I commit it. Thanks again.

No problem, thanks for your time!