Sophie

Sophie

distrib > Mandriva > 2007.1 > i586 > by-pkgid > b49d8c5088a5d0b4454a4a5108bfb2c4 > files > 3

perl-Gtk2-TrayIcon-0.04-5mdk.src.rpm

%define module TrayIcon

Summary: Perl module interface to the EggTrayIcon library
Name:    perl-Gtk2-%module
Version: 0.04
Release: %mkrel 5
License: GPL or Artistic
Group:   Development/GNOME and GTK+
Source:  Gtk2-%module-%version.tar.bz2
# (fc) 0.04-3mdk fix transparency in KDE notification area
Patch0: Gtk2-TrayIcon-0.04-transparency.patch.bz2
URL: http://gtk2-perl.sf.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: gtk+2-devel perl-devel perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib >= 0.92
BuildRequires: perl-Gtk2
BuildRequires: glitz-devel
BuildRequires: perl-Cairo
Requires: gtk+2 perl-Gtk2 >= 0.95-6mdk

%description
This module allows a Perl developer to embed an arbitrary widget
in a System Tray like the Gnome notification area.
System Trays are found in both KDE and Gnome.

%prep
%setup -q -n Gtk2-%module-%version
%patch0 -p1 -b .transparency
find -type d -name CVS | rm -rf 
perl Makefile.PL INSTALLDIRS=vendor

%build
%make OPTIMIZE="$RPM_OPT_FLAGS"
#%make test || :

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc examples/*
%{_mandir}/*/*
%{perl_vendorarch}/Gtk2
%{perl_vendorarch}/auto/*

%changelog
* Wed Mar 01 2006 Frederic Crozat <fcrozat@mandriva.com> 0.04-5mdk
- Patch0 (danw): Fix tray icon transparency in KDE notification area

* Fri Dec 23 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.04-4mdk
- Fix Buildrequires

* Mon Oct 03 2005 Nicolas Lécureuil <neoclust@mandriva.org> 0.04-3mdk
- Fix BuildRequires

* Mon Nov 15 2004 Götz Waschk <waschk@linux-mandrake.com> 0.04-2mdk
- rebuild for new perl

* Mon Apr 05 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.04-1mdk
- new release

* Thu Feb 26 2004 Olivier Thauvin <thauvin@aerov.jussieu.fr> 0.03-3mdk
- rebuild
- own dir

* Sat Jan 10 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.03-2mdk
- add example

* Mon Nov 24 2003 Daouda LO <daouda@mandrakesoft.com> 0.03-1mdk
- First Mandrake Package