1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

Update AppStream Metadata

Add some fields according to specification from https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html
This commit is contained in:
Paweł Kotiuk 2022-11-24 20:07:10 +01:00 committed by Megamouse
parent 8be4ac6869
commit 661be41c5a

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018 RPCS3--> <!-- Copyright 2018 RPCS3-->
<component type="desktop-application"> <component type="desktop-application">
<id>RPCS3</id> <id>net.rpcs3.rpcs3</id>
<metadata_license>FSFAP</metadata_license> <metadata_license>FSFAP</metadata_license>
<project_license>GPL-2.0-only</project_license> <project_license>GPL-2.0-only</project_license>
<name>RPCS3</name> <name>RPCS3</name>
@ -24,6 +24,7 @@
<url type="homepage">https://rpcs3.net</url> <url type="homepage">https://rpcs3.net</url>
<url type="bugtracker">https://github.com/RPCS3/rpcs3/issues</url> <url type="bugtracker">https://github.com/RPCS3/rpcs3/issues</url>
<url type="help">https://rpcs3.net/quickstart</url> <url type="help">https://rpcs3.net/quickstart</url>
<url type="donation">https://www.patreon.com/Nekotekina</url>
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
@ -34,4 +35,32 @@
<provides> <provides>
<binary>rpcs3</binary> <binary>rpcs3</binary>
</provides> </provides>
<categories>
<category>Game</category>
<category>Emulator</category>
</categories>
<keywords>
<keyword>ps3</keyword>
<keyword>playstation</keyword>
</keywords>
<recommends>
<control>gamepad</control>
<display_length compare="ge">small</display_length>
</recommends>
<content_rating type="oars-1.0">
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">none</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">none</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
</component> </component>