guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 06/15] gnu: garcon: Update to 0.4.0.


From: David Thompson
Subject: Re: [PATCH 06/15] gnu: garcon: Update to 0.4.0.
Date: Sun, 01 Mar 2015 07:50:43 -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 (garcon): Update to 0.4.0.
> ---
>  gnu/packages/xfce.scm | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
> index c2386b5..afc190e 100644
> --- a/gnu/packages/xfce.scm
> +++ b/gnu/packages/xfce.scm
> @@ -193,21 +193,21 @@ development.")
>  (define-public garcon
>    (package
>      (name "garcon")
> -    (version "0.2.0")
> +    (version "0.4.0")
>      (source (origin
>                (method url-fetch)
> -              (uri (string-append "http://archive.xfce.org/xfce/4.10/src/";
> +              (uri (string-append "http://archive.xfce.org/xfce/4.12/src/";
>                                    name "-" version ".tar.bz2"))
>                (sha256
>                 (base32
> -                "0v7pkvxcayi86z4f173z5l7w270f3g369sa88z59w0y0p7ns7ph2"))))
> +                "0wm9pjbwq53s3n3nwvsyf0q8lbmhiy2ln3bn5ncihr9vf5cwhzbq"))))
>      (build-system gnu-build-system)
>      (native-inputs
>       `(("pkg-config" ,pkg-config)
>         ("intltool" ,intltool)
>         ("glib:bin" ,glib "bin")))
> -    (propagated-inputs `(("glib" ,glib))) ; required by garcon-1.pc
> -    (inputs `(("libxfce4util" ,libxfce4util)))
> +    (propagated-inputs
> +     `(("libxfce4ui" ,libxfce4ui))) ; required by garcon-gtk2-1.pc
>      (home-page "http://www.xfce.org/";)
>      (synopsis "Implementation of the freedesktop.org menu specification")
>      (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]