pkgsrc/wm/enlightenment/patches/patch-ac
adam ffea54e47c Changes 0.16.7.2:
* Make keys used for menu navigation configurable.
* Bosnian translation.
* Korean translation updates.
* Improved dockapp handling.
* Improved KDE menu generation.
* Bulgarian translation.
* Showing desktop support.
* Fix remembered settings for slave WM's.
* Improved fullscreen window handling.
* Fix _XROOT... hack.
* Fix selecting "No Background" in background settings dialog.
* Add shade/unshade using mouse wheel to title bar actions.
* Fix _NET_WM_MOVERESIZE (button case).
* Don't update pager if not visible.
* Avoid problems due to recursive menus.
* Fix button stacking.
* Pointer grab fixes.
* Fix remembered settings for apps setting WM_WINDOW_ROLE to random like value "---".
* Fix some session management property types.
* Stack desktop windows below buttons.
* Add border frame action handling (enables things like auto shade/unshade).
* Fix handling of border parts where text state changes but image state doesn't.
* Fix startup position for shaded down- or right-shading windows.
2005-01-11 13:41:22 +00:00

22 lines
800 B
Text

$NetBSD: patch-ac,v 1.4 2005/01/11 13:41:24 adam Exp $
--- scripts/e_gen_menu.orig 2004-09-30 18:31:47.000000000 +0000
+++ scripts/e_gen_menu
@@ -25,7 +25,7 @@
##############################################################################
# Likely prefixes
-$Prefixes = "/usr/local:/usr:/opt::/opt/kde:$ENV{'KDEDIR'}";
+$Prefixes = "@LOCALBASE@:@X11BASE@:/usr:$ENV{'KDEDIR'}";
$Prefixes = RemoveDuplcates($Prefixes);
# Where to look for GNOME2/KDE2,3 stuff
@@ -53,7 +53,7 @@ $loc3 =~ s/_.*//;
$loc1 = "" if ($loc1 eq $loc2);
$EdirUser = "$ENV{'HOME'}/.enlightenment" unless $EdirUser;
-$EdirRoot = "/usr/share/enlightenment" unless $EdirRoot;
+$EdirRoot = "@PREFIX@/share/enlightenment" unless $EdirRoot;
$EdirBin = "/usr/bin" unless $EdirBin;
$dbg = "$ENV{'E_MENUGEN_DBG'}";