mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/qt5-webengine to 5.9.1-3
Includes: * change to system icu package * rebuild against gt5-base 5.9.1
This commit is contained in:
parent
1b28d1a3da
commit
e3ce17079a
1 changed files with 4 additions and 4 deletions
|
@ -9,9 +9,9 @@ buildarch=12
|
|||
highmem=1
|
||||
|
||||
pkgname=qt5-webengine
|
||||
_qtver=5.9.0
|
||||
_qtver=5.9.1
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org/'
|
||||
license=('LGPL3' 'LGPL2.1' 'BSD')
|
||||
|
@ -24,7 +24,7 @@ groups=('qt' 'qt5')
|
|||
_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
|
||||
source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
|
||||
'0001-ARM-toolchain-fixes.patch')
|
||||
sha256sums=('2ed4a579b0fc89c586ed84f131f8c64f6fb70f3126711138ce68f1290ac2b820'
|
||||
sha256sums=('f6a37eeb9188474a16d29ede498fce959396ab80329a0a83eaeb925251686401'
|
||||
'897c5960db849211f525039d386e21692cad8a5ba056f3e22440146225c20df8')
|
||||
|
||||
prepare() {
|
||||
|
@ -42,7 +42,7 @@ build() {
|
|||
cd build
|
||||
|
||||
export PATH="$srcdir/bin:$PATH"
|
||||
qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs" ../${_pkgfqn}
|
||||
qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs use_system_icu" ../${_pkgfqn}
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue