[amsn] use tktray for trayicon instead of libtray

Sander Hoentjen tjikkun at fedoraproject.org
Sat Aug 14 10:40:59 UTC 2010


commit 42f991550757dada6c75418d5205a9560d7bdaf2
Author: Sander Hoentjen <tjikkun at peecee.hoentjen.eu>
Date:   Sat Aug 14 12:38:12 2010 +0200

    use tktray for trayicon instead of libtray

 amsn.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/amsn.spec b/amsn.spec
index 6a078cf..52e9197 100644
--- a/amsn.spec
+++ b/amsn.spec
@@ -3,7 +3,7 @@
 
 Name:           amsn
 Version:        0.98.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        MSN Messenger clone for Linux, Mac and Windows
 
 Group:          Applications/Internet
@@ -11,6 +11,7 @@ License:        GPLv2
 URL:            http://www.amsn-project.net/
 Source0:        http://downloads.sourceforge.net/amsn/%{name}-%{version}-src.tar.bz2
 Patch0:		amsn-0.98.1-usesnack.patch
+Patch1:		amsn-0.98.3-usetktray.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils, tk-devel, which, libpng-devel, libjpeg-devel
@@ -21,6 +22,7 @@ BuildRequires:  tcl(abi) = %{tcl_version}
 Requires:       tcl(abi) = %{tcl_version}
 Requires:	tcl-snack
 Requires:       tcltls, tclsoap, bwidget, tkdnd, xdg-utils
+Requires:	tktray
 
 %description
 This is an MSN Messenger clone for Unix, Windows, and Macintosh.
@@ -40,6 +42,7 @@ snapshots with your webcam to use as your display picture.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 rm -r utils/BWidget-1.9.0
 rm -r skins/default/winicons
@@ -132,6 +135,10 @@ fi
 
 
 %changelog
+* Sun Aug 04 2010 Sander Hoentjen <sander at hoentjen.eu> - 0.98.3-2
+- use tktray instead of libtray, since it has background transparency
+- above should also fix bug #614973
+
 * Sat Apr 24 2010 Sander Hoentjen <sander at hoentjen.eu> - 0.98.3-1
 - update to 0.98.3
 - check ssl connections (CVE-2010-0744)


More information about the scm-commits mailing list