[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/47: gnu: nautilus: Update to 3.34.2.
From: |
guix-commits |
Subject: |
29/47: gnu: nautilus: Update to 3.34.2. |
Date: |
Mon, 23 Mar 2020 15:50:54 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit a2c95f16fd13fc35ad140ddb087a56caeeab60cf
Author: Kei Kebreau <address@hidden>
AuthorDate: Tue Dec 17 20:47:22 2019 -0500
gnu: nautilus: Update to 3.34.2.
* gnu/packages/gnome.scm (nautilus): Update to 3.34.2.
[arguments]: Add 'skip-gtk-update-icon-cache' phase.
[native-inputs]: Remove gtk+:bin.
---
gnu/packages/gnome.scm | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5464fcb..d5bf1dc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7406,7 +7406,7 @@ shared object databases, search tools and indexing.")
(define-public nautilus
(package
(name "nautilus")
- (version "3.32.3")
+ (version "3.34.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -7414,17 +7414,24 @@ shared object databases, search tools and indexing.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1x9crzbj6rrrf8w5dkcx0c14j40byr4ijpzkwd5dcrbfvvdy1r01"))))
+ "19zqwq4qyyncc5wq3xls0f7rsavnw741k336p2h7kx35p4kf41mv"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'skip-gtk-update-icon-cache
+ ;; Don't create 'icon-theme.cache'.
+ (lambda _
+ (substitute* "build-aux/meson/postinstall.py"
+ (("gtk-update-icon-cache") "true"))
+ #t)))
;; XXX: FAIL: check-nautilus
;; Settings schema 'org.gnome.nautilus.preferences' is not installed
#:tests? #f))
(native-inputs
`(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
("glib:bin" ,glib "bin") ; for glib-mkenums, etc.
- ("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
("gobject-introspection" ,gobject-introspection)
("intltool" ,intltool)
("pkg-config" ,pkg-config)))
- 33/47: gnu: telepathy-glib: Disable failing tests., (continued)
- 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
- 46/47: gnu: cheese: Update to 3.34.0., guix-commits, 2020/03/23
- 47/47: gnu: gnome-maps: Update to 3.34.2., guix-commits, 2020/03/23
- 29/47: gnu: nautilus: Update to 3.34.2.,
guix-commits <=
- 31/47: gnu: mutter: Update to 3.34.2., guix-commits, 2020/03/23
- 37/47: gnu: gnome-mines: Update to 3.34.0., guix-commits, 2020/03/23
- 38/47: gnu: gnome-sudoku: Update to 3.34.1., guix-commits, 2020/03/23
- 40/47: gnu: gnome-klotski: Update to 3.34.0., guix-commits, 2020/03/23
- 36/47: gnu: seahorse: Update to 3.34., guix-commits, 2020/03/23
- 41/47: gnu: gnome-clocks: Update to 3.34.0., guix-commits, 2020/03/23
- 35/47: gnu: gnome-shell: Update to 3.34.2., guix-commits, 2020/03/23
- 42/47: gnu: gnome-calendar: Update to 3.34.2., guix-commits, 2020/03/23
- 43/47: gnu: gnome-tweaks: Update to 3.34.0., guix-commits, 2020/03/23
- 45/47: gnu: orca: Update to 3.34.1., guix-commits, 2020/03/23