summaryrefslogtreecommitdiff
path: root/libre/qt5-webengine
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-02-27 13:47:22 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-02-27 13:47:22 -0300
commit99d5d6b843c0958d48a03be984777a6c90dfd2c2 (patch)
tree84510e0d1995a7767e0fff199e720e7efcf6d473 /libre/qt5-webengine
parent72b8483aa295a10e0eba0a467bacf7059d024d93 (diff)
downloadabslibre-99d5d6b843c0958d48a03be984777a6c90dfd2c2.tar.gz
abslibre-99d5d6b843c0958d48a03be984777a6c90dfd2c2.tar.bz2
abslibre-99d5d6b843c0958d48a03be984777a6c90dfd2c2.zip
qt5-webengine-5.8.0-3.parabola1: backport fix for popup menus focus issue, add libxdamage dependency - FS#53080 -> https://bugs.archlinux.org/task/53080
Diffstat (limited to 'libre/qt5-webengine')
-rw-r--r--libre/qt5-webengine/PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/libre/qt5-webengine/PKGBUILD b/libre/qt5-webengine/PKGBUILD
index ece8aa307..b06bfdc38 100644
--- a/libre/qt5-webengine/PKGBUILD
+++ b/libre/qt5-webengine/PKGBUILD
@@ -8,24 +8,26 @@
pkgname=qt5-webengine
_qtver=5.8.0
pkgver=${_qtver/-/}
-pkgrel=2.parabola1
+pkgrel=3.parabola1
arch=('i686' 'x86_64' 'armv7h')
url='http://qt-project.org/'
license=('LGPL3' 'LGPL2.1' 'BSD')
pkgdesc='Provides support for web applications using the Chromium browser project, without nonfree codecs'
depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'pciutils' 'libxss' 'libvpx'
- 'libevent' 'libsrtp' 'snappy' 'nss' 'protobuf' 'libxslt' 'minizip' 'ffmpeg')
+ 'libevent' 'libsrtp' 'snappy' 'nss' 'protobuf' 'libxslt' 'libxdamage' 'minizip' 'ffmpeg')
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-5.7.0-icu58.patch
+ qtbug-58488.patch::"https://github.com/qt/qtwebengine/commit/7e7dd262.patch"
qtwebengine-opensource-src-5.6.0-beta-no-neon.patch
system-ffmpeg.patch)
md5sums=('6e7fb2be161c6db4d988a4f5b329672f'
'2a1610b34204102938a24154a52e5571'
'9d225d1bf83ea45dbf6556d30d35fcb8'
+ '3762cbdbc6a752e4d876e048e5e16de6'
'123d4d0d7db7473649ff2b5650330cc4'
'9f79b14f7c5ff603c1fcd87f37a8904f')
@@ -43,6 +45,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
+
if [[ $CARCH == "armv7h" ]]; then
patch -p0 -i ../qtwebengine-opensource-src-5.6.0-beta-no-neon.patch
patch -p1 -i ../system-ffmpeg.patch