r54682 - in /desktop/unstable/gnome-terminal/debian: ./ patches/

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Nov 1 18:42:55 UTC 2017


Author: biebl
Date: Wed Nov  1 18:42:54 2017
New Revision: 54682

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

Removed:
    desktop/unstable/gnome-terminal/debian/patches/window-Fix-tiled-check.patch
Modified:
    desktop/unstable/gnome-terminal/debian/changelog
    desktop/unstable/gnome-terminal/debian/patches/10_kfreebsd-f_dupfd_cloexec.patch
    desktop/unstable/gnome-terminal/debian/patches/Don-t-allow-the-theme-to-set-black-on-black.patch
    desktop/unstable/gnome-terminal/debian/patches/Provide-fallback-for-reading-current-directory-if-OS.patch
    desktop/unstable/gnome-terminal/debian/patches/series

Modified: desktop/unstable/gnome-terminal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-terminal/debian/changelog?rev=54682&op=diff
==============================================================================
--- desktop/unstable/gnome-terminal/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-terminal/debian/changelog	[utf-8] Wed Nov  1 18:42:54 2017
@@ -2,6 +2,7 @@
 
   * New upstream release
   * Bump Build-Depends on libvte-2.91-dev to (>= 0.50.2)
+  * Refresh patches
 
  -- Michael Biebl <biebl at debian.org>  Wed, 01 Nov 2017 19:40:40 +0100
 

Modified: desktop/unstable/gnome-terminal/debian/patches/10_kfreebsd-f_dupfd_cloexec.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-terminal/debian/patches/10_kfreebsd-f_dupfd_cloexec.patch?rev=54682&op=diff
==============================================================================
--- desktop/unstable/gnome-terminal/debian/patches/10_kfreebsd-f_dupfd_cloexec.patch	[utf-8] (original)
+++ desktop/unstable/gnome-terminal/debian/patches/10_kfreebsd-f_dupfd_cloexec.patch	[utf-8] Wed Nov  1 18:42:54 2017
@@ -11,7 +11,7 @@
 ===================================================================
 --- a/src/terminal-screen.c
 +++ b/src/terminal-screen.c
-@@ -188,6 +188,20 @@
+@@ -192,6 +192,20 @@
  static guint n_url_regexes;
  static guint n_extra_regexes;
  
@@ -32,7 +32,7 @@
  /* See bug #697024 */
  #ifndef __linux__
  
-@@ -1307,7 +1321,7 @@
+@@ -1311,7 +1325,7 @@
        for (j = 0; j < n_fds; j++) {
          if (fds[j] == target_fd) {
            do {

Modified: desktop/unstable/gnome-terminal/debian/patches/Don-t-allow-the-theme-to-set-black-on-black.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-terminal/debian/patches/Don-t-allow-the-theme-to-set-black-on-black.patch?rev=54682&op=diff
==============================================================================
--- desktop/unstable/gnome-terminal/debian/patches/Don-t-allow-the-theme-to-set-black-on-black.patch	[utf-8] (original)
+++ desktop/unstable/gnome-terminal/debian/patches/Don-t-allow-the-theme-to-set-black-on-black.patch	[utf-8] Wed Nov  1 18:42:54 2017
@@ -23,9 +23,11 @@
  src/terminal-screen.c | 11 +++++++++++
  1 file changed, 11 insertions(+)
 
+Index: b/src/terminal-screen.c
+===================================================================
 --- a/src/terminal-screen.c
 +++ b/src/terminal-screen.c
-@@ -917,6 +917,17 @@
+@@ -923,6 +923,17 @@
    gtk_style_context_get_color (context, gtk_style_context_get_state (context), &theme_fg);
    gtk_style_context_get_background_color (context, gtk_style_context_get_state (context), &theme_bg);
  

Modified: desktop/unstable/gnome-terminal/debian/patches/Provide-fallback-for-reading-current-directory-if-OS.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-terminal/debian/patches/Provide-fallback-for-reading-current-directory-if-OS.patch?rev=54682&op=diff
==============================================================================
--- desktop/unstable/gnome-terminal/debian/patches/Provide-fallback-for-reading-current-directory-if-OS.patch	[utf-8] (original)
+++ desktop/unstable/gnome-terminal/debian/patches/Provide-fallback-for-reading-current-directory-if-OS.patch	[utf-8] Wed Nov  1 18:42:54 2017
@@ -11,7 +11,7 @@
 ===================================================================
 --- a/src/terminal-screen.c
 +++ b/src/terminal-screen.c
-@@ -220,6 +220,63 @@
+@@ -224,6 +224,63 @@
  
  G_DEFINE_TYPE (TerminalScreen, terminal_screen, VTE_TYPE_TERMINAL)
  
@@ -75,7 +75,7 @@
  static void
  free_tag_data (TagData *tagdata)
  {
-@@ -1651,12 +1708,21 @@
+@@ -1693,12 +1750,21 @@
  char *
  terminal_screen_get_current_dir (TerminalScreen *screen)
  {

Modified: desktop/unstable/gnome-terminal/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-terminal/debian/patches/series?rev=54682&op=diff
==============================================================================
--- desktop/unstable/gnome-terminal/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-terminal/debian/patches/series	[utf-8] Wed Nov  1 18:42:54 2017
@@ -3,4 +3,3 @@
 10_kfreebsd-f_dupfd_cloexec.patch
 Don-t-allow-the-theme-to-set-black-on-black.patch
 Provide-fallback-for-reading-current-directory-if-OS.patch
-window-Fix-tiled-check.patch




More information about the pkg-gnome-commits mailing list