mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 16:50:19 +00:00
Reorganize files and migrate images to gresource
This commit is contained in:
23
data/misc/Makefile.am
Normal file
23
data/misc/Makefile.am
Normal file
@@ -0,0 +1,23 @@
|
||||
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
|
||||
mimedir = $(datadir)/mime/packages
|
||||
|
||||
UPDATE_MIME_DATABASE = update-mime-database "$(datadir)/mime" || :
|
||||
UPDATE_DESKTOP_DATABASE = update-desktop-database -q "$(datadir)/applications" || :
|
||||
|
||||
install-data-hook:
|
||||
$(UPDATE_MIME_DATABASE);
|
||||
$(UPDATE_DESKTOP_DATABASE);
|
||||
|
||||
uninstall-hook:
|
||||
$(UPDATE_MIME_DATABASE);
|
||||
$(UPDATE_DESKTOP_DATABASE);
|
||||
endif
|
||||
15
data/misc/hexchat.appdata.xml
Normal file
15
data/misc/hexchat.appdata.xml
Normal file
@@ -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>
|
||||
|
||||
31
data/misc/hexchat.desktop
Normal file
31
data/misc/hexchat.desktop
Normal file
@@ -0,0 +1,31 @@
|
||||
[Desktop Entry]
|
||||
Name=HexChat
|
||||
Name[zh_TW]=網路清談
|
||||
GenericName=IRC Client
|
||||
GenericName[de]=IRC-Client
|
||||
GenericName[es]=Aplicación de IRC
|
||||
GenericName[fi]=IRC-sovellus
|
||||
GenericName[fr]=Client IRC
|
||||
GenericName[hu]=IRC-kliens
|
||||
GenericName[it]=Cliente IRC
|
||||
GenericName[lt]=IRC klientas
|
||||
GenericName[nb]=IRC-klient
|
||||
GenericName[pl]=Klient IRC
|
||||
GenericName[pt_BR]=Cliente de IRC
|
||||
GenericName[sl]=Odjemalec IRC
|
||||
GenericName[sv]=IRC-klient
|
||||
GenericName[ro]=Client de IRC
|
||||
GenericName[zh_TW]=HexChat 聊天程式
|
||||
Comment=Chat with other people using Internet Relay Chat
|
||||
Comment[fr]=Discutez avec tout le monde sur l'Internet Relay Chat
|
||||
Comment[de]=Sich über Internet Relay Chat mit andern Leuten unterhalten
|
||||
Comment[it]=Chiacchierare con la gente sull'Internet Relay Chat
|
||||
Comment[nb]=Snakk med mennesker på Internet Relay Chat
|
||||
Exec=hexchat %U
|
||||
Icon=hexchat
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=GTK;Network;IRCClient;
|
||||
StartupNotify=true
|
||||
X-GNOME-UsesNotifications=true
|
||||
MimeType=x-scheme-handler/irc;x-scheme-handler/ircs;
|
||||
8
data/misc/htm-mime.xml
Normal file
8
data/misc/htm-mime.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
|
||||
<mime-type type="application/x-hct">
|
||||
<comment>HexChat theme archives</comment>
|
||||
<icon name="hexchat" />
|
||||
<glob pattern="*.hct" weight="100" />
|
||||
</mime-type>
|
||||
</mime-info>
|
||||
7
data/misc/htm.desktop
Normal file
7
data/misc/htm.desktop
Normal file
@@ -0,0 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Name=HexChat Theme Manager
|
||||
Exec=thememan %f
|
||||
Icon=hexchat
|
||||
Terminal=false
|
||||
Type=Application
|
||||
MimeType=application/x-hct;
|
||||
Reference in New Issue
Block a user