guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

77/85: gnu: nautilus: Update to 3.22.2.


From: Mark H. Weaver
Subject: 77/85: gnu: nautilus: Update to 3.22.2.
Date: Wed, 11 Jan 2017 16:36:09 +0000 (UTC)

mhw pushed a commit to branch gnome-updates
in repository guix.

commit 09d88905698ef735bb7154aadd887dd897697f35
Author: Mark H Weaver <address@hidden>
Date:   Mon Jan 9 04:23:25 2017 -0500

    gnu: nautilus: Update to 3.22.2.
    
    * gnu/packages/gnome.scm (nautilus): Update to 3.22.2.
    [arguments]: Remove "--disable-tracker" from configure flags.
    [inputs]: Add gnome-autoar, nettle, and tracker.
---
 gnu/packages/gnome.scm |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 578e71c..a8b2514 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5068,7 +5068,7 @@ shared object databases, search tools and indexing.")
 (define-public nautilus
   (package
     (name "nautilus")
-    (version "3.20.2")
+    (version "3.22.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5076,11 +5076,11 @@ shared object databases, search tools and indexing.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1bnalv0ljdjzqzvh3rfyg7r4z8vdbq1gdard5q68riqdi2dnfvld"))))
+                "1cv5xsah04svxx0b6di7iah9gcwk6na2c6lp442pal9v2ybrw76f"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      '(#:configure-flags
-       '("--disable-tracker" "--disable-selinux") ; XXX: not packaged
+       '("--disable-selinux") ; XXX: not packaged
        ;; XXX: FAIL: check-nautilus
        ;;   Settings schema 'org.gnome.nautilus.preferences' is not installed
        #:tests? #f))
@@ -5094,6 +5094,9 @@ shared object databases, search tools and indexing.")
        ("gvfs" ,gvfs)
        ("exempi" ,exempi)
        ("gnome-desktop" ,gnome-desktop)
+       ("gnome-autoar" ,gnome-autoar)
+       ("nettle" ,nettle)    ; XXX required by libarchive.pc via gnome-autoar
+       ("tracker" ,tracker)
        ;; XXX: gtk+ is required by libnautilus-extension.pc
        ;;
        ;; Don't propagate it to reduces "profile pollution" of the 'gnome' meta



reply via email to

[Prev in Thread] Current Thread [Next in Thread]