guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 14/15] gnu: xfwm4: Update to 4.12.0.


From: David Thompson
Subject: Re: [PATCH 14/15] gnu: xfwm4: Update to 4.12.0.
Date: Sun, 01 Mar 2015 07:55:13 -0500
User-agent: Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu)

宋文武 <address@hidden> writes:

> * gnu/packages/xfce.scm (xfwm4): Update to 4.12.0.
>   Add 'libdrm' and 'libxdamage' to inputs.
> ---
>  gnu/packages/xfce.scm | 12 +++++++-----
>  1 file changed, 7 insertions(+), 5 deletions(-)
>
> diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
> index 0f8de9d..7d93de7 100644
> --- a/gnu/packages/xfce.scm
> +++ b/gnu/packages/xfce.scm
> @@ -469,7 +469,7 @@ and import the new pictures from your camera.")
>  (define-public xfwm4
>    (package
>      (name "xfwm4")
> -    (version "4.10.0")
> +    (version "4.12.0")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append "http://archive.xfce.org/xfce/";
> @@ -477,16 +477,18 @@ and import the new pictures from your camera.")
>                                    "/src/" name "-" version ".tar.bz2"))
>                (sha256
>                 (base32
> -                "170zzs7adj47srsi2cl723w9pl8k8awd7w1bpzxby7hj92zmf8s9"))))
> +                "0fnc2ps4k733n9qfpxrz047h1myyqjzxczl7fmkjmqwshvicpx19"))))
>      (build-system gnu-build-system)
>      (native-inputs
>       `(("pkg-config" ,pkg-config)
>         ("intltool" ,intltool)))
>      (inputs
> -     `(("libwnck", libwnck-1)
> +     `(("libdrm" ,libdrm)
> +       ("libwnck" ,libwnck-1)
> +       ("libxcomposite" ,libxcomposite)
> +       ("libxdamage" ,libxdamage)
>         ("libxfce4ui" ,libxfce4ui)
> -       ("libxrandr" ,libxrandr)
> -       ("libxcomposite" ,libxcomposite)))
> +       ("libxrandr" ,libxrandr)))
>      (home-page "http://www.xfce.org/";)
>      (synopsis "Xfce window manager")
>      (description
> -- 
> 2.1.2
>
>

LGTM.

-- 
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate



reply via email to

[Prev in Thread] Current Thread [Next in Thread]