Add appdata file

This commit is contained in:
TingPing 2013-09-07 02:08:04 -04:00
parent 703316ace6
commit 5feeb717a0
2 changed files with 16 additions and 0 deletions

View File

@ -1,6 +1,10 @@
util_DATA = hexchat.desktop
utildir = $(datadir)/applications
appdata_DATA = hexchat.appdata.xml
appdatadir = $(datadir)/appdata
if WITH_TM
util_DATA += htm.desktop
mime_DATA = htm-mime.xml

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<application>
<id type="desktop">hexchat.desktop</id>
<licence>CC0</licence>
<description>
<p>HexChat is a easy to use yet extensible IRC Client.</p>
<p>It supports features such as: DCC, SASL, proxies, spellcheck, and Python/Perl scripts.</p>
</description>
<url type="homepage">http://hexchat.github.io</url>
<updatecontact>tingping_at_fedoraproject.org</updatecontact>
</application>