From 711de3c3cf7d537919a1b74ca9fe37e88f1c56d1 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 13 Aug 2017 19:09:19 +0000 Subject: [PATCH] extra/qt5-base to 5.9.1-3.1 --- extra/qt5-base/PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/extra/qt5-base/PKGBUILD b/extra/qt5-base/PKGBUILD index dc73dcd15..9ee40cf05 100644 --- a/extra/qt5-base/PKGBUILD +++ b/extra/qt5-base/PKGBUILD @@ -5,13 +5,12 @@ # ALARM: Kevin Mihelich # - -no-reduce-relocations -- not available on ARM # - explicitly disable x86 optimizations -# - use OpenGLES 2.0 pkgbase=qt5-base pkgname=(qt5-base qt5-xcb-private-headers) _qtver=5.9.1 pkgver=${_qtver/-/} -pkgrel=3 +pkgrel=3.1 arch=('i686' 'x86_64') url='http://qt-project.org/' license=('GPL3' 'LGPL3' 'FDL' 'custom') @@ -55,7 +54,7 @@ prepare() { # Fix missing private includes https://bugreports.qt.io/browse/QTBUG-37417 sed -e '/CMAKE_NO_PRIVATE_INCLUDES\ \=\ true/d' -i mkspecs/features/create_cmake.prf - # Fix accessibility build + # Fix accessibility build patch -p1 -i ../qtbug-61731.patch # Fix doc navigation patch -p1 -i ../qtcreatorbug-18448.patch @@ -92,8 +91,7 @@ build() { -no-sse4.1 \ -no-sse4.2 \ -no-avx \ - -no-avx2 \ - -opengl es2 + -no-avx2 make }