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 /share/misc | |
parent | 0d2feba69cd3fda426fd3b786afb8b7c563a62da (diff) |
Reorganize files and migrate images to gresource
Diffstat (limited to 'share/misc')
-rw-r--r-- | share/misc/Makefile.am | 23 | ||||
-rw-r--r-- | share/misc/hexchat.appdata.xml | 15 | ||||
-rw-r--r-- | share/misc/hexchat.desktop | 31 | ||||
-rw-r--r-- | share/misc/htm-mime.xml | 8 | ||||
-rw-r--r-- | share/misc/htm.desktop | 7 |
5 files changed, 0 insertions, 84 deletions
diff --git a/share/misc/Makefile.am b/share/misc/Makefile.am deleted file mode 100644 index ef14c01e..00000000 --- a/share/misc/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -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 diff --git a/share/misc/hexchat.appdata.xml b/share/misc/hexchat.appdata.xml deleted file mode 100644 index cf43ac96..00000000 --- a/share/misc/hexchat.appdata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?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> - diff --git a/share/misc/hexchat.desktop b/share/misc/hexchat.desktop deleted file mode 100644 index f82465c7..00000000 --- a/share/misc/hexchat.desktop +++ /dev/null @@ -1,31 +0,0 @@ -[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; diff --git a/share/misc/htm-mime.xml b/share/misc/htm-mime.xml deleted file mode 100644 index f76b689b..00000000 --- a/share/misc/htm-mime.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?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> diff --git a/share/misc/htm.desktop b/share/misc/htm.desktop deleted file mode 100644 index 53cac289..00000000 --- a/share/misc/htm.desktop +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -Name=HexChat Theme Manager -Exec=thememan %f -Icon=hexchat -Terminal=false -Type=Application -MimeType=application/x-hct; |