From c07c888321eab17620bdb0451b04db99ee1b6431 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 3 Nov 2012 01:52:46 +0100 Subject: Relocate hexchat.desktop --- Makefile.am | 4 ++-- hexchat.desktop | 23 ----------------------- share/misc/hexchat.desktop | 23 +++++++++++++++++++++++ 3 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 hexchat.desktop create mode 100644 share/misc/hexchat.desktop diff --git a/Makefile.am b/Makefile.am index f098dbb0..ac45769b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,12 +2,12 @@ SUBDIRS = po intl src plugins man -EXTRA_DIST = autogen.sh hexchat.png hexchat.desktop hexchat.ico +EXTRA_DIST = autogen.sh hexchat.png hexchat.ico icon_DATA = hexchat.png icondir = $(datadir)/pixmaps -util_DATA = hexchat.desktop +util_DATA = share/misc/hexchat.desktop utildir = $(datadir)/applications ACLOCAL_AMFLAGS = -I m4 diff --git a/hexchat.desktop b/hexchat.desktop deleted file mode 100644 index 9f7ee956..00000000 --- a/hexchat.desktop +++ /dev/null @@ -1,23 +0,0 @@ -[Desktop Entry] -Name=HexChat IRC -Name[zh_TW]=網路清談 -Comment[de]=IRC-Client -Comment[es]=Aplicación de IRC -Comment[fi]=IRC-sovellus -Comment[fr]=Client IRC -Comment[hu]=IRC-kliens -Comment[lt]=IRC klientas -Comment[no]=IRC-klient -Comment[pl]=Klient IRC -Comment[pt_BR]=Cliente de IRC -Comment[sl]=Odjemalec IRC -Comment[sv]=IRC-klient -Comment[ro]=Client de IRC -Comment[zh_TW]=HexChat 聊天程式 -Comment=Chat with other people using Internet Relay Chat -Exec=hexchat -Icon=hexchat -Terminal=false -Type=Application -Categories=Network; -StartupNotify=true diff --git a/share/misc/hexchat.desktop b/share/misc/hexchat.desktop new file mode 100644 index 00000000..9f7ee956 --- /dev/null +++ b/share/misc/hexchat.desktop @@ -0,0 +1,23 @@ +[Desktop Entry] +Name=HexChat IRC +Name[zh_TW]=網路清談 +Comment[de]=IRC-Client +Comment[es]=Aplicación de IRC +Comment[fi]=IRC-sovellus +Comment[fr]=Client IRC +Comment[hu]=IRC-kliens +Comment[lt]=IRC klientas +Comment[no]=IRC-klient +Comment[pl]=Klient IRC +Comment[pt_BR]=Cliente de IRC +Comment[sl]=Odjemalec IRC +Comment[sv]=IRC-klient +Comment[ro]=Client de IRC +Comment[zh_TW]=HexChat 聊天程式 +Comment=Chat with other people using Internet Relay Chat +Exec=hexchat +Icon=hexchat +Terminal=false +Type=Application +Categories=Network; +StartupNotify=true -- cgit 1.4.1