gnu: gvfs: Update to 1.36.2.
* gnu/packages/gnome.scm (gvfs): Update to 1.36.2. [arguments]: Add phase "remove-broken-autogen-script". [native-inputs]: Add autoconf, automake, gettext-minimal, gtk-doc, and libtool. [inputs]: Add libimobiledevice.
This commit is contained in:
parent
ab35cc6e5b
commit
0ab9f949da
@ -4088,7 +4088,7 @@ part of udev-extras, then udev, then systemd. It's now a project on its own.")
|
|||||||
(define-public gvfs
|
(define-public gvfs
|
||||||
(package
|
(package
|
||||||
(name "gvfs")
|
(name "gvfs")
|
||||||
(version "1.32.1")
|
(version "1.36.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
@ -4096,13 +4096,21 @@ part of udev-extras, then udev, then systemd. It's now a project on its own.")
|
|||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pkahczniar1yyas7awcqpkb4ca8l7qa4msn6mr29m89mgnwkdnh"))))
|
"1xq105596sk9yram5a143b369wpaiiwc9gz86n0j1kfr7nipkqn4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; XXX: requiring `pidof'
|
'(#:tests? #f ; XXX: requiring `pidof'
|
||||||
|
#:phases
|
||||||
|
(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'remove-broken-autogen-script
|
||||||
|
(lambda _ (delete-file "autogen.sh") #t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
|
`(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
|
||||||
("intltool" ,intltool)
|
("autoconf" ,autoconf)
|
||||||
|
("automake" ,automake)
|
||||||
|
("gettext" ,gettext-minimal)
|
||||||
|
("gtk-doc" ,gtk-doc)
|
||||||
|
("libtool" ,libtool)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("xsltproc" ,libxslt)))
|
("xsltproc" ,libxslt)))
|
||||||
(inputs
|
(inputs
|
||||||
@ -4120,6 +4128,7 @@ part of udev-extras, then udev, then systemd. It's now a project on its own.")
|
|||||||
("libgcrypt" ,libgcrypt)
|
("libgcrypt" ,libgcrypt)
|
||||||
("libgphoto2" ,libgphoto2)
|
("libgphoto2" ,libgphoto2)
|
||||||
("libgudev" ,libgudev)
|
("libgudev" ,libgudev)
|
||||||
|
("libimobiledevice" ,libimobiledevice)
|
||||||
("libmtp" ,libmtp)
|
("libmtp" ,libmtp)
|
||||||
("libsecret" ,libsecret)
|
("libsecret" ,libsecret)
|
||||||
("libsmbclient" ,samba)
|
("libsmbclient" ,samba)
|
||||||
|
Loading…
Reference in New Issue
Block a user