all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67415] [PATCH gnome-team] gnu: gvfs: Update to 1.50.7.
@ 2023-11-23 21:43 Vivien Kraus via Guix-patches via
  2023-11-23 21:43 ` [bug#67415] [PATCH gnome-team v2] " Vivien Kraus via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-11-23 21:43 UTC (permalink / raw)
  To: 67415; +Cc: rg, liliana.prikler, maxim.cournoyer

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

Change-Id: I93e5c3d19fa96eddd5ead3839e6eb100c16b712f
---
 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 194a443484..31881550da 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6939,7 +6939,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/"
@@ -6947,13 +6947,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"))))
@@ -6992,7 +6993,7 @@ (define-public gvfs
            openssh
            polkit
            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

base-commit: 60db3a6b3f6e4d1bd751d04b7d9ad1e894febf93
-- 
2.41.0




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#67415] [PATCH gnome-team v2] gnu: gvfs: Update to 1.50.7.
  2023-11-23 21:43 [bug#67415] [PATCH gnome-team] gnu: gvfs: Update to 1.50.7 Vivien Kraus via Guix-patches via
@ 2023-11-23 21:43 ` Vivien Kraus via Guix-patches via
  2023-12-04  0:00   ` Maxim Cournoyer
  2023-11-24  5:12 ` [bug#67415] [PATCH gnome-team] " Liliana Marie Prikler
  2023-12-05 17:42 ` bug#67415: Applied, closing Vivien Kraus via Guix-patches via
  2 siblings, 1 reply; 5+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-11-23 21:43 UTC (permalink / raw)
  To: 67415, Liliana Marie Prikler; +Cc: rg, maxim.cournoyer

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

Change-Id: I93e5c3d19fa96eddd5ead3839e6eb100c16b712f
---
 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 194a443484..3a4083d1d3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6939,7 +6939,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/"
@@ -6947,13 +6947,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"))))
@@ -6992,7 +6993,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

base-commit: 60db3a6b3f6e4d1bd751d04b7d9ad1e894febf93
-- 
2.41.0




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#67415] [PATCH gnome-team] gnu: gvfs: Update to 1.50.7.
  2023-11-23 21:43 [bug#67415] [PATCH gnome-team] gnu: gvfs: Update to 1.50.7 Vivien Kraus via Guix-patches via
  2023-11-23 21:43 ` [bug#67415] [PATCH gnome-team v2] " Vivien Kraus via Guix-patches via
@ 2023-11-24  5:12 ` Liliana Marie Prikler
  2023-12-05 17:42 ` bug#67415: Applied, closing Vivien Kraus via Guix-patches via
  2 siblings, 0 replies; 5+ messages in thread
From: Liliana Marie Prikler @ 2023-11-24  5:12 UTC (permalink / raw)
  To: vivien, 67415; +Cc: rg, maxim.cournoyer

Am Donnerstag, dem 23.11.2023 um 22:43 +0100 schrieb Vivien Kraus:
> * gnu/packages/gnome.scm (gvfs): Update to 1.50.7.
> [#:configure-flags]: Add -Dman=true.
LGTM.
> [home-page]: Update, following the redirection.
This update is silly.  Prefer cool URLs.

Cheers




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#67415] [PATCH gnome-team v2] gnu: gvfs: Update to 1.50.7.
  2023-11-23 21:43 ` [bug#67415] [PATCH gnome-team v2] " Vivien Kraus via Guix-patches via
@ 2023-12-04  0:00   ` Maxim Cournoyer
  0 siblings, 0 replies; 5+ messages in thread
From: Maxim Cournoyer @ 2023-12-04  0:00 UTC (permalink / raw)
  To: Vivien Kraus; +Cc: rg, 67415, Liliana Marie Prikler

Hi,

Vivien Kraus <vivien@planete-kraus.eu> writes:

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

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#67415: Applied, closing
  2023-11-23 21:43 [bug#67415] [PATCH gnome-team] gnu: gvfs: Update to 1.50.7 Vivien Kraus via Guix-patches via
  2023-11-23 21:43 ` [bug#67415] [PATCH gnome-team v2] " Vivien Kraus via Guix-patches via
  2023-11-24  5:12 ` [bug#67415] [PATCH gnome-team] " Liliana Marie Prikler
@ 2023-12-05 17:42 ` Vivien Kraus via Guix-patches via
  2 siblings, 0 replies; 5+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-12-05 17:42 UTC (permalink / raw)
  To: 67415-done

Applied, closing.




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-12-05 18:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-23 21:43 [bug#67415] [PATCH gnome-team] gnu: gvfs: Update to 1.50.7 Vivien Kraus via Guix-patches via
2023-11-23 21:43 ` [bug#67415] [PATCH gnome-team v2] " Vivien Kraus via Guix-patches via
2023-12-04  0:00   ` Maxim Cournoyer
2023-11-24  5:12 ` [bug#67415] [PATCH gnome-team] " Liliana Marie Prikler
2023-12-05 17:42 ` bug#67415: Applied, closing Vivien Kraus via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.