Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] webkit2gtk: add build option 'pluginprocess'
@ 2020-10-24 11:41 egorenar
  2020-10-24 12:34 ` [PR PATCH] [Updated] " egorenar
  2020-10-24 12:47 ` [PR PATCH] [Closed]: " egorenar
  0 siblings, 2 replies; 3+ messages in thread
From: egorenar @ 2020-10-24 11:41 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1822 bytes --]

From 3237e37be6b8704e80d3c7bd5b7a95cbace89807 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 | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template
index 481c6522f20..e247d906c3e 100644
--- a/srcpkgs/webkit2gtk/template
+++ b/srcpkgs/webkit2gtk/template
@@ -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)"

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

* Re: [PR PATCH] [Updated] webkit2gtk: add build option 'pluginprocess'
  2020-10-24 11:41 [PR PATCH] webkit2gtk: add build option 'pluginprocess' egorenar
@ 2020-10-24 12:34 ` egorenar
  2020-10-24 12:47 ` [PR PATCH] [Closed]: " egorenar
  1 sibling, 0 replies; 3+ messages in thread
From: egorenar @ 2020-10-24 12:34 UTC (permalink / raw)
  To: ml

[-- 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)"

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

* Re: [PR PATCH] [Closed]: webkit2gtk: add build option 'pluginprocess'
  2020-10-24 11:41 [PR PATCH] webkit2gtk: add build option 'pluginprocess' egorenar
  2020-10-24 12:34 ` [PR PATCH] [Updated] " egorenar
@ 2020-10-24 12:47 ` egorenar
  1 sibling, 0 replies; 3+ messages in thread
From: egorenar @ 2020-10-24 12:47 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

webkit2gtk: add build option 'pluginprocess'
https://github.com/void-linux/void-packages/pull/25842

Description:
Activates ENABLE_PLUGIN_PROCESS cmake option.

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

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

end of thread, other threads:[~2020-10-24 12:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-24 11:41 [PR PATCH] webkit2gtk: add build option 'pluginprocess' egorenar
2020-10-24 12:34 ` [PR PATCH] [Updated] " egorenar
2020-10-24 12:47 ` [PR PATCH] [Closed]: " egorenar

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).