guix-commits
[Top][All Lists]
Advanced

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

18/24: gnu: gvfs: Update to 1.50.7.


From: guix-commits
Subject: 18/24: gnu: gvfs: Update to 1.50.7.
Date: Sun, 3 Dec 2023 01:18:49 -0500 (EST)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit 70eca40bc359acd644f525eaee1ea6e07d230de0
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Thu Nov 23 22:43:46 2023 +0100

    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>
---
 gnu/packages/gnome.scm | 7 ++++---
 1 file 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



reply via email to

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