# Maintainer: Felix Yan # Maintainer: Antonio Rojas # Contributor: Andrea Scarpino # ALARM: Kevin Mihelich # - patch to link with libatomic on v5/v6 # - disable jit on v5/v6 # - use tarball source highmem=1 pkgname=qt5-webkit _pkgver=5.212.0-alpha3 pkgver=${_pkgver/-/} pkgrel=6 arch=(x86_64) url='https://www.qt.io' license=(GPL3 LGPL3 FDL custom) pkgdesc='Classes for a WebKit2 based implementation and a new QML API' source=("https://github.com/qtwebkit/qtwebkit/releases/download/qtwebkit-$_pkgver/qtwebkit-$_pkgver.tar.xz" icu65.patch 'atomic.patch') depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite gst-plugins-base hyphen woff2) makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools) optdepends=('gst-plugins-good: Webm codec support') sha256sums=('357eee582445574472e410ebece632d06fa0ec94358fc4345f2a713922df5e17' '2c806634ba208696a6cee4de72deefb289dd623378fddf92b09a36e3a99382fd' '23fbd785daf116c71b3ce87d40860f0a6c56ab1065ee98ec41634626ca961129') prepare() { mkdir -p build patch -Np1 -d qtwebkit-$_pkgver