pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gtk2-engines Fix build with latest glib2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b66f93a421c0
branches:  trunk
changeset: 603381:b66f93a421c0
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat May 05 13:44:58 2012 +0000

description:
Fix build with latest glib2.

diffstat:

 x11/gtk2-engines/distinfo                                         |   3 +-
 x11/gtk2-engines/patches/patch-engines_clearlooks_src_animation_c |  15 ++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 583482d9f60a -r b66f93a421c0 x11/gtk2-engines/distinfo
--- a/x11/gtk2-engines/distinfo Sat May 05 13:41:13 2012 +0000
+++ b/x11/gtk2-engines/distinfo Sat May 05 13:44:58 2012 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.35 2010/10/22 19:02:43 drochner Exp $
+$NetBSD: distinfo,v 1.36 2012/05/05 13:44:58 dholland Exp $
 
 SHA1 (gtk-engines-2.20.2.tar.bz2) = 574c7577d70eaacecd2ffa14e288ef88fdcb6c2a
 RMD160 (gtk-engines-2.20.2.tar.bz2) = 941b71cd2346a349d89f68962c2ce28e3520297c
 Size (gtk-engines-2.20.2.tar.bz2) = 688171 bytes
+SHA1 (patch-engines_clearlooks_src_animation_c) = 18e9e491be3b669569bf8a30491230ff03f4c135
diff -r 583482d9f60a -r b66f93a421c0 x11/gtk2-engines/patches/patch-engines_clearlooks_src_animation_c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtk2-engines/patches/patch-engines_clearlooks_src_animation_c Sat May 05 13:44:58 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-engines_clearlooks_src_animation_c,v 1.1 2012/05/05 13:44:58 dholland Exp $
+
+Fix build with recent glib2.
+
+--- engines/clearlooks/src/animation.c~        2010-09-23 13:40:24.000000000 +0000
++++ engines/clearlooks/src/animation.c
+@@ -28,7 +28,7 @@
+ #include "animation.h"
+ 
+ #ifdef HAVE_WORKING_ANIMATION
+-#include <glib/gtimer.h>
++#include <glib.h>
+ 
+ struct _AnimationInfo {
+       GTimer *timer;



Home | Main Index | Thread Index | Old Index