[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/76: gnu: nautilus: Update to 40.2.
From: |
guix-commits |
Subject: |
28/76: gnu: nautilus: Update to 40.2. |
Date: |
Mon, 27 Sep 2021 10:29:59 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 33bc4a8b2aee683e8381e695f6dec236f7fc1480
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 ba66245..f55e0a5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8969,15 +8969,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
@@ -8987,8 +8987,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))
@@ -9007,6 +9006,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)
- 03/76: gnu: Update gtkmm to 4.2.0, add gtkmm@3, and adjust gtkmm@2., (continued)
- 03/76: gnu: Update gtkmm to 4.2.0, add gtkmm@3, and adjust gtkmm@2., guix-commits, 2021/09/27
- 10/76: gnu: gnome-desktop: Update to 40.4., guix-commits, 2021/09/27
- 17/76: gnu: gnome-system-monitor: Update to 40.1., guix-commits, 2021/09/27
- 18/76: gnu: gnome-calculator: Update to 40.1., guix-commits, 2021/09/27
- 14/76: gnu: Add libadwaita., guix-commits, 2021/09/27
- 15/76: gnu: gnome-todo: Update to 40.1., guix-commits, 2021/09/27
- 26/76: gnu: gnome-boxes: Update to 40.3., guix-commits, 2021/09/27
- 20/76: gnu: gnome-calendar: Update to 40.2., guix-commits, 2021/09/27
- 22/76: gnu: gedit: Update to 40.1., guix-commits, 2021/09/27
- 24/76: gnu: amtk: Update to 5.3.1., guix-commits, 2021/09/27
- 28/76: gnu: nautilus: Update to 40.2.,
guix-commits <=
- 33/76: gnu: epiphany: Update to 40.3., guix-commits, 2021/09/27
- 29/76: gnu: gnome-session: Update to 40.1., guix-commits, 2021/09/27
- 35/76: gnu: gnome-characters: Update to 40.0., guix-commits, 2021/09/27
- 19/76: gnu: libgweather: Update to 40.0., guix-commits, 2021/09/27
- 21/76: gnu: tepl: Update to 6.00.0., guix-commits, 2021/09/27
- 23/76: gnu: Add tepl-5., guix-commits, 2021/09/27
- 48/76: gnu: mutter: Update to 40.5., guix-commits, 2021/09/27
- 50/76: gnu: graphene: Update to 1.10.6., guix-commits, 2021/09/27
- 59/76: gnu: gnome-control-center: Update to 40.1., guix-commits, 2021/09/27
- 71/76: gnu: gnome-dictionary: Update to 40.0., guix-commits, 2021/09/27