aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/etoile-etoilemenus
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-05-11 13:21:59 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-05-11 13:21:59 +0000
commitc875190f748afd929a59d8f29ef0e94279a1a4ca (patch)
tree025904f2394b7324459c3ee913d857e0fe8970cc /x11-themes/etoile-etoilemenus
parent85b5fedc0da2fde1a8443bd9c1c3c8012f2ad3fd (diff)
downloadports-c875190f748afd929a59d8f29ef0e94279a1a4ca.tar.gz
ports-c875190f748afd929a59d8f29ef0e94279a1a4ca.zip
Notes
Diffstat (limited to 'x11-themes/etoile-etoilemenus')
-rw-r--r--x11-themes/etoile-etoilemenus/Makefile12
-rw-r--r--x11-themes/etoile-etoilemenus/distinfo6
-rw-r--r--x11-themes/etoile-etoilemenus/files/patch-GSHorizontalMenuItemCell.m10
-rw-r--r--x11-themes/etoile-etoilemenus/files/patch-GSHorizontalMenuView.m10
4 files changed, 27 insertions, 11 deletions
diff --git a/x11-themes/etoile-etoilemenus/Makefile b/x11-themes/etoile-etoilemenus/Makefile
index 3cef39bdc25f..631061f0388e 100644
--- a/x11-themes/etoile-etoilemenus/Makefile
+++ b/x11-themes/etoile-etoilemenus/Makefile
@@ -6,26 +6,22 @@
#
PORTNAME= etoilemenus
-PORTVERSION= 0.1.${SNAPSHOT}
-PORTREVISION= 1
+PORTVERSION= 0.2
CATEGORIES= x11-themes gnustep
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= dinoex
+MASTER_SITES= http://download.gna.org/etoile/
PKGNAMEPREFIX= etoile-
-DISTNAME= Etoile-${SNAPSHOT}
+DISTNAME= etoile-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Etoile Project EtoileMenus bundle
-USE_BZIP2= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
-SNAPSHOT= 20061221
-WRKSRC= ${WRKDIR}/Etoile/
+WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION}
USE_GNUSTEP_MAKE_DIRS+= Bundles/EtoileWildMenus
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR="${GNUSTEP_SYSTEM_ROOT}"
diff --git a/x11-themes/etoile-etoilemenus/distinfo b/x11-themes/etoile-etoilemenus/distinfo
index 545ac18e8091..2ac1ee4891af 100644
--- a/x11-themes/etoile-etoilemenus/distinfo
+++ b/x11-themes/etoile-etoilemenus/distinfo
@@ -1,3 +1,3 @@
-MD5 (Etoile-20061221.tar.bz2) = 120ffa8cf06c58ff775f8a218ad91448
-SHA256 (Etoile-20061221.tar.bz2) = 7dc8acbf2cb46d9d119c9817204bbbbe72884065f3287877550c400e68f4c992
-SIZE (Etoile-20061221.tar.bz2) = 9867481
+MD5 (etoile-0.2.tar.gz) = cc1b54ba2e4ba371c5eda45c756bece9
+SHA256 (etoile-0.2.tar.gz) = 293cb9e5c50b27a8e38f16374c17595f20c5950ba44d00ffac3fb17ddd852d2c
+SIZE (etoile-0.2.tar.gz) = 21373391
diff --git a/x11-themes/etoile-etoilemenus/files/patch-GSHorizontalMenuItemCell.m b/x11-themes/etoile-etoilemenus/files/patch-GSHorizontalMenuItemCell.m
new file mode 100644
index 000000000000..821091a7f9a1
--- /dev/null
+++ b/x11-themes/etoile-etoilemenus/files/patch-GSHorizontalMenuItemCell.m
@@ -0,0 +1,10 @@
+--- Bundles/EtoileWildMenus/GSHorizontalMenuItemCell.m.orig 2006-05-06 21:13:03.000000000 +0200
++++ Bundles/EtoileWildMenus/GSHorizontalMenuItemCell.m 2008-05-03 09:22:21.000000000 +0200
+@@ -22,6 +22,7 @@
+
+ #import "GSHorizontalMenuItemCell.h"
+
++#import <AppKit/NSAttributedString.h>
+ #import <AppKit/NSGraphics.h>
+ #import <AppKit/NSImage.h>
+ #import <AppKit/NSParagraphStyle.h>
diff --git a/x11-themes/etoile-etoilemenus/files/patch-GSHorizontalMenuView.m b/x11-themes/etoile-etoilemenus/files/patch-GSHorizontalMenuView.m
new file mode 100644
index 000000000000..b8d6225b99ad
--- /dev/null
+++ b/x11-themes/etoile-etoilemenus/files/patch-GSHorizontalMenuView.m
@@ -0,0 +1,10 @@
+--- Bundles/EtoileWildMenus/GSHorizontalMenuView.m.orig 2006-12-04 23:08:17.000000000 +0100
++++ Bundles/EtoileWildMenus/GSHorizontalMenuView.m 2008-05-03 09:23:03.000000000 +0200
+@@ -23,6 +23,7 @@
+ #include "GSHorizontalMenuView.h"
+ #include <Foundation/Foundation.h>
+
++#import <AppKit/NSAttributedString.h>
+ #import <AppKit/NSParagraphStyle.h>
+ #import <AppKit/NSImage.h>
+ #import <AppKit/NSColor.h>