New commits:
commit 73585a5b193297b07d24122d6e2ed77965a06db0
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>
xfce/xfwm4:
DEPENDS: added libxrandr as optional if xorg is modular for gtk+2
commit fa63a81c95903bb39d4bc86b72cac47ba0de5ed3
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>
x11-libs/wine:
DETAILS: changed SOURCE's version to git for VCS branch
commit ba493e35707d69c9e734ff51505b338e19ee4557
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>
x11-toolkits/gtk+2:
DEPENDS: switched to check_if_xorg_modular, added libxrandr as
optional if xorg is modular
commit 2053a7aa7e361c69aee698b6cc8e593e5a24489b
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>
x11-libs/wine:
DEPENDS: added libxrandr as optional if xorg is modular
commit 156a7d4def76842d8beeb6431f113fef21baa59c
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>
libs/sdl:
DEPENDS: added libxrandr as optional if xorg is modular
optional_depends gtk-doc \
diff --git a/x11-toolkits/gtk+2/HISTORY b/x11-toolkits/gtk+2/HISTORY
index a28ecb6..16cc99f 100644
--- a/x11-toolkits/gtk+2/HISTORY
+++ b/x11-toolkits/gtk+2/HISTORY
@@ -1,3 +1,7 @@
+2007-05-06 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS: switched to check_if_xorg_modular, added libxrandr as
+ optional if xorg is modular
+
2007-05-02 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 2.10.12
diff --git a/xfce/xfwm4/DEPENDS b/xfce/xfwm4/DEPENDS
index cd4c15d..c8e0753 100755
--- a/xfce/xfwm4/DEPENDS
+++ b/xfce/xfwm4/DEPENDS
@@ -8,6 +8,16 @@ if [ "$(get_spell_provider $SPELL XDAMAGE)" ==
"xorg-server" ]; then
depends libxrender
fi &&
+source $GRIMOIRE/FUNCTIONS &&
+
+if check_if_xorg_modular_libs gtk+2
+then
+ optional_depends libxrandr \
+ "--enable-randr" \
+ "--disable-randr" \
+ "for X11 Xrandr extension support"
+fi &&
+
optional_depends "startup-notification" \
"" \
"" \
diff --git a/xfce/xfwm4/HISTORY b/xfce/xfwm4/HISTORY
index b8f1af8..b03119b 100644
--- a/xfce/xfwm4/HISTORY
+++ b/xfce/xfwm4/HISTORY
@@ -1,3 +1,6 @@
+2007-05-06 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS: added libxrandr as optional if xorg is modular for gtk+2
+
2007-04-10 George Sherwood <george AT beernabeer.com>
* DETAILS: updated spell to 4.4.1
[SM-Commit] GIT changes to master grimoire by Pol Vinogradov (1cb2472478cad1d847fecb725a7a87be17020159),
Pol Vinogradov, 05/06/2007