diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2023-11-23 22:43:46 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-12-02 17:08:55 +0100 |
commit | 70eca40bc359acd644f525eaee1ea6e07d230de0 (patch) | |
tree | 2e33a4e5acbbdafcf7998899706a3fceac9b7285 /gnu | |
parent | 79ea7270ecf3c050d1eea86004902d65d00e70d1 (diff) | |
download | guix-70eca40bc359acd644f525eaee1ea6e07d230de0.tar.gz guix-70eca40bc359acd644f525eaee1ea6e07d230de0.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 089665367e..61a948a2fc 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6953,7 +6953,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.50.3") + (version "1.50.7") (source (origin (method url-fetch) (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")) (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 @@ part of udev-extras, then udev, then systemd. It's now a project on its own.") 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 |