[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/80: gnu: nautilus: Update to 40.2.
From: |
guix-commits |
Subject: |
28/80: gnu: nautilus: Update to 40.2. |
Date: |
Sat, 2 Oct 2021 06:56:03 -0400 (EDT) |
mothacehe pushed a commit to branch core-updates-frozen
in repository guix.
commit 969eb180b8587add6c0daed476a76e46a58bd488
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 24 18:49:51 2021 +0000
gnu: nautilus: Update to 40.2.
* gnu/packages/gnome.scm (nautilus): Update to 40.2.
[source]: Fix the URI.
[arguments]: Remove a phase trailing #t.
[inputs]: Add libhandy and libportal.
---
gnu/packages/gnome.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8bb53c8..bbbc297 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8976,15 +8976,15 @@ shared object databases, search tools and indexing.")
(define-public nautilus
(package
(name "nautilus")
- (version "3.38.2")
+ (version "40.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
+ (version-major version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "19ln84d6s05h6cvx3c500bg5pvkz4k6p6ykmr2201rblq9afp76h"))))
+ "03gn416vvpvyy75pj3xkpxrqilbvjhqbvrdi5fdaivp50zzg47mp"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
@@ -8994,8 +8994,7 @@ shared object databases, search tools and indexing.")
;; Don't create 'icon-theme.cache'.
(lambda _
(substitute* "build-aux/meson/postinstall.py"
- (("gtk-update-icon-cache") "true"))
- #t)))
+ (("gtk-update-icon-cache") "true")))))
;; XXX: FAIL: check-nautilus
;; Settings schema 'org.gnome.nautilus.preferences' is not installed
#:tests? #f))
@@ -9014,6 +9013,8 @@ shared object databases, search tools and indexing.")
("gnome-autoar" ,gnome-autoar)
("gst-plugins-base" ,gst-plugins-base)
("json-glib" ,json-glib)
+ ("libhandy" ,libhandy)
+ ("libportal" ,libportal)
("libseccomp" ,libseccomp)
("libselinux" ,libselinux)
("libsoup" ,libsoup)
- 01/80: gnu: vulkan-loader: Fix include path location., (continued)
- 01/80: gnu: vulkan-loader: Fix include path location., guix-commits, 2021/10/02
- 05/80: gnu: gnome-screenshot: Update to 40.0., guix-commits, 2021/10/02
- 02/80: gnu: Add gtk., guix-commits, 2021/10/02
- 08/80: gnu: gnome-menus: Update to 3.36.0., guix-commits, 2021/10/02
- 04/80: gnu: gnome-backgrounds: Update to 40.1., guix-commits, 2021/10/02
- 03/80: gnu: Update gtkmm to 4.2.0, add gtkmm@3, and adjust gtkmm@2., guix-commits, 2021/10/02
- 06/80: gnu: gnote: Update to 40.2., guix-commits, 2021/10/02
- 07/80: gnu: gnome-shell-extensions: Update to 40.4., guix-commits, 2021/10/02
- 09/80: gnu: gnome-user-docs: Update to 40.5., guix-commits, 2021/10/02
- 11/80: gnu: gnome-disk-utility: Update to 40.2., guix-commits, 2021/10/02
- 28/80: gnu: nautilus: Update to 40.2.,
guix-commits <=
- 16/80: build: glib-or-gtk-build-system: Add gtk 4.0 support., guix-commits, 2021/10/02
- 22/80: gnu: gedit: Update to 40.1., guix-commits, 2021/10/02
- 31/80: gnu: orca: Update to 40.0., guix-commits, 2021/10/02
- 13/80: gnu: libportal: Update to 0.4., guix-commits, 2021/10/02
- 12/80: gnu: gnome-font-viewer: Update to 40.0., guix-commits, 2021/10/02
- 30/80: gnu: gnome-bluetooth: Update to 3.34.5., guix-commits, 2021/10/02
- 20/80: gnu: gnome-calendar: Update to 40.2., guix-commits, 2021/10/02
- 15/80: gnu: gnome-todo: Update to 40.1., guix-commits, 2021/10/02
- 18/80: gnu: gnome-calculator: Update to 40.1., guix-commits, 2021/10/02
- 10/80: gnu: gnome-desktop: Update to 40.4., guix-commits, 2021/10/02