mirror of
https://github.com/RetroDECK/io.github.lime3ds.Lime3DS.git
synced 2024-11-21 21:55:39 +00:00
Moved metainfo file to flathub repository
Updating the commit and file hash every time this is changed is annoying
This commit is contained in:
parent
64f268d3df
commit
8258e0e739
|
@ -149,14 +149,13 @@
|
|||
"type": "json",
|
||||
"url": "https://api.github.com/repos/Lime3DS/Lime3DS/releases/latest",
|
||||
"version-query": ".tag_name",
|
||||
"url-query": ".assets[] | .browser_download_url | match(\"https://.+lime-unified-source-.+.xz$\") | .string",
|
||||
"url-query": ".assets[] | .browser_download_url | match(\"https://.+lime3ds-unified-source-.+.xz$\") | .string",
|
||||
"is-main-source": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
"url": "https://raw.githubusercontent.com/Lime3DS/lime3ds-flatpak/973a8e66d678a71abe3f8d298814c9a3665238be/io.github.lime3ds.Lime3DS.metainfo.xml",
|
||||
"sha256": "20c4c3342e99dc77d9a1957139ac9c0255c3f5159101ec615bd9a7b0ee1484c9"
|
||||
"path": "io.github.lime3ds.Lime3DS.metainfo.xml"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
|
|
51
io.github.lime3ds.Lime3DS.metainfo.xml
Normal file
51
io.github.lime3ds.Lime3DS.metainfo.xml
Normal file
|
@ -0,0 +1,51 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>io.github.lime3ds.Lime3DS</id>
|
||||
<name>Lime3DS</name>
|
||||
<summary>A Nintendo 3DS emulator based on Citra</summary>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-2.0</project_license>
|
||||
<content_rating type="oars-1.1">
|
||||
<content_attribute id="social-chat">moderate</content_attribute>
|
||||
</content_rating>
|
||||
<description>
|
||||
<p>Lime3DS is a project which aims to revive and continue work on Citra, a popular open-source Nintendo 3DS emulator which ceased development.</p>
|
||||
</description>
|
||||
<launchable type="desktop-id">io.github.lime3ds.Lime3DS.desktop</launchable>
|
||||
<provides>
|
||||
<binary>lime-qt</binary>
|
||||
<id>lime-qt.desktop</id>
|
||||
</provides>
|
||||
<url type="homepage">https://lime3ds.github.io/</url>
|
||||
<url type="bugtracker">https://github.com/Lime3DS/Lime3DS/issues</url>
|
||||
<url type="contact">https://discord.com/invite/4ZjMpAp3M6</url>
|
||||
<screenshots> <!-- TODO: Replace these with new screenshots -->
|
||||
<screenshot type="default"><image>https://raw.githubusercontent.com/Lime3DS/lime3ds-flatpak/3b640251d497ae117686c1aed6de6f19e1bf1f6e/screenshots/01-Super%20Mario%203D%20Land.jpg</image></screenshot>
|
||||
<screenshot><image>https://raw.githubusercontent.com/Lime3DS/lime3ds-flatpak/3b640251d497ae117686c1aed6de6f19e1bf1f6e/screenshots/02-Mario%20Kart%207.jpg</image></screenshot>
|
||||
<screenshot><image>https://raw.githubusercontent.com/Lime3DS/lime3ds-flatpak/3b640251d497ae117686c1aed6de6f19e1bf1f6e/screenshots/28-The%20Legend%20of%20Zelda%20Ocarina%20of%20Time%203D.jpg</image></screenshot>
|
||||
<screenshot><image>https://raw.githubusercontent.com/Lime3DS/lime3ds-flatpak/3b640251d497ae117686c1aed6de6f19e1bf1f6e/screenshots/35-Pok%C3%A9mon%20ORAS.png</image></screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
|
||||
<release version="2107" date="2024-04-08">
|
||||
<description>
|
||||
<p>- Enabled SPIR-V optimization, allowing for smaller compiled Vulkan shaders</p>
|
||||
<p>- Default system username is now "LIME3DS"</p>
|
||||
<p>- Default number of play coins has been updated to 300</p>
|
||||
<p>- Fixed the Exit hotkey not working correctly</p>
|
||||
</description>
|
||||
</release>
|
||||
|
||||
<release version="2106" date="2024-04-04">
|
||||
<description>
|
||||
<p>Initial Flathub release</p>
|
||||
</description>
|
||||
</release>
|
||||
|
||||
</releases>
|
||||
<categories>
|
||||
<category>Game</category>
|
||||
<category>Emulator</category>
|
||||
</categories>
|
||||
<developer_name>Lime3DS Emulator Team</developer_name>
|
||||
</component>
|
Loading…
Reference in a new issue