diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-29 05:35:43 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-29 05:35:43 +0000 |
commit | 02f82d89245454e57c2ffebc43ac999ce60c1f1c (patch) | |
tree | 834c403058f630f4b7f30f4b77a1aec7e2a22084 /x11-themes | |
parent | f2d8564bd3834c3ff5212095c69263500c6c477f (diff) | |
download | ports-02f82d89245454e57c2ffebc43ac999ce60c1f1c.tar.gz ports-02f82d89245454e57c2ffebc43ac999ce60c1f1c.zip |
Notes
Diffstat (limited to 'x11-themes')
4 files changed, 4 insertions, 35 deletions
diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile index d2272c2458e0..fc819f486c48 100644 --- a/x11-themes/gtk-engines2/Makefile +++ b/x11-themes/gtk-engines2/Makefile @@ -7,8 +7,7 @@ # PORTNAME= gtk-engines2 -PORTVERSION= 2.6.5 -PORTREVISION= 2 +PORTVERSION= 2.6.6 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.6 diff --git a/x11-themes/gtk-engines2/distinfo b/x11-themes/gtk-engines2/distinfo index a81e67fff7bb..6b4d636eca69 100644 --- a/x11-themes/gtk-engines2/distinfo +++ b/x11-themes/gtk-engines2/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gtk-engines-2.6.5.tar.bz2) = 28469a797ba1e6aaa3f7eea4c9f5f9b7 -SHA256 (gnome2/gtk-engines-2.6.5.tar.bz2) = 0d7b79b2a369d99f155e85f3f01fca9efb1a5059b5c4406357686a7d8bbfe0d3 -SIZE (gnome2/gtk-engines-2.6.5.tar.bz2) = 477897 +MD5 (gnome2/gtk-engines-2.6.6.tar.bz2) = 218417d5eb6fd4cfda49d6a65041a8a0 +SHA256 (gnome2/gtk-engines-2.6.6.tar.bz2) = 7444c9709dd95ec054e7803f113ffa480a6fb84bd69e3e8457a6719c2524160f +SIZE (gnome2/gtk-engines-2.6.6.tar.bz2) = 479351 diff --git a/x11-themes/gtk-engines2/files/patch-engines_crux_src_crux-draw.c b/x11-themes/gtk-engines2/files/patch-engines_crux_src_crux-draw.c deleted file mode 100644 index 371abad8e669..000000000000 --- a/x11-themes/gtk-engines2/files/patch-engines_crux_src_crux-draw.c +++ /dev/null @@ -1,20 +0,0 @@ ---- engines/crux/src/crux-draw.c.orig Wed Aug 24 12:45:47 2005 -+++ engines/crux/src/crux-draw.c Wed Aug 24 12:46:08 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); diff --git a/x11-themes/gtk-engines2/files/patch-engines_industrial_src_industrial_style.c b/x11-themes/gtk-engines2/files/patch-engines_industrial_src_industrial_style.c deleted file mode 100644 index f545a6a65ec5..000000000000 --- a/x11-themes/gtk-engines2/files/patch-engines_industrial_src_industrial_style.c +++ /dev/null @@ -1,10 +0,0 @@ ---- engines/industrial/src/industrial_style.c.orig Tue Mar 16 16:55:11 2004 -+++ engines/industrial/src/industrial_style.c Tue Mar 16 16:58:23 2004 -@@ -1801,6 +1801,7 @@ - gint width, - gint height) - { -+ g_return_if_fail (widget != NULL); - #if DEBUG - printf ("draw_shadow: %p %p %s %i %i %i %i\n", widget, window, detail, x, y, - width, height); |