Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] webkit2gtk: update to 2.38.3.
@ 2023-01-18 21:10 paper42
  2023-01-18 21:48 ` oreo639
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: paper42 @ 2023-01-18 21:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages webkit2gtk-2.38.3
https://github.com/void-linux/void-packages/pull/41727

webkit2gtk: update to 2.38.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

cc @oreo639 

[ci-skip]

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

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

From 5cfe82e85bd0837ede1ca24ec328d94e9dcc6527 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Tue, 17 Jan 2023 23:23:15 +0100
Subject: [PATCH] webkit2gtk: update to 2.38.3.

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

diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template
index 32737a38154f..088a5c8f69a7 100644
--- a/srcpkgs/webkit2gtk/template
+++ b/srcpkgs/webkit2gtk/template
@@ -1,7 +1,7 @@
 # Template file for 'webkit2gtk'
 pkgname=webkit2gtk
-version=2.38.1
-revision=2
+version=2.38.3
+revision=1
 build_style=cmake
 build_helper="gir"
 configure_args="-DPORT=GTK -DUSE_LD_GOLD=OFF
@@ -30,12 +30,13 @@ makedepends="at-spi2-core-devel libjpeg-turbo-devel libpng-devel
  qt5-devel libmanette-devel libwpe-devel wpebackend-fdo-devel
  libgcrypt-devel libnuspell-devel libpsl-devel $(vopt_if x11 libXt-devel)
  $(vopt_if wayland 'MesaLib-devel libxkbcommon-devel wayland-devel wayland-protocols')"
-short_desc="GTK+3 port of the WebKit2 browser engine"
+depends="gst-plugins-good1"
+short_desc="GTK port of the WebKit browser engine"
 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=02e195b3fb9e057743b3364ee7f1eec13f71614226849544c07c32a73b8f1848
+checksum=41f001d1ed448c6936b394a9f20e4640eebf83a7f08262df28504f7410604a5a
 make_check=no
 
 replaces="webkit2gtk-common>0"
@@ -67,7 +68,7 @@ fi
 if [ "$build_option_bubblewrap" ]; then
 	hostmakedepends+=" bubblewrap xdg-dbus-proxy"
 	makedepends+=" libseccomp-devel"
-	depends="bubblewrap xdg-dbus-proxy"
+	depends+=" bubblewrap xdg-dbus-proxy"
 fi
 
 if [ "$build_option_lto" -a -z "$build_option_clang" ]; then

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

* Re: webkit2gtk: update to 2.38.3.
  2023-01-18 21:10 [PR PATCH] webkit2gtk: update to 2.38.3 paper42
@ 2023-01-18 21:48 ` oreo639
  2023-01-19  8:04 ` oreo639
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2023-01-18 21:48 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/41727#issuecomment-1396132036

Comment:
lgtm, although if you want to change the description, keep in mind that the subpackages have their own descriptions as well.

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

* Re: webkit2gtk: update to 2.38.3.
  2023-01-18 21:10 [PR PATCH] webkit2gtk: update to 2.38.3 paper42
  2023-01-18 21:48 ` oreo639
@ 2023-01-19  8:04 ` oreo639
  2023-01-21 16:52 ` [PR PATCH] [Updated] " paper42
  2023-01-21 17:37 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2023-01-19  8:04 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/41727#issuecomment-1396132036

Comment:
lgtm, although keep in mind that the subpackages have their own descriptions as well.

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

* Re: [PR PATCH] [Updated] webkit2gtk: update to 2.38.3.
  2023-01-18 21:10 [PR PATCH] webkit2gtk: update to 2.38.3 paper42
  2023-01-18 21:48 ` oreo639
  2023-01-19  8:04 ` oreo639
@ 2023-01-21 16:52 ` paper42
  2023-01-21 17:37 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-01-21 16:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages webkit2gtk-2.38.3
https://github.com/void-linux/void-packages/pull/41727

webkit2gtk: update to 2.38.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

cc @oreo639 

[ci-skip]

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

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

From d5c7c8e624cc9e36086b6f14c432466f1f5a9515 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Tue, 17 Jan 2023 23:23:15 +0100
Subject: [PATCH] webkit2gtk: update to 2.38.3.

---
 srcpkgs/webkit2gtk/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template
index 32737a38154f..b836b379592a 100644
--- a/srcpkgs/webkit2gtk/template
+++ b/srcpkgs/webkit2gtk/template
@@ -1,7 +1,7 @@
 # Template file for 'webkit2gtk'
 pkgname=webkit2gtk
-version=2.38.1
-revision=2
+version=2.38.3
+revision=1
 build_style=cmake
 build_helper="gir"
 configure_args="-DPORT=GTK -DUSE_LD_GOLD=OFF
@@ -30,12 +30,13 @@ makedepends="at-spi2-core-devel libjpeg-turbo-devel libpng-devel
  qt5-devel libmanette-devel libwpe-devel wpebackend-fdo-devel
  libgcrypt-devel libnuspell-devel libpsl-devel $(vopt_if x11 libXt-devel)
  $(vopt_if wayland 'MesaLib-devel libxkbcommon-devel wayland-devel wayland-protocols')"
+depends="gst-plugins-good1"
 short_desc="GTK+3 port of the WebKit2 browser engine"
 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=02e195b3fb9e057743b3364ee7f1eec13f71614226849544c07c32a73b8f1848
+checksum=41f001d1ed448c6936b394a9f20e4640eebf83a7f08262df28504f7410604a5a
 make_check=no
 
 replaces="webkit2gtk-common>0"
@@ -67,7 +68,7 @@ fi
 if [ "$build_option_bubblewrap" ]; then
 	hostmakedepends+=" bubblewrap xdg-dbus-proxy"
 	makedepends+=" libseccomp-devel"
-	depends="bubblewrap xdg-dbus-proxy"
+	depends+=" bubblewrap xdg-dbus-proxy"
 fi
 
 if [ "$build_option_lto" -a -z "$build_option_clang" ]; then

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

* Re: [PR PATCH] [Merged]: webkit2gtk: update to 2.38.3.
  2023-01-18 21:10 [PR PATCH] webkit2gtk: update to 2.38.3 paper42
                   ` (2 preceding siblings ...)
  2023-01-21 16:52 ` [PR PATCH] [Updated] " paper42
@ 2023-01-21 17:37 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-01-21 17:37 UTC (permalink / raw)
  To: ml

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

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

webkit2gtk: update to 2.38.3.
https://github.com/void-linux/void-packages/pull/41727

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

cc @oreo639 

[ci-skip]

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

end of thread, other threads:[~2023-01-21 17:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-18 21:10 [PR PATCH] webkit2gtk: update to 2.38.3 paper42
2023-01-18 21:48 ` oreo639
2023-01-19  8:04 ` oreo639
2023-01-21 16:52 ` [PR PATCH] [Updated] " paper42
2023-01-21 17:37 ` [PR PATCH] [Merged]: " paper42

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