extra/qt5-webengine to 5.8.0-8

This commit is contained in:
Kevin Mihelich 2017-04-29 16:16:31 +00:00
parent 5008f462ae
commit 8ad9058b72

View file

@ -11,7 +11,7 @@ buildarch=12
pkgname=qt5-webengine
_qtver=5.8.0
pkgver=${_qtver/-/}
pkgrel=6
pkgrel=8
arch=('i686' 'x86_64')
url='http://qt-project.org/'
license=('LGPL3' 'LGPL2.1' 'BSD')
@ -24,7 +24,8 @@ groups=('qt' 'qt5')
_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" qt5-webengine-nss.patch
qtwebengine-opensource-src-5.6.0-beta-no-neon.patch
qtwebengine-5.7.0-icu58.patch qtbug-58488.patch::"https://github.com/qt/qtwebengine/commit/7e7dd262.patch"
qtwebengine-5.7.0-icu58.patch
qtbug-58488.patch::"https://github.com/qt/qtwebengine/commit/7e7dd262.patch"
qtbug-58381.patch::"https://github.com/qt/qtwebengine/commit/8e147ed3.patch"
qtbug-58515.patch::"https://github.com/qt/qtwebengine/commit/a6c6665d.patch"
qtbug-58673.patch::"https://github.com/qt/qtwebengine/commit/90501711.patch"
@ -56,7 +57,7 @@ prepare() {
# patch -p1 -i ../qt5-webengine-nss.patch
# Fix build with ICU 58 (gentoo)
patch -p1 -i "$srcdir"/qtwebengine-5.7.0-icu58.patch
#patch -p1 -i "$srcdir"/qtwebengine-5.7.0-icu58.patch
# Prevent drop-down popups form stealing focus https://bugreports.qt.io/browse/QTBUG-58488
patch -p1 -i ../qtbug-58488.patch
@ -80,7 +81,7 @@ build() {
cd build
export PATH="$srcdir/bin:$PATH"
qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs use_system_ffmpeg use_system_icu" ../${_pkgfqn}
qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs use_system_ffmpeg" ../${_pkgfqn}
make
}