summaryrefslogtreecommitdiff
path: root/wm/enlightenment/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-01-11 13:41:22 +0000
committeradam <adam@pkgsrc.org>2005-01-11 13:41:22 +0000
commitb8e44de137b2e6a0b55193f0662900dfa7296cf5 (patch)
tree83ea4fdb7b706c8f5e0e2e86324d8cd22a5d61cc /wm/enlightenment/patches
parent5011915a5af514f8f74819e9551fa9ec7dabc8e7 (diff)
downloadpkgsrc-b8e44de137b2e6a0b55193f0662900dfa7296cf5.tar.gz
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.
Diffstat (limited to 'wm/enlightenment/patches')
-rw-r--r--wm/enlightenment/patches/patch-ab10
-rw-r--r--wm/enlightenment/patches/patch-ac14
2 files changed, 13 insertions, 11 deletions
diff --git a/wm/enlightenment/patches/patch-ab b/wm/enlightenment/patches/patch-ab
index c13d60b4b0b..6ec25e9b547 100644
--- a/wm/enlightenment/patches/patch-ab
+++ b/wm/enlightenment/patches/patch-ab
@@ -1,6 +1,8 @@
---- configure.orig 2004-08-18 01:29:31.000000000 +0200
-+++ configure 2004-08-26 21:20:44.000000000 +0200
-@@ -13500,14 +13500,20 @@
+$NetBSD: patch-ab,v 1.4 2005/01/11 13:41:23 adam Exp $
+
+--- configure.orig 2004-10-28 18:36:02.000000000 +0000
++++ configure
+@@ -11206,14 +11206,20 @@ echo "$as_me: error: Fatal Error: no Iml
{ (exit 1); exit 1; }; }
fi
@@ -25,7 +27,7 @@
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
-@@ -13566,7 +13572,9 @@
+@@ -11272,7 +11278,9 @@ fi
echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
if test $ac_cv_lib_dl_dlopen = yes; then
diff --git a/wm/enlightenment/patches/patch-ac b/wm/enlightenment/patches/patch-ac
index f84e2fe5968..ed52bcf7010 100644
--- a/wm/enlightenment/patches/patch-ac
+++ b/wm/enlightenment/patches/patch-ac
@@ -1,17 +1,17 @@
-$NetBSD: patch-ac,v 1.3 2004/08/26 20:22:18 recht Exp $
+$NetBSD: patch-ac,v 1.4 2005/01/11 13:41:24 adam Exp $
---- scripts/e_gen_menu.orig 2004-06-13 22:44:03.000000000 +0200
-+++ scripts/e_gen_menu 2004-08-26 21:48:46.000000000 +0200
+--- 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";
-+$Prefixes = "@LOCALBASE@:@X11BASE@:/usr";
+-$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
- $AppDirs = MkDirList($Prefixes, "/share/applications");
-@@ -51,7 +51,7 @@
+@@ -53,7 +53,7 @@ $loc3 =~ s/_.*//;
$loc1 = "" if ($loc1 eq $loc2);
$EdirUser = "$ENV{'HOME'}/.enlightenment" unless $EdirUser;