guix-commits
[Top][All Lists]
Advanced

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

39/107: gnu: gnome-calendar: Update to 3.36.1.


From: guix-commits
Subject: 39/107: gnu: gnome-calendar: Update to 3.36.1.
Date: Tue, 12 May 2020 10:53:16 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit 252e10992acae3c6fd631ab9cce70f6fb3296333
Author: Kei Kebreau <address@hidden>
AuthorDate: Sun Apr 19 00:31:26 2020 -0400

    gnu: gnome-calendar: Update to 3.36.1.
    
    * gnu/packages/gnome.scm (gnome-calendar): Update to 3.36.1.
    [arguments]: Re-enable tests.
    [inputs]: Add libhandy.
---
 gnu/packages/gnome.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a751013..3b6e0f4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8070,7 +8070,7 @@ desktop.  It supports world clock, stop watch, alarms, 
and count down timer.")
 (define-public gnome-calendar
   (package
     (name "gnome-calendar")
-    (version "3.34.2")
+    (version "3.36.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -8078,13 +8078,10 @@ desktop.  It supports world clock, stop watch, alarms, 
and count down timer.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1bnmd191044zn2kr6f5vg7sm5q59qf7z652awll1f7s6ahijr8rw"))))
+                "0ql3f509bj17riqs0jfpp434s97dzjgkjcd978i4m4y80nq2131v"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t
-       ;; gnome-calendar has to be installed before the tests can be run
-       ;; https://bugzilla.gnome.org/show_bug.cgi?id=788224
-       #:tests? #f
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'skip-gtk-update-icon-cache
@@ -8103,6 +8100,7 @@ desktop.  It supports world clock, stop watch, alarms, 
and count down timer.")
        ("libdazzle" ,libdazzle)
        ("libedataserverui" ,evolution-data-server)
        ("libgweather" ,libgweather)
+       ("libhandy" ,libhandy)
        ("geoclue" ,geoclue)))
     (propagated-inputs
      `(("evolution-data-server" ,evolution-data-server)))



reply via email to

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