[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/76: gnu: gnome-clocks: Update to 40.0.
From: |
guix-commits |
Subject: |
36/76: gnu: gnome-clocks: Update to 40.0. |
Date: |
Mon, 27 Sep 2021 10:18:19 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 9866dfe29344ada952f7e67ac21dd1c6aea297f6
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 24 19:27:06 2021 +0000
gnu: gnome-clocks: Update to 40.0.
* gnu/packages/gnome.scm (gnome-clocks): Update to 40.0.
[source]: Fix the URI.
[arguments]: Remove a trailing #t.
[inputs]: Add libhandy.
---
gnu/packages/gnome.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5604c41..f5d38a8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9571,15 +9571,15 @@ Microsoft SkyDrive and Hotmail, using their REST
protocols.")
(define-public gnome-clocks
(package
(name "gnome-clocks")
- (version "3.34.0")
+ (version "40.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
+ (version-major version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "0g7hjk55smhkd09hwa9kag3h5a12l494wj89w9smpdk3ghsmy6b1"))))
+ "02d3jg46sn8d9gd4dsaly22gg5vkbz2gpq4pmwpvncb4rsqk7sn2"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
@@ -9589,8 +9589,7 @@ Microsoft SkyDrive and Hotmail, using their REST
protocols.")
;; Don't create 'icon-theme.cache'.
(lambda _
(substitute* "build-aux/post-install.py"
- (("gtk-update-icon-cache") "true"))
- #t)))))
+ (("gtk-update-icon-cache") "true")))))))
(native-inputs
`(("vala" ,vala)
("pkg-config" ,pkg-config)
@@ -9605,6 +9604,7 @@ Microsoft SkyDrive and Hotmail, using their REST
protocols.")
("geoclue" ,geoclue)
("geocode-glib" ,geocode-glib)
("libgweather" ,libgweather)
+ ("libhandy" ,libhandy)
("gnome-desktop" ,gnome-desktop)))
(home-page "https://wiki.gnome.org/Apps/Clocks")
(synopsis "GNOME's clock application")
- 16/76: build: glib-or-gtk-build-system: Add gtk 4.0 support., (continued)
- 16/76: build: glib-or-gtk-build-system: Add gtk 4.0 support., guix-commits, 2021/09/27
- 20/76: gnu: gnome-calendar: Update to 40.2., guix-commits, 2021/09/27
- 23/76: gnu: Add tepl-5., guix-commits, 2021/09/27
- 31/76: gnu: orca: Update to 40.0., guix-commits, 2021/09/27
- 32/76: gnu: sushi: Update to 3.38.1., guix-commits, 2021/09/27
- 39/76: gnu: gnome-terminal: Update to 3.40.3., guix-commits, 2021/09/27
- 37/76: gnu: gnome-maps: Update to 40.5., guix-commits, 2021/09/27
- 21/76: gnu: tepl: Update to 6.00.0., guix-commits, 2021/09/27
- 25/76: gnu: gnome-latex: Update to 3.38.0., guix-commits, 2021/09/27
- 34/76: gnu: file-roller: Update to 3.40.0., guix-commits, 2021/09/27
- 36/76: gnu: gnome-clocks: Update to 40.0.,
guix-commits <=
- 29/76: gnu: gnome-session: Update to 40.1., guix-commits, 2021/09/27
- 38/76: gnu: vte: Update to 0.64.2., guix-commits, 2021/09/27
- 41/76: gnu: gnome-weather: Update to 40.1., guix-commits, 2021/09/27
- 44/76: gnu: eog: Update to 40.3., guix-commits, 2021/09/27
- 48/76: gnu: mutter: Update to 40.5., guix-commits, 2021/09/27
- 49/76: gnu: Add fuse-3., guix-commits, 2021/09/27
- 51/76: gnu: libgdata: Update to 0.18.1., guix-commits, 2021/09/27
- 53/76: gnu: gnome-user-share: Update to 3.34.0., guix-commits, 2021/09/27
- 54/76: gnu: gnome-settings-daemon: Update to 40.0.1., guix-commits, 2021/09/27
- 58/76: gnu: gnome-initial-setup: Update to 40.4., guix-commits, 2021/09/27