diff options
author | Patrick Griffis <tingping@tingping.se> | 2016-08-10 12:43:03 -0400 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2016-08-10 12:43:03 -0400 |
commit | 97d4afc4fb10e9036b26c73efd41872f4601b5b8 (patch) | |
tree | 3c1ed37a1b414aa0db05e32b09c81c8b63a35341 | |
parent | 19187dbacd6da3d00111b51a9b2f0af17d9d107c (diff) |
Update appdata file
-rw-r--r-- | data/misc/hexchat.appdata.xml.in | 39 |
1 files changed, 25 insertions, 14 deletions
diff --git a/data/misc/hexchat.appdata.xml.in b/data/misc/hexchat.appdata.xml.in index 1356322c..2b104687 100644 --- a/data/misc/hexchat.appdata.xml.in +++ b/data/misc/hexchat.appdata.xml.in @@ -1,15 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> -<application> - <id type="desktop">hexchat.desktop</id> - <licence>CC0</licence> - <description> - <_p>HexChat is an easy to use yet extensible IRC Client. It allows you to securely join multiple networks and talk to users privately or in channels using a customizable interface. You can even transfer files.</_p> - <_p>HexChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, logging, custom themes, and Python/Perl scripts.</_p> - </description> - <url type="homepage">http://hexchat.github.io</url> - <screenshots> - <screenshot type="default">http://i.imgur.com/XBbQKXf.png</screenshot> - </screenshots> - <updatecontact>tingping_at_fedoraproject.org</updatecontact> -</application> - +<component type="desktop"> + <id>hexchat.desktop</id> + <name>HexChat</name> + <developer_name>HexChat</developer_name> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPL-2.0+</project_license> + <translation type="gettext">hexchat</translation> + <summary>IRC Client</summary> + <description> + <_p>HexChat is an easy to use yet extensible IRC Client. It allows you to securely join multiple networks and talk to users privately or in channels using a customizable interface. You can even transfer files.</_p> + <_p>HexChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, logging, custom themes, and Python/Perl scripts.</_p> + </description> + <url type="homepage">http://hexchat.github.io</url> + <url type="bugtracker">https://github.com/hexchat/hexchat</url> + <url type="translate">https://www.transifex.com/hexchat/hexchat</url> + <url type="donation">https://goo.gl/jESZvU</url> + <url type="help">https://hexchat.readthedocs.io/en/latest/</url> + <screenshots> + <screenshot type="default"> + <image>http://i.imgur.com/tLMguQz.png</image> + <_caption>Main Chat Window</_caption> + </screenshot> + </screenshots> + <update_contact>tingping_at_fedoraproject.org</update_contact> +</component> |