extra/qt5-base to 5.9.1-3.1

This commit is contained in:
Kevin Mihelich 2017-08-13 19:09:19 +00:00
parent 672f5af92b
commit 711de3c3cf

View file

@ -5,13 +5,12 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org> # ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - -no-reduce-relocations -- not available on ARM # - -no-reduce-relocations -- not available on ARM
# - explicitly disable x86 optimizations # - explicitly disable x86 optimizations
# - use OpenGLES 2.0
pkgbase=qt5-base pkgbase=qt5-base
pkgname=(qt5-base qt5-xcb-private-headers) pkgname=(qt5-base qt5-xcb-private-headers)
_qtver=5.9.1 _qtver=5.9.1
pkgver=${_qtver/-/} pkgver=${_qtver/-/}
pkgrel=3 pkgrel=3.1
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='http://qt-project.org/' url='http://qt-project.org/'
license=('GPL3' 'LGPL3' 'FDL' 'custom') license=('GPL3' 'LGPL3' 'FDL' 'custom')
@ -92,8 +91,7 @@ build() {
-no-sse4.1 \ -no-sse4.1 \
-no-sse4.2 \ -no-sse4.2 \
-no-avx \ -no-avx \
-no-avx2 \ -no-avx2
-opengl es2
make make
} }