[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/108: gnu: gvfs: Update to 1.44.1.
From: |
guix-commits |
Subject: |
45/108: gnu: gvfs: Update to 1.44.1. |
Date: |
Sat, 25 Apr 2020 15:22:49 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 60412327702c2fe7c0043c90e6b0be98bd8861e2
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 cc6036b..ae2b9b1 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
- 46/108: gnu: nautilus: Update to 3.36.1.1., (continued)
- 46/108: gnu: nautilus: Update to 3.36.1.1., guix-commits, 2020/04/25
- 49/108: gnu: pipewire: Update to 0.3.2., guix-commits, 2020/04/25
- 54/108: gnu: network-manager-applet: Update to 1.16.0., guix-commits, 2020/04/25
- 41/108: gnu: dconf: Update to 0.36.0., guix-commits, 2020/04/25
- 48/108: gnu: wayland-protocols: Update to 1.20., guix-commits, 2020/04/25
- 53/108: gnu: libnma: Update to 1.8.28., guix-commits, 2020/04/25
- 52/108: gnu: network-manager: Update to 1.22.10., guix-commits, 2020/04/25
- 58/108: gnu: gnome-control-center: Update to 3.36.1., guix-commits, 2020/04/25
- 61/108: gnu: libdazzle: Update to 3.36.0., guix-commits, 2020/04/25
- 38/108: gnu: gnome-maps: Update to 3.36.1., guix-commits, 2020/04/25
- 45/108: gnu: gvfs: Update to 1.44.1.,
guix-commits <=
- 55/108: gnu: network-manager-openvpn: Update to 1.8.12., guix-commits, 2020/04/25
- 57/108: gnu: udisks: Update to 2.8.4., guix-commits, 2020/04/25
- 62/108: gnu: epiphany: Update to 3.36.1., guix-commits, 2020/04/25
- 63/108: gnu: gnome-initial-setup: Update to 3.36.1., guix-commits, 2020/04/25
- 64/108: gnu: gnome-keyring: Update to 3.36.0., guix-commits, 2020/04/25
- 65/108: gnu: Add mozjs-68., guix-commits, 2020/04/25
- 69/108: gnu: gnome-user-docs: Update to 3.36.1., guix-commits, 2020/04/25
- 72/108: gnu: gnome-sudoku: Update to 3.36.0., guix-commits, 2020/04/25
- 70/108: gnu: vte: Update to 0.60.1., guix-commits, 2020/04/25
- 39/108: gnu: gnome-calendar: Update to 3.36.1., guix-commits, 2020/04/25