[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/184: gnu: gnome-mines: Update to 3.32.2.
From: |
guix-commits |
Subject: |
36/184: gnu: gnome-mines: Update to 3.32.2. |
Date: |
Wed, 27 Nov 2019 14:36:55 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 930f1b1d135bd526e40f3dd9c04ed416033657c2
Author: Kei Kebreau <address@hidden>
Date: Wed Jul 24 22:56:26 2019 -0400
gnu: gnome-mines: Update to 3.32.2.
* gnu/packages/gnome.scm (gnome-mines): Update to 3.32.2.
[arguments]: Set glib-or-gtk? flag. Add 'skip-gtk-update-icon-cache' phase;
remove deletion of 'bootstrap' phase which has been obsolete since commit
25280065814aecd7ce56baf4866b0c05acf8028b.
---
gnu/packages/gnome.scm | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2e0f4f2..e17e961 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2927,7 +2927,7 @@ and other secrets. It communicates with the \"Secret
Service\" using DBus.")
(define-public gnome-mines
(package
(name "gnome-mines")
- (version "3.30.1.1")
+ (version "3.32.2")
(source
(origin
(method url-fetch)
@@ -2936,12 +2936,17 @@ and other secrets. It communicates with the \"Secret
Service\" using DBus.")
name "-" version ".tar.xz"))
(sha256
(base32
- "08ddk400sg1g3q26gnm5mgv81vdqyix0yl7pd47p50vkc1w6f33z"))))
+ "1nv966wkp2rqxzcdb76bwlbzpjqadcaqzrnkxpzwnvjjr167yx8g"))))
(build-system meson-build-system)
(arguments
- `(#:phases
+ '(#:glib-or-gtk? #t
+ #:phases
(modify-phases %standard-phases
- (delete 'bootstrap))))
+ (add-after 'unpack 'skip-gtk-update-icon-cache
+ (lambda _
+ (substitute* "build-aux/meson_post_install.py"
+ (("gtk-update-icon-cache") (which "true")))
+ #t)))))
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-resources
("pkg-config" ,pkg-config)
- 10/184: gnu: gnome-icon-theme: Update home page., (continued)
- 10/184: gnu: gnome-icon-theme: Update home page., guix-commits, 2019/11/27
- 11/184: gnu: gnome-desktop: Update to 3.32.2., guix-commits, 2019/11/27
- 07/184: gnu: gnome-backgrounds: Update to 3.32.0., guix-commits, 2019/11/27
- 13/184: gnu: gnome-settings-daemon: Update to 3.32.1., guix-commits, 2019/11/27
- 16/184: gnu: grilo: Update to 0.3.9., guix-commits, 2019/11/27
- 17/184: gnu: tracker: Update to 2.2.2., guix-commits, 2019/11/27
- 23/184: gnu: Add pipewire., guix-commits, 2019/11/27
- 25/184: gnu: gnome-tweaks: Update to 3.32.0., guix-commits, 2019/11/27
- 24/184: gnu: mutter: Update to 3.32.2., guix-commits, 2019/11/27
- 27/184: gnu: nautilus: Update to 3.32.1., guix-commits, 2019/11/27
- 36/184: gnu: gnome-mines: Update to 3.32.2.,
guix-commits <=
- 43/184: gnu: libdazzle: Use xorg-server-fot-tests., guix-commits, 2019/11/27
- 40/184: gnu: python-pyatspi: Update to 2.32.1., guix-commits, 2019/11/27
- 15/184: gnu: gnome-control-center: Update to 3.32.2., guix-commits, 2019/11/27
- 20/184: gnu: totem: Update to 3.32.1., guix-commits, 2019/11/27
- 37/184: gnu: gnome-sudoku: Update to 3.32.0., guix-commits, 2019/11/27
- 35/184: gnu: five-or-more: Update to 3.32.0., guix-commits, 2019/11/27
- 47/184: gnu: ghex: Update to 3.18.4., guix-commits, 2019/11/27
- 51/184: gnu: seahorse: Update to 3.32.2., guix-commits, 2019/11/27
- 54/184: gnu: epiphany: Update to 3.32.5., guix-commits, 2019/11/27
- 61/184: gnu: python-pyatspi: Update to 2.34.0., guix-commits, 2019/11/27