pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/compiz Fix build with gtk2-2.20.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee61f25edaaf
branches:  trunk
changeset: 576467:ee61f25edaaf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 11 23:28:00 2010 +0000

description:
Fix build with gtk2-2.20.0.

diffstat:

 wm/compiz/distinfo         |   3 ++-
 wm/compiz/patches/patch-ab |  21 +++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r 0ae1286a23a0 -r ee61f25edaaf wm/compiz/distinfo
--- a/wm/compiz/distinfo        Fri Jun 11 23:27:39 2010 +0000
+++ b/wm/compiz/distinfo        Fri Jun 11 23:28:00 2010 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.9 2009/11/26 19:46:35 imil Exp $
+$NetBSD: distinfo,v 1.10 2010/06/11 23:28:00 wiz Exp $
 
 SHA1 (compiz-0.8.4.tar.gz) = 244ac823818209e44944d74df42d8986ec31d9dd
 RMD160 (compiz-0.8.4.tar.gz) = 176bfa04b8ee3ee3c5b7e6f3c27c88d16c54ac63
 Size (compiz-0.8.4.tar.gz) = 1755741 bytes
 SHA1 (patch-aa) = 0772722aea9828c1f05f48ebbdad02387ae9c41a
+SHA1 (patch-ab) = ff3d5515111df0b5fbcdd9f9163a576ab76071ff
diff -r 0ae1286a23a0 -r ee61f25edaaf wm/compiz/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/compiz/patches/patch-ab        Fri Jun 11 23:28:00 2010 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-ab,v 1.5 2010/06/11 23:28:00 wiz Exp $
+
+Needed with compiz-0.8.4 and gtk2-2.20 -- remove on update.
+
+--- gtk/window-decorator/gtk-window-decorator.c.orig   2009-08-15 07:24:40.000000000 +0000
++++ gtk/window-decorator/gtk-window-decorator.c
+@@ -31,14 +31,6 @@
+ #include <X11/extensions/Xrender.h>
+ #include <X11/Xregion.h>
+ 
+-#ifndef GDK_DISABLE_DEPRECATED
+-#define GDK_DISABLE_DEPRECATED
+-#endif
+-
+-#ifndef GTK_DISABLE_DEPRECATED
+-#define GTK_DISABLE_DEPRECATED
+-#endif
+-
+ #include <gtk/gtk.h>
+ #include <gdk/gdkx.h>
+ #include <glib/gi18n.h>



Home | Main Index | Thread Index | Old Index