Github messages for voidlinux
 help / color / mirror / Atom feed
From: egorenar <egorenar@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] webkit2gtk: add build option 'pluginprocess'
Date: Sat, 24 Oct 2020 14:34:17 +0200	[thread overview]
Message-ID: <20201024123417.QPBbRqV6klvuBm-RM4SpOZfR4iEPbkX7WTvMMGBKVtw@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25842@inbox.vuxu.org>

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

There is an updated pull request by egorenar against master on the void-packages repository

https://github.com/egorenar/void-packages webkit2gtk-pluginprocess
https://github.com/void-linux/void-packages/pull/25842

webkit2gtk: add build option 'pluginprocess'
Activates ENABLE_PLUGIN_PROCESS cmake option.

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-webkit2gtk-pluginprocess-25842.patch --]
[-- Type: text/x-diff, Size: 2004 bytes --]

From 1b6e250095d34e548bdd327f508f9d430e765b75 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Sat, 24 Oct 2020 13:33:35 +0200
Subject: [PATCH] webkit2gtk: add build option 'pluginprocess'

Activates ENABLE_PLUGIN_PROCESS cmake option.

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
---
 srcpkgs/webkit2gtk/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template
index 481c6522f20..b341376670f 100644
--- a/srcpkgs/webkit2gtk/template
+++ b/srcpkgs/webkit2gtk/template
@@ -1,7 +1,7 @@
 # Template file for 'webkit2gtk'
 pkgname=webkit2gtk
 version=2.30.0
-revision=1
+revision=2
 wrksrc="webkitgtk-${version}"
 build_style=cmake
 build_helper="gir"
@@ -23,7 +23,8 @@ configure_args="-DPORT=GTK -DUSE_LD_GOLD=OFF
  -DENABLE_WAYLAND_TARGET=$(vopt_if wayland ON OFF)
  -DENABLE_X11_TARGET=$(vopt_if x11 ON OFF)
  -DENABLE_SAMPLING_PROFILER=$(vopt_if sampling_profiler ON OFF)
- -DENABLE_BUBBLEWRAP_SANDBOX=$(vopt_if bubblewrap ON OFF)"
+ -DENABLE_BUBBLEWRAP_SANDBOX=$(vopt_if bubblewrap ON OFF)
+ -DENABLE_PLUGIN_PROCESS=$(vopt_if pluginprocess ON OFF)"
 hostmakedepends="perl python pkg-config gperf flex ruby gettext glib-devel
  geoclue2 libharfbuzz $(vopt_if wayland wayland-devel)"
 makedepends="at-spi2-core-devel libjpeg-turbo-devel libpng-devel
@@ -41,8 +42,8 @@ homepage="https://webkitgtk.org/"
 distfiles="${homepage}/releases/webkitgtk-${version}.tar.xz"
 checksum=caf3dbf2d2383072614e34281f2fffb6331faf92f4ecf215f6f6a5a57f755d11
 
-build_options="gir wayland x11 bubblewrap jit sampling_profiler minibrowser"
-build_options_default="gir wayland x11 bubblewrap minibrowser"
+build_options="gir wayland x11 bubblewrap jit sampling_profiler minibrowser pluginprocess"
+build_options_default="gir wayland x11 bubblewrap minibrowser pluginprocess"
 
 desc_option_bubblewrap="Enable bubblewrap sandbox"
 desc_option_jit="JavaScript JIT (Only some architectures)"

  reply	other threads:[~2020-10-24 12:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-24 11:41 [PR PATCH] " egorenar
2020-10-24 12:34 ` egorenar [this message]
2020-10-24 12:47 ` [PR PATCH] [Closed]: " egorenar

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=20201024123417.QPBbRqV6klvuBm-RM4SpOZfR4iEPbkX7WTvMMGBKVtw@z \
    --to=egorenar@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).