From 218df6883506d4b6fb4dfb4c48d8685dc986500f Mon Sep 17 00:00:00 2001 From: John McQuah Date: Sun, 2 Jul 2023 20:45:31 -0400 Subject: [PATCH] webkitgtk-60: update to 2.41.5 --- webkitgtk-60/.footprint | 2 +- webkitgtk-60/.signature | 8 ++++---- webkitgtk-60/Pkgfile | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/webkitgtk-60/.footprint b/webkitgtk-60/.footprint index 28ba330..8086ada 100644 --- a/webkitgtk-60/.footprint +++ b/webkitgtk-60/.footprint @@ -1,6 +1,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/WebKitWebDriver-6.0 +-rwxr-xr-x root/root usr/bin/WebKitWebDriver-60 drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/webkitgtk-6.0/ drwxr-xr-x root/root usr/include/webkitgtk-6.0/jsc/ diff --git a/webkitgtk-60/.signature b/webkitgtk-60/.signature index f8b0ffa..c785219 100644 --- a/webkitgtk-60/.signature +++ b/webkitgtk-60/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/jmq.pub -RWTTPlFarK9CxHb7hk5OmRqGWhEUNZJY9gHtpgsffc7tjgC0DMUoDLckz+1eJKLlNeKW1UU2IiOHoFa296s/lNJNZmWVZXObqAw= -SHA256 (Pkgfile) = 909a27c96390e9bae47dc468aba78451ba18d95213e9c015619b56981fbb5ae2 -SHA256 (.footprint) = 2ed2899025e2cfa90e14f2747c9c963611b6da7ff372c82642114c6fdaffb461 -SHA256 (webkitgtk-2.41.4.tar.xz) = ad792d4acd4e8536cc0a652fd0303bfef93a7f8718d2b3d72db83e25f52777af +RWTTPlFarK9CxLPdnW3CYNxIlxItApcqTXsOBVQLKFjXP4QCVmblNRXiwFDLruDgMj6u89/mpsgHuaKhp0/rG6AZWeCjczXucAw= +SHA256 (Pkgfile) = 6122d942c0b677f7c03febfe679d0ac6611d8bb11e02c08da20ade7540101fd0 +SHA256 (.footprint) = 6713d9b56e76ebc52000e554feea829a57465aa4183e6528725ac122842013fc +SHA256 (webkitgtk-2.41.5.tar.xz) = b6289dfc1c46a0ff94fea3872dd2955f659a26a891af41796504c6ac87be7473 SHA256 (bwrap-pipewire.patch) = ca4a27c4edd3099d0c8b99ef91796feb00038d1daba0055328597c54e952e56b diff --git a/webkitgtk-60/Pkgfile b/webkitgtk-60/Pkgfile index e5e15e1..1658965 100644 --- a/webkitgtk-60/Pkgfile +++ b/webkitgtk-60/Pkgfile @@ -5,8 +5,8 @@ # Optional: enchant libnotify geoclue openjpeg2 xdg-dbus-proxy bubblewrap wpebackend-fdo libmanette name=webkitgtk-60 -version=2.41.4 -release=2 +version=2.41.5 +release=1 source=(https://webkitgtk.org/releases/webkitgtk-$version.tar.xz bwrap-pipewire.patch) build() { @@ -56,5 +56,5 @@ ${name%-*}-$version/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp rm -r $PKG/usr/share/locale # avoid a conflict with the webkitgtk footprint - mv $PKG/usr/bin/WebKitWebDriver $PKG/usr/bin/WebKitWebDriver-6.0 + mv $PKG/usr/bin/WebKitWebDriver{,-60} }