mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 02:36:51 -07:00
Re-add AppStream (#381)
This commit is contained in:
parent
a11341f448
commit
01b0f30c65
2 changed files with 26 additions and 0 deletions
|
@ -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)
|
||||
|
|
25
gui/re.chiaki.Chiaki.appdata.xml
Normal file
25
gui/re.chiaki.Chiaki.appdata.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue