[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/108: gnu: libgdata: Update to 0.17.12.
From: |
guix-commits |
Subject: |
44/108: gnu: libgdata: Update to 0.17.12. |
Date: |
Sat, 25 Apr 2020 15:22:48 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 99455d7f35df657d6eb3eeb573837688abd3a013
Author: Kei Kebreau <address@hidden>
AuthorDate: Sun Apr 19 12:34:21 2020 -0400
gnu: libgdata: Update to 0.17.12.
* gnu/packages/gnome.scm (libgdata): Update to 0.17.12.
[build-system]: Use meson-build-system.
[arguments]: Remove obsolete 'disable-failing-tests' phase.
[native-inputs]: Add gobject-introspection, gtk-doc, and vala.
---
gnu/packages/gnome.scm | 21 +++++++--------------
1 file changed, 7 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 11858d0..cc6036b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1043,7 +1043,7 @@ formats like PNG, SVG, PDF and EPS.")
(define-public libgdata
(package
(name "libgdata")
- (version "0.17.9")
+ (version "0.17.12")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1051,24 +1051,17 @@ formats like PNG, SVG, PDF and EPS.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0fj54yqxdapdppisqm1xcyrpgcichdmipq0a0spzz6009ikzgi45"))))
- (build-system gnu-build-system)
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- (add-before 'check 'disable-failing-tests
- (lambda _
- ;; The PicasaWeb API tests fail with gnome-online-accounts@3.24.2.
- ;; They have been removed in libgdata 0.17.6, so just do the same.
- (substitute* "gdata/tests/Makefile"
- (("picasaweb\\$\\(EXEEXT\\) ") ""))
- #t)))))
+ "0613nihsvwvdnmlbjnwi8zqxgmpwyxdapzznq4cy1fp84246zzd0"))))
+ (build-system meson-build-system)
(native-inputs
`(("glib:bin" ,glib "bin")
+ ("gobject-introspection" ,gobject-introspection) ; for g-ir-scanner
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
+ ("gtk-doc" ,gtk-doc)
("intltool" ,intltool)
("pkg-config" ,pkg-config)
- ("uhttpmock" ,uhttpmock)))
+ ("uhttpmock" ,uhttpmock)
+ ("vala" ,vala)))
(inputs
`(("cyrus-sasl" ,cyrus-sasl)
("glib-networking" ,glib-networking)))
- 13/108: gnu: cogl: Update to 1.22.6., (continued)
- 13/108: gnu: cogl: Update to 1.22.6., guix-commits, 2020/04/25
- 14/108: gnu: clutter: Update to 1.26.4., guix-commits, 2020/04/25
- 24/108: gnu: gnome-menus: Update to 3.36.0., guix-commits, 2020/04/25
- 26/108: gnu: python-pyatspi: Update to 2.36.0., guix-commits, 2020/04/25
- 28/108: gnu: gcr: Update to 3.36.0., guix-commits, 2020/04/25
- 32/108: gnu: gtk-vnc: Update to 1.0.0., guix-commits, 2020/04/25
- 40/108: gnu: yelp-xsl: Update to 3.36.0., guix-commits, 2020/04/25
- 29/108: gnu: evolution-data-server: Update to 3.36.1., guix-commits, 2020/04/25
- 42/108: gnu: yelp: Update to 3.36.0., guix-commits, 2020/04/25
- 43/108: gnu: Add fuse3., guix-commits, 2020/04/25
- 44/108: gnu: libgdata: Update to 0.17.12.,
guix-commits <=
- 31/108: gnu: evolution: Update to 3.36.1., guix-commits, 2020/04/25
- 51/108: gnu: gnome-color-manager: Update to 3.36.0., guix-commits, 2020/04/25
- 34/108: gnu: gnome-bluetooth: Update to 3.34.1., guix-commits, 2020/04/25
- 46/108: gnu: nautilus: Update to 3.36.1.1., guix-commits, 2020/04/25
- 49/108: gnu: pipewire: Update to 0.3.2., guix-commits, 2020/04/25
- 54/108: gnu: network-manager-applet: Update to 1.16.0., guix-commits, 2020/04/25
- 41/108: gnu: dconf: Update to 0.36.0., guix-commits, 2020/04/25
- 48/108: gnu: wayland-protocols: Update to 1.20., guix-commits, 2020/04/25
- 53/108: gnu: libnma: Update to 1.8.28., guix-commits, 2020/04/25
- 52/108: gnu: network-manager: Update to 1.22.10., guix-commits, 2020/04/25