daily pastebin goal
16%
SHARE
TWEET

gnome-screenshot_3.18.0-0ubuntu3~wily0.debdiff

a guest Oct 2nd, 2015 7 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. diff -Nru gnome-screenshot-3.16.2/debian/changelog gnome-screenshot-3.18.0/debian/changelog
  2. --- gnome-screenshot-3.16.2/debian/changelog    2015-07-28 15:23:01.000000000 +0300
  3. +++ gnome-screenshot-3.18.0/debian/changelog    2015-10-02 21:10:32.000000000 +0300
  4. @@ -1,3 +1,9 @@
  5. +gnome-screenshot (3.18.0-0ubuntu3~wily0) wily; urgency=medium
  6. +
  7. +  * New upstream release
  8. +
  9. + -- Elias Psallidas <epsallidas@gmail.com>  Fri, 02 Oct 2015 21:10:14 +0300
  10. +
  11.  gnome-screenshot (3.16.2-0ubuntu3) wily; urgency=medium
  12.  
  13.    * debian/patches/unity.patch: Make the Unity "save" button the default
  14. diff -Nru gnome-screenshot-3.16.2/debian/patches/0002-Scale-images-by-the-scale-factor-in-use.patch gnome-screenshot-3.18.0/debian/patches/0002-Scale-images-by-the-scale-factor-in-use.patch
  15. --- gnome-screenshot-3.16.2/debian/patches/0002-Scale-images-by-the-scale-factor-in-use.patch   2015-06-08 19:06:25.000000000 +0300
  16. +++ gnome-screenshot-3.18.0/debian/patches/0002-Scale-images-by-the-scale-factor-in-use.patch   2015-10-02 21:08:32.000000000 +0300
  17. @@ -10,10 +10,10 @@
  18.   src/screenshot-utils.c | 24 ++++++++++++++++++------
  19.   1 file changed, 18 insertions(+), 6 deletions(-)
  20.  
  21. -diff --git a/src/screenshot-utils.c b/src/screenshot-utils.c
  22. -index fd04fea..9386e9a 100644
  23. ---- a/src/screenshot-utils.c
  24. -+++ b/src/screenshot-utils.c
  25. +Index: gnome-screenshot-3.18.0/src/screenshot-utils.c
  26. +===================================================================
  27. +--- gnome-screenshot-3.18.0.orig/src/screenshot-utils.c
  28. ++++ gnome-screenshot-3.18.0/src/screenshot-utils.c
  29.  @@ -382,11 +382,12 @@ static GdkPixbuf *
  30.   screenshot_fallback_get_pixbuf (GdkRectangle *rectangle)
  31.   {
  32. @@ -28,7 +28,7 @@
  33.  
  34.     window = screenshot_fallback_find_current_window ();
  35.  
  36. -@@ -427,9 +428,15 @@ screenshot_fallback_get_pixbuf (GdkRectangle *rectangle)
  37. +@@ -427,9 +428,15 @@ screenshot_fallback_get_pixbuf (GdkRecta
  38.                                              screenshot_coords.x, screenshot_coords.y,
  39.                                              screenshot_coords.width, screenshot_coords.height);
  40.  
  41. @@ -45,7 +45,7 @@
  42.  
  43.   #ifdef HAVE_X11_EXTENSIONS_SHAPE_H
  44.     if (screenshot_config->include_border && (wm != None))
  45. -@@ -517,8 +524,12 @@ screenshot_fallback_get_pixbuf (GdkRectangle *rectangle)
  46. +@@ -517,8 +524,12 @@ screenshot_fallback_get_pixbuf (GdkRecta
  47.                   }
  48.               }
  49.  
  50. @@ -60,7 +60,7 @@
  51.  
  52.             XFree (rectangles);
  53.           }
  54. -@@ -568,7 +579,7 @@ screenshot_fallback_get_pixbuf (GdkRectangle *rectangle)
  55. +@@ -568,7 +579,7 @@ screenshot_fallback_get_pixbuf (GdkRecta
  56.  
  57.                 cursor_x = cx - xhot - frame_offset.left;
  58.                 cursor_y = cy - yhot - frame_offset.top;
  59. @@ -69,7 +69,7 @@
  60.                                       cursor_x, cursor_y,
  61.                                       rect.width, rect.height,
  62.                                       cursor_x, cursor_y,
  63. -@@ -583,8 +594,9 @@ screenshot_fallback_get_pixbuf (GdkRectangle *rectangle)
  64. +@@ -583,8 +594,9 @@ screenshot_fallback_get_pixbuf (GdkRecta
  65.       }
  66.  
  67.     screenshot_fallback_fire_flash (window, rectangle);
  68. @@ -80,6 +80,3 @@
  69.   }
  70.  
  71.   GdkPixbuf *
  72. ---
  73. -2.1.4
  74. -
RAW Paste Data
Top