Skip to Content.
Sympa Menu

sm-commit - Re: [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: Arwed von Merkatz <v.merkatz AT gmx.net>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to test grimoire by Eric Sandall
  • Date: Thu, 25 May 2006 19:59:05 +0200

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




Archive powered by MHonArc 2.6.24.

Top of Page