r44061 - in /desktop/experimental/vte2.91/debian: changelog patches/0001-Add-the-style-context-provider-with-FALLBACK-priorit.patch patches/series

laney at users.alioth.debian.org laney at users.alioth.debian.org
Tue Dec 16 13:19:15 UTC 2014


Author: laney
Date: Tue Dec 16 13:19:15 2014
New Revision: 44061

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44061
Log:
Add patch taken from upstream bug to add the VteTerminal css rule with a lower
priority than the theme, allowing themes to set their own values for properties
on the VteTerminal widget.

Added:
    desktop/experimental/vte2.91/debian/patches/0001-Add-the-style-context-provider-with-FALLBACK-priorit.patch
Modified:
    desktop/experimental/vte2.91/debian/changelog
    desktop/experimental/vte2.91/debian/patches/series

Modified: desktop/experimental/vte2.91/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vte2.91/debian/changelog?rev=44061&op=diff
==============================================================================
--- desktop/experimental/vte2.91/debian/changelog	[utf-8] (original)
+++ desktop/experimental/vte2.91/debian/changelog	[utf-8] Tue Dec 16 13:19:15 2014
@@ -3,6 +3,10 @@
   * New upstream bugfix release 0.38.3
     + 10_check_cursor_display.patch, 11_cjk_ambiguous_width.patch,
       12_zombies.patch, 13_zombies.patch: Drop, applied upstream.
+  * d/p/0001-Add-the-style-context-provider-with-FALLBACK-priorit.patch: Add
+    patch taken from upstream bug to add the VteTerminal css rule with a lower
+    priority than the theme, allowing themes to set their own values for
+    properties on the VteTerminal widget.
 
  -- Iain Lane <laney at debian.org>  Tue, 16 Dec 2014 13:05:41 +0000
 

Added: desktop/experimental/vte2.91/debian/patches/0001-Add-the-style-context-provider-with-FALLBACK-priorit.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vte2.91/debian/patches/0001-Add-the-style-context-provider-with-FALLBACK-priorit.patch?rev=44061&op=file
==============================================================================
--- desktop/experimental/vte2.91/debian/patches/0001-Add-the-style-context-provider-with-FALLBACK-priorit.patch	(added)
+++ desktop/experimental/vte2.91/debian/patches/0001-Add-the-style-context-provider-with-FALLBACK-priorit.patch	[utf-8] Tue Dec 16 13:19:15 2014
@@ -0,0 +1,29 @@
+From f178143feb5d14b55546fee4822fc2115a02be20 Mon Sep 17 00:00:00 2001
+From: Iain Lane <iain at orangesquash.org.uk>
+Date: Fri, 14 Nov 2014 16:02:47 +0000
+Subject: [PATCH] Add the style context provider with FALLBACK priority
+
+Adwaita doesn't set these properties any more, but other themes might
+want to. Set a lower priority than the theme.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=740123
+---
+ src/vte.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/vte.c b/src/vte.c
+index 5b7c09a..7296a88 100644
+--- a/src/vte.c
++++ b/src/vte.c
+@@ -8057,7 +8057,7 @@ vte_terminal_init(VteTerminal *terminal)
+         context = gtk_widget_get_style_context (&terminal->widget);
+         gtk_style_context_add_provider (context,
+                                         VTE_TERMINAL_GET_CLASS (terminal)->priv->style_provider,
+-                                        GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
++                                        GTK_STYLE_PROVIDER_PRIORITY_FALLBACK);
+ }
+ 
+ /* Tell GTK+ how much space we need. */
+-- 
+2.1.3
+

Modified: desktop/experimental/vte2.91/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vte2.91/debian/patches/series?rev=44061&op=diff
==============================================================================
--- desktop/experimental/vte2.91/debian/patches/series	[utf-8] (original)
+++ desktop/experimental/vte2.91/debian/patches/series	[utf-8] Tue Dec 16 13:19:15 2014
@@ -1,2 +1,3 @@
 01_scroll_notebook.patch
+0001-Add-the-style-context-provider-with-FALLBACK-priorit.patch
 fix-out-of-tree-build.patch




More information about the pkg-gnome-commits mailing list