[gnome-themes-standard/f20-gnome-3-12] Provide a background-color for menubars

Debarshi Ray rishi at fedoraproject.org
Thu May 15 16:46:47 UTC 2014


commit 6afad00efd6fb44d2dd821d7ce8ffb48da77c084
Author: Debarshi Ray <debarshir at gnome.org>
Date:   Thu May 15 18:46:13 2014 +0200

    Provide a background-color for menubars

 ...3-Provide-a-background-color-for-menubars.patch |   25 ++++++++++++++++++++
 gnome-themes-standard.spec                         |    8 +++++-
 2 files changed, 32 insertions(+), 1 deletions(-)
---
diff --git a/0001-gtk3-Provide-a-background-color-for-menubars.patch b/0001-gtk3-Provide-a-background-color-for-menubars.patch
new file mode 100644
index 0000000..0ffa9f6
--- /dev/null
+++ b/0001-gtk3-Provide-a-background-color-for-menubars.patch
@@ -0,0 +1,25 @@
+From ff07d3583501c926eed811ac4a3f1023352861d6 Mon Sep 17 00:00:00 2001
+From: Debarshi Ray <debarshir at gnome.org>
+Date: Thu, 15 May 2014 18:29:18 +0200
+Subject: [PATCH] gtk3: Provide a background-color for menubars
+
+https://bugzilla.gnome.org/show_bug.cgi?id=730016
+---
+ themes/Adwaita/gtk-3.0/gtk-widgets.css | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
+index 5112cdb..612884b 100644
+--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
++++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
+@@ -2345,6 +2345,7 @@ GtkTreeMenu .menuitem,
+ /* this controls the general appearance of the menubar */
+ .menubar {
+     border-style: none;
++    background-color: @theme_bg_color;
+ 
+     -GtkWidget-window-dragging: true;
+ }
+-- 
+1.9.0
+
diff --git a/gnome-themes-standard.spec b/gnome-themes-standard.spec
index 02c2d47..dda27d0 100644
--- a/gnome-themes-standard.spec
+++ b/gnome-themes-standard.spec
@@ -3,7 +3,7 @@
 
 Name: gnome-themes-standard
 Version: 3.12.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Standard themes for GNOME applications
 
 Group: User Interface/Desktops
@@ -13,6 +13,8 @@ Source0: http://download.gnome.org/sources/%{name}/3.12/%{name}-%{version}.tar.x
 Source1: settings.ini
 Source2: gtkrc
 
+Patch0: 0001-gtk3-Provide-a-background-color-for-menubars.patch
+
 Obsoletes: fedora-gnome-theme <= 15.0-1.fc15
 Provides: fedora-gnome-theme = 1:%{version}-%{release}
 
@@ -65,6 +67,7 @@ with a GNOME look and feel.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -133,6 +136,9 @@ done
 
 
 %changelog
+* Thu May 15 2014 Debarshi Ray <rishi at fedorapeople.org> - 3.12.0-2
+- Provide a background-color for menubars
+
 * Mon Apr 14 2014 Richard Hughes <rhughes at redhat.com> - 3.12.0-1
 - Update to 3.12.0
 


More information about the scm-commits mailing list