Update to 2.6.6.
This commit is contained in:
parent
f2d8564bd3
commit
02f82d8924
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149861
4 changed files with 4 additions and 35 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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);
|
|
@ -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);
|
Loading…
Reference in a new issue