guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: gnome-builder: Use libsoup 2.


From: guix-commits
Subject: 02/02: gnu: gnome-builder: Use libsoup 2.
Date: Wed, 1 Dec 2021 04:08:02 -0500 (EST)

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

commit 762643e0fc2b4c6fe06ac0e15f7352c85d801777
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Tue Nov 30 00:05:18 2021 +0100

    gnu: gnome-builder: Use libsoup 2.
    
    * gnu/packages/gnome.scm (gnome-builder) [phase 'patch-meson]: Don’t search
    for webkit2gtk-4.1.
    [inputs]: Replace devhelp with devhelp-with-libsoup2 and
    webkit with webkit-with-libsoup2.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/gnome.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ccb99ca..5f99616 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12486,10 +12486,7 @@ libraries.  Applications do not need to be 
recompiled--or even restarted.")
              (substitute* "src/libide/meson.build"
                (("/usr/lib")
                 (string-append (assoc-ref inputs "python-pygobject")
-                               "/lib")))
-             (substitute* "meson.build"
-               (("webkit2gtk-4.0") "webkit2gtk-4.1"))
-             #t))
+                               "/lib")))))
          (add-after 'configure 'fix-ninja
            (lambda _
              ;; #43296: meson(?) incorrectly assumes we want to link
@@ -12505,7 +12502,7 @@ libraries.  Applications do not need to be 
recompiled--or even restarted.")
     (inputs
      `(("cmark" ,cmark)
        ("clang" ,clang)
-       ("devhelp" ,devhelp)
+       ("devhelp" ,devhelp-with-libsoup2)
        ("glade" ,glade3)
        ("gspell" ,gspell)
        ("gtk+" ,gtk+)
@@ -12521,7 +12518,7 @@ libraries.  Applications do not need to be 
recompiled--or even restarted.")
        ("sysprof" ,sysprof)
        ("template-glib" ,template-glib)
        ("vte" ,vte)
-       ("webkitgtk" ,webkitgtk)))
+       ("webkitgtk" ,webkitgtk-with-libsoup2)))
     (propagated-inputs
      `(("gtksourceview" ,gtksourceview)))         ;needed for settings
     (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]