Add AppStream metadata file

This commit is contained in:
Julien Reichardt 2022-04-04 15:17:21 +02:00
parent 600e9991eb
commit 42e0772ad2
2 changed files with 32 additions and 0 deletions

View file

@ -325,6 +325,9 @@ elseif(TARGET_PLATFORM_UNIX)
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications
RENAME org.purei.Play.desktop
)
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../../installer_unix/org.purei.Play.metainfo.xml
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/metainfo
)
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/../../states.db")
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../../states.db
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/

View file

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>org.purei.Play</id>
<launchable type="desktop-id">org.purei.Play.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>BSD-2-Clause</project_license>
<name>Play!</name>
<summary>A Playstation 2 emulator</summary>
<description>
<p>Play! is a PlayStation2 emulator for Windows, macOS, UNIX, Android, iOS and web browser platforms.</p>
</description>
<url type="homepage">https://purei.org/</url>
<url type="bugtracker">https://github.com/jpd002/Play-/issues</url>
<screenshots>
<screenshot type="default"><image>https://purei.org/screenshots/i_000144.png</image></screenshot>
<screenshot><image>https://purei.org/screenshots/i_000145.png</image></screenshot>
<screenshot><image>https://purei.org/screenshots/i_000120.png</image></screenshot>
<screenshot><image>https://purei.org/screenshots/i_000127.png</image></screenshot>
<screenshot><image>https://purei.org/screenshots/i_000124.png</image></screenshot>
<screenshot><image>https://purei.org/screenshots/i_000087.png</image></screenshot>
<screenshot><image>https://purei.org/screenshots/i_000088.png</image></screenshot>
<screenshot><image>https://purei.org/screenshots/i_000089.png</image></screenshot>
</screenshots>
<releases>
<release date="2022-03-01" version="0.50"/>
</releases>
<developer_name>Jean-Philip Desjardins</developer_name>
<content_rating type="oars-1.1"/>
</component>