Update metainfo to match upstream

This commit is contained in:
Florian Piesche 2024-11-08 09:11:34 +00:00 committed by Jarred Wilson
parent cb8bc5252c
commit f2c9fac68a

View file

@ -1,41 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://cdn.jsdelivr.net/gh/fpiesche/flatpak-builds/_templates/app_page.xsl" ?>
<component type="desktop-application"> <component type="desktop-application">
<id>net.shadps4.shadps4</id> <id translate="no">net.shadps4.shadps4</id>
<name>shadPS4</name> <name translate="no">shadPS4</name>
<developer id="net.shadps4.shadps4"> <developer id="net.shadps4.shadps4">
<name>shadPS4 Contributors</name> <name>shadPS4 Contributors</name>
<url>https://github.com/shadps4-emu/shadps4/graphs/contributors</url> <url translate="no">https://github.com/shadps4-emu/shadps4/graphs/contributors</url>
</developer> </developer>
<summary>PS4 Emulator</summary> <summary>PS4 Emulator</summary>
<metadata_license>CC0-1.0</metadata_license> <metadata_license translate="no">CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license> <project_license translate="no">GPL-2.0</project_license>
<launchable type="desktop-id">net.shadps4.shadps4.desktop</launchable> <launchable type="desktop-id" translate="no">net.shadps4.shadps4.desktop</launchable>
<url type="homepage">https://shadps4.net/</url> <url type="homepage" translate="no">https://shadps4.net/</url>
<icon type="remote" width="256" height="256" translate="no">https://cdn.jsdelivr.net/gh/shadps4-emu/shadps4@main/src/images/net.shadps4.shadps4.svg</icon>
<description> <description>
<p>shadPS4 is an early PlayStation 4 emulator for Windows, Linux and macOS written in C++.</p> <p>shadPS4 is an early PlayStation 4 emulator for Windows, Linux and macOS written in C++.</p>
<p>Currently, the emulator can successfully run games like Bloodborne, Dark Souls Remastered, Red Dead Redemption and many other games.</p> <p>The emulator is still early in development, so don't expect a flawless experience. Nonetheless, the emulator can already run a number of commercial games.</p>
</description> </description>
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
<image type="source">https://cdn.jsdelivr.net/gh/shadps4-emu/shadps4@main/documents/Screenshots/1.png</image> <image type="source" translate="no" >https://cdn.jsdelivr.net/gh/shadps4-emu/shadps4@main/documents/Screenshots/1.png</image>
<caption>Bloodborne</caption> <caption>Bloodborne</caption>
</screenshot> </screenshot>
<screenshot> <screenshot>
<image type="source">https://cdn.jsdelivr.net/gh/shadps4-emu/shadps4@main/documents/Screenshots/2.png</image> <image type="source" translate="no">https://cdn.jsdelivr.net/gh/shadps4-emu/shadps4@main/documents/Screenshots/2.png</image>
<caption>Hatsune Miku: Project DIVA Future Tone</caption> <caption>Hatsune Miku: Project DIVA Future Tone</caption>
</screenshot> </screenshot>
<screenshot> <screenshot>
<image type="source">https://cdn.jsdelivr.net/gh/shadps4-emu/shadps4@main/documents/Screenshots/3.png</image> <image type="source" translate="no">https://cdn.jsdelivr.net/gh/shadps4-emu/shadps4@main/documents/Screenshots/3.png</image>
<caption>Yakuza Kiwami</caption> <caption>Yakuza Kiwami</caption>
</screenshot> </screenshot>
<screenshot> <screenshot>
<image type="source">https://cdn.jsdelivr.net/gh/shadps4-emu/shadps4@main/documents/Screenshots/4.png</image> <image type="source" translate="no">https://cdn.jsdelivr.net/gh/shadps4-emu/shadps4@main/documents/Screenshots/4.png</image>
<caption>Persona 4 Golden</caption> <caption>Persona 4 Golden</caption>
</screenshot> </screenshot>
</screenshots> </screenshots>
<categories> <categories>
<category>Game</category> <category translate="no">Game</category>
</categories> </categories>
<releases type="external" url="https://cdn.jsdelivr.net/gh/fpiesche/flatpak-builds/apps/net.shadps4.shadps4/net.shadps4.shadps4.releases.xml"> <releases type="external" url="https://cdn.jsdelivr.net/gh/fpiesche/flatpak-builds/apps/net.shadps4.shadps4/net.shadps4.shadps4.releases.xml">
<release version="v.0.4.0" date="2024-11-03"> <release version="v.0.4.0" date="2024-11-03">
@ -43,4 +43,22 @@
</release> </release>
</releases> </releases>
<content_rating type="oars-1.1"/> <content_rating type="oars-1.1"/>
<supports>
<control translate="no">keyboard</control>
</supports>
<recommends>
<control translate="no">gamepad</control>
</recommends>
<requires>
<internet translate="no">offline-only</internet>
</requires>
<provides>
<binary translate="no">shadps4</binary>
</provides>
<keywords>
<keyword>emulator</keyword>
<keyword>emulation</keyword>
<keyword translate="no">playstation</keyword>
<keyword translate="no">ps4</keyword>
</keywords>
</component> </component>