[nemo] fix adwaita theme issue

leigh123linux leigh123linux at fedoraproject.org
Fri Jan 24 15:19:17 UTC 2014


commit e5b5d75b592876dd3817ec713fddf9422d8d30ef
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Fri Jan 24 15:19:29 2014 +0000

    fix adwaita theme issue

 adwaita_style.patch |   10 ++++++++++
 nemo.spec           |   13 +++++++------
 2 files changed, 17 insertions(+), 6 deletions(-)
---
diff --git a/adwaita_style.patch b/adwaita_style.patch
new file mode 100644
index 0000000..1c9e814
--- /dev/null
+++ b/adwaita_style.patch
@@ -0,0 +1,10 @@
+--- a/src/nemo-style-fallback.css
++++ b/src/nemo-style-fallback.css
+@@ -8,7 +8,6 @@ NemoPathbarButton {
+                                      color-stop (.7, shade(alpha(@bg_color, 0.8), 0.90)),
+                                      color-stop (1, shade(alpha(@bg_color, 0.8), 0.80)));
+     border-color: #808080;
+-    color: @fg_color;
+     -NemoPathbarButton-border-radius: 3px;
+ }
+ 
diff --git a/nemo.spec b/nemo.spec
index 3aaf54d..18f17ba 100644
--- a/nemo.spec
+++ b/nemo.spec
@@ -3,7 +3,7 @@
 Name:           nemo
 Summary:        File manager for Cinnamon
 Version:        2.0.8
-Release:        6%{?dist}
+Release:        7%{?dist}
 License:        GPLv2+ and LGPLv2+
 Group:          User Interface/Desktops
 URL:            https://github.com/linuxmint/nemo
@@ -19,6 +19,7 @@ Patch0:         tracker-18.patch
 Patch1:         git_rollup.patch
 Patch2:         Fix_rename_entry_position.patch
 Patch3:         transparent_background.patch
+Patch4:         adwaita_style.patch
 
 Requires:       redhat-menus
 Requires:       gvfs
@@ -84,11 +85,8 @@ Requires:  gnome-themes-standard
 Nemo theme fix for Adwaita
 
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%autosetup -p1
+
 sed -i -e 's at DISABLE_DEPRECATED_CFLAGS="-DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED"@@g' configure.in
 mv configure.in configure.ac
 NOCONFIGURE=1 ./autogen.sh
@@ -191,6 +189,9 @@ fi
 %{_datadir}/gir-1.0/*.gir
 
 %changelog
+* Fri Jan 24 2014 Leigh Scott <leigh123linux at googlemail.com> - 2.0.8-7
+- fix adwaita theme issue
+
 * Thu Jan 02 2014 Leigh Scott <leigh123linux at googlemail.com> - 2.0.8-6
 - patch to make background transparent
 


More information about the scm-commits mailing list