all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67424] [PATCH gnome-team] gnu: libsoup: Update to 3.4.4.
@ 2023-11-23 23:58 Vivien Kraus via Guix-patches via
  2023-11-24  5:17 ` Liliana Marie Prikler
  2023-11-25 22:18 ` Roman Riabenko via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-11-23 23:58 UTC (permalink / raw)
  To: 67424; +Cc: rg, liliana.prikler, maxim.cournoyer

* gnu/packages/gnome.scm (libsoup): Update to 3.4.4.
[native-inputs]: Add gettext-minimal.

Change-Id: I8da30149b9211d147aab2664b11a5c66acb461f0
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 194a443484..00a2d6f5e2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5093,7 +5093,7 @@ (define-public libsoup-minimal-2
 (define-public libsoup
   (package/inherit libsoup-minimal
     (name "libsoup")
-    (version "3.1.4")
+    (version "3.4.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/libsoup/"
@@ -5101,7 +5101,7 @@ (define-public libsoup
                                   "libsoup-" version ".tar.xz"))
               (sha256
                (base32
-                "0m5mf2ahb462jzr40d916swv3040h9500jcmr87vnilpr4zrj584"))))
+                "1an5n2sa70f40my4g20lk38s5ib99c32bzzg8gm91v9nbxr6f719"))))
     (outputs (cons "doc" (package-outputs libsoup-minimal)))
     (arguments
      (substitute-keyword-arguments (package-arguments libsoup-minimal)
@@ -5131,7 +5131,7 @@ (define-public libsoup
                 (rename-file (string-append #$output "/share/doc")
                              (string-append #$output:doc "/share/doc"))))))))
     (native-inputs (modify-inputs (package-native-inputs libsoup-minimal)
-                     (prepend gi-docgen)))))
+                     (prepend gettext-minimal gi-docgen)))))
 
 (define-public libsecret
   (package

base-commit: 60db3a6b3f6e4d1bd751d04b7d9ad1e894febf93
-- 
2.41.0




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#67424] [PATCH gnome-team] gnu: libsoup: Update to 3.4.4.
  2023-11-23 23:58 [bug#67424] [PATCH gnome-team] gnu: libsoup: Update to 3.4.4 Vivien Kraus via Guix-patches via
@ 2023-11-24  5:17 ` Liliana Marie Prikler
  2023-11-25 22:18 ` Roman Riabenko via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Liliana Marie Prikler @ 2023-11-24  5:17 UTC (permalink / raw)
  To: Vivien Kraus, 67424; +Cc: rg, maxim.cournoyer

Am Freitag, dem 24.11.2023 um 00:58 +0100 schrieb Vivien Kraus:
> * gnu/packages/gnome.scm (libsoup): Update to 3.4.4.
> [native-inputs]: Add gettext-minimal.
> 
> Change-Id: I8da30149b9211d147aab2664b11a5c66acb461f0
> ---
That's a webkit rebuild.  From my POV, rebuilding webkit is about as
bad as rebuilding the world :)

Cheers




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#67424] [PATCH gnome-team] gnu: libsoup: Update to 3.4.4.
  2023-11-23 23:58 [bug#67424] [PATCH gnome-team] gnu: libsoup: Update to 3.4.4 Vivien Kraus via Guix-patches via
  2023-11-24  5:17 ` Liliana Marie Prikler
@ 2023-11-25 22:18 ` Roman Riabenko via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Roman Riabenko via Guix-patches via @ 2023-11-25 22:18 UTC (permalink / raw)
  To: 67424

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

I used edits from this patch to build and install Epiphany 42.4 (which
is the current version in Guix) with `libsoup` 3.4.4. It works and
seems to fix issue #67447.

Roman

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-25 22:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-23 23:58 [bug#67424] [PATCH gnome-team] gnu: libsoup: Update to 3.4.4 Vivien Kraus via Guix-patches via
2023-11-24  5:17 ` Liliana Marie Prikler
2023-11-25 22:18 ` Roman Riabenko via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.