me
/
guix
Archived
1
0
Fork 0

gnu: nautilus: Update to 3.32.1.

* gnu/packages/gnome.scm (nautilus): Update to 3.32.1.
[inputs]: Add gst-plugins-base.
master
Kei Kebreau 2019-07-24 19:30:47 -04:00
parent 03be9874e6
commit 3cafb9d4df
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 4 additions and 2 deletions

View File

@ -6779,7 +6779,7 @@ shared object databases, search tools and indexing.")
(define-public nautilus (define-public nautilus
(package (package
(name "nautilus") (name "nautilus")
(version "3.30.5") (version "3.32.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -6787,7 +6787,7 @@ shared object databases, search tools and indexing.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"144r4py9b8w9ycsg6fggjg05kwvymh003qsb3h6apgpch5y3zgnv")))) "0vmrvimv4183l3ij4kv0ir2c9rfzk7gh3xc2pa4wkqq9kn7h6m7s"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
'(#:glib-or-gtk? #t '(#:glib-or-gtk? #t
@ -6808,9 +6808,11 @@ shared object databases, search tools and indexing.")
("exempi" ,exempi) ("exempi" ,exempi)
("gnome-desktop" ,gnome-desktop) ("gnome-desktop" ,gnome-desktop)
("gnome-autoar" ,gnome-autoar) ("gnome-autoar" ,gnome-autoar)
("gst-plugins-base" ,gst-plugins-base)
("libseccomp" ,libseccomp) ("libseccomp" ,libseccomp)
("libselinux" ,libselinux) ("libselinux" ,libselinux)
("tracker" ,tracker) ("tracker" ,tracker)
("tracker-miners" ,tracker-miners)
;; XXX: gtk+ is required by libnautilus-extension.pc ;; XXX: gtk+ is required by libnautilus-extension.pc
;; ;;
;; Don't propagate it to reduces "profile pollution" of the 'gnome' meta ;; Don't propagate it to reduces "profile pollution" of the 'gnome' meta