[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/47: gnu: gnome-screenshot: Update to 3.34.0.
From: |
guix-commits |
Subject: |
27/47: gnu: gnome-screenshot: Update to 3.34.0. |
Date: |
Mon, 23 Mar 2020 15:50:53 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit c3280d7366eba709df00c90d215de37e89e6dbe0
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.
---
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 8962ea1..022fa55 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7523,7 +7523,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)
@@ -7532,11 +7532,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)
- 13/47: gnu: gnome-bluetooth: Update to 3.34.0., (continued)
- 13/47: gnu: gnome-bluetooth: Update to 3.34.0., guix-commits, 2020/03/23
- 17/47: gnu: gnome-autoar: Update to 0.2.4., guix-commits, 2020/03/23
- 14/47: gnu: libgweather: Update to 3.34.0., guix-commits, 2020/03/23
- 16/47: gnu: evolution-data-server: Update to 3.34.2., guix-commits, 2020/03/23
- 23/47: gnu: gnome-settings-daemon: Update to 3.34.1., guix-commits, 2020/03/23
- 18/47: gnu: evolution: Update to 3.34.2., guix-commits, 2020/03/23
- 24/47: gnu: gnome-control-center: Update to 3.34.2., guix-commits, 2020/03/23
- 22/47: gnu: gnome-session: Update to 3.34.2., guix-commits, 2020/03/23
- 25/47: gnu: gnome-disk-utility: Update to 3.34.0., guix-commits, 2020/03/23
- 26/47: gnu: gnome-keyring: Update to 3.34.0., guix-commits, 2020/03/23
- 27/47: gnu: gnome-screenshot: Update to 3.34.0.,
guix-commits <=
- 28/47: gnu: gnome-terminal: Update to 3.34.2., guix-commits, 2020/03/23
- 30/47: gnu: totem: Update to 3.34.1., guix-commits, 2020/03/23
- 33/47: gnu: telepathy-glib: Disable failing tests., guix-commits, 2020/03/23
- 34/47: gnu: gjs: Update to 1.58.3., guix-commits, 2020/03/23
- 21/47: gnu: gnome-contacts: Update to 3.34., guix-commits, 2020/03/23
- 20/47: gnu: folks: Update to 0.13.1., guix-commits, 2020/03/23
- 19/47: gnu: dbus-glib: Update to 0.110., guix-commits, 2020/03/23
- 32/47: gnu: gdm: Update to 3.34.1., guix-commits, 2020/03/23
- 39/47: gnu: devhelp: Update to 3.34.0., guix-commits, 2020/03/23
- 44/47: gnu: gnome-shell-extensions: Update to 3.34.2., guix-commits, 2020/03/23