mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: gvfs: Update to 1.48.1.
* gnu/packages/patches/gvfs-add-support-for-libplist-2.2.patch: Remove it. * gnu/local.mk (DIST_PATCH_DATA): Update it. * gnu/packages/gnome.scm (gvfs)[source]: Remove the patch. [inputs]: Switch to fuse@3 and add gsettings-desktop-schemas. [properties]: Remove it. [description]: Wrap it.
This commit is contained in:
parent
a1ab329f33
commit
c1be2c6b8b
3 changed files with 7 additions and 48 deletions
|
@ -1218,7 +1218,6 @@ dist_patch_DATA = \
|
||||||
%D%/packages/patches/gtk4-respect-GUIX_GTK4_PATH.patch \
|
%D%/packages/patches/gtk4-respect-GUIX_GTK4_PATH.patch \
|
||||||
%D%/packages/patches/gtkglext-disable-disable-deprecated.patch \
|
%D%/packages/patches/gtkglext-disable-disable-deprecated.patch \
|
||||||
%D%/packages/patches/gtksourceview-2-add-default-directory.patch \
|
%D%/packages/patches/gtksourceview-2-add-default-directory.patch \
|
||||||
%D%/packages/patches/gvfs-add-support-for-libplist-2.2.patch \
|
|
||||||
%D%/packages/patches/gzdoom-search-in-installed-share.patch \
|
%D%/packages/patches/gzdoom-search-in-installed-share.patch \
|
||||||
%D%/packages/patches/gzdoom-find-system-libgme.patch \
|
%D%/packages/patches/gzdoom-find-system-libgme.patch \
|
||||||
%D%/packages/patches/hdf4-architectures.patch \
|
%D%/packages/patches/hdf4-architectures.patch \
|
||||||
|
|
|
@ -6493,7 +6493,7 @@ (define-public libgudev
|
||||||
(define-public gvfs
|
(define-public gvfs
|
||||||
(package
|
(package
|
||||||
(name "gvfs")
|
(name "gvfs")
|
||||||
(version "1.40.2")
|
(version "1.48.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/gvfs/"
|
(uri (string-append "mirror://gnome/sources/gvfs/"
|
||||||
|
@ -6501,10 +6501,7 @@ (define-public gvfs
|
||||||
"gvfs-" version ".tar.xz"))
|
"gvfs-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07lpcfric3h0302n9b1pwa38mjb76r9s98kg2867y2d1qvzfivxx"))
|
"1hlxl6368h6nyqp1888szxs9hnpcw98k3h23dgqi29xd38klzsmj"))))
|
||||||
;; This patch may be removed when upgrading to version 1.46.x.
|
|
||||||
(patches
|
|
||||||
(search-patches "gvfs-add-support-for-libplist-2.2.patch"))))
|
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:glib-or-gtk? #t
|
'(#:glib-or-gtk? #t
|
||||||
|
@ -6526,10 +6523,11 @@ (define-public gvfs
|
||||||
("docbook-xsl" ,docbook-xsl)
|
("docbook-xsl" ,docbook-xsl)
|
||||||
("dbus" ,dbus)
|
("dbus" ,dbus)
|
||||||
("elogind" ,elogind)
|
("elogind" ,elogind)
|
||||||
("fuse" ,fuse)
|
("fuse" ,fuse-3)
|
||||||
("gcr" ,gcr)
|
("gcr" ,gcr)
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("gnome-online-accounts" ,gnome-online-accounts)
|
("gnome-online-accounts" ,gnome-online-accounts)
|
||||||
|
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||||
("libarchive" ,libarchive)
|
("libarchive" ,libarchive)
|
||||||
("libbluray" ,libbluray)
|
("libbluray" ,libbluray)
|
||||||
("libcap" ,libcap)
|
("libcap" ,libcap)
|
||||||
|
@ -6548,17 +6546,13 @@ (define-public gvfs
|
||||||
("openssh" ,openssh)
|
("openssh" ,openssh)
|
||||||
("polkit" ,polkit)
|
("polkit" ,polkit)
|
||||||
("udisks" ,udisks)))
|
("udisks" ,udisks)))
|
||||||
;; CVE-2019-{12447,12448,12449} are fixed in the 1.40.2 release.
|
|
||||||
(properties '((lint-hidden-cve . ("CVE-2019-12447"
|
|
||||||
"CVE-2019-12448"
|
|
||||||
"CVE-2019-12449"))))
|
|
||||||
(home-page "https://wiki.gnome.org/gvfs/")
|
(home-page "https://wiki.gnome.org/gvfs/")
|
||||||
(synopsis "Userspace virtual file system for GIO")
|
(synopsis "Userspace virtual file system for GIO")
|
||||||
(description
|
(description
|
||||||
"GVFS is a userspace virtual file system designed to work with the I/O
|
"GVFS is a userspace virtual file system designed to work with the I/O
|
||||||
abstraction of GIO. It contains a GIO module that seamlessly adds GVFS support
|
abstraction of GIO. It contains a GIO module that seamlessly adds GVFS
|
||||||
to all applications using the GIO API. It also supports exposing the GVFS
|
support to all applications using the GIO API. It also supports exposing the
|
||||||
mounts to non-GIO applications using FUSE.
|
GVFS mounts to non-GIO applications using FUSE.
|
||||||
|
|
||||||
GVFS comes with a set of backends, including trash support, SFTP, SMB, HTTP,
|
GVFS comes with a set of backends, including trash support, SFTP, SMB, HTTP,
|
||||||
DAV, and others.")
|
DAV, and others.")
|
||||||
|
|
|
@ -1,34 +0,0 @@
|
||||||
Source: https://gitlab.gnome.org/GNOME/gvfs/-/commit/13551f3f40d41f1357126ac5a26d0fa012cd8123
|
|
||||||
|
|
||||||
Note: This change should be incorporated into stable version 1.46.x of gvfs.
|
|
||||||
|
|
||||||
From 13551f3f40d41f1357126ac5a26d0fa012cd8123 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Bastien Nocera <hadess@hadess.net>
|
|
||||||
Date: Tue, 16 Jun 2020 13:28:35 +0200
|
|
||||||
Subject: [PATCH] afc: Add support for libplist-2.2
|
|
||||||
|
|
||||||
Which changed name from libplist to libplist-2.0 to embed its API
|
|
||||||
version number in the library name.
|
|
||||||
---
|
|
||||||
meson.build | 5 ++++-
|
|
||||||
1 file changed, 4 insertions(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/meson.build b/meson.build
|
|
||||||
index 1750f65ca..187bfd55f 100644
|
|
||||||
--- a/meson.build
|
|
||||||
+++ b/meson.build
|
|
||||||
@@ -357,7 +357,10 @@ config_h.set('HAVE_LOGIND', enable_logind)
|
|
||||||
enable_afc = get_option('afc')
|
|
||||||
if enable_afc
|
|
||||||
libimobiledevice_dep = dependency('libimobiledevice-1.0', version: '>= 1.2')
|
|
||||||
- libplist_dep = dependency('libplist', version: '>= 0.15')
|
|
||||||
+ libplist_dep = dependency('libplist-2.0', required: false)
|
|
||||||
+ if not libplist_dep.found()
|
|
||||||
+ libplist_dep = dependency('libplist', version: '>= 0.15')
|
|
||||||
+ endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
# *** Check if we should build with GOA volume monitor ***
|
|
||||||
--
|
|
||||||
GitLab
|
|
||||||
|
|
Loading…
Reference in a new issue