Add flatpak-data

This commit is contained in:
AkiraFukushima 2024-01-23 23:58:19 +09:00
parent 2e5ea31c2e
commit 97a67e6d92
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
2 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=Whalebird
Comment=Single-column Fediverse client for desktop
Exec=start-whalebird.sh %U
Icon=social.whalebird.WhalebirdDesktop
Categories=Network;
Terminal=false

View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>social.whalebird.WhalebirdDesktop</id>
<name>Whalebird </name>
<summary>Whalebird is a Single-column Fediverse client for desktop </summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPLv3</project_license>
<url type="homepage">https://whalebird.social/en/desktop/contents</url>
<content_rating type="oars-1.1">
<content_attribute id="social-chat">intense</content_attribute>
<content_attribute id="social-audio">intense</content_attribute>
</content_rating>
<description>
<p>Single-column Fediverse client for desktop</p>
<p>Features</p>
<ul>
<li>An interface like slack</li>
<li>Notify to desktop</li>
<li>Streaming</li>
<li>Manage multiple accounts</li>
<li>Supporting Mastodon, Pleroma, Friendica, and Firefish</li>
</ul>
</description>
<launchable type="desktop-id">social.whalebird.WhalebirdDesktop.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://github.com/h3poteto/whalebird-desktop/raw/main/screenshot.png</image>
</screenshot>
</screenshots>
<releases>
<release version="5.0.7" date="2023-6-15">
<description>
<p>Updated</p>
<ul>
<li>Whalebird 5.x doesn't migrate your local databases from version 4. So please re-authenticate all servers when you upgrade Whalebird from 4.7.4.</li>
</ul>
</description>
</release>
</releases>
</component>