[arch-commits] Commit in qt5-webengine/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Jul 4 11:55:02 UTC 2017
Date: Tuesday, July 4, 2017 @ 11:55:01
Author: arojas
Revision: 299666
Switch back to system ICU
Modified:
qt5-webengine/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-04 11:50:39 UTC (rev 299665)
+++ PKGBUILD 2017-07-04 11:55:01 UTC (rev 299666)
@@ -5,7 +5,7 @@
pkgname=qt5-webengine
_qtver=5.9.1
pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url='http://qt-project.org/'
license=('LGPL3' 'LGPL2.1' 'BSD')
@@ -31,7 +31,7 @@
cd build
export PATH="$srcdir/bin:$PATH"
- qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs use_system_ffmpeg" ../${_pkgfqn}
+ qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs use_system_ffmpeg use_system_icu" ../${_pkgfqn}
make
}
More information about the arch-commits
mailing list