[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: gnome-builder: Fix build.
From: |
guix-commits |
Subject: |
09/10: gnu: gnome-builder: Fix build. |
Date: |
Mon, 3 Jun 2024 15:04:24 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 2c6b0462270638b240e2ed38ad446c9db2354781
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat May 18 21:48:14 2024 +0200
gnu: gnome-builder: Fix build.
* gnu/packages/gnome.scm (gnome-builder)[#:phases]: Add ‘patch-source’.
---
gnu/packages/gnome.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2d694e0822..565d8ad4f8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13420,6 +13420,14 @@ libraries. Applications do not need to be
recompiled--or even restarted.")
#:configure-flags #~(list "-Dnetwork_tests=false" "-Ddocs=true")
#:phases
#~(modify-phases %standard-phases
+ (add-after 'unpack 'patch-source
+ (lambda _
+ ;; With Gnome 4.14, GtkStackPage has an autoptr already, so it'd
+ ;; get redefined. Drop this phase when updating gnome-builder to
+ ;; 46.0 or newer. See also
+ ;;
<https://gitlab.gnome.org/GNOME/gnome-builder/-/commit/7aaaecefc2ea8a37eaeae8b4d726d119d4eb8fa3>
+ (substitute* "src/libide/tweaks/ide-tweaks-window.c"
+ (("G_DEFINE_AUTOPTR_CLEANUP_FUNC \\(GtkStackPage, .*\\)")
""))))
(add-after 'unpack 'patch-meson
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "meson.build"
- branch gnome-team created (now ad7505d16f), guix-commits, 2024/06/03
- 02/10: gnu: vala: Update to 0.56.16., guix-commits, 2024/06/03
- 05/10: gnu: wpewebkit: Update to 2.44.1., guix-commits, 2024/06/03
- 10/10: gnu: gtk: Fix build on i686-linux., guix-commits, 2024/06/03
- 09/10: gnu: gnome-builder: Fix build.,
guix-commits <=
- 08/10: gnu: qemu: Disable more tests., guix-commits, 2024/06/03
- 06/10: gnu: gst-plugins-bad: Ignore elements_netsim test., guix-commits, 2024/06/03
- 03/10: gnu: gtk: Update to 4.14.2., guix-commits, 2024/06/03
- 04/10: gnu: webkitgtk: Update to 2.44.1., guix-commits, 2024/06/03
- 01/10: gnu: gtkmm@3: Update to 3.24.9., guix-commits, 2024/06/03
- 07/10: gnu: qtbase: Ignore tst_qsqlthread., guix-commits, 2024/06/03