diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-26 12:57:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:52 +0700 |
commit | da4abf3eab8d46bec761ecd37cf7d51e5b825a69 (patch) | |
tree | 464604e14469a48966c304d37aecc770a0d9ce9c | |
parent | 0b2a51775faf1c1ac1fc14906e37cc70158e5702 (diff) | |
download | slackbuilds-da4abf3eab8d46bec761ecd37cf7d51e5b825a69.tar.gz |
libraries/webkit2gtk4.1: Updated for version 2.36.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/webkit2gtk4.1/webkit2gtk4.1.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild b/libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild index 2fdf3a69c1..5623edcd44 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.34.6} +VERSION=${VERSION:-2.36.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -94,7 +94,7 @@ cd build -DLIBEXEC_INSTALL_DIR=/usr/lib${LIBDIRSUFFIX}/webkit2gtk-4.1 \ -DENABLE_GAMEPAD=OFF \ -DENABLE_MINIBROWSER=ON \ - -DUSE_SYSTEMD=OFF \ + -DENABLE_JOURNALD_LOG=OFF \ -Wno-dev \ -G Ninja \ .. diff --git a/libraries/webkit2gtk4.1/webkit2gtk4.1.info b/libraries/webkit2gtk4.1/webkit2gtk4.1.info index c656a8bdf8..35053249f3 100644 --- a/libraries/webkit2gtk4.1/webkit2gtk4.1.info +++ b/libraries/webkit2gtk4.1/webkit2gtk4.1.info @@ -1,8 +1,8 @@ PRGNAM="webkit2gtk4.1" -VERSION="2.34.6" +VERSION="2.36.0" HOMEPAGE="https://www.webkitgtk.org/" -DOWNLOAD="https://www.webkitgtk.org/releases/webkitgtk-2.34.6.tar.xz" -MD5SUM="a5eeedd02f5b4bba8bd891b92dc743d4" +DOWNLOAD="https://www.webkitgtk.org/releases/webkitgtk-2.36.0.tar.xz" +MD5SUM="1e3fe866ab6e41e7ec3deb80bd5b3a85" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="bubblewrap geoclue2 wpebackend-fdo xdg-dbus-proxy libsoup3" |