mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-21 16:55:02 -05:00
Add appdata file
This commit is contained in:
parent
703316ace6
commit
5feeb717a0
@ -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
|
||||
|
12
share/misc/hexchat.appdata.xml
Normal file
12
share/misc/hexchat.appdata.xml
Normal 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>
|
||||
|
Loading…
Reference in New Issue
Block a user