r45592 - in /desktop/unstable/gnome-panel/debian: changelog patches/fix_text_color.patch patches/series

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Thu Jul 23 17:37:50 UTC 2015


Author: mitya57
Date: Thu Jul 23 17:37:50 2015
New Revision: 45592

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45592
Log:
Backport upstream patch to fix text color for in-process applets
with Adwaita and HighContrast themes (fix_text_color.patch).

Added:
    desktop/unstable/gnome-panel/debian/patches/fix_text_color.patch
Modified:
    desktop/unstable/gnome-panel/debian/changelog
    desktop/unstable/gnome-panel/debian/patches/series

Modified: desktop/unstable/gnome-panel/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/changelog?rev=45592&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/changelog	[utf-8] Thu Jul 23 17:37:50 2015
@@ -1,3 +1,10 @@
+gnome-panel (3.16.1-4) UNRELEASED; urgency=medium
+
+  * Backport upstream patch to fix text color for in-process applets
+    with Adwaita and HighContrast themes (fix_text_color.patch).
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 23 Jul 2015 20:36:47 +0300
+
 gnome-panel (3.16.1-3) unstable; urgency=medium
 
   * Drop debian/gnome-panel-data.maintscript, it was only needed for

Added: desktop/unstable/gnome-panel/debian/patches/fix_text_color.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/patches/fix_text_color.patch?rev=45592&op=file
==============================================================================
--- desktop/unstable/gnome-panel/debian/patches/fix_text_color.patch	(added)
+++ desktop/unstable/gnome-panel/debian/patches/fix_text_color.patch	[utf-8] Thu Jul 23 17:37:50 2015
@@ -0,0 +1,44 @@
+Description: use theme_unfocused_text_color as text color on panel
+Origin: upstream, https://git.gnome.org/browse/gnome-panel/commit/?id=1c709dc73cc26e46
+Last-Update: 2015-07-23
+
+--- a/gnome-panel/Adwaita.css
++++ b/gnome-panel/Adwaita.css
+@@ -6,7 +6,7 @@
+ PanelApplet > GtkMenuBar.menubar,
+ ClockBox {
+ 	font: bold;
+-	color: @theme_unfocused_fg_color;
++	color: @theme_unfocused_text_color;
+ 	background: transparent;
+ }
+ 
+@@ -30,7 +30,7 @@
+ PanelApplet GtkButton#clock-applet-button,
+ PanelApplet GtkButton#showdesktop-button {
+ 	padding: 0px 4px;
+-	color: @theme_unfocused_fg_color;
++	color: @theme_unfocused_text_color;
+ 	border: 0;
+ 	border-radius: 0;
+ }
+--- a/gnome-panel/HighContrast.css
++++ b/gnome-panel/HighContrast.css
+@@ -6,7 +6,7 @@
+ PanelApplet > GtkMenuBar.menubar,
+ ClockBox {
+ 	font: bold;
+-	color: @theme_unfocused_fg_color;
++	color: @theme_unfocused_text_color;
+ 	background: transparent;
+ }
+ 
+@@ -30,7 +30,7 @@
+ PanelApplet GtkButton#clock-applet-button,
+ PanelApplet GtkButton#showdesktop-button {
+ 	padding: 0px 4px;
+-	color: @theme_unfocused_fg_color;
++	color: @theme_unfocused_text_color;
+ 	border: 0;
+ 	border-radius: 0;
+ }

Modified: desktop/unstable/gnome-panel/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/patches/series?rev=45592&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/patches/series	[utf-8] Thu Jul 23 17:37:50 2015
@@ -1,2 +1,3 @@
 fix_typelibdir.patch
 update_size_hints.patch
+fix_text_color.patch




More information about the pkg-gnome-commits mailing list