Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metainfo: modernize, add missing tags #83

Merged
merged 3 commits into from
Sep 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 37 additions & 47 deletions data/taxi.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,63 @@
<!-- Copyright 2018-2021 Alessandro Castellani (https://github.com/Alecaddd/taxi) -->
<component type="desktop-application">
<id>com.github.alecaddd.taxi</id>
<translation type="gettext">com.github.alecaddd.taxi</translation>
<metadata_license>CC0-1.0</metadata_license>
<project_license>LGPL-3.0+</project_license>

<name>Taxi</name>
<summary>The FTP Client that drives you anywhere</summary>
<description>
<p>Connect to a remote server with various Protocols (FTP, SFT, etc.), and quickly transfer files and folders with the handy double paned interface. Taxi handles bookmarks and remembers your login credentials too!</p>
</description>

<screenshots>
<screenshot type="default" environment="pantheon">
<image>https://raw.githubusercontent.com/Alecaddd/taxi/master/data/screenshot.png</image>
</screenshot>
</screenshots>

<branding>
<color type="primary">#fff</color>
</branding>

<content_rating type="oars-1.1" />

<custom>
<value key="x-appcenter-color-primary">#fff</value>
<value key="x-appcenter-suggested-price">10</value>
<value key="x-appcenter-stripe">pk_live_IsUlnnxPxl9qwiJAu4TWp5gw</value>
</custom>

<provides>
<binary>com.github.alecaddd.taxi</binary>
</provides>
<launchable type="desktop-id">com.github.alecaddd.taxi.desktop</launchable>

<url type="bugtracker">https://github.com/elementary-community/taxi/issues</url>
<url type="contribute">https://github.com/elementary-community/taxi/contribute</url>
<url type="help">https://github.com/elementary-community/taxi/discussions/categories/q-a</url>
<url type="translate">https://github.com/elementary-community/taxi/tree/main/po</url>
<url type="vcs-browser">https://github.com/elementary-community/taxi</url>

<developer id="com.github.alecaddd">
<name>Alessandro Castellani</name>
</developer>
<update_contact>[email protected]</update_contact>

<releases>
<release version="2.0.2" date="2018-08-13">
<description>
<p>Fix Flatpak permissions for Home</p>
</description>
</release>

<release version="2.0.1" date="2018-08-13">
<description>
<p>Fix Flatpak permissions for FTP mounts</p>
</description>
</release>

<release version="2.0.0" date="2021-08-13">
<description>
<p>Update for elementary OS 6</p>
Expand All @@ -31,57 +67,11 @@
<p>Add Dutch translations</p>
</description>
</release>
</releases>
<releases>

<release version="1.0.0" date="2018-7-20">
<description>
<p>The very first release of Taxi on AppCenter!</p>
</description>
</release>
</releases>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/Alecaddd/taxi/master/data/screenshot.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="violence-realistic">none</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="violence-desecration">none</content_attribute>
<content_attribute id="violence-slavery">none</content_attribute>
<content_attribute id="violence-worship">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="sex-homosexuality">none</content_attribute>
<content_attribute id="sex-prostitution">none</content_attribute>
<content_attribute id="sex-adultery">none</content_attribute>
<content_attribute id="sex-appearance">none</content_attribute>
<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>
<translation type="gettext">com.github.alecaddd.taxi</translation>
<developer_name>Alessandro Castellani</developer_name>
<url type="homepage">https://github.com/Alecaddd/taxi</url>
<url type="bugtracker">https://github.com/Alecaddd/taxi/issues</url>
<update_contact>[email protected]</update_contact>
<custom>
<value key="x-appcenter-color-primary">#fff</value>
<value key="x-appcenter-color-primary-text">#333</value>
<value key="x-appcenter-suggested-price">10</value>
<value key="x-appcenter-stripe">pk_live_IsUlnnxPxl9qwiJAu4TWp5gw</value>
</custom>
</component>