[Thunar/el5] Add patch for trash icon. (#647734) Add patch for Drag and drop issue. (#633171)

Kevin Fenzi kevin at fedoraproject.org
Sun Jul 3 14:47:36 UTC 2011


commit 4ae74a80c82b16d5afaf9b418b8eeff3b642b782
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sun Jul 3 08:47:17 2011 -0600

    Add patch for trash icon. (#647734)
    Add patch for Drag and drop issue. (#633171)

 Thunar.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/Thunar.spec b/Thunar.spec
index b15b269..1a6e719 100644
--- a/Thunar.spec
+++ b/Thunar.spec
@@ -3,7 +3,7 @@
 Summary: Thunar File Manager
 Name: Thunar
 Version: 1.0.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 URL: http://thunar.xfce.org/
 Source0: http://archive.xfce.org/src/xfce/thunar/1.0/Thunar-%{version}.tar.bz2
@@ -11,6 +11,8 @@ Source1: thunar-sendto-bluetooth.desktop
 Source2: thunar-sendto-audacious-playlist.desktop
 # Upstream bug: http://bugzilla.xfce.org/show_bug.cgi?id=6232
 Patch0: Thunar-1.0.2-dsofix.patch
+Patch1: Thunar-1.0.2-drag-n-drop.patch
+Patch2: Thunar-1.0.2-trash-icon-fix.patch
 Group: User Interface/Desktops
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: fam-devel
@@ -66,6 +68,8 @@ libraries and header files for the Thunar file manager.
 %setup -q
 
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 # fix icon in thunar-sendto-email.desktop
 sed -i 's!internet-mail!mail-message-new!' \
@@ -209,6 +213,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Sun Jul 03 2011 Kevin Fenzi <kevin at scrye.com> - 1.0.2-3
+- Add patch for trash icon. (#647734)
+- Add patch for Drag and drop issue. (#633171)
+
 * Thu Jun 17 2010 Christoph Wickert <cwickert at fedoraproject.org> - 1.0.2-2
 - Fix conditional requirement for hal-storage-addon
 


More information about the scm-commits mailing list