diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-26 11:26:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:52 +0700 |
commit | 0b2a51775faf1c1ac1fc14906e37cc70158e5702 (patch) | |
tree | 364a5dc10a6f777f222f33cb82a7c24457625bc6 | |
parent | 507d35cfc2fadbd192a0a1742a081264be0957f5 (diff) |
libraries/webkit2gtk: Updated for version 2.36.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/webkit2gtk/webkit2gtk.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/webkit2gtk/webkit2gtk.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/webkit2gtk/webkit2gtk.SlackBuild b/libraries/webkit2gtk/webkit2gtk.SlackBuild index cfc8e7e52572d..ea6f2304f709c 100644 --- a/libraries/webkit2gtk/webkit2gtk.SlackBuild +++ b/libraries/webkit2gtk/webkit2gtk.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=webkit2gtk SRCNAM=webkitgtk -VERSION=${VERSION:-2.34.6} +VERSION=${VERSION:-2.36.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -94,8 +94,8 @@ cd build -DLIBEXEC_INSTALL_DIR=/usr/lib${LIBDIRSUFFIX}/webkit2gtk-4.0 \ -DENABLE_GAMEPAD=OFF \ -DENABLE_MINIBROWSER=ON \ - -DUSE_SYSTEMD=OFF \ -DUSE_SOUP2=ON \ + -DENABLE_JOURNALD_LOG=OFF \ -Wno-dev \ -G Ninja \ .. diff --git a/libraries/webkit2gtk/webkit2gtk.info b/libraries/webkit2gtk/webkit2gtk.info index 01425437792b8..9213d988295f9 100644 --- a/libraries/webkit2gtk/webkit2gtk.info +++ b/libraries/webkit2gtk/webkit2gtk.info @@ -1,8 +1,8 @@ PRGNAM="webkit2gtk" -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" |