r25717 - in /desktop/experimental/gtk3-engines/debian: changelog patches/01_git_row-ending-details_always_present.patch patches/series source/ source/format

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Wed Dec 1 11:36:17 UTC 2010


Author: pochu
Date: Wed Dec  1 11:36:16 2010
New Revision: 25717

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25717
Log:
* debian/source/format:
  + Switch to source format 3.0 (quilt).
* debian/patches/01_git_row-ending-details_always_present.patch:
  + Patch from upstream git, assume that row-ending-details are always
    present.

Added:
    desktop/experimental/gtk3-engines/debian/patches/01_git_row-ending-details_always_present.patch
    desktop/experimental/gtk3-engines/debian/patches/series
    desktop/experimental/gtk3-engines/debian/source/
    desktop/experimental/gtk3-engines/debian/source/format
Modified:
    desktop/experimental/gtk3-engines/debian/changelog

Modified: desktop/experimental/gtk3-engines/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk3-engines/debian/changelog?rev=25717&op=diff
==============================================================================
--- desktop/experimental/gtk3-engines/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtk3-engines/debian/changelog [utf-8] Wed Dec  1 11:36:16 2010
@@ -1,3 +1,13 @@
+gtk3-engines (1:2.91.1-2) UNRELEASED; urgency=low
+
+  * debian/source/format:
+    + Switch to source format 3.0 (quilt).
+  * debian/patches/01_git_row-ending-details_always_present.patch:
+    + Patch from upstream git, assume that row-ending-details are always
+      present.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Wed, 01 Dec 2010 12:19:58 +0100
+
 gtk3-engines (1:2.91.1-1) experimental; urgency=low
 
   * New upstream release

Added: desktop/experimental/gtk3-engines/debian/patches/01_git_row-ending-details_always_present.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk3-engines/debian/patches/01_git_row-ending-details_always_present.patch?rev=25717&op=file
==============================================================================
--- desktop/experimental/gtk3-engines/debian/patches/01_git_row-ending-details_always_present.patch (added)
+++ desktop/experimental/gtk3-engines/debian/patches/01_git_row-ending-details_always_present.patch [utf-8] Wed Dec  1 11:36:16 2010
@@ -1,0 +1,34 @@
+From c089710d0b0afb9870ecbf849b4f5657a86a2b4a Mon Sep 17 00:00:00 2001
+From: Benjamin Berg <benjamin at sipsolutions.net>
+Date: Sun, 10 Oct 2010 11:00:40 +0000
+Subject: Assume that row-ending-details are always present.
+
+---
+diff --git a/engines/clearlooks/src/clearlooks_style.c b/engines/clearlooks/src/clearlooks_style.c
+index c836651..e315fa5 100644
+--- a/engines/clearlooks/src/clearlooks_style.c
++++ b/engines/clearlooks/src/clearlooks_style.c
+@@ -1523,20 +1523,7 @@ clearlooks_style_draw_focus (GtkStyle *style, cairo_t *cr, GtkStateType state_ty
+ 		}
+ 		else
+ 		{
+-			/* This may either mean no continuation, or unknown ...
+-			 * if it is unknown we assume it continues on both sides */
+-			gboolean row_ending_details = FALSE;
+-
+-			/* Try to get the style property. */
+-			if (widget)
+-				gtk_widget_style_get (widget,
+-				                      "row-ending-details", &row_ending_details,
+-				                      NULL);
+-
+-			if (row_ending_details)
+-				focus.continue_side = CL_CONT_NONE;
+-			else
+-				focus.continue_side = CL_CONT_LEFT | CL_CONT_RIGHT;
++			focus.continue_side = CL_CONT_NONE;
+ 		}
+ 
+ 	}
+--
+cgit v0.8.3.1

Added: desktop/experimental/gtk3-engines/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk3-engines/debian/patches/series?rev=25717&op=file
==============================================================================
--- desktop/experimental/gtk3-engines/debian/patches/series (added)
+++ desktop/experimental/gtk3-engines/debian/patches/series [utf-8] Wed Dec  1 11:36:16 2010
@@ -1,0 +1,1 @@
+01_git_row-ending-details_always_present.patch

Added: desktop/experimental/gtk3-engines/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk3-engines/debian/source/format?rev=25717&op=file
==============================================================================
--- desktop/experimental/gtk3-engines/debian/source/format (added)
+++ desktop/experimental/gtk3-engines/debian/source/format [utf-8] Wed Dec  1 11:36:16 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the pkg-gnome-commits mailing list