mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/qt5-webengine to 5.8.0-3
This commit is contained in:
parent
26e8d6fa11
commit
7aef1d39a2
1 changed files with 9 additions and 4 deletions
|
@ -11,25 +11,27 @@ buildarch=12
|
|||
pkgname=qt5-webengine
|
||||
_qtver=5.8.0
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org/'
|
||||
license=('GPL3' 'LGPL3' 'FDL' 'custom')
|
||||
pkgdesc='Provides support for web applications using the Chromium browser project'
|
||||
depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'pciutils' 'libxss' 'libvpx'
|
||||
'libevent' 'libsrtp' 'snappy' 'nss' 'protobuf' 'libxslt' 'minizip' 'ffmpeg')
|
||||
depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'pciutils' 'libxss' 'libvpx'
|
||||
'libevent' 'libsrtp' 'snappy' 'nss' 'protobuf' 'libxslt' 'libxdamage' 'minizip' 'ffmpeg')
|
||||
# namcap note: libxdamage is needed for nvidia users
|
||||
makedepends=('python2' 'git' 'gperf' 'jsoncpp')
|
||||
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
|
||||
qtwebengine-5.7.0-icu58.patch qtbug-58488.patch::"https://github.com/qt/qtwebengine/commit/7e7dd262.patch"
|
||||
system-ffmpeg.patch)
|
||||
|
||||
md5sums=('6e7fb2be161c6db4d988a4f5b329672f'
|
||||
'2a1610b34204102938a24154a52e5571'
|
||||
'123d4d0d7db7473649ff2b5650330cc4'
|
||||
'9d225d1bf83ea45dbf6556d30d35fcb8'
|
||||
'3762cbdbc6a752e4d876e048e5e16de6'
|
||||
'9f79b14f7c5ff603c1fcd87f37a8904f')
|
||||
|
||||
prepare() {
|
||||
|
@ -46,6 +48,9 @@ prepare() {
|
|||
# Fix build with ICU 58 (gentoo)
|
||||
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
|
||||
|
||||
[[ $CARCH == "armv7h" ]] && patch -p0 -i ../qtwebengine-opensource-src-5.6.0-beta-no-neon.patch
|
||||
patch -p1 -i ../system-ffmpeg.patch
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue