diff options
author | drochner <drochner@pkgsrc.org> | 2007-09-17 16:21:55 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-09-17 16:21:55 +0000 |
commit | 275c5e9bfddd2042f6d99e239a2c520062a17ca3 (patch) | |
tree | fe6d8ea24053fc5f11b8e2c58c56c44277fd0ae4 /x11 | |
parent | 2f710b31e751ed6e608dba60d53060dad99d8579 (diff) | |
download | pkgsrc-275c5e9bfddd2042f6d99e239a2c520062a17ca3.tar.gz |
make this compile with gtk-2.12 (which introduces a new tooltip framework
and deprecates the old one)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2-applets/distinfo | 3 | ||||
-rw-r--r-- | x11/gnome2-applets/patches/patch-ag | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/x11/gnome2-applets/distinfo b/x11/gnome2-applets/distinfo index 1c2c7bd3a5b..d7cd1bac3b1 100644 --- a/x11/gnome2-applets/distinfo +++ b/x11/gnome2-applets/distinfo @@ -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-ac) = 8244d73dd62973fdc022947a62e9ce6211a3561b SHA1 (patch-ad) = 42fb64b30a031a1ea8f57f47cabdf63475b7987e SHA1 (patch-ae) = 16f66d3012a7ef7cfb5b72fdaa0f3e7719eea8f4 SHA1 (patch-af) = e938bbc263cb9d70f613893ab414b13e8a1eaafd +SHA1 (patch-ag) = 6e30ee254c7a53b05560831073549269830ad872 diff --git a/x11/gnome2-applets/patches/patch-ag b/x11/gnome2-applets/patches/patch-ag new file mode 100644 index 00000000000..7383811cb3b --- /dev/null +++ b/x11/gnome2-applets/patches/patch-ag @@ -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) \ |