[PATCH] Gnome 2048 does not build 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)
87mtm54hp2.fsf@planete-kraus.eu
Dear guix,

Gnome 2048 requires the old meson too.

Best regards,

Vivien
From c3a77be9eb0673495be9745cfbfc24694b3790ae Mon Sep 17 00:00:00 2001
From: Vivien Kraus <vivien@planete-kraus.eu>
Date: Mon, 15 Nov 2021 14:25:20 +0000
Subject: [PATCH] gnu: gnome-2048: Fix build.

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

Toggle diff (16 lines)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index dd2444e3c9..08a216e9ef 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1768,7 +1768,8 @@ (define-public gnome-2048
"0s5fg4z5in1h39fcr69j1qc5ynmg7a8mfprk3mc3c0csq3snfwz2"))))
(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-----

iQGzBAEBCAAdFiEEq4yIHjMvkliPpwQnO7C8EjLYuCwFAmGSbmkACgkQO7C8EjLY
uCw0/QwAiSS3Ib1Jr0B1unleDvfFjPtskPjkQsWPI9noX2il3ipUiLqioGk/mKpO
Z4RLca5xolUKfd95lClFA30WzcK9a7rVMQtUnOd0CziGmPk+qhLzsMuFtGVjSCRq
JX3Ddv8nlTJT0dqIYEUXJ7pbo2U1e478pxGFAPj0tramIEXRqp8YaQRk+5RfC3HE
NaTEAQ3aUupTw4sC3fNoGvetjzwYDup5vMqqmMWA0QtqsC80TO/3a1nD9P2X3Fuk
6PeE57eO/6uc0lkRAJKSFOutw7BuHkT/xl/AcEudigB4X0JBojalNW2F9nid6xrc
z8IuwPU9vA326/cJdGWblfX1zqVJ0Dpi7Fu3ZFENBqqb+FKJ0SX3QQFBUNoQ7C+7
Svvq2pvYInSf2mqKki8QbPrkxTJJO6t4afDtC/kqm9UmKspfOqeOIIKkD/nzoZba
Q8yBScYQVWzXcScimCbFif8FBn7civEHObZF4/4A6diimPwvNh5gpTISQQh/AIvB
vg0YAr0w
=aSvx
-----END PGP SIGNATURE-----

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

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYZKGcg8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j8P7AD+McA5MYHgRQ4hSn04NhDAxOEjYnjvYDWQ7fx2
6ddZznMA/RY8W24gfGADW3LKnhXNuwHLUKMmsC+79XmW9B7I1cL0
=TbBp
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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