diff --git a/xchat-2.4.4-redhat-desktop.patch b/xchat-2.4.4-redhat-desktop.patch new file mode 100644 index 0000000..c175fa8 --- /dev/null +++ b/xchat-2.4.4-redhat-desktop.patch @@ -0,0 +1,28 @@ +--- xchat-2.4.4/xchat.desktop.pre 2005-06-27 02:58:18.000000000 -0400 ++++ xchat-2.4.4/xchat.desktop 2005-06-27 08:25:51.000000000 -0400 +@@ -1,22 +1,9 @@ + [Desktop Entry] + Encoding=UTF-8 +-Name=XChat 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[pt_BR]=Cliente de IRC +-Comment[sl]=Odjemalec IRC +-Comment[sv]=IRC-klient +-Comment[ro]=Client de IRC +-Comment[zh_TW]=X-Chat 聊天程式 +-Comment=IRC Client ++Name=IRC ++Comment=X-Chat + Exec=xchat + Icon=xchat.png + Terminal=false + Type=Application +-Categories=Application;Network; ++Categories=X-Red-Hat-Extras;Application;Network; diff --git a/xchat-2.8.2-desktop.patch b/xchat-2.8.2-desktop.patch deleted file mode 100644 index f4ac8fd..0000000 --- a/xchat-2.8.2-desktop.patch +++ /dev/null @@ -1,38 +0,0 @@ -diff -ur xchat-2.8.2/xchat.desktop xchat-2.8.2-desktop/xchat.desktop ---- xchat-2.8.2/xchat.desktop 2005-06-06 08:05:29.000000000 +0200 -+++ xchat-2.8.2-desktop/xchat.desktop 2007-05-28 04:44:48.000000000 +0200 -@@ -1,20 +1,20 @@ - [Desktop Entry] - Encoding=UTF-8 --Name=XChat IRC -+Name=X-Chat - 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[pt_BR]=Cliente de IRC --Comment[sl]=Odjemalec IRC --Comment[sv]=IRC-klient --Comment[ro]=Client de IRC --Comment[zh_TW]=X-Chat 聊天程式 --Comment=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[lt]=IRC klientas -+GenericName[no]=IRC-klient -+GenericName[pt_BR]=Cliente de IRC -+GenericName[sl]=Odjemalec IRC -+GenericName[sv]=IRC-klient -+GenericName[ro]=Client de IRC -+GenericName[zh_TW]=X-Chat 聊天程式 -+GenericName=IRC Client - Exec=xchat - Icon=xchat.png - Terminal=false diff --git a/xchat.spec b/xchat.spec index 2000f9b..3745ff2 100644 --- a/xchat.spec +++ b/xchat.spec @@ -3,7 +3,7 @@ Summary: A popular and easy to use graphical IRC (chat) client Name: xchat Version: 2.8.2 -Release: 6%{?dist} +Release: 7%{?dist} Epoch: 1 Group: Applications/Internet License: GPL @@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # Fix defunct processes created by opening tray balloons Patch0: xc282-fixtrayzombies.diff -Patch10: xchat-2.8.2-desktop.patch +Patch10: xchat-2.4.4-redhat-desktop.patch Patch12: xchat-1.8.7-use-sysconf-to-detect-cpus.patch Patch19: xchat-2.0.2-freenode.patch Patch33: xchat-2.4.3-im_context_filter_keypress.patch @@ -148,6 +148,9 @@ fi %{_libdir}/xchat/plugins/tcl.so %changelog +* Thu May 31 2007 Kevin Kofler - 1:2.8.2-7 +- revert to redhat-desktop patch pending further discussion + * Thu May 31 2007 Kevin Kofler - 1:2.8.2-6 - apply xc282-fixtrayzombies.diff from upstream