mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/qt5-webkit to 5.6.0-4
This commit is contained in:
parent
3937c30275
commit
640725eb4b
1 changed files with 2 additions and 5 deletions
|
@ -10,7 +10,7 @@
|
|||
pkgname=qt5-webkit
|
||||
_qtver=5.6.0
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=2
|
||||
pkgrel=4
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org/'
|
||||
license=('GPL3' 'LGPL' 'FDL' 'custom')
|
||||
|
@ -25,7 +25,7 @@ source=("http://download.qt.io/community_releases/${pkgver%.*}/${pkgver}/qtwebki
|
|||
qt5-webkit-pthread.patch
|
||||
qt5webkit-0002-Fix-QtWebKit-build-on-ARM-softfp.patch
|
||||
0001-Add-ARM-64-support.patch)
|
||||
md5sums=('eba1382587add1c9b1293a532e7dd161'
|
||||
md5sums=('b68565d18db63ee4db998bb8e37608a5'
|
||||
'f65286024f65ca87837171272fc8975d')
|
||||
|
||||
prepare() {
|
||||
|
@ -42,9 +42,6 @@ prepare() {
|
|||
# ARM fixes
|
||||
patch -p1 -i ../qt5webkit-0002-Fix-QtWebKit-build-on-ARM-softfp.patch
|
||||
patch -p1 -i ../0001-Add-ARM-64-support.patch
|
||||
|
||||
# Generate headers
|
||||
syncqt.pl-qt5 -version 5.6.0 Source/sync.profile
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue