pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gnome2-applets make this compile with gtk-2.12 (wh...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fd8fdd27f25
branches:  trunk
changeset: 533379:1fd8fdd27f25
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Sep 17 16:21:55 2007 +0000

description:
make this compile with gtk-2.12 (which introduces a new tooltip framework
and deprecates the old one)

diffstat:

 x11/gnome2-applets/distinfo         |   3 ++-
 x11/gnome2-applets/patches/patch-ag |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 6de5a4a868f8 -r 1fd8fdd27f25 x11/gnome2-applets/distinfo
--- a/x11/gnome2-applets/distinfo       Mon Sep 17 15:28:03 2007 +0000
+++ b/x11/gnome2-applets/distinfo       Mon Sep 17 16:21:55 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.24 2007/04/17 17:59:07 drochner Exp $
+$NetBSD: distinfo,v 1.25 2007/09/17 16:21:55 drochner Exp $
 
 SHA1 (gnome-applets-2.18.0.tar.bz2) = 7bec1f642e827634f74859e81e1502799d3c05a2
 RMD160 (gnome-applets-2.18.0.tar.bz2) = c9a18c717fd01ede9476a70784a8522968e52211
@@ -9,3 +9,4 @@
 SHA1 (patch-ad) = 42fb64b30a031a1ea8f57f47cabdf63475b7987e
 SHA1 (patch-ae) = 16f66d3012a7ef7cfb5b72fdaa0f3e7719eea8f4
 SHA1 (patch-af) = e938bbc263cb9d70f613893ab414b13e8a1eaafd
+SHA1 (patch-ag) = 6e30ee254c7a53b05560831073549269830ad872
diff -r 6de5a4a868f8 -r 1fd8fdd27f25 x11/gnome2-applets/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gnome2-applets/patches/patch-ag       Mon Sep 17 16:21:55 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 2007/09/17 16:21:55 drochner Exp $
+
+--- mixer/Makefile.in.orig     2007-09-17 17:52:12.000000000 +0200
++++ mixer/Makefile.in
+@@ -383,7 +383,6 @@ target_alias = @target_alias@
+ SUBDIRS = docs
+ INCLUDES = -I. -I$(srcdir)            \
+       -DG_DISABLE_DEPRECATED          \
+-      -DGTK_DISABLE_DEPRECATED        \
+       -DGDK_DISABLE_DEPRECATED        \
+       $(MIXER_CFLAGS)                 \
+       $(GNOME_APPLETS_CFLAGS)         \



Home | Main Index | Thread Index | Old Index