message "Note that you don't need gnome* support when using enthrall" &&
optional_depends gnome-libs \
@@ -11,6 +8,18 @@ optional_depends gnome-libs
\
"--disable-menus-gnome1" \
"For gnome1 menu support" &&
+if check_if_xorg_modular_libs; then
+ optional_depends libxinerama \
+ "--enable-xinerama" \
+ "--disable-xinerama" \
+ "For xinerama support" &&
+
+ optional_depends libxrandr \
+ "--enable-xrandr" \
+ "--disable-xrandr" \
+ "For xrandr support"
+fi &&
+
optional_depends gnome-desktop \
"--enable-menus-gnome2" \
"--disable-menus-gnome2" \
diff --git a/windowmanagers/icewm/DETAILS b/windowmanagers/icewm/DETAILS
index 9f7cd25..d595658 100755
--- a/windowmanagers/icewm/DETAILS
+++ b/windowmanagers/icewm/DETAILS
@@ -11,7 +11,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.icewm.org
ENTERED=20010922
LICENSE[0]=GPL
- PATCHLEVEL=1
+ PATCHLEVEL=2
KEYWORDS="windowmanagers"
SHORT="Xwindows manager that emulates the looks of Motif, OS/2
and Windows."
cat << EOF
diff --git a/windowmanagers/icewm/HISTORY b/windowmanagers/icewm/HISTORY
index 1cdcc61..1230767 100644
--- a/windowmanagers/icewm/HISTORY
+++ b/windowmanagers/icewm/HISTORY
@@ -1,3 +1,7 @@
+2008-02-16 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: patchlevel=2
+ * DEPENDS: made libxinerama and libxrandr optional
+
2008-01-11 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: stable version 1.2.35
* DEPENDS: use optional_depends instead of config_query
[SM-Commit] GIT changes to master grimoire by Arjan Bouter (b17e73e20a65f7642cdb9b1fcbe1d4577642650b),
Arjan Bouter, 02/17/2008