all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: Leo Famulari <leo@famulari.name>
Cc: 53197@debbugs.gnu.org, kiasoc5@tutanota.com
Subject: bug#53197: [PATCH 3/3] gnu: wpewebkit: Update to 2.34.3.
Date: Sun, 16 Jan 2022 08:31:16 +0100	[thread overview]
Message-ID: <0c85d5f5f60e855b80e9ad01687d2894c4462759.camel@gmail.com> (raw)
In-Reply-To: <MtA6SvI--7-2@tutanota.com>

* gnu/packages/webkit.scm (wpewebkit): Update to 2.34.3.
[#:phases]: Add ‘patch-cmake’ phase to fix an error in the install directories
of the documentation.
[inputs]: Add lcms.
---
 gnu/packages/webkit.scm | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index fc5172cfd7..d7751095c7 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -124,7 +124,7 @@ (define-public wpebackend-fdo
 (define-public wpewebkit
   (package
     (name "wpewebkit")
-    (version "2.30.5")
+    (version "2.34.3")
     (source
      (origin
        (method url-fetch)
@@ -132,7 +132,7 @@ (define-public wpewebkit
         (string-append "https://wpewebkit.org/releases/"
                        name "-" version ".tar.xz"))
        (sha256
-        (base32 "16imr0kmzhs7dz6jva9750xbsdz9v50playnagabajy30x7pymsb"))))
+        (base32 "1z20bza01ld4jvi0qx8xsl5y4czaniwpi8hxdjyirj1mrszy8pf3"))))
     (build-system cmake-build-system)
     (outputs '("out" "doc"))
     (arguments
@@ -162,6 +162,15 @@ (define-public wpewebkit
                                   "/xml/dtd/docbook/docbookx.dtd"))))
               (find-files "Source" "\\.sgml$"))
              #t))
+         (add-after 'unpack 'patch-cmake
+           (lambda _
+             (substitute* "Source/PlatformWPE.cmake"
+               (("(Documentation/wpe(-webextensions)?-)\\$\\{WPE_API_VERSION\\}"
+                 all prefix)
+                (string-append prefix "${WPE_API_DOC_VERSION}"))
+               (("(html/wpe(-webextensions)?-)\\$\\{WPE_API_VERSION\\}"
+                 all prefix)
+                (string-append prefix "${WPE_API_DOC_VERSION}")))))
          (add-after 'install 'move-doc-files
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))
@@ -194,6 +203,7 @@ (define-public wpewebkit
        ("gst-plugins-base" ,gst-plugins-base)
        ("harfbuzz" ,harfbuzz)
        ("icu" ,icu4c)
+       ("lcms" ,lcms)
        ("libepoxy" ,libepoxy)
        ("libgcrypt" ,libgcrypt)
        ("libjpeg" ,libjpeg-turbo)
-- 
2.34.0





  parent reply	other threads:[~2022-01-16  7:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-11 21:49 bug#53197: wpewebkit: Fails to build (a required package was not found) kiasoc5--- via Bug reports for GNU Guix
2022-01-12  7:28 ` Liliana Marie Prikler
2022-01-12 18:28   ` Leo Famulari
2022-01-13  7:45     ` Liliana Marie Prikler
2022-01-15 11:12       ` Liliana Marie Prikler
2022-01-16  7:29 ` bug#53197: [PATCH 1/3] gnu: libwpe: Update to 1.12.0 Liliana Marie Prikler
2022-01-16  7:29 ` bug#53197: [PATCH 2/3] gnu: wpebackend-fdo: " Liliana Marie Prikler
2022-01-16  7:31 ` Liliana Marie Prikler [this message]
2022-01-16  7:36 ` bug#53197: [PATCH 0/3] Update WPEWebkit to 2.34.3 Liliana Marie Prikler
2022-01-16 18:30   ` Leo Famulari
2022-01-16 19:29     ` Liliana Marie Prikler
2022-01-29 21:42       ` Leo Famulari
2022-01-16 18:55   ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0c85d5f5f60e855b80e9ad01687d2894c4462759.camel@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=53197@debbugs.gnu.org \
    --cc=kiasoc5@tutanota.com \
    --cc=leo@famulari.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.