diff --git a/file-roller.spec b/file-roller.spec index c94b2fe..a8e78e7 100644 --- a/file-roller.spec +++ b/file-roller.spec @@ -11,7 +11,7 @@ Summary: File Roller is a tool for viewing and creating archives Name: file-roller Version: 2.23.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/Archiving URL: http://download.gnome.org/sources/file-roller/ @@ -44,12 +44,15 @@ Requires: GConf2 # The context menu API changed in 2.2.0: Conflicts: nautilus < 2.2.0 +Patch0: folder-icon.patch + %description File Roller is an application for creating and viewing archives files, such as tar files. %prep %setup -q +%patch0 -p1 -b .folder-icon autoreconf @@ -128,6 +131,9 @@ fi %{_datadir}/icons/hicolor/scalable/apps/file-roller.svg %changelog +* Fri Aug 8 2008 Matthias Clasen - 2.23.5-2 +- Fix the folder icons + * Mon Aug 4 2008 Matthias Clasen - 2.23.5-1 - Update to 2.23.5 diff --git a/folder-icon.patch b/folder-icon.patch new file mode 100644 index 0000000..d8cd4b7 --- /dev/null +++ b/folder-icon.patch @@ -0,0 +1,13 @@ +Index: src/file-utils.h +=================================================================== +--- src/file-utils.h (revision 2411) ++++ src/file-utils.h (working copy) +@@ -28,7 +28,7 @@ + #include + #include + +-#define MIME_TYPE_DIRECTORY "gnome-fs-directory" ++#define MIME_TYPE_DIRECTORY "folder" + #define MIME_TYPE_ARCHIVE "application/x-archive" + + #define get_home_relative_path(x) \