[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/60: gnu: libical: Update to 3.0.7.
From: |
guix-commits |
Subject: |
21/60: gnu: libical: Update to 3.0.7. |
Date: |
Sat, 25 Jan 2020 14:47:05 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.
commit 416b69aa4cbfd3cba0d2749be8b47f4505ea97e9
Author: Kei Kebreau <address@hidden>
AuthorDate: Tue Dec 17 00:10:11 2019 -0500
gnu: libical: Update to 3.0.7.
* gnu/packages/calendar.scm (libical): Update to 3.0.7.
[arguments]: Add "-DGOBJECT_INTROSPECTION=true" and "-DICAL_GLIB_VAPI=true"
configure flags.
[native-inputs]: Add gobject-introspection and vala.
---
gnu/packages/calendar.scm | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm
index 5e7ac66..4a0939a 100644
--- a/gnu/packages/calendar.scm
+++ b/gnu/packages/calendar.scm
@@ -35,6 +35,7 @@
#:use-module (gnu packages dav)
#:use-module (gnu packages freedesktop)
#:use-module (gnu packages glib)
+ #:use-module (gnu packages gnome)
#:use-module (gnu packages gtk)
#:use-module (gnu packages icu4c)
#:use-module (gnu packages perl)
@@ -50,7 +51,7 @@
(define-public libical
(package
(name "libical")
- (version "3.0.6")
+ (version "3.0.7")
(source (origin
(method url-fetch)
(uri (string-append
@@ -58,11 +59,13 @@
version "/libical-" version ".tar.gz"))
(sha256
(base32
- "15sdmh8w4vszd7jhv9fdpd48anpkniq2k1jw7siy9v1jnz1232jw"))))
+ "1z33wzaazbd7drl6qbh1750whd78xl2cg0gjnxyya9m83vgndgha"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f ; test suite appears broken
- #:configure-flags '("-DSHARED_ONLY=true")
+ #:configure-flags '("-DSHARED_ONLY=true"
+ "-DGOBJECT_INTROSPECTION=true"
+ "-DICAL_GLIB_VAPI=true")
#:phases
(modify-phases %standard-phases
(add-before 'configure 'patch-paths
@@ -78,9 +81,11 @@
(("\\\"/usr/share/lib/zoneinfo\\\"") "")))
#t)))))
(native-inputs
- `(("gtk-doc" ,gtk-doc)
+ `(("gobject-introspection" ,gobject-introspection)
+ ("gtk-doc" ,gtk-doc)
("perl" ,perl)
- ("pkg-config" ,pkg-config)))
+ ("pkg-config" ,pkg-config)
+ ("vala" ,vala)))
(inputs
`(("glib" ,glib)
("libxml2" ,libxml2)
- 12/60: gnu: vala: Update to 0.46.5., (continued)
- 12/60: gnu: vala: Update to 0.46.5., guix-commits, 2020/01/25
- 13/60: gnu: gcr: Update to 3.34.0., guix-commits, 2020/01/25
- 15/60: gnu: gedit: Update to 3.34.1., guix-commits, 2020/01/25
- 10/60: gnu: gsettings-desktop-schemas: Update to 3.34.0., guix-commits, 2020/01/25
- 14/60: gnu: epiphany: Update to 3.34.2., guix-commits, 2020/01/25
- 16/60: gnu: glib-networking: Update to 2.62.2., guix-commits, 2020/01/25
- 19/60: gnu: libgweather: Update to 3.34.0., guix-commits, 2020/01/25
- 17/60: gnu: gnome-bluetooth: Update to 3.34.0., guix-commits, 2020/01/25
- 18/60: gnu: gnome-caclulator: Update to 3.34.1., guix-commits, 2020/01/25
- 20/60: gnu: gnome-online-accounts: Update to 3.34.1., guix-commits, 2020/01/25
- 21/60: gnu: libical: Update to 3.0.7.,
guix-commits <=
- 23/60: gnu: gnome-autoar: Update to 0.2.4., guix-commits, 2020/01/25
- 24/60: gnu: evolution: Update to 3.34.2., guix-commits, 2020/01/25
- 26/60: gnu: folks: Update to 0.13.1., guix-commits, 2020/01/25
- 27/60: gnu: gnome-contacts: Update to 3.34., guix-commits, 2020/01/25
- 28/60: gnu: gnome-session: Update to 3.34.2., guix-commits, 2020/01/25
- 25/60: gnu: dbus-glib: Update to 0.110., guix-commits, 2020/01/25
- 22/60: gnu: evolution-data-server: Update to 3.34.2., guix-commits, 2020/01/25
- 30/60: gnu: gnome-control-center: Update to 3.34.2., guix-commits, 2020/01/25
- 29/60: gnu: gnome-settings-daemon: Update to 3.34.1., guix-commits, 2020/01/25
- 31/60: gnu: gnome-disk-utility: Update to 3.34.0., guix-commits, 2020/01/25