[PATCH] On core-updates-frozen, gnome-mines requires the old meson too

  • 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)
87k0h94h41.fsf@planete-kraus.eu
Dear guix,

Yet another package that requires the old meson on core-updates-frozen
:)

Best regards,

Vivien
From 4bd36cebd69a2695f9b6db108868198aae2f48b9 Mon Sep 17 00:00:00 2001
From: Vivien Kraus <vivien@planete-kraus.eu>
Date: Mon, 15 Nov 2021 14:38:29 +0000
Subject: [PATCH] gnu: gnome-mines: Fix build.

* gnu/packages/gnome.scm (gnome-mines) [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 17959ed347..2a60cc6afc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5112,7 +5112,8 @@ (define-public gnome-mines
(base32 "0sf6kdvhr4pr3hddnj6ql9larz2wy108sri31id6x9g459nbly8z"))))
(build-system meson-build-system)
(arguments
- '(#:glib-or-gtk? #t
+ `(#:glib-or-gtk? #t
+ #:meson ,meson-0.59
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'skip-gtk-update-icon-cache
--
2.33.1
-----BEGIN PGP SIGNATURE-----

iQGzBAEBCAAdFiEEq4yIHjMvkliPpwQnO7C8EjLYuCwFAmGScV4ACgkQO7C8EjLY
uCw/2Qv8CShbZKDDTMc1bSthzAOFq2gAl4gY0uvpAXytiUvW9UqitGl9WXEEJoZE
z7KSRAnIBpZFgkGBdpyyjKLgx0vbI1pf1eV+bn94P7WQeMfkLUet88ghyqgWfX0A
2NhvI/RHwMic8/QYxUQhXCGrfsGHN+6WWNmEDxprSZQAQfJWWO5ylDdZGRSQHRXj
8rV/QMoHAM60y6pgxekWey1rnjpRdKBwzRWpjkUz/vpEnd3/0DhKoxejZ5TDj5eW
J6zByQZ4kn2JrVNcg+zPApPCilDQ3c5JmGFQelrI0W+1sl535EOROYyvU8O3/eLp
OuullHaSSa5asbmte97CKpRQuvaEfh6DMFHElKj5fYa9XUeAjGH7uA6Kn5niYuvk
+Ud5N4p1a7t3AFlxQSwOnXqkPcv1erp3Qg5NDcjFjmse1D/5RHD5cdTHzYdsiU2x
h45ttoTsHmy/KkntBCPAL2tRdqk6W0noUopSs7X+vvGcmyHdFrvKSEr/Dr+BYG6+
iKzLyrM0
=nbTh
-----END PGP SIGNATURE-----

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

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYZKGnQ8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j8OiQEAg+3JGHz4zxwAFZcZjkQpcNvPtE9RYD2kntmT
T6Axlt0BAJcu+dwuV3GI2Td7NhYPhX1rLnV6Yd7Ykw3FZIwPnhxK
=fw3s
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 51872
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