[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/46: gnu: gnome-clocks: Update to 3.34.0.
From: |
guix-commits |
Subject: |
39/46: gnu: gnome-clocks: Update to 3.34.0. |
Date: |
Sat, 18 Apr 2020 17:55:22 -0400 (EDT) |
kkebreau pushed a commit to branch core-updates
in repository guix.
commit feee5ff5e83d31ef361840f200ecc1d57666358d
Author: Kei Kebreau <address@hidden>
AuthorDate: Mon Dec 23 10:51:44 2019 -0500
gnu: gnome-clocks: Update to 3.34.0.
* gnu/packages/gnome.scm (gnome-clocks): Update to 3.34.0.
[arguments]: Add phase to skip gtk-update-icon-cache.
[native-inputs]: Remove gtk+:bin.
(cherry picked from commit 0293a06e5524ca9e894f111f68c1c9e7b6263810)
---
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 948fffa..0b82161 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7966,7 +7966,7 @@ Microsoft SkyDrive and Hotmail, using their REST
protocols.")
(define-public gnome-clocks
(package
(name "gnome-clocks")
- (version "3.32.0")
+ (version "3.34.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -7974,15 +7974,22 @@ Microsoft SkyDrive and Hotmail, using their REST
protocols.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1w6lgjdak3x76c9gyhd1lqrdmjfh8q77sjnrkcimylsg0jq913bc"))))
+ "0g7hjk55smhkd09hwa9kag3h5a12l494wj89w9smpdk3ghsmy6b1"))))
(build-system meson-build-system)
(arguments
- '(#:glib-or-gtk? #t))
+ '(#:glib-or-gtk? #t
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'skip-gtk-update-icon-cache
+ ;; Don't create 'icon-theme.cache'.
+ (lambda _
+ (substitute* "build-aux/post-install.py"
+ (("gtk-update-icon-cache") "true"))
+ #t)))))
(native-inputs
`(("vala" ,vala)
("pkg-config" ,pkg-config)
("glib" ,glib "bin") ; for glib-compile-resources
- ("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
("desktop-file-utils" ,desktop-file-utils)
("gettext" ,gettext-minimal)
("itstool" ,itstool)))
- 33/46: gnu: gnome-shell: Update to 3.34.2., (continued)
- 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
- 22/46: gnu: gnome-control-center: Update to 3.34.2., guix-commits, 2020/04/18
- 21/46: gnu: gnome-settings-daemon: Update to 3.34.1., guix-commits, 2020/04/18
- 26/46: gnu: gnome-terminal: Update to 3.34.2., guix-commits, 2020/04/18
- 07/46: gnu: gsettings-desktop-schemas: Update to 3.34.0., guix-commits, 2020/04/18
- 32/46: gnu: gjs: Update to 1.58.3., guix-commits, 2020/04/18
- 31/46: gnu: telepathy-glib: Disable failing tests., guix-commits, 2020/04/18
- 39/46: gnu: gnome-clocks: Update to 3.34.0.,
guix-commits <=
- 41/46: gnu: gnome-tweaks: Update to 3.34.0., guix-commits, 2020/04/18
- 44/46: gnu: cheese: Update to 3.34.0., guix-commits, 2020/04/18
- 45/46: gnu: gnome-maps: Update to 3.34.2., guix-commits, 2020/04/18
- 08/46: gnu: libdazzle: Update to 3.34.1., guix-commits, 2020/04/18
- 24/46: gnu: gnome-keyring: Update to 3.34.0., guix-commits, 2020/04/18
- 29/46: gnu: mutter: Update to 3.34.2., guix-commits, 2020/04/18
- 30/46: gnu: gdm: Update to 3.34.1., guix-commits, 2020/04/18
- 28/46: gnu: totem: Update to 3.34.1., guix-commits, 2020/04/18
- 38/46: gnu: gnome-klotski: Update to 3.34.0., guix-commits, 2020/04/18
- 46/46: gnu: libical: Enable introspection and Vala bindings., guix-commits, 2020/04/18