[SM-Commit] GIT changes to test grimoire by Eric Sandall

Eric Sandall scm at mail.sourcemage.org
Thu May 25 13:47:47 EDT 2006


GIT changes to test grimoire by Eric Sandall <sandalle at sourcemage.org>:

 xfce/xfwm4/DEPENDS |   15 ++++++++++-----
 xfce/xfwm4/HISTORY |    3 +++
 2 files changed, 13 insertions(+), 5 deletions(-)

New commits:
commit ba9d8c8c58799ea4a3a65e8c3c78d2aeb0a825c3
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

         * DEPENDS: Depends on libxrender if xorg-server provides XDAMAGE

diff --git a/xfce/xfwm4/DEPENDS b/xfce/xfwm4/DEPENDS
index 339118f..cd4c15d 100755
--- a/xfce/xfwm4/DEPENDS
+++ b/xfce/xfwm4/DEPENDS
@@ -1,9 +1,14 @@
 depends  xfce-mcs-manager  &&
-optional_depends  "startup-notification"  \
-                  ""                      \
-                  ""                      \
-                  "for startup notification"
 
 if [ "$COMPOSITOR" = "y" ]; then
   depends  XDAMAGE "--enable-compositor"
-fi
+fi  &&
+
+if  [  "$(get_spell_provider  $SPELL  XDAMAGE)"  ==  "xorg-server"  ];  then
+  depends  libxrender
+fi  &&
+
+optional_depends  "startup-notification"      \
+                  ""                          \
+                  ""                          \
+                  "for startup notification"
diff --git a/xfce/xfwm4/HISTORY b/xfce/xfwm4/HISTORY
index dc03316..0077650 100644
--- a/xfce/xfwm4/HISTORY
+++ b/xfce/xfwm4/HISTORY
@@ -1,3 +1,6 @@
+2006-05-25 Eric Sandall <eric at sandall.us>
+	* DEPENDS: Depends on libxrender if xorg-server provides XDAMAGE
+
 2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
 	* DETAILS: (automated) Add KEYWORDS
 



More information about the SM-Commit mailing list