[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/46: gnu: gnome-screenshot: Update to 3.34.0.
From: |
guix-commits |
Subject: |
25/46: gnu: gnome-screenshot: Update to 3.34.0. |
Date: |
Sat, 18 Apr 2020 17:55:18 -0400 (EDT) |
kkebreau pushed a commit to branch core-updates
in repository guix.
commit d5101dab538b728b1cc9cc49d38a4d12de5aba59
Author: Kei Kebreau <address@hidden>
AuthorDate: Tue Dec 17 20:36:07 2019 -0500
gnu: gnome-screenshot: Update to 3.34.0.
* gnu/packages/gnome.scm (gnome-screenshot): Update to 3.34.0.
[arguments]: Add 'skip-gtk-update-icon-cache' phase.
[native-inputs]: Remove gtk+:bin.
(cherry picked from commit e822ab3c7b6072c053b25a175ba802b515edff44)
---
gnu/packages/gnome.scm | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4119c0c..453e655 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7581,7 +7581,7 @@ can add your own files to the collection.")
(define-public gnome-screenshot
(package
(name "gnome-screenshot")
- (version "3.32.0")
+ (version "3.34.0")
(source
(origin
(method url-fetch)
@@ -7590,11 +7590,19 @@ can add your own files to the collection.")
name "-" version ".tar.xz"))
(sha256
(base32
- "09ha7dizjm5ymqpjyrqd10ijfb3xlqc1mwg9ajkrbfry11q9yq4b"))))
+ "1rmiq890j7gfn5mcz31xy6jfnnxgc17dq67bhn2k9m5ylbvza2n8"))))
(build-system meson-build-system)
+ (arguments
+ '(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'skip-gtk-update-icon-cache
+ ;; Don't create 'icon-theme.cache'.
+ (lambda _
+ (substitute* "build-aux/postinstall.py"
+ (("gtk-update-icon-cache") "true"))
+ #t)))))
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
- ("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
("intltool" ,intltool)
("appstream-glib" ,appstream-glib)
- 45/46: gnu: gnome-maps: Update to 3.34.2., (continued)
- 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
- 11/46: gnu: glib-networking: Update to 2.62.2., guix-commits, 2020/04/18
- 18/46: gnu: folks: Update to 0.13.1., guix-commits, 2020/04/18
- 25/46: gnu: gnome-screenshot: Update to 3.34.0.,
guix-commits <=
- 27/46: gnu: nautilus: Update to 3.34.2., guix-commits, 2020/04/18
- 35/46: gnu: gnome-mines: Update to 3.34.0., guix-commits, 2020/04/18
- 37/46: gnu: devhelp: Update to 3.34.0., guix-commits, 2020/04/18
- 34/46: gnu: seahorse: Update to 3.34., guix-commits, 2020/04/18