r32035 - /desktop/unstable/vte3/debian/patches/25_optional-ncurses.patch
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Mon Dec 12 01:53:58 UTC 2011
Author: biebl
Date: Mon Dec 12 01:53:57 2011
New Revision: 32035
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32035
Log:
Refresh 25_optional-ncurses.patch
Modified:
desktop/unstable/vte3/debian/patches/25_optional-ncurses.patch
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=32035&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] Mon Dec 12 01:53:57 2011
@@ -1,8 +1,8 @@
-Index: vte-0.28.2/configure.in
+Index: vte-0.30.1/configure.in
===================================================================
---- vte-0.28.2.orig/configure.in 2011-08-28 23:32:53.000000000 +0200
-+++ vte-0.28.2/configure.in 2011-10-19 03:44:01.248817625 +0200
-@@ -368,45 +368,52 @@
+--- vte-0.30.1.orig/configure.in 2011-10-16 19:50:50.000000000 +0200
++++ vte-0.30.1/configure.in 2011-12-12 02:53:18.530614014 +0100
+@@ -336,45 +336,52 @@
AC_CHECK_FUNC(floor,,AC_CHECK_LIB(m,floor,LIBS=["$LIBS -lm"]))
AC_CHECK_FUNCS([ceil floor])
@@ -93,10 +93,10 @@
# Search for the required modules.
-Index: vte-0.28.2/src/keymap.c
+Index: vte-0.30.1/src/keymap.c
===================================================================
---- vte-0.28.2.orig/src/keymap.c 2011-08-16 23:52:48.000000000 +0200
-+++ vte-0.28.2/src/keymap.c 2011-10-19 03:44:01.252817574 +0200
+--- vte-0.30.1.orig/src/keymap.c 2011-12-12 02:53:17.118614064 +0100
++++ vte-0.30.1/src/keymap.c 2011-12-12 02:53:18.534614014 +0100
@@ -50,7 +50,7 @@
#include <termcap.h>
#define VTE_TERMCAP_NAME "termcap"
@@ -106,7 +106,7 @@
#endif
#ifdef VTE_DEBUG
-@@ -1014,8 +1014,10 @@
+@@ -1025,8 +1025,10 @@
enum _vte_fkey_mode fkey_mode;
char *cap, *tmp;
const char *termcap_special = NULL;
@@ -117,7 +117,7 @@
g_return_if_fail(normal != NULL);
g_return_if_fail(normal_length != NULL);
-@@ -1169,6 +1171,7 @@
+@@ -1180,6 +1182,7 @@
}
}
}
@@ -125,7 +125,7 @@
if (termcap_special != NULL) {
tmp = g_strdup(terminal);
cap = NULL;
-@@ -1209,6 +1212,7 @@
+@@ -1220,6 +1223,7 @@
return;
}
}
@@ -133,10 +133,10 @@
_vte_debug_print(VTE_DEBUG_KEYBOARD,
" (ignoring, no match for modifier state).\n");
-Index: vte-0.28.2/src/ssfe.c
+Index: vte-0.30.1/src/ssfe.c
===================================================================
---- vte-0.28.2.orig/src/ssfe.c 2011-06-19 22:59:30.000000000 +0200
-+++ vte-0.28.2/src/ssfe.c 2011-10-19 03:44:01.256817523 +0200
+--- vte-0.30.1.orig/src/ssfe.c 2011-06-19 22:59:30.000000000 +0200
++++ vte-0.30.1/src/ssfe.c 2011-12-12 02:53:18.534614014 +0100
@@ -38,7 +38,7 @@
#include <termcap.h>
#define VTE_TERMCAP_NAME "termcap"
More information about the pkg-gnome-commits
mailing list