[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/62: gnu: gnome-mines: Update to 3.32.2.
From: |
guix-commits |
Subject: |
36/62: gnu: gnome-mines: Update to 3.32.2. |
Date: |
Sat, 7 Dec 2019 14:04:56 -0500 (EST) |
kkebreau pushed a commit to branch master
in repository guix.
commit 2d817e415b7fb06dbde329dc98efde0720a6d4c0
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 c1efd9a..4785437 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3147,7 +3147,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)
@@ -3156,12 +3156,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)
- 12/62: gnu: gnome-online-accounts: Update to 3.32.0., (continued)
- 12/62: gnu: gnome-online-accounts: Update to 3.32.0., guix-commits, 2019/12/07
- 20/62: gnu: totem: Update to 3.32.1., guix-commits, 2019/12/07
- 33/62: gnu: gnome-disk-utility: Update to 3.32.1., guix-commits, 2019/12/07
- 27/62: gnu: nautilus: Update to 3.32.1., guix-commits, 2019/12/07
- 30/62: gnu: gnome-calendar: Update to 3.32.2., guix-commits, 2019/12/07
- 34/62: gnu: libwnck: Update to 3.32.0., guix-commits, 2019/12/07
- 53/62: gnu: epiphany: Update to 3.32.5., guix-commits, 2019/12/07
- 56/62: gnu: python-dbusmock: Update to 0.18.3., guix-commits, 2019/12/07
- 35/62: gnu: five-or-more: Update to 3.32.0., guix-commits, 2019/12/07
- 39/62: gnu: devhelp: Update to 3.32.0., guix-commits, 2019/12/07
- 36/62: gnu: gnome-mines: Update to 3.32.2.,
guix-commits <=
- 41/62: gnu: orca: Update to 3.32.0., guix-commits, 2019/12/07
- 42/62: gnu: cheese: Update to 3.32.1., guix-commits, 2019/12/07
- 40/62: gnu: python-pyatspi: Update to 2.32.1., guix-commits, 2019/12/07
- 38/62: gnu: gnome-terminal: Update to 3.32.2., guix-commits, 2019/12/07
- 46/62: gnu: ghex: Update to 3.18.4., guix-commits, 2019/12/07
- 47/62: gnu: gnome-klotski: Update to 3.32.0., guix-commits, 2019/12/07
- 51/62: gnu: yelp: Update to 3.32.2., guix-commits, 2019/12/07
- 52/62: gnu: gnome-session: Update to 3.32.0., guix-commits, 2019/12/07
- 57/62: gnu: grilo: Update to 0.3.10., guix-commits, 2019/12/07
- 61/62: gnu: network-manager: Update to 1.18.4., guix-commits, 2019/12/07