summaryrefslogtreecommitdiffstats
path: root/libraries/webkit2gtk4.1
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2023-11-18 03:39:02 +0100
committer Willy Sudiarto Raharjo2023-12-09 03:18:36 +0100
commitb73362077c2e2b9b9b70ff2c504e9025cc05d687 (patch)
treed5827b6730670e4ec46aa532279535278c10ffa8 /libraries/webkit2gtk4.1
parentd3af3d47454feaebd66e15af1c532b99c2df1b2f (diff)
downloadslackbuilds-b73362077c2e2b9b9b70ff2c504e9025cc05d687.tar.gz
libraries/webkit2gtk4.1: Updated for version 2.42.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/webkit2gtk4.1')
-rw-r--r--libraries/webkit2gtk4.1/README5
-rw-r--r--libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild3
-rw-r--r--libraries/webkit2gtk4.1/webkit2gtk4.1.info6
3 files changed, 10 insertions, 4 deletions
diff --git a/libraries/webkit2gtk4.1/README b/libraries/webkit2gtk4.1/README
index ee151dca8c..e3633f056f 100644
--- a/libraries/webkit2gtk4.1/README
+++ b/libraries/webkit2gtk4.1/README
@@ -9,3 +9,8 @@ tablets, and televisions.
NOTE:
This package builds the 4.1 WebKit API. If you need 4.0 WebKit API,
use webkit2gtk. Don't install both at the same time!!
+
+If your application is not working well after upgrading to this
+version, consider adding this environment variable before running
+the application:
+export WEBKIT_DISABLE_COMPOSITING_MODE=1
diff --git a/libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild b/libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild
index af5b8dd0dd..a0e35b2c93 100644
--- a/libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild
+++ b/libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=webkit2gtk4.1
SRCNAM=webkitgtk
-VERSION=${VERSION:-2.40.5}
+VERSION=${VERSION:-2.42.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -96,6 +96,7 @@ cd build
-DENABLE_BUBBLEWRAP_SANDBOX=off \
-DUSE_SYSTEM_MALLOC=on \
-DUSE_AVIF=OFF \
+ -DUSE_JPEGXL=OFF \
-DUSE_GSTREAMER_TRANSCODER=OFF \
-Wno-dev \
-G Ninja \
diff --git a/libraries/webkit2gtk4.1/webkit2gtk4.1.info b/libraries/webkit2gtk4.1/webkit2gtk4.1.info
index a3e892a904..5b51f98872 100644
--- a/libraries/webkit2gtk4.1/webkit2gtk4.1.info
+++ b/libraries/webkit2gtk4.1/webkit2gtk4.1.info
@@ -1,8 +1,8 @@
PRGNAM="webkit2gtk4.1"
-VERSION="2.40.5"
+VERSION="2.42.3"
HOMEPAGE="https://www.webkitgtk.org/"
-DOWNLOAD="https://www.webkitgtk.org/releases/webkitgtk-2.40.5.tar.xz"
-MD5SUM="1fa7f0e3a2146293cfa4fecd0363679b"
+DOWNLOAD="https://www.webkitgtk.org/releases/webkitgtk-2.42.3.tar.xz"
+MD5SUM="de1b3611ee738a4173abb5e897bc09e3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="bubblewrap geoclue2 wpebackend-fdo xdg-dbus-proxy libsoup3 unifdef"