diff --git a/srcpkgs/qt5/patches/qt-glibc-renameat2.patch b/srcpkgs/qt5/patches/qt-glibc-renameat2.patch deleted file mode 100644 index 8a5b76f12d4..00000000000 --- a/srcpkgs/qt5/patches/qt-glibc-renameat2.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- qtbase/src/corelib/io/qfilesystemengine_unix.cpp.orig 2018-10-22 00:35:10.154815542 +0200 -+++ qtbase/src/corelib/io/qfilesystemengine_unix.cpp 2018-10-22 00:38:16.066828801 +0200 -@@ -98,9 +98,11 @@ - #endif - - # if !QT_CONFIG(renameat2) && defined(SYS_renameat2) -+# ifndef __GLIBC__ - static int renameat2(int oldfd, const char *oldpath, int newfd, const char *newpath, unsigned flags) - { return syscall(SYS_renameat2, oldfd, oldpath, newfd, newpath, flags); } - # endif -+# endif - - # if !QT_CONFIG(statx) && defined(SYS_statx) && QT_HAS_INCLUDE() - # include diff --git a/srcpkgs/qt5/template b/srcpkgs/qt5/template index 2b6d14b846e..520efd8e50e 100644 --- a/srcpkgs/qt5/template +++ b/srcpkgs/qt5/template @@ -1,6 +1,6 @@ # Template file for 'qt5' pkgname=qt5 -version=5.11.2 +version=5.11.3 revision=1 wrksrc="qt-everywhere-src-${version}" build_style=gnu-configure @@ -23,7 +23,12 @@ short_desc="Cross-platform application and UI framework (QT5)" maintainer="Jürgen Buchmüller " license="GPL-3.0-or-later, LGPL-2.1-or-later" distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/single/qt-everywhere-src-${version}.tar.xz" -checksum=c6104b840b6caee596fa9a35bc5f57f67ed5a99d6a36497b6fe66f990a53ca81 +checksum=859417642713cee2493ee3646a7fee782c9f1db39e41d7bb1322bba0c5f0ff4d + +case "$XBPS_TARGET_MACHINE" in + armv5tel*) broken="qtwebengine use VSM assembler commands";; + mips*) broken="qtwebengine fails to build";; +esac if [ "${XBPS_MACHINE%%-musl}" = i686 ]; then nodebug=yes # prevent OOM