extra/qt5-webengine to 5.10.0-4

This commit is contained in:
Kevin Mihelich 2018-02-06 01:56:57 +00:00
parent 423fc84a45
commit f9a4da8342

View file

@ -11,13 +11,13 @@ highmem=1
pkgname=qt5-webengine
_qtver=5.10.0
pkgver=${_qtver/-/}
pkgrel=3
pkgrel=4
arch=('x86_64')
url='http://qt-project.org/'
license=('LGPL3' 'LGPL2.1' 'BSD')
pkgdesc='Provides support for web applications using the Chromium browser project'
depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'pciutils' 'libxss'
'libevent' 'snappy' 'nss' 'protobuf' 'libxslt' 'minizip' 'ffmpeg' 're2') # libvpx - 1.6.1 not supported
'libevent' 'snappy' 'nss' 'protobuf' 'libxslt' 'minizip' 'ffmpeg' 're2' 'libvpx')
makedepends=('python2' 'git' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools')
groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"