r39566 - in /desktop/unstable/vte3/debian: changelog patches/01_scroll_notebook.patch patches/03_scroll_region_updates.patch patches/25_optional-ncurses.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 17 23:11:14 UTC 2013


Author: biebl
Date: Tue Sep 17 23:11:14 2013
New Revision: 39566

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39566
Log:
Refresh patches.

Modified:
    desktop/unstable/vte3/debian/changelog
    desktop/unstable/vte3/debian/patches/01_scroll_notebook.patch
    desktop/unstable/vte3/debian/patches/03_scroll_region_updates.patch
    desktop/unstable/vte3/debian/patches/25_optional-ncurses.patch

Modified: desktop/unstable/vte3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte3/debian/changelog?rev=39566&op=diff
==============================================================================
--- desktop/unstable/vte3/debian/changelog	[utf-8] (original)
+++ desktop/unstable/vte3/debian/changelog	[utf-8] Tue Sep 17 23:11:14 2013
@@ -8,6 +8,7 @@
   [ Michael Biebl ]
   * Use the official field for udebs: Package-Type.
   * New upstream release.
+  * Refresh patches.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 17 Sep 2013 18:16:38 +0200
 

Modified: desktop/unstable/vte3/debian/patches/01_scroll_notebook.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte3/debian/patches/01_scroll_notebook.patch?rev=39566&op=diff
==============================================================================
--- desktop/unstable/vte3/debian/patches/01_scroll_notebook.patch	[utf-8] (original)
+++ desktop/unstable/vte3/debian/patches/01_scroll_notebook.patch	[utf-8] Tue Sep 17 23:11:14 2013
@@ -4,11 +4,11 @@
 
 Corresponding GTK+ bug: GNOME #145244
 
-Index: vte-0.34.6/src/vte.c
+Index: vte-0.34.8/src/vte.c
 ===================================================================
---- vte-0.34.6.orig/src/vte.c	2013-06-11 01:10:00.042955816 +0200
-+++ vte-0.34.6/src/vte.c	2013-06-11 01:10:00.034955546 +0200
-@@ -11304,6 +11304,13 @@
+--- vte-0.34.8.orig/src/vte.c	2013-09-18 01:04:13.907898351 +0200
++++ vte-0.34.8/src/vte.c	2013-09-18 01:04:13.903898338 +0200
+@@ -11279,6 +11279,13 @@
  
  	vte_terminal_read_modifiers (terminal, (GdkEvent*) event);
  

Modified: desktop/unstable/vte3/debian/patches/03_scroll_region_updates.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte3/debian/patches/03_scroll_region_updates.patch?rev=39566&op=diff
==============================================================================
--- desktop/unstable/vte3/debian/patches/03_scroll_region_updates.patch	[utf-8] (original)
+++ desktop/unstable/vte3/debian/patches/03_scroll_region_updates.patch	[utf-8] Tue Sep 17 23:11:14 2013
@@ -2,11 +2,11 @@
 Bug: https://bugzilla.gnome.org/show_bug.cgi?id=542087
 Bug-Ubuntu: https://launchpad.net/bugs/246701
 
-Index: vte-0.34.6/src/vte.c
+Index: vte-0.34.8/src/vte.c
 ===================================================================
---- vte-0.34.6.orig/src/vte.c	2013-06-11 01:10:05.359134587 +0200
-+++ vte-0.34.6/src/vte.c	2013-06-11 01:10:05.355134454 +0200
-@@ -4074,6 +4074,7 @@
+--- vte-0.34.8.orig/src/vte.c	2013-09-18 01:04:19.555916504 +0200
++++ vte-0.34.8/src/vte.c	2013-09-18 01:04:19.555916504 +0200
+@@ -4077,6 +4077,7 @@
  	long wcount, start, delta;
  	gboolean leftovers, modified, bottom, again;
  	gboolean invalidated_text;
@@ -14,7 +14,7 @@
  	GArray *unichars;
  	struct _vte_incoming_chunk *chunk, *next_chunk, *achunk = NULL;
  
-@@ -4093,6 +4094,10 @@
+@@ -4096,6 +4097,10 @@
  	cursor = screen->cursor_current;
  	cursor_visible = terminal->pvt->cursor_visible;
  
@@ -25,7 +25,7 @@
  	/* We should only be called when there's data to process. */
  	g_assert(terminal->pvt->incoming ||
  		 (terminal->pvt->pending->len > 0));
-@@ -4191,6 +4196,8 @@
+@@ -4194,6 +4199,8 @@
  		 * points to the first character which isn't part of this
  		 * sequence. */
  		if ((match != NULL) && (match[0] != '\0')) {
@@ -34,7 +34,7 @@
  			/* Call the right sequence handler for the requested
  			 * behavior. */
  			_vte_terminal_handle_sequence(terminal,
-@@ -4201,12 +4208,20 @@
+@@ -4204,12 +4211,20 @@
  			start = (next - wbuf);
  			modified = TRUE;
  
@@ -60,7 +60,7 @@
  				/* Clip off any part of the box which isn't already on-screen. */
  				bbox_topleft.x = MAX(bbox_topleft.x, 0);
  				bbox_topleft.y = MAX(bbox_topleft.y, delta);
-@@ -4226,6 +4241,8 @@
+@@ -4229,6 +4244,8 @@
  				bbox_bottomright.x = bbox_bottomright.y = -G_MAXINT;
  				bbox_topleft.x = bbox_topleft.y = G_MAXINT;
  			}

Modified: desktop/unstable/vte3/debian/patches/25_optional-ncurses.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte3/debian/patches/25_optional-ncurses.patch?rev=39566&op=diff
==============================================================================
--- desktop/unstable/vte3/debian/patches/25_optional-ncurses.patch	[utf-8] (original)
+++ desktop/unstable/vte3/debian/patches/25_optional-ncurses.patch	[utf-8] Tue Sep 17 23:11:14 2013
@@ -1,7 +1,7 @@
-Index: vte-0.34.6/configure.in
+Index: vte-0.34.6/configure.ac
 ===================================================================
---- vte-0.34.6.orig/configure.in	2013-06-11 01:10:12.623375272 +0200
-+++ vte-0.34.6/configure.in	2013-06-11 01:10:12.611374876 +0200
+--- vte-0.34.6.orig/configure.ac	2013-06-11 01:10:12.623375272 +0200
++++ vte-0.34.6/configure.ac	2013-06-11 01:10:12.611374876 +0200
 @@ -242,45 +242,52 @@
  AC_CHECK_FUNC(floor,,AC_CHECK_LIB(m,floor,LIBS=["$LIBS -lm"]))
  AC_CHECK_FUNCS([ceil floor round])




More information about the pkg-gnome-commits mailing list