UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

webkitgtk

The WebKitGTK+ package is a port of the portable web rendering engine WebKit to the GTK+ 3 and GTK+ 2 platforms.

Package info

Codename: webkitgtk
Source file: webkitgtk-2.28.2.tar.xz
Source directory: webkitgtk-2.28.2
Package URL: https://umvirt.com/linux/downloads/0.1/packages/w/webkitgtk-2.28.2.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/w/webkitgtk-2.28.2.tar.xz.md5sum
Dependances: mesa, cmake, which, icu, cairo, gtk2, gtk3, libsecret, sqlite, libsoup, gst-plugins-bad, libgudev, libwebp, ruby, geoclue, enchant, wpebackend, bubblewrap, xdg-dbus-proxy.
Dependance of: midori, jami-client-gnome, foliate, gnome-online-accounts.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir -vp build &&
cd        build &&

CFLAGS=-Wno-expansion-to-defined  \
CXXFLAGS=-Wno-expansion-to-defined \
cmake -DCMAKE_BUILD_TYPE=Release  \
      -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_SKIP_RPATH=ON       \
      -DPORT=GTK                  \
      -DLIB_INSTALL_DIR=/usr/lib  \
      -DUSE_LIBHYPHEN=OFF         \
      -DENABLE_MINIBROWSER=ON     \
-DENABLE_ACCELERATED_2D_CANVAS=OFF \
-DENABLE_GEOLOCATION=OFF \
-DENABLE_OPENGL=OFF \
-DENABLE_GLES2=OFF \
-DENABLE_VIDEO=OFF \
-DENABLE_WEB_AUDIO=OFF \
-DENABLE_SPELLCHECK=OFF \
      -DUSE_WOFF2=OFF             \
      -Wno-dev ..

Build script:
make

Install script:
make install