mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/qt5-webengine to 5.9.2-3
This commit is contained in:
parent
9c58fd80cd
commit
b9229aeaa4
1 changed files with 3 additions and 3 deletions
|
@ -11,8 +11,8 @@ highmem=1
|
||||||
pkgname=qt5-webengine
|
pkgname=qt5-webengine
|
||||||
_qtver=5.9.2
|
_qtver=5.9.2
|
||||||
pkgver=${_qtver/-/}
|
pkgver=${_qtver/-/}
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
arch=('i686' 'x86_64')
|
arch=('x86_64')
|
||||||
url='http://qt-project.org/'
|
url='http://qt-project.org/'
|
||||||
license=('LGPL3' 'LGPL2.1' 'BSD')
|
license=('LGPL3' 'LGPL2.1' 'BSD')
|
||||||
pkgdesc='Provides support for web applications using the Chromium browser project'
|
pkgdesc='Provides support for web applications using the Chromium browser project'
|
||||||
|
@ -49,7 +49,7 @@ build() {
|
||||||
cd build
|
cd build
|
||||||
|
|
||||||
export PATH="$srcdir/bin:$PATH"
|
export PATH="$srcdir/bin:$PATH"
|
||||||
qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs use_system_icu" ../${_pkgfqn}
|
qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs use_system_ffmpeg" ../${_pkgfqn}
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue