[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/72: gnu: gnome-mines: Update to 40.0.
From: |
guix-commits |
Subject: |
68/72: gnu: gnome-mines: Update to 40.0. |
Date: |
Sun, 26 Sep 2021 16:31:43 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit cf56e81655154bd3b10f55ad5d3f5a394f537eaf
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Sep 26 20:11:12 2021 +0000
gnu: gnome-mines: Update to 40.0.
* gnu/packages/gnome.scm (gnome-mines): Update to 40.0.
[source]: Fix the URI.
[arguments]: Remove a trailing #t.
---
gnu/packages/gnome.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 893abcd..f1ebc09 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5025,15 +5025,15 @@ and other secrets. It communicates with the \"Secret
Service\" using DBus.")
(define-public gnome-mines
(package
(name "gnome-mines")
- (version "3.36.1")
+ (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 "0m2680r94nk61imym4x73j03jwfjd8cxm592m5ybiqdfdw6i723i"))))
+ (base32 "0sf6kdvhr4pr3hddnj6ql9larz2wy108sri31id6x9g459nbly8z"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
@@ -5042,8 +5042,7 @@ and other secrets. It communicates with the \"Secret
Service\" using DBus.")
(add-after 'unpack 'skip-gtk-update-icon-cache
(lambda _
(substitute* "build-aux/meson_post_install.py"
- (("gtk-update-icon-cache") (which "true")))
- #t)))))
+ (("gtk-update-icon-cache") (which "true"))))))))
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-resources
("pkg-config" ,pkg-config)
- 71/72: gnu: gnome-dictionary: Update to 40.0., (continued)
- 71/72: gnu: gnome-dictionary: Update to 40.0., guix-commits, 2021/09/26
- 27/72: gnu: baobab: Update to 40.0., guix-commits, 2021/09/26
- 34/72: gnu: file-roller: Update to 3.40.0., guix-commits, 2021/09/26
- 39/72: gnu: gnome-terminal: Update to 3.40.3., guix-commits, 2021/09/26
- 51/72: gnu: libgdata: Update to 0.18.1., guix-commits, 2021/09/26
- 57/72: gnu: Remove gnome-getting-started-docs., guix-commits, 2021/09/26
- 42/72: gnu: yelp: Update to 40.3., guix-commits, 2021/09/26
- 55/72: gnu: gnome-keyring: Update to 40.0., guix-commits, 2021/09/26
- 54/72: gnu: gnome-settings-daemon: Update to 40.0.1., guix-commits, 2021/09/26
- 64/72: gnu: gnome-photos: Update to 40.0., guix-commits, 2021/09/26
- 68/72: gnu: gnome-mines: Update to 40.0.,
guix-commits <=
- 67/72: gnu: gnome-shell: Update to 40.5., guix-commits, 2021/09/26
- 70/72: gnu: devhelp: Update to 40.1., guix-commits, 2021/09/26
- 72/72: gnu: gnome-tweaks: Update to 40.0., guix-commits, 2021/09/26
- 17/72: gnu: gnome-system-monitor: Update to 40.1., guix-commits, 2021/09/26
- 19/72: gnu: libgweather: Update to 40.0., guix-commits, 2021/09/26
- 25/72: gnu: gnome-latex: Update to 3.38.0., guix-commits, 2021/09/26
- 23/72: gnu: Add tepl-5., guix-commits, 2021/09/26
- 28/72: gnu: nautilus: Update to 40.2., guix-commits, 2021/09/26
- 45/72: gnu: gnome-contacts: Update to 40.0., guix-commits, 2021/09/26
- 46/72: gnu: eog-plugins: Update to 3.26.7., guix-commits, 2021/09/26