diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2006-05-28 15:34:41 +0000 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2006-05-28 15:34:41 +0000 |
commit | fe3a8b3478e039fa360571518580401c13bd146e (patch) | |
tree | 610703b06b38556c5abc6f4fd6a7430283c74f89 /x11-themes/gtk-smooth-engine | |
parent | f79eb59e26b86edb5432fb164938d80823fd8fab (diff) | |
download | FreeBSD-ports-fe3a8b3478e039fa360571518580401c13bd146e.zip FreeBSD-ports-fe3a8b3478e039fa360571518580401c13bd146e.tar.gz |
Update to 0.6.0.1.
PR: ports/96626
Submitted by: Anish Mistry <amistry@am-productions.biz> (maintainer)
Diffstat (limited to 'x11-themes/gtk-smooth-engine')
-rw-r--r-- | x11-themes/gtk-smooth-engine/Makefile | 8 | ||||
-rw-r--r-- | x11-themes/gtk-smooth-engine/distinfo | 6 | ||||
-rw-r--r-- | x11-themes/gtk-smooth-engine/files/patch-gtk1_gtk1_patches.c | 18 | ||||
-rw-r--r-- | x11-themes/gtk-smooth-engine/pkg-plist | 4 |
4 files changed, 16 insertions, 20 deletions
diff --git a/x11-themes/gtk-smooth-engine/Makefile b/x11-themes/gtk-smooth-engine/Makefile index 6c79368..ed5ea17 100644 --- a/x11-themes/gtk-smooth-engine/Makefile +++ b/x11-themes/gtk-smooth-engine/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gtk-smooth-engine -PORTVERSION= 0.5.8 -PORTREVISION= 4 +PORTVERSION= 0.6.0.1 CATEGORIES= x11-themes gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= smooth-engine @@ -15,15 +14,14 @@ MASTER_SITE_SUBDIR= smooth-engine MAINTAINER= amistry@am-productions.biz COMMENT= Flexible GTK Theme Engine -BROKEN= Does not compile - USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= gnometarget +PLIST_SUB= GTK_VERSION="2.4.0" WANT_GNOME= yes CONFIGURE_ENV= X11BASE="${X11BASE}" -CONFLICTS= gnome-themes-[0-9]* +CONFLICTS= gtk-engines2-[0-9]* .include <bsd.port.pre.mk> diff --git a/x11-themes/gtk-smooth-engine/distinfo b/x11-themes/gtk-smooth-engine/distinfo index 6efe388..8bba06b 100644 --- a/x11-themes/gtk-smooth-engine/distinfo +++ b/x11-themes/gtk-smooth-engine/distinfo @@ -1,3 +1,3 @@ -MD5 (gtk-smooth-engine-0.5.8.tar.gz) = 7b4aebf85040b357124de926807dc22a -SHA256 (gtk-smooth-engine-0.5.8.tar.gz) = cb2b353839a7f1dcd8f93a6cb32b5c54a6fe560dee432585edb2f5eebe526c50 -SIZE (gtk-smooth-engine-0.5.8.tar.gz) = 365680 +MD5 (gtk-smooth-engine-0.6.0.1.tar.gz) = a2231118c8187649d1e634fdfe6f36de +SHA256 (gtk-smooth-engine-0.6.0.1.tar.gz) = 12bb1d1138cbbe9eedb847b5f5f258c2540efe2f65f5aafe822f18684f1b18d1 +SIZE (gtk-smooth-engine-0.6.0.1.tar.gz) = 466428 diff --git a/x11-themes/gtk-smooth-engine/files/patch-gtk1_gtk1_patches.c b/x11-themes/gtk-smooth-engine/files/patch-gtk1_gtk1_patches.c index 1ff67a0..679eadb 100644 --- a/x11-themes/gtk-smooth-engine/files/patch-gtk1_gtk1_patches.c +++ b/x11-themes/gtk-smooth-engine/files/patch-gtk1_gtk1_patches.c @@ -1,6 +1,6 @@ ---- gtk1/gtk1_patches.c.orig Sun Oct 17 02:18:35 2004 -+++ gtk1/gtk1_patches.c Sun Oct 17 02:21:21 2004 -@@ -934,6 +934,8 @@ +--- engines/gtk1/src/smooth_gtk1_patches.c.orig Mon Jan 17 15:03:36 2005 ++++ engines/gtk1/src/smooth_gtk1_patches.c Mon May 1 15:48:50 2006 +@@ -959,6 +959,8 @@ slider_length = SCALE_SLIDER_LENGTH(widget->style); } @@ -9,17 +9,15 @@ _scale_calc_request (widget, slider_width, slider_length, stepper_size, trough_border, stepper_spacing, &range_rect); requisition->width = MAX(requisition->width, range_rect.width); -@@ -1214,7 +1216,8 @@ +@@ -1237,6 +1239,7 @@ + { GtkRange *range; - gint slider_width, slider_length, stepper_size, trough_border, stepper_spacing; - GdkRectangle range_rect; -- + gint slider_width = 15, slider_length = 30, stepper_size = 15, trough_border = 2, stepper_spacing = 2; + int size1, size2; -+ + g_return_if_fail (widget != NULL); g_return_if_fail (GTK_IS_SCROLLBAR (widget)); - g_return_if_fail (requisition != NULL); -@@ -1229,8 +1232,8 @@ +@@ -1252,8 +1255,8 @@ slider_length = SCROLLBAR_MIN_SLIDER_LENGTH(widget->style); } diff --git a/x11-themes/gtk-smooth-engine/pkg-plist b/x11-themes/gtk-smooth-engine/pkg-plist index ab15b8d..c0b2886 100644 --- a/x11-themes/gtk-smooth-engine/pkg-plist +++ b/x11-themes/gtk-smooth-engine/pkg-plist @@ -1,4 +1,4 @@ %%GTK1:%%lib/gtk/themes/engines/libsmooth.la %%GTK1:%%lib/gtk/themes/engines/libsmooth.so -%%GTK2:%%lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsmooth.la -%%GTK2:%%lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsmooth.so +%%GTK2:%%lib/gtk-2.0/%%GTK_VERSION%%/engines/libsmooth.la +%%GTK2:%%lib/gtk-2.0/%%GTK_VERSION%%/engines/libsmooth.so |