mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-09 20:52:45 +01:00
Add appdata file
This commit is contained in:
parent
703316ace6
commit
5feeb717a0
@ -1,6 +1,10 @@
|
|||||||
util_DATA = hexchat.desktop
|
util_DATA = hexchat.desktop
|
||||||
utildir = $(datadir)/applications
|
utildir = $(datadir)/applications
|
||||||
|
|
||||||
|
appdata_DATA = hexchat.appdata.xml
|
||||||
|
appdatadir = $(datadir)/appdata
|
||||||
|
|
||||||
|
|
||||||
if WITH_TM
|
if WITH_TM
|
||||||
util_DATA += htm.desktop
|
util_DATA += htm.desktop
|
||||||
mime_DATA = htm-mime.xml
|
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