pick the right folder icon

epel9
Matthias Clasen 17 years ago
parent ec5df488b5
commit b831105c88

@ -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 <mclasen@redhat.com> - 2.23.5-2
- Fix the folder icons
* Mon Aug 4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
- Update to 2.23.5

@ -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 <unistd.h>
#include <gio/gio.h>
-#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) \
Loading…
Cancel
Save