mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Add AppStream metadata file
This commit is contained in:
parent
600e9991eb
commit
42e0772ad2
2 changed files with 32 additions and 0 deletions
|
@ -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}/
|
||||
|
|
29
installer_unix/org.purei.Play.metainfo.xml
Normal file
29
installer_unix/org.purei.Play.metainfo.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue