extra/qt5-base to 5.10.0-3.1

This commit is contained in:
Kevin Mihelich 2018-01-21 19:37:53 +00:00
parent f7b5558790
commit 71d4681a5f

View file

@ -5,12 +5,13 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - -no-reduce-relocations -- not available on ARM
# - explicitly disable x86 optimizations
# - -no-feature-renameat2 -no-feature-getentropy for old kernel compatibility
pkgbase=qt5-base
pkgname=(qt5-base qt5-xcb-private-headers)
_qtver=5.10.0
pkgver=${_qtver/-/}
pkgrel=3
pkgrel=3.1
arch=('x86_64')
url='http://qt-project.org/'
license=('GPL3' 'LGPL3' 'FDL' 'custom')
@ -83,7 +84,9 @@ build() {
-no-sse4.1 \
-no-sse4.2 \
-no-avx \
-no-avx2
-no-avx2 \
-no-feature-renameat2 \
-no-feature-getentropy
make
}