[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/61: gnu: gvfs: Update to 1.36.2.
From: |
guix-commits |
Subject: |
27/61: gnu: gvfs: Update to 1.36.2. |
Date: |
Sat, 9 Mar 2019 02:53:24 -0500 (EST) |
rekado pushed a commit to branch staging
in repository guix.
commit 0ab9f949da0d53b192782125d64b082575db493c
Author: Ricardo Wurmus <address@hidden>
Date: Mon Aug 6 12:28:53 2018 +0200
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.
---
gnu/packages/gnome.scm | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1cbc50a..df3f8a2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4088,7 +4088,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.32.1")
+ (version "1.36.2")
(source (origin
(method url-fetch)
(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"))
(sha256
(base32
- "1pkahczniar1yyas7awcqpkb4ca8l7qa4msn6mr29m89mgnwkdnh"))))
+ "1xq105596sk9yram5a143b369wpaiiwc9gz86n0j1kfr7nipkqn4"))))
(build-system gnu-build-system)
(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
`(("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)
("xsltproc" ,libxslt)))
(inputs
@@ -4120,6 +4128,7 @@ part of udev-extras, then udev, then systemd. It's now a
project on its own.")
("libgcrypt" ,libgcrypt)
("libgphoto2" ,libgphoto2)
("libgudev" ,libgudev)
+ ("libimobiledevice" ,libimobiledevice)
("libmtp" ,libmtp)
("libsecret" ,libsecret)
("libsmbclient" ,samba)
- 04/61: gnu: at-spi2-core: Update to 2.28.0., (continued)
- 04/61: gnu: at-spi2-core: Update to 2.28.0., guix-commits, 2019/03/09
- 08/61: gnu: file-roller: Update to 3.28.0., guix-commits, 2019/03/09
- 16/61: gnu: adwaita-icon-theme: Update to 3.28.0., guix-commits, 2019/03/09
- 19/61: gnu: geocode-glib: Update to 3.26.0., guix-commits, 2019/03/09
- 20/61: gnu: libgweather: Update to 3.28.2., guix-commits, 2019/03/09
- 14/61: gnu: gcr: Update to 3.28.0., guix-commits, 2019/03/09
- 38/61: gnu: python-pyatspi: Update to 2.26.0., guix-commits, 2019/03/09
- 23/61: gnu: eog: Update to 3.28.2., guix-commits, 2019/03/09
- 33/61: gnu: cheese: Propagate more inputs., guix-commits, 2019/03/09
- 35/61: gnu: gnome-session: Update to 3.28.1., guix-commits, 2019/03/09
- 27/61: gnu: gvfs: Update to 1.36.2.,
guix-commits <=
- 30/61: gnu: devhelp: Update to 3.28.1., guix-commits, 2019/03/09
- 43/61: gnu: gnome-shell-extensions: Update to 3.28.1., guix-commits, 2019/03/09
- 40/61: gnu: gucharmap: Update to 10.0.4., guix-commits, 2019/03/09
- 51/61: gnu: gnome-control-center: Update to 3.28.2., guix-commits, 2019/03/09
- 54/61: gnu: gnome-online-accounts: Update to 3.28.0., guix-commits, 2019/03/09
- 55/61: gnu: network-manager-openvpn: Update to 1.8.4., guix-commits, 2019/03/09
- 48/61: gnu: tracker: Update to 2.0.4., guix-commits, 2019/03/09
- 57/61: gnu: dconf-editor: Update to 3.28.0., guix-commits, 2019/03/09
- 06/61: gnu: yelp-xsl: Update to 3.28.0., guix-commits, 2019/03/09
- 07/61: gnu: yelp-tools: Update to 3.28.0., guix-commits, 2019/03/09