[Lunar-commits] r23906 - moonbase/trunk/xfce4/core/xfwm4
Samuel Verstraete
elangelo at lunar-linux.org
Tue Apr 3 19:13:38 CEST 2007
Author: elangelo
Date: 2007-04-03 19:13:38 +0200 (Tue, 03 Apr 2007)
New Revision: 23906
Modified:
moonbase/trunk/xfce4/core/xfwm4/BUILD
moonbase/trunk/xfce4/core/xfwm4/CONFIGURE
moonbase/trunk/xfce4/core/xfwm4/DETAILS
Log:
adding a configurable option to avoid the annoying firefox raising
Modified: moonbase/trunk/xfce4/core/xfwm4/BUILD
===================================================================
--- moonbase/trunk/xfce4/core/xfwm4/BUILD 2007-04-03 05:50:57 UTC (rev 23905)
+++ moonbase/trunk/xfce4/core/xfwm4/BUILD 2007-04-03 17:13:38 UTC (rev 23906)
@@ -4,6 +4,10 @@
# make sure proper PKG_CONFIG_PATH is set
export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
+ if [ "$AUTOMOVE" == "y" ]; then
+ patch_it $SOURCE2 1
+ fi &&
+
if [ "$WITH_COMPOSITE" == "y" ]; then
OPTS="$OPTS --enable-compositor"
fi &&
Modified: moonbase/trunk/xfce4/core/xfwm4/CONFIGURE
===================================================================
--- moonbase/trunk/xfce4/core/xfwm4/CONFIGURE 2007-04-03 05:50:57 UTC (rev 23905)
+++ moonbase/trunk/xfce4/core/xfwm4/CONFIGURE 2007-04-03 17:13:38 UTC (rev 23906)
@@ -1 +1,2 @@
mquery WITH_COMPOSITE "Enable the build-in compositor?" n
+mquery AUTOMOVE "Move raised windows to the current workspace?" y
Modified: moonbase/trunk/xfce4/core/xfwm4/DETAILS
===================================================================
--- moonbase/trunk/xfce4/core/xfwm4/DETAILS 2007-04-03 05:50:57 UTC (rev 23905)
+++ moonbase/trunk/xfce4/core/xfwm4/DETAILS 2007-04-03 17:13:38 UTC (rev 23906)
@@ -1,8 +1,11 @@
MODULE=xfwm4
VERSION=4.4.0
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=$MODULE-$VERSION-no_bring_on_activate.patch
SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/
+ SOURCE2_URL=http://merlin.ugent.be/lunar/patches
SOURCE_VFY=sha1:1a215b4371ed52c8c46cfd9a22dd41031a312f7c
+ SOURCE2_VFY=sha1:12b42e2989d11b2c17df178898bd86c8a35a823c
MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
WEB_SITE=http://www.xfce.org
ENTERED=20030715
More information about the Lunar-commits
mailing list