summaryrefslogtreecommitdiff
path: root/wm/enlightenment/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'wm/enlightenment/patches/patch-ac')
-rw-r--r--wm/enlightenment/patches/patch-ac15
1 files changed, 8 insertions, 7 deletions
diff --git a/wm/enlightenment/patches/patch-ac b/wm/enlightenment/patches/patch-ac
index ed52bcf7010..2474e077891 100644
--- a/wm/enlightenment/patches/patch-ac
+++ b/wm/enlightenment/patches/patch-ac
@@ -1,22 +1,23 @@
-$NetBSD: patch-ac,v 1.4 2005/01/11 13:41:24 adam Exp $
+$NetBSD: patch-ac,v 1.5 2006/12/02 18:20:43 obache Exp $
---- scripts/e_gen_menu.orig 2004-09-30 18:31:47.000000000 +0000
+--- scripts/e_gen_menu.orig 2006-10-03 22:03:17.000000000 +0000
+++ scripts/e_gen_menu
-@@ -25,7 +25,7 @@
+@@ -25,8 +25,7 @@
##############################################################################
# Likely prefixes
--$Prefixes = "/usr/local:/usr:/opt::/opt/kde:$ENV{'KDEDIR'}";
+-$Prefixes = "/usr/local:/usr:/opt:/opt/kde:$ENV{'KDEDIR'}";
+-$Prefixes = "$Prefixes:/opt/kde3:/opt/gnome"; # SUSE
+$Prefixes = "@LOCALBASE@:@X11BASE@:/usr:$ENV{'KDEDIR'}";
$Prefixes = RemoveDuplcates($Prefixes);
# Where to look for GNOME2/KDE2,3 stuff
-@@ -53,7 +53,7 @@ $loc3 =~ s/_.*//;
+@@ -54,7 +53,7 @@ $loc3 =~ s/_.*//;
$loc1 = "" if ($loc1 eq $loc2);
- $EdirUser = "$ENV{'HOME'}/.enlightenment" unless $EdirUser;
+ $EdirUser = "$ENV{'HOME'}/.e16" unless $EdirUser;
-$EdirRoot = "/usr/share/enlightenment" unless $EdirRoot;
+$EdirRoot = "@PREFIX@/share/enlightenment" unless $EdirRoot;
$EdirBin = "/usr/bin" unless $EdirBin;
- $dbg = "$ENV{'E_MENUGEN_DBG'}";
+ $EdirIcons = "$EdirUser/icons";