mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/webkit2gtk: Updated for version 2.40.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cd78dd1cdb
commit
024d715832
2 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=webkit2gtk
|
||||
SRCNAM=webkitgtk
|
||||
VERSION=${VERSION:-2.40.2}
|
||||
VERSION=${VERSION:-2.40.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -94,7 +94,7 @@ cd build
|
|||
-DUSE_SOUP2=ON \
|
||||
-DENABLE_JOURNALD_LOG=OFF \
|
||||
-DENABLE_DOCUMENTATION=OFF \
|
||||
-DENABLE_BUBBLEWRAP_SANDBOX=on \
|
||||
-DENABLE_BUBBLEWRAP_SANDBOX=off \
|
||||
-DUSE_SYSTEM_MALLOC=on \
|
||||
-DUSE_GSTREAMER_TRANSCODER=OFF \
|
||||
-DUSE_AVIF=OFF \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="webkit2gtk"
|
||||
VERSION="2.40.2"
|
||||
VERSION="2.40.3"
|
||||
HOMEPAGE="https://www.webkitgtk.org/"
|
||||
DOWNLOAD="https://www.webkitgtk.org/releases/webkitgtk-2.40.2.tar.xz"
|
||||
MD5SUM="9fb1e6d919f29662ee3e741421fd0b71"
|
||||
DOWNLOAD="https://www.webkitgtk.org/releases/webkitgtk-2.40.3.tar.xz"
|
||||
MD5SUM="5e22d37a1637f4aba0c55219eecae106"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="bubblewrap geoclue2 wpebackend-fdo xdg-dbus-proxy unifdef"
|
||||
|
|
Loading…
Reference in a new issue