pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtk2-engines Update to 2.6.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2639375015a
branches:  trunk
changeset: 506657:e2639375015a
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Jan 20 13:31:16 2006 +0000

description:
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:

 x11/gtk2-engines/Makefile         |   4 ++--
 x11/gtk2-engines/distinfo         |   9 ++++-----
 x11/gtk2-engines/patches/patch-aa |  24 ------------------------
 3 files changed, 6 insertions(+), 31 deletions(-)

diffs (54 lines):

diff -r 02cc972d49b9 -r e2639375015a x11/gtk2-engines/Makefile
--- a/x11/gtk2-engines/Makefile Fri Jan 20 13:30:52 2006 +0000
+++ b/x11/gtk2-engines/Makefile Fri Jan 20 13:31:16 2006 +0000
@@ -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 -r 02cc972d49b9 -r e2639375015a x11/gtk2-engines/distinfo
--- a/x11/gtk2-engines/distinfo Fri Jan 20 13:30:52 2006 +0000
+++ b/x11/gtk2-engines/distinfo Fri Jan 20 13:31:16 2006 +0000
@@ -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 -r 02cc972d49b9 -r e2639375015a x11/gtk2-engines/patches/patch-aa
--- a/x11/gtk2-engines/patches/patch-aa Fri Jan 20 13:30:52 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index