[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
51/72: gnu: libgdata: Update to 0.18.1.
From: |
guix-commits |
Subject: |
51/72: gnu: libgdata: Update to 0.18.1. |
Date: |
Sun, 26 Sep 2021 16:31:38 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit dcce0e5c1945fcf76c69df7c5840b46315837165
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Sep 26 07:27:31 2021 +0000
gnu: libgdata: Update to 0.18.1.
* gnu/packages/gnome.scm (libgdata): Update to 0.18.1.
[build-system]: Switch to meson-build-system.
[arguments]: Remove the 'disable-failing-tests phase.
[native-inputs]: Add gobject-introspection.
[inputs]: Add vala.
---
gnu/packages/gnome.scm | 20 +++++++-------------
1 file changed, 7 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6d198b9..22bfdbd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1969,12 +1969,10 @@ relationship modeling, and network diagrams. The
program supports various file
formats like PNG, SVG, PDF and EPS.")
(license license:gpl2+))))
-;; This is the unstable release, but it is required for the current stable
-;; release of gvfs (1.38.1).
(define-public libgdata
(package
(name "libgdata")
- (version "0.17.9")
+ (version "0.18.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1982,29 +1980,25 @@ formats like PNG, SVG, PDF and EPS.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0fj54yqxdapdppisqm1xcyrpgcichdmipq0a0spzz6009ikzgi45"))))
- (build-system gnu-build-system)
+ "1iq4d1qy0vkmy29xvr13dgz4pxvn5v3yi2swryld0ajinvp951fx"))))
+ (build-system meson-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
(add-before 'check 'set-home-for-tests
(lambda _
- (setenv "HOME" "/tmp")))
- (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\\) ") "")))))))
+ (setenv "HOME" "/tmp"))))))
(native-inputs
`(("glib:bin" ,glib "bin")
+ ("gobject-introspection" ,gobject-introspection)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("intltool" ,intltool)
("pkg-config" ,pkg-config)
("uhttpmock" ,uhttpmock)))
(inputs
`(("cyrus-sasl" ,cyrus-sasl)
- ("glib-networking" ,glib-networking)))
+ ("glib-networking" ,glib-networking)
+ ("vala" ,vala)))
(propagated-inputs
`(("gcr" ,gcr)
("glib" ,glib)
- 44/72: gnu: eog: Update to 40.3., (continued)
- 44/72: gnu: eog: Update to 40.3., guix-commits, 2021/09/26
- 50/72: gnu: graphene: Update to 1.10.6., guix-commits, 2021/09/26
- 59/72: gnu: gnome-control-center: Update to 40.1., guix-commits, 2021/09/26
- 65/72: gnu: gnome: Add gnome-music and gnome-photo., guix-commits, 2021/09/26
- 66/72: gnu: gnome: Remove gnome-getting-started-docs., guix-commits, 2021/09/26
- 69/72: gnu: gnome-sudoku: Update to 40.2., guix-commits, 2021/09/26
- 71/72: gnu: gnome-dictionary: Update to 40.0., guix-commits, 2021/09/26
- 27/72: gnu: baobab: Update to 40.0., guix-commits, 2021/09/26
- 34/72: gnu: file-roller: Update to 3.40.0., guix-commits, 2021/09/26
- 39/72: gnu: gnome-terminal: Update to 3.40.3., guix-commits, 2021/09/26
- 51/72: gnu: libgdata: Update to 0.18.1.,
guix-commits <=
- 57/72: gnu: Remove gnome-getting-started-docs., guix-commits, 2021/09/26
- 42/72: gnu: yelp: Update to 40.3., guix-commits, 2021/09/26
- 55/72: gnu: gnome-keyring: Update to 40.0., guix-commits, 2021/09/26
- 54/72: gnu: gnome-settings-daemon: Update to 40.0.1., guix-commits, 2021/09/26
- 64/72: gnu: gnome-photos: Update to 40.0., guix-commits, 2021/09/26
- 68/72: gnu: gnome-mines: Update to 40.0., guix-commits, 2021/09/26
- 67/72: gnu: gnome-shell: Update to 40.5., guix-commits, 2021/09/26
- 70/72: gnu: devhelp: Update to 40.1., guix-commits, 2021/09/26
- 72/72: gnu: gnome-tweaks: Update to 40.0., guix-commits, 2021/09/26
- 17/72: gnu: gnome-system-monitor: Update to 40.1., guix-commits, 2021/09/26