gnu: gvfs: Update to 1.50.7.

* gnu/packages/gnome.scm (gvfs): Update to 1.50.7.
[#:configure-flags]: Add -Dman=true.
[home-page]: Update.

Change-Id: I93e5c3d19fa96eddd5ead3839e6eb100c16b712f
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Vivien Kraus 2023-11-23 22:43:46 +01:00 committed by Liliana Marie Prikler
parent 79ea7270ec
commit 70eca40bc3
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 4 additions and 3 deletions

View File

@ -6953,7 +6953,7 @@ part of udev-extras, then udev, then systemd. It's now a project on its own.")
(define-public gvfs (define-public gvfs
(package (package
(name "gvfs") (name "gvfs")
(version "1.50.3") (version "1.50.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/gvfs/" (uri (string-append "mirror://gnome/sources/gvfs/"
@ -6961,13 +6961,14 @@ part of udev-extras, then udev, then systemd. It's now a project on its own.")
"gvfs-" version ".tar.xz")) "gvfs-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1z8332qg4kpa3lm3lbwb3xir4rba9ajsbqbq4yfh45mvjyg135v8")))) "0cgjlxrs4qr08igqjpkhfxpzydj8m9y9n92z091knkj5170x5bbj"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list #:glib-or-gtk? #t (list #:glib-or-gtk? #t
#:configure-flags #:configure-flags
#~(list "-Dsystemduserunitdir=no" #~(list "-Dsystemduserunitdir=no"
"-Dtmpfilesdir=no" "-Dtmpfilesdir=no"
"-Dman=true"
;; Otherwise, the RUNPATH will lack the final path component. ;; Otherwise, the RUNPATH will lack the final path component.
(string-append "-Dc_link_args=-Wl,-rpath=" (string-append "-Dc_link_args=-Wl,-rpath="
#$output "/lib/gvfs")))) #$output "/lib/gvfs"))))
@ -7006,7 +7007,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/Projects/gvfs")
(synopsis "Userspace virtual file system for GIO") (synopsis "Userspace virtual file system for GIO")
(description (description
"GVFS is a userspace virtual file system designed to work with the I/O "GVFS is a userspace virtual file system designed to work with the I/O