[oxygen-gtk] fix mozilla applications detection kde#283251

nucleo nucleo at fedoraproject.org
Mon Oct 3 16:02:47 UTC 2011


commit b291c94db955a8a1fedda5c975732df8e9a5bada
Author: nucleo <nucleo at fedoraproject.org>
Date:   Mon Oct 3 19:02:30 2011 +0300

    fix mozilla applications detection kde#283251

 oxygen-gtk-fix-mozillaapps.patch |   11 +++++++++++
 oxygen-gtk.spec                  |   10 ++++++++--
 2 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/oxygen-gtk-fix-mozillaapps.patch b/oxygen-gtk-fix-mozillaapps.patch
new file mode 100644
index 0000000..4045b70
--- /dev/null
+++ b/oxygen-gtk-fix-mozillaapps.patch
@@ -0,0 +1,11 @@
+--- a/src/oxygenapplicationname.cpp
++++ b/src/oxygenapplicationname.cpp
+@@ -76,7 +76,7 @@ namespace Oxygen
+             {
+                 "firefox",
+                 "thunderbird",
+-                "seamonkey"
++                "seamonkey",
+                 "iceweasel",
+                 "icecat",
+                 "icedove",
diff --git a/oxygen-gtk.spec b/oxygen-gtk.spec
index b7c6f70..28ecb01 100644
--- a/oxygen-gtk.spec
+++ b/oxygen-gtk.spec
@@ -2,12 +2,14 @@
 Name:    oxygen-gtk
 Summary: Oxygen GTK theme
 Version: 1.1.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 License: GPLv2+
 Group:   User Interface/Desktops
-URL:     https://projects.kde.org/projects/playground/artwork/oxygen-gtk	
+URL:     https://projects.kde.org/projects/playground/artwork/oxygen-gtk
 Source0: ftp://ftp.kde.org/pub/kde/stable/stable/oxygen-gtk/%{version}/src/oxygen-gtk-%{version}.tar.bz2
+# fix mozilla applications detection http://quickgit.kde.org/?p=oxygen-gtk.git&a=commit&h=700d502f60c0502e49f628ba2af08de8c2475518
+Patch0:  oxygen-gtk-fix-mozillaapps.patch
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires: cmake
@@ -30,6 +32,7 @@ otherwise breaks every time some setting is changed in KDE.
 
 %prep
 %setup -q
+%patch0 -p1
 
 
 %build
@@ -60,6 +63,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Sep 16 2011 Alexey Kurov <nucleo at fedoraproject.org> - 1.1.3-3
+- fix mozilla applications detection kde#283251
+
 * Fri Sep 16 2011 Alexey Kurov <nucleo at fedoraproject.org> - 1.1.3-2
 - BR: dbus-glib-devel
 


More information about the scm-commits mailing list