[SM-Commit] GIT changes to test grimoire by Eric Sandall
Arwed von Merkatz
v.merkatz at gmx.net
Thu May 25 13:59:05 EDT 2006
On Thu, May 25, 2006 at 12:47:47PM -0500, Eric Sandall wrote:
> 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
Hmm, shouldn't libxdamage provide XDAMAGE? It's the library that's
required, not the server.
> 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
>
> _______________________________________________
> SM-Commit mailing list
> SM-Commit at lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit
>
--
Arwed v. Merkatz Source Mage GNU/Linux developer
http://www.sourcemage.org
More information about the SM-Commit
mailing list