libraries/webkit2gtk: Updated for version 2.38.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-10-22 16:25:43 +07:00
parent 2230b4566b
commit 2e6001eb47
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 7 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=webkit2gtk
SRCNAM=webkitgtk
VERSION=${VERSION:-2.36.8}
VERSION=${VERSION:-2.38.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -93,6 +93,7 @@ cd build
-DENABLE_MINIBROWSER=ON \
-DUSE_SOUP2=ON \
-DENABLE_JOURNALD_LOG=OFF \
-DENABLE_DOCUMENTATION=OFF \
-Wno-dev \
-G Ninja \
..
@ -103,10 +104,8 @@ cd build
DESTDIR=$PKG $NINJA -j1 install
mkdir -p $PKG/usr/share/gtk-doc/html/webkit{2,dom}gtk-4.0
install -m 0644 ../Documentation/webkit2gtk-4.0/html/* \
cp -rf ../Documentation/* \
$PKG/usr/share/gtk-doc/html/webkit2gtk-4.0
install -m 0644 ../Documentation/webkitdomgtk-4.0/html/* \
$PKG/usr/share/gtk-doc/html/webkitdomgtk-4.0
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ../NEWS $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,8 +1,8 @@
PRGNAM="webkit2gtk"
VERSION="2.36.8"
VERSION="2.38.1"
HOMEPAGE="https://www.webkitgtk.org/"
DOWNLOAD="https://www.webkitgtk.org/releases/webkitgtk-2.36.8.tar.xz"
MD5SUM="7a3f19f4ff9e8de8c4ab2707e2d350f5"
DOWNLOAD="https://www.webkitgtk.org/releases/webkitgtk-2.38.1.tar.xz"
MD5SUM="1bd005d9f02c0723b0f777ff950f45a7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="bubblewrap geoclue2 wpebackend-fdo xdg-dbus-proxy"