extra/qt5-webkit to 5.7.0-3

This commit is contained in:
Kevin Mihelich 2016-12-05 13:24:53 +00:00
parent 1a3c8ea895
commit 2375628164

View file

@ -10,13 +10,13 @@
pkgname=qt5-webkit
_qtver=5.7.0
pkgver=${_qtver/-/}
pkgrel=2
pkgrel=3
arch=('i686' 'x86_64')
url='http://qt-project.org/'
license=('GPL3' 'LGPL' 'FDL' 'custom')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
pkgdesc='Classes for a WebKit2 based implementation and a new QML API'
depends=('qt5-location' 'qt5-sensors' 'qt5-webchannel' 'libwebp' 'libxslt' 'libxcomposite' 'gst-plugins-base')
makedepends=('ruby' 'gperf' 'python2' 'icu')
makedepends=('ruby' 'gperf' 'python2' 'icu' 'qt5-doc' 'qt5-tools')
optdepends=('gst-plugins-good: Webm codec support')
conflicts=('qt')
groups=('qt' 'qt5')
@ -47,11 +47,12 @@ build() {
export PATH="${srcdir}/bin:$PATH"
qmake ../${_pkgfqn}
make
make docs
}
package() {
cd build
make INSTALL_ROOT="$pkgdir" install
make INSTALL_ROOT="$pkgdir" install install_docs
# Drop QMAKE_PRL_BUILD_DIR because reference the build dir
find "$pkgdir/usr/lib" -type f -name '*.prl' \