[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/48: gnu: gvfs: Update to 1.38.1.
From: |
guix-commits |
Subject: |
34/48: gnu: gvfs: Update to 1.38.1. |
Date: |
Fri, 3 May 2019 12:12:18 -0400 (EDT) |
rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit 82737c8fcf0c7ea6d7c35a87ef5c516f03e47792
Author: Ricardo Wurmus <address@hidden>
Date: Wed Dec 5 17:33:01 2018 +0100
gnu: gvfs: Update to 1.38.1.
* gnu/packages/gnome.scm (gvfs): Update to 1.38.1.
[build-system]: Use meson-build-system.
[arguments]: Remove custom phases; add configure flags to build without
systemd; set glib-or-gtk? flag; enable tests; add sub-directory to RUNPATH.
[native-inputs]: Remove autoconf, automake, and libtool.
[inputs]: Add elogind, gnome-online-accounts, libgdata, libnfs, and openssh.
---
gnu/packages/gnome.scm | 27 ++++++++++++++++-----------
1 file changed, 16 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 382f4a6..7243579 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -79,6 +79,7 @@
#:use-module (gnu packages enchant)
#:use-module (gnu packages flex)
#:use-module (gnu packages fonts)
+ #:use-module (gnu packages file-systems)
#:use-module (gnu packages fontutils)
#:use-module (gnu packages freedesktop)
#:use-module (gnu packages game-development)
@@ -4165,7 +4166,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.36.2")
+ (version "1.38.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4173,21 +4174,20 @@ part of udev-extras, then udev, then systemd. It's now
a project on its own.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1xq105596sk9yram5a143b369wpaiiwc9gz86n0j1kfr7nipkqn4"))))
- (build-system gnu-build-system)
+ "18311pn5kp9b4kf5prvhcjs0cwf7fm3mqh6s6p42avcr5j26l4zd"))))
+ (build-system meson-build-system)
(arguments
- '(#:tests? #f ; XXX: requiring `pidof'
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'remove-broken-autogen-script
- (lambda _ (delete-file "autogen.sh") #t)))))
+ '(#:glib-or-gtk? #t
+ #:configure-flags
+ (list "-Dsystemduserunitdir=no"
+ "-Dtmpfilesdir=no"
+ ;; Otherwise, the RUNPATH will lack the final path component.
+ (string-append "-Dc_link_args=-Wl,-rpath="
+ (assoc-ref %outputs "out") "/lib/gvfs"))))
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
- ("autoconf" ,autoconf)
- ("automake" ,automake)
("gettext" ,gettext-minimal)
("gtk-doc" ,gtk-doc)
- ("libtool" ,libtool)
("pkg-config" ,pkg-config)
("xsltproc" ,libxslt)))
(inputs
@@ -4195,23 +4195,28 @@ part of udev-extras, then udev, then systemd. It's now
a project on its own.")
("docbook-xml" ,docbook-xml-4.2)
("docbook-xsl" ,docbook-xsl)
("dbus" ,dbus)
+ ("elogind" ,elogind)
("fuse" ,fuse)
("gcr" ,gcr)
("glib" ,glib)
+ ("gnome-online-accounts" ,gnome-online-accounts)
("libarchive" ,libarchive)
("libbluray" ,libbluray)
("libcap" ,libcap)
("libcdio-paranoia" ,libcdio-paranoia)
("libgcrypt" ,libgcrypt)
+ ("libgdata" ,libgdata)
("libgphoto2" ,libgphoto2)
("libgudev" ,libgudev)
("libimobiledevice" ,libimobiledevice)
("libmtp" ,libmtp)
+ ("libnfs" ,libnfs)
("libsecret" ,libsecret)
("libsmbclient" ,samba)
("libsoup" ,libsoup)
("libxml2" ,libxml2)
("nettle" ,nettle) ; XXX: required by libarchive.pc
+ ("openssh" ,openssh)
("polkit" ,polkit)
("udisks" ,udisks)))
(home-page "https://wiki.gnome.org/gvfs/")
- 42/48: gnu: libgnome-games-support: Update to 1.4.2., (continued)
- 42/48: gnu: libgnome-games-support: Update to 1.4.2., guix-commits, 2019/05/03
- 13/48: gnu: seahorse: Update to 3.30., guix-commits, 2019/05/03
- 18/48: gnu: gnome-sudoku: Update to 3.30.0., guix-commits, 2019/05/03
- 20/48: gnu: glib: Install m4 macros., guix-commits, 2019/05/03
- 21/48: gnu: gtkmm: Update to 3.24.0., guix-commits, 2019/05/03
- 25/48: gnu: gnome-calculator: Update to 3.30.1., guix-commits, 2019/05/03
- 28/48: gnu: gnome-keyring: Add missing input., guix-commits, 2019/05/03
- 30/48: gnu: network-manager: Update to 1.14.4., guix-commits, 2019/05/03
- 39/48: gnu: epiphany: Update to 3.30.2., guix-commits, 2019/05/03
- 40/48: gnu: yelp: Update to 3.30.0., guix-commits, 2019/05/03
- 34/48: gnu: gvfs: Update to 1.38.1.,
guix-commits <=
- 41/48: gnu: yelp-xsl: Update to 3.30.1., guix-commits, 2019/05/03
- 47/48: gnu: mutter: Update to 3.30.2., guix-commits, 2019/05/03
- 48/48: gnu: gnome-shell: Update to 3.30.2., guix-commits, 2019/05/03
- 46/48: gnu: gtksourceview: Update to 4.0.3., guix-commits, 2019/05/03
- 32/48: gnu: libdazzle: Update to 3.30.2., guix-commits, 2019/05/03
- 27/48: gnu: gdm: Update to 3.30.2., guix-commits, 2019/05/03
- 44/48: gnu: gnome-online-accounts: Update to 3.30.0., guix-commits, 2019/05/03
- 36/48: gnu: gnome-tweak-tool: Update to 3.30.1., guix-commits, 2019/05/03
- 45/48: gnu: gnome-maps: Update to 3.30.2.1., guix-commits, 2019/05/03
- 33/48: gnu: libgdata: Update to 0.17.9., guix-commits, 2019/05/03