guix-commits
[Top][All Lists]
Advanced

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

45/107: gnu: gvfs: Update to 1.44.1.


From: guix-commits
Subject: 45/107: gnu: gvfs: Update to 1.44.1.
Date: Tue, 12 May 2020 10:53:18 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit 2f2c48a03cdbf01db873211ae2d378c60fe72df2
Author: Kei Kebreau <address@hidden>
AuthorDate: Sun Apr 19 11:00:12 2020 -0400

    gnu: gvfs: Update to 1.44.1.
    
    * gnu/packages/gnome.scm (gvfs): Update to 1.44.1.
    [inputs]: Replace fuse with fuse3 and add gsettings-desktop-schemas.
    [home-page]: Update URL.
---
 gnu/packages/gnome.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ca1b1ec..c215d7e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5199,7 +5199,7 @@ part of udev-extras, then udev, then systemd.  It's now a 
project on its own.")
 (define-public gvfs
   (package
     (name "gvfs")
-    (version "1.40.1")
+    (version "1.44.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gvfs/"
@@ -5207,7 +5207,7 @@ part of udev-extras, then udev, then systemd.  It's now a 
project on its own.")
                                   "gvfs-" version ".tar.xz"))
               (sha256
                (base32
-                "1cfnzamr4mvgpf6yhm28lh9cafy9z6842s8jpbqnfizfxybg8ylj"))))
+                "0ipv0jgzim6glsgizmfjkx0m3gd1l9lr242m0jj6cdmhs52k5vsh"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t
@@ -5229,10 +5229,11 @@ part of udev-extras, then udev, then systemd.  It's now 
a project on its own.")
        ("docbook-xsl" ,docbook-xsl)
        ("dbus" ,dbus)
        ("elogind" ,elogind)
-       ("fuse" ,fuse)
+       ("fuse" ,fuse3)
        ("gcr" ,gcr)
        ("glib" ,glib)
        ("gnome-online-accounts" ,gnome-online-accounts)
+       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("libarchive" ,libarchive)
        ("libbluray" ,libbluray)
        ("libcap" ,libcap)
@@ -5251,7 +5252,7 @@ part of udev-extras, then udev, then systemd.  It's now a 
project on its own.")
        ("openssh" ,openssh)
        ("polkit" ,polkit)
        ("udisks" ,udisks)))
-    (home-page "https://wiki.gnome.org/gvfs/";)
+    (home-page "https://wiki.gnome.org/action/show/Projects/gvfs";)
     (synopsis "Userspace virtual file system for GIO")
     (description
      "GVFS is a userspace virtual file system designed to work with the I/O



reply via email to

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