r49560 - in /desktop/unstable/five-or-more/debian: changelog patches/git_fix-theme-loading.patch patches/series

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Wed Aug 17 23:03:04 UTC 2016


Author: jbicha-guest
Date: Wed Aug 17 23:03:03 2016
New Revision: 49560

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49560
Log:
* New upstream release.

* Add debian/patches/git_fix-theme-loading.patch

Added:
    desktop/unstable/five-or-more/debian/patches/git_fix-theme-loading.patch
Modified:
    desktop/unstable/five-or-more/debian/changelog
    desktop/unstable/five-or-more/debian/patches/series

Modified: desktop/unstable/five-or-more/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/five-or-more/debian/changelog?rev=49560&op=diff
==============================================================================
--- desktop/unstable/five-or-more/debian/changelog	[utf-8] (original)
+++ desktop/unstable/five-or-more/debian/changelog	[utf-8] Wed Aug 17 23:03:03 2016
@@ -1,6 +1,9 @@
-five-or-more (1:3.20.1-2) UNRELEASED; urgency=medium
-
-  * Enable parallel builds and all hardening flags
+five-or-more (1:3.21.90-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * New upstream release.
+  * Add debian/patches/git_fix-theme-loading.patch
+  * Enable parallel builds and all hardening flags.
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Wed, 17 Aug 2016 16:20:42 -0400
 

Added: desktop/unstable/five-or-more/debian/patches/git_fix-theme-loading.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/five-or-more/debian/patches/git_fix-theme-loading.patch?rev=49560&op=file
==============================================================================
--- desktop/unstable/five-or-more/debian/patches/git_fix-theme-loading.patch	(added)
+++ desktop/unstable/five-or-more/debian/patches/git_fix-theme-loading.patch	[utf-8] Wed Aug 17 23:03:03 2016
@@ -0,0 +1,25 @@
+From c5e3baacf87e64db33a6cbb59f197fc39a2a0044 Mon Sep 17 00:00:00 2001
+From: Michael Catanzaro <mcatanzaro at gnome.org>
+Date: Wed, 17 Aug 2016 12:36:28 +0200
+Subject: Fix theme loading
+
+No idea when this broke. It was working for me just two weeks ago....
+---
+ src/five-or-more.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/src/five-or-more.c b/src/five-or-more.c
+index f2f52be..16d8cba 100644
+--- a/src/five-or-more.c
++++ b/src/five-or-more.c
+@@ -224,6 +224,9 @@ refresh_pixmaps (void)
+   if (!ball_surface)
+     return;
+ 
++  if (!boxsize)
++    return;
++
+   if (ball_preimage) {
+     ball_pixbuf = games_preimage_render (ball_preimage, 4 * boxsize,
+                                          7 * boxsize);
+

Modified: desktop/unstable/five-or-more/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/five-or-more/debian/patches/series?rev=49560&op=diff
==============================================================================
--- desktop/unstable/five-or-more/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/five-or-more/debian/patches/series	[utf-8] Wed Aug 17 23:03:03 2016
@@ -0,0 +1 @@
+git_fix-theme-loading.patch




More information about the pkg-gnome-commits mailing list