Github messages for voidlinux
 help / color / mirror / Atom feed
From: magackame <magackame@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] webkit2gtk: update to 2.40.3.
Date: Sat, 01 Jul 2023 18:31:05 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44766@inbox.vuxu.org> (raw)

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

There is a new pull request by magackame against master on the void-packages repository

https://github.com/magackame/void-packages webkit2gtk-update-to-2.40.3
https://github.com/void-linux/void-packages/pull/44766

webkit2gtk: update to 2.40.3.
[ci skip]

Fixes `nyxt` package.

#### Testing the changes
- I tested the changes in this PR: **YES**

Tested `luakit` and `nyxt` packages - both work.

#### Local build testing
- [x] I built this PR locally for my native architecture, x86_64-glibc
- [ ] I built this PR locally for these architectures:
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l

All cross builds failed with:

```
CMake Error at Source/cmake/BubblewrapSandboxChecks.cmake:9 (message):
  bwrap executable version 0.3.1 or newer is needed for
  ENABLE_BUBBLEWRAP_SANDBOX.  Unable to autodetect the path when
  cross-compiling.  Please define define the CMake variable BWRAP_EXECUTABLE
  with the run-time full-path to the 'bwrap' program.
Call Stack (most recent call first):
  Source/cmake/OptionsGTK.cmake:573 (include)
  Source/cmake/WebKitCommon.cmake:227 (include)
  CMakeLists.txt:21 (include)


-- Configuring incomplete, errors occurred!
=> ERROR: webkit2gtk-2.40.3_1: do_configure: 'CFLAGS="-DNDEBUG ${CFLAGS/ -pipe / }" CXXFLAGS="-DNDEBUG ${CXXFLAGS/ -pipe / }" cmake ${cmake_args} ${configure_args} ${LIBS:+-DCMAKE_C_STANDARD_LIBRARIES="$LIBS"} ${LIBS:+-DCMAKE_CXX_STANDARD_LIBRARIES="$LIBS"} ${wrksrc}/${build_wrksrc}' exited with 1
=> ERROR:   in do_configure() at common/build-style/cmake.sh:76
```

Running `xbps-query -Rs bubble` shows:

```
[*] bubblewrap-0.8.0_1 Unprivileged sandboxing tool
[-] wmbubble-1.54_1    System monitoring dockapp, based on BubbleMon
```

Running `bwrap --version` shows:

```
bubblewrap 0.8.0
```

I don't know too much about CMake or xbps-src cross compiling could anyone help me?

A patch file from https://github.com/void-linux/void-packages/pull/44766.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-webkit2gtk-update-to-2.40.3-44766.patch --]
[-- Type: text/x-diff, Size: 1101 bytes --]

From e67e6a6f8114a8111df1195d2a7bf5953d3b2779 Mon Sep 17 00:00:00 2001
From: Andrey Hetman <magackame@gmail.com>
Date: Sat, 1 Jul 2023 18:53:10 +0300
Subject: [PATCH] webkit2gtk: update to 2.40.3.

---
 srcpkgs/webkit2gtk/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template
index 3894f64a2ffe..6732b498eae2 100644
--- a/srcpkgs/webkit2gtk/template
+++ b/srcpkgs/webkit2gtk/template
@@ -1,7 +1,7 @@
 # Template file for 'webkit2gtk'
 pkgname=webkit2gtk
-version=2.40.0
-revision=2
+version=2.40.3
+revision=1
 build_style=cmake
 build_helper="gir"
 configure_args="-DPORT=GTK -DUSE_LD_GOLD=OFF
@@ -36,7 +36,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later, BSD-2-Clause"
 homepage="https://webkitgtk.org/"
 distfiles="https://webkitgtk.org/releases/webkitgtk-${version}.tar.xz"
-checksum=a4607ea1bf89669e89b1cb2c63faaec513f93de09b6ae60cc71d6a8aab7ab393
+checksum=cc0aa83f40dbc64c1c6ae42ec6b85af4be2a9dbf524cfcb95f89a367fb5098dd
 make_check=no # TODO
 
 replaces="webkit2gtk-common>0"

             reply	other threads:[~2023-07-01 16:31 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-01 16:31 magackame [this message]
2023-07-01 17:34 ` oreo639
2023-07-01 17:34 ` oreo639
2023-07-01 17:36 ` oreo639
2023-07-01 17:45 ` oreo639
2023-07-01 22:17 ` [PR PATCH] [Updated] " magackame
2023-07-01 22:18 ` magackame
2023-07-01 23:08 ` oreo639
2023-07-01 23:09 ` oreo639
2023-07-01 23:10 ` oreo639
2023-07-01 23:11 ` oreo639
2023-07-06 15:46 ` [PR PATCH] [Updated] " magackame
2023-10-05  1:46 ` github-actions
2023-10-20  1:45 ` [PR PATCH] [Closed]: " github-actions

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44766@inbox.vuxu.org \
    --to=magackame@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).