mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/qt5-webengine to 5.8.0-6
This commit is contained in:
parent
c78df793b4
commit
04ca549762
1 changed files with 9 additions and 5 deletions
|
@ -11,10 +11,10 @@ buildarch=12
|
|||
pkgname=qt5-webengine
|
||||
_qtver=5.8.0
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org/'
|
||||
license=('GPL3' 'LGPL3' 'FDL' 'custom')
|
||||
license=('LGPL3' 'LGPL2.1' 'BSD')
|
||||
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' 'libxdamage' 'minizip' 'ffmpeg')
|
||||
|
@ -29,6 +29,7 @@ source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submo
|
|||
qtbug-58515.patch::"https://github.com/qt/qtwebengine/commit/a6c6665d.patch"
|
||||
qtbug-58673.patch::"https://github.com/qt/qtwebengine/commit/90501711.patch"
|
||||
qtbug-58362.patch::"https://github.com/qt/qtwebengine/commit/31374ba9.patch"
|
||||
qtbug-57778.patch::"https://github.com/qt/qtwebengine/commit/5c2cbfcc.patch"
|
||||
system-ffmpeg.patch)
|
||||
|
||||
md5sums=('6e7fb2be161c6db4d988a4f5b329672f'
|
||||
|
@ -40,6 +41,7 @@ md5sums=('6e7fb2be161c6db4d988a4f5b329672f'
|
|||
'd5da5608285ad764f37fe196f9afe5a1'
|
||||
'c7b5acd58319d23d769c19f42323e8ec'
|
||||
'663f8454990de96fad4c8c78bcd6f819'
|
||||
'849ab18980b0523405f0282c83b4a54c'
|
||||
'9f79b14f7c5ff603c1fcd87f37a8904f')
|
||||
|
||||
prepare() {
|
||||
|
@ -62,11 +64,14 @@ prepare() {
|
|||
# Backport some focus fixes
|
||||
patch -p1 -i ../qtbug-58381.patch
|
||||
patch -p1 -i ../qtbug-58515.patch
|
||||
patch -p1 -i ../qtbug-58673.patch
|
||||
patch -p1 -i ../qtbug-58673.patch
|
||||
|
||||
# Fix IME support
|
||||
patch -p1 -i ../qtbug-58362.patch
|
||||
|
||||
# Fix incorrectly overriding new and delete
|
||||
patch -p1 -i ../qtbug-57778.patch
|
||||
|
||||
[[ $CARCH == "armv7h" ]] && patch -p0 -i ../qtwebengine-opensource-src-5.6.0-beta-no-neon.patch
|
||||
patch -p1 -i ../system-ffmpeg.patch
|
||||
}
|
||||
|
@ -87,6 +92,5 @@ package() {
|
|||
find "$pkgdir/usr/lib" -type f -name '*.prl' \
|
||||
-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
|
||||
|
||||
install -d "$pkgdir"/usr/share/licenses
|
||||
ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
|
||||
install -Dm644 "$srcdir"/${_pkgfqn}/src/3rdparty/chromium/LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.chromium
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue