[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/72: gnu: gnome-contacts: Update to 40.0.
From: |
guix-commits |
Subject: |
45/72: gnu: gnome-contacts: Update to 40.0. |
Date: |
Sun, 26 Sep 2021 16:31:36 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit b09a2d4c12fb22af8e9abb78729ae4ac3a6b947c
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Sep 25 14:39:20 2021 +0000
gnu: gnome-contacts: Update to 40.0.
* gnu/packages/gnome.scm (gnome-contacts): Update to 40.0.
[source]: Fix the URI.
[arguments]: Remove trailing #t.
[native-inputs]: Add docbook-xml and docbook-xsl.
[inputs]: Add libhandy.
---
gnu/packages/gnome.scm | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9b10482..bdc22d3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2124,15 +2124,15 @@ commonly used macros.")
(define-public gnome-contacts
(package
(name "gnome-contacts")
- (version "3.38.1")
+ (version "40.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnome-contacts/"
- (version-major+minor version) "/"
+ (version-major version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "0hsq0dwxjahcaxnm1m4r1lync9k2fkwzybfmkchrmn95vqcwwvf9"))))
+ "0w2g5xhw65adzvwzakrj5kaim4sw1w7s8qqwm3nm6inq50znzpn9"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dcheese=disabled")
@@ -2146,16 +2146,16 @@ commonly used macros.")
(invoke "vapigen" "--directory=vapi" "--pkg=gio-2.0"
"--library=goa-1.0"
- (string-append goa "/share/gir-1.0/Goa-1.0.gir"))
- #t))
+ (string-append goa "/share/gir-1.0/Goa-1.0.gir"))))
(add-after 'unpack 'skip-gtk-update-icon-cache
;; Don't create 'icon-theme.cache'.
(lambda _
(substitute* "build-aux/meson_post_install.py"
- (("gtk-update-icon-cache") "true"))
- #t)))))
+ (("gtk-update-icon-cache") "true")))))))
(native-inputs
- `(("glib:bin" ,glib "bin")
+ `(("docbook-xml" ,docbook-xml-4.2)
+ ("docbook-xsl" ,docbook-xsl)
+ ("glib:bin" ,glib "bin")
("pkg-config" ,pkg-config)))
(inputs
`(("docbook-xml" ,docbook-xml)
@@ -2168,6 +2168,7 @@ commonly used macros.")
("gst-plugins-base" ,gst-plugins-base)
("gtk+" ,gtk+)
("libgee" ,libgee)
+ ("libhandy" ,libhandy)
("libxslt" ,libxslt)
("telepathy-glib" ,telepathy-glib)
("vala" ,vala)))
- 64/72: gnu: gnome-photos: Update to 40.0., (continued)
- 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
- 19/72: gnu: libgweather: Update to 40.0., guix-commits, 2021/09/26
- 25/72: gnu: gnome-latex: Update to 3.38.0., guix-commits, 2021/09/26
- 23/72: gnu: Add tepl-5., guix-commits, 2021/09/26
- 28/72: gnu: nautilus: Update to 40.2., guix-commits, 2021/09/26
- 45/72: gnu: gnome-contacts: Update to 40.0.,
guix-commits <=
- 46/72: gnu: eog-plugins: Update to 3.26.7., guix-commits, 2021/09/26
- 56/72: gnu: gnome-color-manager: Update to 3.36.0., guix-commits, 2021/09/26
- 48/72: gnu: mutter: Update to 40.5., guix-commits, 2021/09/26
- 61/72: gnu: gdm: Update to 40.1., guix-commits, 2021/09/26
- 62/72: gnu: gnome-music: Update to 40.1.1., guix-commits, 2021/09/26
- 60/72: gnu: accountsservice: Update to 0.6.55., guix-commits, 2021/09/26