mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
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:
parent
79ea7270ec
commit
70eca40bc3
1 changed files with 4 additions and 3 deletions
|
@ -6953,7 +6953,7 @@ (define-public libgudev
|
|||
(define-public gvfs
|
||||
(package
|
||||
(name "gvfs")
|
||||
(version "1.50.3")
|
||||
(version "1.50.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/gvfs/"
|
||||
|
@ -6961,13 +6961,14 @@ (define-public gvfs
|
|||
"gvfs-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1z8332qg4kpa3lm3lbwb3xir4rba9ajsbqbq4yfh45mvjyg135v8"))))
|
||||
"0cgjlxrs4qr08igqjpkhfxpzydj8m9y9n92z091knkj5170x5bbj"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list #:glib-or-gtk? #t
|
||||
#:configure-flags
|
||||
#~(list "-Dsystemduserunitdir=no"
|
||||
"-Dtmpfilesdir=no"
|
||||
"-Dman=true"
|
||||
;; Otherwise, the RUNPATH will lack the final path component.
|
||||
(string-append "-Dc_link_args=-Wl,-rpath="
|
||||
#$output "/lib/gvfs"))))
|
||||
|
@ -7006,7 +7007,7 @@ (define-public gvfs
|
|||
openssh
|
||||
polkit
|
||||
udisks))
|
||||
(home-page "https://wiki.gnome.org/gvfs/")
|
||||
(home-page "https://wiki.gnome.org/Projects/gvfs")
|
||||
(synopsis "Userspace virtual file system for GIO")
|
||||
(description
|
||||
"GVFS is a userspace virtual file system designed to work with the I/O
|
||||
|
|
Loading…
Reference in a new issue