mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/qt5-webkit to 5.9.0-1
This commit is contained in:
parent
f3f1942eea
commit
9fa25a57af
1 changed files with 8 additions and 8 deletions
|
@ -8,9 +8,9 @@
|
|||
# - patch for AArch64 support in qtwebkit
|
||||
|
||||
pkgname=qt5-webkit
|
||||
_qtver=5.8.0
|
||||
_qtver=5.9.0
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=3
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org/'
|
||||
license=('GPL3' 'LGPL3' 'FDL' 'custom')
|
||||
|
@ -20,15 +20,15 @@ makedepends=('ruby' 'gperf' 'python' 'icu' 'qt5-doc' 'qt5-tools')
|
|||
optdepends=('gst-plugins-good: Webm codec support')
|
||||
conflicts=('qt')
|
||||
groups=('qt' 'qt5')
|
||||
_pkgfqn="${pkgname/5-/}-opensource-src-${pkgver}"
|
||||
source=("http://download.qt.io/community_releases/${pkgver%.*}/${pkgver}-final/qtwebkit-opensource-src-${pkgver}.tar.xz"
|
||||
_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
|
||||
source=("http://download.qt.io/community_releases/${pkgver%.*}/${_qtver}-final/qtwebkit-opensource-src-${_qtver}.tar.xz"
|
||||
qt5-webkit-icu59.patch
|
||||
qt5webkit-0002-Fix-QtWebKit-build-on-ARM-softfp.patch
|
||||
0001-Add-ARM-64-support.patch)
|
||||
md5sums=('60a6935aca4a7c553d0ec4646ceed3b4'
|
||||
'f6c74b0196a698cc1c5a34c695b22715'
|
||||
'd55ad1f1c90725834b44eada5db4e401'
|
||||
'47657bc1b3f51892d0cc88a271a8fa31')
|
||||
sha256sums=('8dad193b740055a998312e04a040f2e32a923c0823b2d239b24eab08276a4e04'
|
||||
'3bc9c7202f5cb055311ffb8a14145cef89060c00002f4cd5b4f4bf210bd56295'
|
||||
'f8a00464d786a0adaa840813256fcaa9885d5914c604ca66d3c750bb79161b46'
|
||||
'a1abdfd978198c5b3d76637131bd76793735f1d94f0eea04e1b223967e58bc6e')
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
|
Loading…
Reference in a new issue