Skip to content

Commit

Permalink
appdata: Update appdata
Browse files Browse the repository at this point in the history
- Add missing developer block
- Update homepage to github page, due to the wiki page are going to be retired.
- Add vcs-browser URL
- Update translation URL
- Remove the none AORS rules
- Fix the updatecontact tag
- Update screenshots
  • Loading branch information
yakushabb authored and diegogangl committed May 13, 2024
1 parent 05dc6b1 commit c726c4d
Showing 1 changed file with 17 additions and 35 deletions.
52 changes: 17 additions & 35 deletions data/org.gnome.GTG.appdata.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,54 +19,36 @@
</ul>
</description>

<url type="homepage">https://wiki.gnome.org/Apps/GTG</url>
<url type="homepage">https://github.com/getting-things-gnome/</url>
<url type="bugtracker">https://github.com/getting-things-gnome/gtg/issues</url>
<url type="translate">https://wiki.gnome.org/TranslationProject#How_can_I_help.3F</url>
<url type="translate">https://github.com/getting-things-gnome/gtg/tree/master/po</url>
<url type="vcs-browser">https://github.com/getting-things-gnome/</url>

<screenshots>
<screenshot type="default">https://fortintam.com/gtg/screenshots/appstream/1.png</screenshot>
<screenshot>https://fortintam.com/gtg/screenshots/appstream/2.png</screenshot>
<screenshot>https://fortintam.com/gtg/screenshots/appstream/3.png</screenshot>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/wiki/getting-things-gnome/gtg/assets/screenshots/0.6/main_window.png</image>
</screenshot>
<screenshot>
<image type="source">https://raw.githubusercontent.com/wiki/getting-things-gnome/gtg/assets/screenshots/0.6/detail.png</image>
</screenshot>
<screenshot>
<image type="source">https://raw.githubusercontent.com/wiki/getting-things-gnome/gtg/assets/screenshots/0.6/main_with_background.png</image>
</screenshot>
</screenshots>

<kudos>
<kudo>UserDocs</kudo>
<kudo>ModernToolkit</kudo>
</kudos>

<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>
<content_rating type="oars-1.1" />

<project_group>GNOME</project_group>
<developer_name>The GTG team</developer_name>
<updatecontact>[email protected]</updatecontact>
<developer id="io.github.getting-things-gnome">
<name>The GTG team</name>
</developer>
<update_contact>[email protected]</update_contact>

<releases>
<release version="0.6" date="2022-03-02" type="stable">
Expand Down

0 comments on commit c726c4d

Please sign in to comment.