mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/qt5-webengine to 5.8.0-8
This commit is contained in:
parent
5008f462ae
commit
8ad9058b72
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue