Make it find its own desktop file

epel9
Bastien Nocera 12 years ago
parent a3e281405b
commit 0833059c44

@ -0,0 +1,25 @@
From bff0923c93d6a191d549bd2273c35f2ed4c1dd6a Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Tue, 16 Oct 2012 18:02:37 +0200
Subject: [PATCH] Change desktop filename to Fedora's name
---
src/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.c b/src/main.c
index 2ecd316..fb9ab4e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -628,7 +628,7 @@ static void
fr_application_init (FrApplication *self)
{
#ifdef GDK_WINDOWING_X11
- egg_set_desktop_file (APPLICATIONS_DIR "/file-roller.desktop");
+ egg_set_desktop_file (APPLICATIONS_DIR "/gnome-file-roller.desktop");
#else
/* manually set name and icon */
g_set_application_name (_("File Roller"));
--
1.7.12.1

@ -1,7 +1,7 @@
Summary: Tool for viewing and creating archives Summary: Tool for viewing and creating archives
Name: file-roller Name: file-roller
Version: 3.6.1 Version: 3.6.1
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/Archiving Group: Applications/Archiving
URL: http://download.gnome.org/sources/file-roller/ URL: http://download.gnome.org/sources/file-roller/
@ -25,6 +25,9 @@ BuildRequires: libarchive-devel
Requires(pre): GConf2 Requires(pre): GConf2
# Because we prefix the .desktop filename
Patch0: 0001-Change-desktop-filename-to-Fedora-s-name.patch
%description %description
File Roller is an application for creating and viewing archives files, File Roller is an application for creating and viewing archives files,
such as tar or zip files. such as tar or zip files.
@ -42,6 +45,7 @@ or directories.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .desktop
%build %build
%configure \ %configure \
@ -102,6 +106,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%changelog %changelog
* Tue Oct 16 2012 Bastien Nocera <bnocera@redhat.com> 3.6.1-2
- Make it find its own desktop file
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1 * Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
- Update to 3.6.1 - Update to 3.6.1

Loading…
Cancel
Save