[PATCH] Fix dconf-editor

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

dconf-editor needs the old meson to build.

Best regards,

Vivien
From 228729b7bd0bd0bf6249866d691ed8ab1f051a7b Mon Sep 17 00:00:00 2001
From: Vivien Kraus <vivien@planete-kraus.eu>
Date: Sat, 13 Nov 2021 09:33:20 +0000
Subject: [PATCH] gnu: dconf-editor: Fix build.

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

Toggle diff (15 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4f43f83631..ec7466546c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9252,6 +9252,8 @@ (define-public dconf-editor
(base32
"1qvrxrk1h8bd75xwasxbvlkqrw6xkavjimvc7sslkw6lvb3z86jp"))))
(build-system meson-build-system)
+ (arguments
+ `(#:meson ,meson-0.59))
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
--
2.33.1
-----BEGIN PGP SIGNATURE-----

iQGzBAEBCAAdFiEEq4yIHjMvkliPpwQnO7C8EjLYuCwFAmGPhxEACgkQO7C8EjLY
uCyobwv/Xe0xw2xAP3nnEtvdrP5koKxspZWpwZYqCoZaVxnYJI8X61fqt/MernEO
i4GUCJ2jvsjpdTGCrlXKMa20r6RvbuTNQ6TCQ3OrCjkrgl1SyCVrZPyDA774cu/s
kBGSD377HHBrHJy+ujkDtdltJeXfEnoEQos2CWIjLsNy5x/RTw2MwlOGb2DAyQ6Z
RRqS/Q34hmoxrbjWVBVikMOEkYQgs6LI4GwEEWDObvv71G4lacRCY5cOwjWtFnT3
2bSN0D8/2qimAQc5XiBV5lN3zMfxNyaktSKWoMOSOYyYdqNdNf3/e8Fcg1jm1phB
cqvinbJAMQTN0w7hqMPH+skJKlx6DjwsP1Pt4Z9sDUuU+kyuXAYPcZ4lPwZI28Oz
zu/yp3lFWIZU6PeLuzAlMLr3PoPxybdPb0i4+YdqyEWKS71HyAGiDRWp/cGNi/pQ
hUlkVo62FfO58sFZg2HDW0NK+PkQuXepIQwz5fET4X/V43Gux9W9qmCtwBa7GTZr
8edbvFHG
=jHCJ
-----END PGP SIGNATURE-----

Vivien Kraus wrote 3 years ago
Re: bug#51806: Acknowledgement ([PATCH] Fix dconf-editor)
(address . 51806@debbugs.gnu.org)
87tuggjstv.fsf@planete-kraus.eu
Please ignore, it has already been fixed, thanks :)
Vivien Kraus wrote 3 years ago
Does this work?
(address . 51806-done@debbugs.gnu.org)
87r1bkjsns.fsf@planete-kraus.eu
I’d like to close 51806 :)
Closed
Guillaume Le Vaillant wrote 3 years ago
Re: bug#51806: [PATCH] Fix dconf-editor
(name . Vivien Kraus)(address . vivien@planete-kraus.eu)(address . 51806-done@debbugs.gnu.org)
87fss0s7vj.fsf@kitej
Closing.
Closed
?
Your comment

This issue is archived.

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

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