guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libmateweather: Update to 1.18.1.


From: Kei Kebreau
Subject: 01/01: gnu: libmateweather: Update to 1.18.1.
Date: Sun, 11 Jun 2017 18:07:24 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit d954e569dacb6129fe1802caf6e5d3222e71471a
Author: Kei Kebreau <address@hidden>
Date:   Sun Jun 11 18:01:29 2017 -0400

    gnu: libmateweather: Update to 1.18.1.
    
    * gnu/packages/mate.scm (libmateweather): Update to 1.18.1.
    [arguments]: Remove obsolete "--with-gtk" flag.
---
 gnu/packages/mate.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index e5d7b19..7e91ccd 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -125,7 +125,7 @@ desktop and the mate-about program.")
 (define-public libmateweather
   (package
     (name "libmateweather")
-    (version "1.16.1")
+    (version "1.18.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://pub.mate-desktop.org/releases/";
@@ -133,14 +133,13 @@ desktop and the mate-about program.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0w1b8b1ckmkbvwnqi9yh2lwbskzhz99s5yxdkar5xiqylnjrwmm3"))))
+                "0z6vfh42fv9rqjrraqfpf6h9nd9h662bxy3l3r48j19xvxrwmx3a"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
-       `("--with-gtk=3.0"
-         ,(string-append "--with-zoneinfo-dir="
-                         (assoc-ref %build-inputs "tzdata")
-                         "/share/zoneinfo"))
+       (list (string-append "--with-zoneinfo-dir="
+                            (assoc-ref %build-inputs "tzdata")
+                            "/share/zoneinfo"))
        #:phases
        (modify-phases %standard-phases
          (add-before



reply via email to

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