[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
40/46: gnu: gnome-calendar: Update to 3.34.2.
From: |
guix-commits |
Subject: |
40/46: gnu: gnome-calendar: Update to 3.34.2. |
Date: |
Sat, 18 Apr 2020 17:55:23 -0400 (EDT) |
kkebreau pushed a commit to branch core-updates
in repository guix.
commit 27dd1d76b26e633507679116b9d0bdad77f0ab47
Author: Kei Kebreau <address@hidden>
AuthorDate: Mon Dec 23 11:03:33 2019 -0500
gnu: gnome-calendar: Update to 3.34.2.
* gnu/packages/gnome.scm (gnome-calendar): Update to 3.34.2.
[arguments]: Add phase to skip gtk-update-icon-cache.
[native-inputs]: Remove gtk+:bin.
(cherry picked from commit 2f7f0be50c267a55624ac27b44542aebfffdad5e)
---
gnu/packages/gnome.scm | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0b82161..3f3ef21 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8011,7 +8011,7 @@ desktop. It supports world clock, stop watch, alarms,
and count down timer.")
(define-public gnome-calendar
(package
(name "gnome-calendar")
- (version "3.32.2")
+ (version "3.34.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -8019,17 +8019,24 @@ desktop. It supports world clock, stop watch, alarms,
and count down timer.")
name "-" version ".tar.xz"))
(sha256
(base32
- "07p73cvzj8idr80npja5yiv9pjfyi6qqfhaz5jwcgqspqbnhnl7k"))))
+ "1bnmd191044zn2kr6f5vg7sm5q59qf7z652awll1f7s6ahijr8rw"))))
(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))
+ #:tests? #f
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'skip-gtk-update-icon-cache
+ ;; Don't create 'icon-theme.cache'.
+ (lambda _
+ (substitute* "build-aux/meson/meson_post_install.py"
+ (("gtk-update-icon-cache") "true"))
+ #t)))))
(native-inputs
`(("gettext" ,gettext-minimal)
("glib-bin" ,glib "bin") ; For glib-compile-schemas
- ("gtk+-bin" ,gtk+ "bin") ; For gtk-update-icon-cache
("pkg-config" ,pkg-config)))
(inputs
`(("evolution-data-server" ,evolution-data-server)
- 03/46: gnu: dconf-editor: Update to 3.34.2., (continued)
- 03/46: gnu: dconf-editor: Update to 3.34.2., guix-commits, 2020/04/18
- 12/46: gnu: gnome-bluetooth: Update to 3.34.0., guix-commits, 2020/04/18
- 02/46: gnu: dconf: Update to 3.34.0., guix-commits, 2020/04/18
- 19/46: gnu: gnome-contacts: Update to 3.34., guix-commits, 2020/04/18
- 10/46: gnu: gedit: Update to 3.34.1., guix-commits, 2020/04/18
- 16/46: gnu: evolution: Update to 3.34.2., guix-commits, 2020/04/18
- 15/46: gnu: gnome-autoar: Update to 0.2.4., guix-commits, 2020/04/18
- 20/46: gnu: gnome-session: Update to 3.34.2., guix-commits, 2020/04/18
- 23/46: gnu: gnome-disk-utility: Update to 3.34.0., guix-commits, 2020/04/18
- 42/46: gnu: gnome-shell-extensions: Update to 3.34.2., guix-commits, 2020/04/18
- 40/46: gnu: gnome-calendar: Update to 3.34.2.,
guix-commits <=
- 04/46: gnu: eog: Update to 3.34.1., guix-commits, 2020/04/18
- 01/46: gnu: adwaita-icon-theme: Update to 3.34.3., guix-commits, 2020/04/18
- 06/46: gnu: gnome-backgrounds: Update to 3.34.0., guix-commits, 2020/04/18
- 09/46: gnu: epiphany: Update to 3.34.2., guix-commits, 2020/04/18
- 14/46: gnu: evolution-data-server: Update to 3.34.2., guix-commits, 2020/04/18
- 36/46: gnu: gnome-sudoku: Update to 3.34.1., guix-commits, 2020/04/18
- 33/46: gnu: gnome-shell: Update to 3.34.2., guix-commits, 2020/04/18
- 43/46: gnu: orca: Update to 3.34.1., guix-commits, 2020/04/18
- 13/46: gnu: libgweather: Update to 3.34.0., guix-commits, 2020/04/18
- 17/46: gnu: dbus-glib: Update to 0.110., guix-commits, 2020/04/18