[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 01/15] gnu: gtk-xfce-engine: Update to 2.10.0.
From: |
David Thompson |
Subject: |
Re: [PATCH 01/15] gnu: gtk-xfce-engine: Update to 2.10.0. |
Date: |
Sun, 01 Mar 2015 07:47:07 -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 (gtk-xfce-engine): Update to 2.10.0.
> ---
> gnu/packages/xfce.scm | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
> index fb5427c..1be28a7 100644
> --- a/gnu/packages/xfce.scm
> +++ b/gnu/packages/xfce.scm
> @@ -1,5 +1,5 @@
> ;;; GNU Guix --- Functional package management for GNU
> -;;; Copyright © 2014 Sou Bunnbu <address@hidden>
> +;;; Copyright © 2014, 2015 Sou Bunnbu <address@hidden>
> ;;; Copyright © 2014 Mark H Weaver <address@hidden>
> ;;;
> ;;; This file is part of GNU Guix.
> @@ -43,14 +43,14 @@
> (define-public gtk-xfce-engine
> (package
> (name "gtk-xfce-engine")
> - (version "3.0.0")
> + (version "2.10.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
> - "13c3ajfqkdr6jlqjyhcp4nls0ddanypr83q9qib2ciffik78zq4h"))))
> + "0rqrnjxx1lzla7wp2fadyixs6jy0js6xh005pgwyqbigpl0v7hy1"))))
> (build-system gnu-build-system)
> (native-inputs
> `(("pkg-config" ,pkg-config)
> --
> 2.1.2
>
>
LGTM.
--
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate
- Re: [PATCH 14/15] gnu: xfwm4: Update to 4.12.0., (continued)
- Re: [PATCH 01/15] gnu: gtk-xfce-engine: Update to 2.10.0.,
David Thompson <=