From cdde20b9c80cfaf5b26966042c0a2feca68c532f Mon Sep 17 00:00:00 2001 From: Christoph Wickert Date: Apr 02 2011 00:02:47 +0000 Subject: Add xfce4-mail icon for exo-mail-reader (#678706) --- diff --git a/.gitignore b/.gitignore index 50ed14f..6727036 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ exo-0.3.107.tar.bz2 /exo-0.5.6.tar.bz2 /exo-0.6.0.tar.bz2 +/internet-mail-24.png +/internet-mail-48.png diff --git a/exo.spec b/exo.spec index 1324c8f..c61c52e 100644 --- a/exo.spec +++ b/exo.spec @@ -6,7 +6,7 @@ Name: exo Version: 0.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Application library for the Xfce desktop environment Group: System Environment/Libraries @@ -15,6 +15,9 @@ Group: System Environment/Libraries License: LGPLv2+ and GPLv2+ URL: http://xfce.org/ Source0: http://archive.xfce.org/src/xfce/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 +# internet-mail icon taken from GNOME, license is LGPLv3 +Source1: internet-mail-24.png +Source2: internet-mail-48.png # FIXME: upstream this patch Patch0: exo-0.5.4-x86_64-build.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -83,6 +86,9 @@ for file in $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}-*.desktop ; do desktop-file-validate $file done +install -Dpm 0644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_datadir}/icons/hicolor/24x24/apps/internet-mail.png +install -Dpm 0644 %{SOURCE2} ${RPM_BUILD_ROOT}%{_datadir}/icons/hicolor/48x48/apps/internet-mail.png + %clean rm -rf $RPM_BUILD_ROOT @@ -133,7 +139,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_mandir}/man1/exo-open.1.* %files devel -%defattr(-, root, root,-) +%defattr(-,root,root,-) %doc TODO %doc %{_datadir}/gtk-doc %{_bindir}/exo-csource @@ -149,6 +155,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{python_sitearch}/pyexo.* %changelog +* Sat Apr 02 2011 Christoph Wickert - 0.6.0-3 +- Add xfce4-mail icon for exo-mail-reader (#678706) + * Tue Feb 08 2011 Fedora Release Engineering - 0.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index c5030dc..4253050 100644 --- a/sources +++ b/sources @@ -1 +1,3 @@ ac9deafdf9de426d8a03855ac549f424 exo-0.6.0.tar.bz2 +5967338f62bcfc456039ca2d4591506f internet-mail-24.png +7372d488df90bb3595f27bbde89bd986 internet-mail-48.png