mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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.
This commit is contained in:
parent
2e5459b47c
commit
969eb180b8
1 changed files with 6 additions and 5 deletions
|
@ -8976,15 +8976,15 @@ (define-public tracker-miners
|
||||||
(define-public nautilus
|
(define-public nautilus
|
||||||
(package
|
(package
|
||||||
(name "nautilus")
|
(name "nautilus")
|
||||||
(version "3.38.2")
|
(version "40.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
(version-major+minor version) "/"
|
(version-major version) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19ln84d6s05h6cvx3c500bg5pvkz4k6p6ykmr2201rblq9afp76h"))))
|
"03gn416vvpvyy75pj3xkpxrqilbvjhqbvrdi5fdaivp50zzg47mp"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:glib-or-gtk? #t
|
'(#:glib-or-gtk? #t
|
||||||
|
@ -8994,8 +8994,7 @@ (define-public nautilus
|
||||||
;; Don't create 'icon-theme.cache'.
|
;; Don't create 'icon-theme.cache'.
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "build-aux/meson/postinstall.py"
|
(substitute* "build-aux/meson/postinstall.py"
|
||||||
(("gtk-update-icon-cache") "true"))
|
(("gtk-update-icon-cache") "true")))))
|
||||||
#t)))
|
|
||||||
;; XXX: FAIL: check-nautilus
|
;; XXX: FAIL: check-nautilus
|
||||||
;; Settings schema 'org.gnome.nautilus.preferences' is not installed
|
;; Settings schema 'org.gnome.nautilus.preferences' is not installed
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
|
@ -9014,6 +9013,8 @@ (define-public nautilus
|
||||||
("gnome-autoar" ,gnome-autoar)
|
("gnome-autoar" ,gnome-autoar)
|
||||||
("gst-plugins-base" ,gst-plugins-base)
|
("gst-plugins-base" ,gst-plugins-base)
|
||||||
("json-glib" ,json-glib)
|
("json-glib" ,json-glib)
|
||||||
|
("libhandy" ,libhandy)
|
||||||
|
("libportal" ,libportal)
|
||||||
("libseccomp" ,libseccomp)
|
("libseccomp" ,libseccomp)
|
||||||
("libselinux" ,libselinux)
|
("libselinux" ,libselinux)
|
||||||
("libsoup" ,libsoup)
|
("libsoup" ,libsoup)
|
||||||
|
|
Loading…
Reference in a new issue