kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit c16589d90fef59b94bda94f202e81bca090e75bb
Author: Kei Kebreau <[email protected]>
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 a696851..13018af 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8059,7 +8059,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 "/"
@@ -8067,13 +8067,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
@@ -8093,6 +8090,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)))
(home-page "https://wiki.gnome.org/Apps/Calendar")
(synopsis "GNOME's calendar application")