Compare commits

...

3 Commits

Author SHA1 Message Date
Peter
a2cf7fab61
Merge cca988aabf into 2cc8d2620d 2026-02-25 16:47:11 +05:00
Peter Mack
cca988aabf
appdata: add display size value
This adds the missing part of the recommended values for apps that work on
desktops and mobile.
See https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines#desktop-and-mobile-apps
for reference.
2026-02-08 14:30:58 +01:00
Peter Mack
fe5d7f9542
appdata: add source code url
Some projects have been receiving negative ratings on
Linux software 'stores' for not having this.
2026-02-08 14:27:29 +01:00

View File

@ -12,10 +12,14 @@
<control>keyboard</control> <control>keyboard</control>
<control>touch</control> <control>touch</control>
</recommends> </recommends>
<requires>
<display_length compare="ge">360</display_length>
</requires>
<developer_name>Kingkor Roy Tirtho</developer_name> <developer_name>Kingkor Roy Tirtho</developer_name>
<url type="bugtracker">https://github.com/krtirtho/spotube/issues</url> <url type="bugtracker">https://github.com/krtirtho/spotube/issues</url>
<url type="homepage">https://spotube.krtirtho.dev</url> <url type="homepage">https://spotube.krtirtho.dev</url>
<url type="donation">https://opencollective.com/spotube</url> <url type="donation">https://opencollective.com/spotube</url>
<url type="vcs-browser">https://github.com/KRTirtho/spotube</url>
<description> <description>
<p>Open source music client that doesn't require Premium nor uses Electron! Available for <p>Open source music client that doesn't require Premium nor uses Electron! Available for
both desktop &amp; mobile!</p> both desktop &amp; mobile!</p>
@ -70,4 +74,4 @@
</releases> </releases>
<content_rating type="oars-1.1" /> <content_rating type="oars-1.1" />
<update_contact>krtirtho@gmail.com</update_contact> <update_contact>krtirtho@gmail.com</update_contact>
</component> </component>