sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[SM-Commit] PERFORCE change 79067 by Pieter Lenaerts for review
- From: Perforce Review Daemon <p4review AT smee.org>
- To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
- Subject: [SM-Commit] PERFORCE change 79067 by Pieter Lenaerts for review
- Date: Wed, 10 May 2006 07:00:01 +0100 (BST)
Change 79067 by pieter_lenaerts@pieter_lenaerts-agoraeus on 2006/05/10
06:57:49
icewm enhancement by morfic
Affected files ...
... //sgl/grimoires/devel/windowmanagers/icewm/CONFIGURE#4 edit
... //sgl/grimoires/devel/windowmanagers/icewm/HISTORY#13 edit
... //sgl/grimoires/devel/windowmanagers/icewm/icewm-ybutton.cc.patch#1 add
Differences ...
==== //sgl/grimoires/devel/windowmanagers/icewm/CONFIGURE#4 (xtext) ====
@@ -1,13 +1,19 @@
config_query ICE_SHAPED_DECO "Enable shaped decorations?" y
+config_query ICE_SESSION "Enable session management (experimental)?" n
config_query ICE_LITE "Build a lightweight version of icewm?" n
config_query ICE_GNOME1 "Enable GNOME-1 menus?" y
config_query ICE_GNOME2 "Enable GNOME-2 menus?" y
config_query ICE_GRAD "Enable gradient background support (experimental)?" n
+config_query ICE_GUI_EVENTS "Enable gui events support (experimental)?" n
+config_query ICE_FRAMELESS_BUTTONS "Enable frameless button support (for
certain themes)?" n
persistent_add ICE_OPTS &&
if [ "${ICE_SHAPED_DECO}" == "y" ]; then
- ICE_OPTS="$ICE_OPTS --enable-shaped-decorations"
+ ICE_OPTS="$ICE_OPTS --enable-shaped-decorations --enable-shape"
+fi &&
+if [ "${ICE_SESSION}" == "y" ]; then
+ ICE_OPTS="$ICE_OPTS --enable-sm"
fi &&
if [ "${ICE_LITE}" == "y" ]; then
ICE_OPTS="$ICE_OPTS --enable-lite"
@@ -20,4 +26,8 @@
fi &&
if [ "${ICE_GNOME2}" == "y" ]; then
ICE_OPTS="$ICE_OPTS --enable-menus-gnome2"
-fi
+fi
+if [ "${ICE_GUI_EVENTS}" == "y" ]; then
+ ICE_OPTS="$ICE_OPTS --enable-guievents"
+fi
+
==== //sgl/grimoires/devel/windowmanagers/icewm/HISTORY#13 (text) ====
@@ -1,3 +1,8 @@
+2006-05-09 Daniel Goller <dgoller AT satx.rr.com>
+ * CONFIGURE: added questions
+ * added icewm-ybutton.cc.patch and PRE_BUILD for frameless buttons
+ * changes integrated into grimoires by Pieter Lenaerts
+
2006-04-18 Pieter Lenaerts <e-type AT sourcemage.org>
* DETAILS: updated to 1.2.26
* DEPENDS: needs libungif
- [SM-Commit] PERFORCE change 79067 by Pieter Lenaerts for review, Perforce Review Daemon, 05/10/2006
Archive powered by MHonArc 2.6.24.