[PATCH] Fix gnome-calendar on core-updates-frozen

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 3 years ago
(address . bug-guix@gnu.org)
87czn14dar.fsf@planete-kraus.eu
Dear guix,

gnome-calendar also requires meson 0.59 in core-updates-frozen.

Best regards,

Vivien
From a2e4e6ac1d924fc8b95c0ac265f31eca0dbb58e1 Mon Sep 17 00:00:00 2001
From: Vivien Kraus <vivien@planete-kraus.eu>
Date: Mon, 15 Nov 2021 15:59:05 +0000
Subject: [PATCH] gnu: gnome-calendar: Fix build.

* gnu/packages/gnome.scm (gnome-calendar) [arguments]: Use meson 0.59.
---
gnu/packages/gnome.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Toggle diff (16 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2a60cc6afc..fc84e5af1a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9734,7 +9734,8 @@ (define-public gnome-calendar
"0czasxnmbw2zm21lmxam8qixacagciq3f815s809hn0f9byh2dwy"))))
(build-system meson-build-system)
(arguments
- '(#:glib-or-gtk? #t
+ `(#:glib-or-gtk? #t
+ #:meson ,meson-0.59
;; gnome-calendar has to be installed before the tests can be run
;; https://bugzilla.gnome.org/show_bug.cgi?id=788224
#:tests? #f
--
2.33.1
-----BEGIN PGP SIGNATURE-----

iQGzBAEBCAAdFiEEq4yIHjMvkliPpwQnO7C8EjLYuCwFAmGShKwACgkQO7C8EjLY
uCwAbgv6Axe0Gwrk8xEu8wwwIKoxLHP1fKQPAlzLzqlDfCjeAC7KsSMNsT+LjUik
Ru0FMsA36+a2YXI8DC5fM0zPX5c0eFwRgkcBqENVNP/PLuBL9wQtUjlvUxcLwmpz
HB1k87laDIsnh1a9IowMln3pRpahujVyki2vhAlFmvQPGtvrspr0bJ+kdUEyEiJR
fTcUklFfk/yxCYm/MJSU4VrT/EdOe1TdvFhqkLhPmwAFk2tMUv6mgAHKqL8QYRE0
TX6AQ73KBdOjeTG4GJpYxWXwa54FlXE72aXXJfjHF8W9gWKbQcI1PB24VDgGF7HA
UmwR4l0+Kw5pvUMesM1y5K+dBdAmIqdf6Pw4bVqv2nzHMH8/vtgWDe3S3IiW+SKD
AaaJqNkOGelYXiH2s0eoXxJc3cBKk3qztzHvmuf1L0+nUJToIT37VUZS0EDczB27
2z7AhSl+mHzi1L5mD6pyU8LxN6lAEWQaFqBRc3yAkQuMfLn9mh0YTtdh9ruJ9zGC
lqXd2xLu
=qWbU
-----END PGP SIGNATURE-----

Guillaume Le Vaillant wrote 3 years ago
(name . Vivien Kraus)(address . vivien@planete-kraus.eu)(address . 51873-done@debbugs.gnu.org)
87h7cdmm9n.fsf@kitej
Patch pushed as fe2575f9a96da2d81be10ac2e976b03a30e070ce.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYZKGxA8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j+mogD+LBqOIhtrdfVFolMvcEjcRHnYq/2NtkYdOaKc
LRl0aMMA/AuaXoRpIfMniBDj7zu7NqrKBUDggB6YivZsmKZmF7TP
=LpFG
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 51873@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 51873
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help