r33516 - in /attic/gtk2-engines/debian: changelog patches/02_glib-single-include.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Mar 25 21:46:24 UTC 2012


Author: biebl
Date: Sun Mar 25 21:46:23 2012
New Revision: 33516

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33516
Log:
debian/patches/02_glib-single-include.patch: Fix build failure with
glib 2.32 where including individual glib headers is no longer allowed.
Closes: #665545

Added:
    attic/gtk2-engines/debian/patches/02_glib-single-include.patch
Modified:
    attic/gtk2-engines/debian/changelog
    attic/gtk2-engines/debian/patches/series

Modified: attic/gtk2-engines/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gtk2-engines/debian/changelog?rev=33516&op=diff
==============================================================================
--- attic/gtk2-engines/debian/changelog [utf-8] (original)
+++ attic/gtk2-engines/debian/changelog [utf-8] Sun Mar 25 21:46:23 2012
@@ -1,3 +1,11 @@
+gtk2-engines (1:2.20.2-2) UNRELEASED; urgency=low
+
+  * debian/patches/02_glib-single-include.patch: Fix build failure with
+    glib 2.32 where including individual glib headers is no longer allowed.
+    Closes: #665545
+
+ -- Michael Biebl <biebl at debian.org>  Sun, 25 Mar 2012 23:45:08 +0200
+
 gtk2-engines (1:2.20.2-1) unstable; urgency=low
 
   * New upstream release.

Added: attic/gtk2-engines/debian/patches/02_glib-single-include.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gtk2-engines/debian/patches/02_glib-single-include.patch?rev=33516&op=file
==============================================================================
--- attic/gtk2-engines/debian/patches/02_glib-single-include.patch (added)
+++ attic/gtk2-engines/debian/patches/02_glib-single-include.patch [utf-8] Sun Mar 25 21:46:23 2012
@@ -1,0 +1,17 @@
+Description: Fix build failure with glib 2.32
+ where including invidual glib headers is no longer allowed.
+Author: Michael Biebl <biebl at debian.org>
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665545
+Index: gtk2-engines-2.20.2/engines/clearlooks/src/animation.c
+===================================================================
+--- gtk2-engines-2.20.2.orig/engines/clearlooks/src/animation.c	2010-09-23 15:40:24.000000000 +0200
++++ gtk2-engines-2.20.2/engines/clearlooks/src/animation.c	2012-03-25 23:41:15.810865702 +0200
+@@ -28,7 +28,7 @@
+ #include "animation.h"
+ 
+ #ifdef HAVE_WORKING_ANIMATION
+-#include <glib/gtimer.h>
++#include <glib.h>
+ 
+ struct _AnimationInfo {
+ 	GTimer *timer;

Modified: attic/gtk2-engines/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gtk2-engines/debian/patches/series?rev=33516&op=diff
==============================================================================
--- attic/gtk2-engines/debian/patches/series [utf-8] (original)
+++ attic/gtk2-engines/debian/patches/series [utf-8] Sun Mar 25 21:46:23 2012
@@ -1,1 +1,2 @@
 01_libm.patch
+02_glib-single-include.patch




More information about the pkg-gnome-commits mailing list