From d4b017e9670d00bb0924cc83e467d840e0c37158 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Nov 09 2011 13:09:00 +0000 Subject: Adapt to firefox desktop file name change in F17 Starting with firefox-7.0.1-3.fc17, the desktop file was renamed from mozilla-firefox.desktop -> firefox.desktop. https://bugzilla.redhat.com/show_bug.cgi?id=736558 --- diff --git a/gnome-shell-favourite-apps-firefox.patch b/gnome-shell-favourite-apps-firefox.patch index 92ab5c6..d18fd4e 100644 --- a/gnome-shell-favourite-apps-firefox.patch +++ b/gnome-shell-favourite-apps-firefox.patch @@ -5,7 +5,7 @@ - [ 'epiphany.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'libreoffice-writer.desktop', 'nautilus.desktop', 'gnome-documents.desktop' ] -+ [ 'mozilla-firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'libreoffice-writer.desktop', 'nautilus.desktop', 'gnome-documents.desktop' ] ++ [ 'firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'libreoffice-writer.desktop', 'nautilus.desktop', 'gnome-documents.desktop' ] <_summary>List of desktop file IDs for favorite applications <_description> The applications corresponding to these identifiers diff --git a/gnome-shell.spec b/gnome-shell.spec index 27f24ee..da6169d 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,6 +1,6 @@ Name: gnome-shell Version: 3.2.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Window management and application launching for GNOME Group: User Interface/Desktops @@ -156,6 +156,9 @@ gconftool-2 --makefile-install-rule \ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas ||: %changelog +* Wed Nov 09 2011 Kalev Lember - 3.2.1-6 +- Adapt to firefox desktop file name change in F17 + * Thu Nov 03 2011 Adam Jackson 3.2.1-5 - Build with -Wno-error=disabled-declarations for the moment