summaryrefslogtreecommitdiff
path: root/x11/gtk2-engines
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-01-20 13:31:16 +0000
committerjmmv <jmmv@pkgsrc.org>2006-01-20 13:31:16 +0000
commit6d0b86553dcda2ca1a7801032f508e329ed40511 (patch)
tree005e631cdb9561cdb458c2e88d8e2812c834722f /x11/gtk2-engines
parent93eea9250b9fa41cd05df8839abead32b88b85c7 (diff)
downloadpkgsrc-6d0b86553dcda2ca1a7801032f508e329ed40511.tar.gz
Update to 2.6.6:
* Applied cleanups and fixes for compiler warnings from bug #321140 to Clearlooks, Crux, HC, Metal, Mist, Redmond and Thinice engines [ patches by Kjartan Maraas ] * ISO C90 and compiler warnings fixed and more unused code removed from Crux [ Thomas Wood ] * ISO C90 fixes to thinice [ Thomas ]
Diffstat (limited to 'x11/gtk2-engines')
-rw-r--r--x11/gtk2-engines/Makefile4
-rw-r--r--x11/gtk2-engines/distinfo9
-rw-r--r--x11/gtk2-engines/patches/patch-aa24
3 files changed, 6 insertions, 31 deletions
diff --git a/x11/gtk2-engines/Makefile b/x11/gtk2-engines/Makefile
index 0aca23adbf4..b27f501856a 100644
--- a/x11/gtk2-engines/Makefile
+++ b/x11/gtk2-engines/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2005/08/26 16:33:40 drochner Exp $
+# $NetBSD: Makefile,v 1.35 2006/01/20 13:31:16 jmmv Exp $
-DISTNAME= gtk-engines-2.6.5
+DISTNAME= gtk-engines-2.6.6
PKGNAME= ${DISTNAME:S/gtk/gtk2/}
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-engines/2.6/}
diff --git a/x11/gtk2-engines/distinfo b/x11/gtk2-engines/distinfo
index f5ea0772376..d853dde6bd8 100644
--- a/x11/gtk2-engines/distinfo
+++ b/x11/gtk2-engines/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.11 2005/12/18 20:49:48 rillig Exp $
+$NetBSD: distinfo,v 1.12 2006/01/20 13:31:16 jmmv Exp $
-SHA1 (gtk-engines-2.6.5.tar.bz2) = b7cddde1c5cd8b8f9bbc86c5383652f592ce265e
-RMD160 (gtk-engines-2.6.5.tar.bz2) = 657176a1c538ef98f879de5c87a579c7af815316
-Size (gtk-engines-2.6.5.tar.bz2) = 477897 bytes
-SHA1 (patch-aa) = c5bcbc3c491f5aa1be0d711cf946b40407587b22
+SHA1 (gtk-engines-2.6.6.tar.bz2) = 252ccaa6878511da4c801b83c76a060294ab9675
+RMD160 (gtk-engines-2.6.6.tar.bz2) = 84508f6c26fd09b243e593d6abd5a6fa3d5ec94f
+Size (gtk-engines-2.6.6.tar.bz2) = 479351 bytes
diff --git a/x11/gtk2-engines/patches/patch-aa b/x11/gtk2-engines/patches/patch-aa
deleted file mode 100644
index 6c86a998d6e..00000000000
--- a/x11/gtk2-engines/patches/patch-aa
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2005/12/18 20:49:48 rillig Exp $
-
-Keywords: c90
-
---- engines/crux/src/crux-draw.c.orig Sun Aug 21 14:52:40 2005
-+++ engines/crux/src/crux-draw.c Sun Dec 18 21:25:44 2005
-@@ -2323,6 +2323,8 @@ draw_extension (GtkStyle *style,
- GdkRectangle rect;
-
- eazel_theme_data *theme_data;
-+ GtkWidget* parent_widget;
-+ gint relative_x;
-
- g_return_if_fail (style != NULL);
- g_return_if_fail (window != NULL);
-@@ -2334,8 +2336,6 @@ draw_extension (GtkStyle *style,
- detail, state_type, shadow_type, x, y, width, height);
-
- /* Get x relative to parent widget, not window */
-- GtkWidget* parent_widget;
-- gint relative_x;
- if (widget != NULL)
- {
- parent_widget = gtk_widget_get_parent(widget);