Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Eric Sandall
  • Date: Thu, 25 May 2006 12:47:47 -0500

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





Archive powered by MHonArc 2.6.24.

Top of Page