diff options
author | TingPing <tingping@tingping.se> | 2013-09-27 21:56:13 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-09-29 02:24:06 -0400 |
commit | 1f84c507a058f5baa01a632ce2478fa31854907d (patch) | |
tree | 4cbd6188a2e92839be97ac2dc996420a5c3aba00 /data/misc/hexchat.appdata.xml | |
parent | 0d2feba69cd3fda426fd3b786afb8b7c563a62da (diff) |
Reorganize files and migrate images to gresource
Diffstat (limited to 'data/misc/hexchat.appdata.xml')
-rw-r--r-- | data/misc/hexchat.appdata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/misc/hexchat.appdata.xml b/data/misc/hexchat.appdata.xml new file mode 100644 index 00000000..cf43ac96 --- /dev/null +++ b/data/misc/hexchat.appdata.xml @@ -0,0 +1,15 @@ +<?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> + |