[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/60: gnu: gnome-screenshot: Update to 3.34.0.
From: |
guix-commits |
Subject: |
33/60: gnu: gnome-screenshot: Update to 3.34.0. |
Date: |
Sat, 25 Jan 2020 14:47:11 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit ef2b8197961efc81d9313860ef31cf5bec6b1274
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 677161a..2431836 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7663,7 +7663,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)
@@ -7672,11 +7672,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)
- 23/60: gnu: gnome-autoar: Update to 0.2.4., (continued)
- 23/60: gnu: gnome-autoar: Update to 0.2.4., guix-commits, 2020/01/25
- 24/60: gnu: evolution: Update to 3.34.2., guix-commits, 2020/01/25
- 26/60: gnu: folks: Update to 0.13.1., guix-commits, 2020/01/25
- 27/60: gnu: gnome-contacts: Update to 3.34., guix-commits, 2020/01/25
- 28/60: gnu: gnome-session: Update to 3.34.2., guix-commits, 2020/01/25
- 25/60: gnu: dbus-glib: Update to 0.110., guix-commits, 2020/01/25
- 22/60: gnu: evolution-data-server: Update to 3.34.2., guix-commits, 2020/01/25
- 30/60: gnu: gnome-control-center: Update to 3.34.2., guix-commits, 2020/01/25
- 29/60: gnu: gnome-settings-daemon: Update to 3.34.1., guix-commits, 2020/01/25
- 31/60: gnu: gnome-disk-utility: Update to 3.34.0., guix-commits, 2020/01/25
- 33/60: gnu: gnome-screenshot: Update to 3.34.0.,
guix-commits <=
- 34/60: gnu: gnome-terminal: Update to 3.34.2., guix-commits, 2020/01/25
- 37/60: gnu: librsvg: Adjust phases for new version of Pango., guix-commits, 2020/01/25
- 39/60: gnu: yelp-xsl: Update to 3.34.2., guix-commits, 2020/01/25
- 38/60: gnu: totem: Update to 3.34.1., guix-commits, 2020/01/25
- 32/60: gnu: gnome-keyring: Update to 3.34.0., guix-commits, 2020/01/25
- 40/60: gnu: yelp: Update to 3.34.0., guix-commits, 2020/01/25
- 35/60: gnu: nautilus: Update to 3.34.2., guix-commits, 2020/01/25
- 41/60: gnu: yelp-tools: Update to 3.32.2., guix-commits, 2020/01/25
- 42/60: gnu: mutter: Update to 3.34.2., guix-commits, 2020/01/25
- 43/60: gnu: gdm: Update to 3.34.1., guix-commits, 2020/01/25