mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
qt5: update to 5.11.3
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
52fe5e456a
commit
fa8bdeb308
2 changed files with 7 additions and 16 deletions
|
@ -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(<linux/stat.h>)
|
|
||||||
# include <linux/stat.h>
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'qt5'
|
# Template file for 'qt5'
|
||||||
pkgname=qt5
|
pkgname=qt5
|
||||||
version=5.11.2
|
version=5.11.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="qt-everywhere-src-${version}"
|
wrksrc="qt-everywhere-src-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -23,7 +23,12 @@ short_desc="Cross-platform application and UI framework (QT5)"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-3.0-or-later, LGPL-2.1-or-later"
|
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"
|
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
|
if [ "${XBPS_MACHINE%%-musl}" = i686 ]; then
|
||||||
nodebug=yes # prevent OOM
|
nodebug=yes # prevent OOM
|
||||||
|
|
Loading…
Add table
Reference in a new issue