[PATCH gnome-team] gnu: gvfs: Update to 1.50.7.

  • Done
  • quality assurance status badge
Details
3 participants
  • Liliana Marie Prikler
  • Maxim Cournoyer
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
70357c4ec714e0d9c8b522bdda391c656a6c6b70.1700775893.git.vivien@planete-kraus.eu
* 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(-)

Toggle diff (42 lines)
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
Liliana Marie Prikler wrote 1 years ago
2c6a19112f4d7469e64c09ab691da9cb0be1e106.camel@gmail.com
Am Donnerstag, dem 23.11.2023 um 22:43 +0100 schrieb Vivien Kraus:
Toggle quote (2 lines)
> * gnu/packages/gnome.scm (gvfs): Update to 1.50.7.
> [#:configure-flags]: Add -Dman=true.
LGTM.
Toggle quote (1 lines)
> [home-page]: Update, following the redirection.
This update is silly. Prefer cool URLs.

Cheers
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2] gnu: gvfs: Update to 1.50.7.
26eb743dbad4f8fda1857190af604a117f32bddf.1700863863.git.vivien@planete-kraus.eu
* 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(-)

Toggle diff (42 lines)
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
Maxim Cournoyer wrote 1 years ago
(name . Vivien Kraus)(address . vivien@planete-kraus.eu)
877clux2ek.fsf@gmail.com
Hi,

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

Toggle quote (4 lines)
> * 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
Vivien Kraus wrote 1 years ago
Applied, closing
(address . 67415-done@debbugs.gnu.org)
f2bb0e92b7c1f5100b518756abe2810452ad6887.camel@planete-kraus.eu
Applied, closing.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67415@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67415
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help