Re-add AppStream (#381)

This commit is contained in:
Bartosz Fenski 2020-11-24 15:33:57 +01:00 committed by GitHub
commit 01b0f30c65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

View file

@ -103,3 +103,4 @@ install(TARGETS chiaki
BUNDLE DESTINATION bin)
install(FILES chiaki.desktop DESTINATION share/applications)
install(FILES chiaki.png DESTINATION share/icons/hicolor/512x512/apps)
install(FILES re.chiaki.Chiaki.appdata.xml DESTINATION share/metainfo)

View file

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2020 Florian Märkl <chiaki@metallic.software> -->
<component type="desktop">
<id>re.chiaki.Chiaki</id>
<launchable type="desktop-id">chiaki.desktop</launchable>
<name>Chiaki</name>
<summary>Free and Open Source Client for PlayStation 4 Remote Play</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<developer_name>Florian Märkl</developer_name>
<url type="homepage">https://github.com/thestr4ng3r/chiaki</url>
<url type="help">https://github.com/thestr4ng3r/chiaki/blob/master/README.md#usage</url>
<description>
<p>
Chiaki is a Free and Open Source Client for PlayStation 4 Remote Play. It can be used to play in real time on a PlayStation 4 as long as there is a network connection.
</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/thestr4ng3r/chiaki/master/assets/screenshot.png</image>
</screenshot>
</screenshots>
<update_contact>chiaki@metallic.software</update_contact>
<content_rating type="oars-1.1" />
</component>