diff --git a/desktop/toolkit/qt5/qt5-declarative/files/qt_kde.patch b/desktop/toolkit/qt5/qt5-declarative/files/qt_kde.patch index 67d26a7818..2f4fb5807c 100644 --- a/desktop/toolkit/qt5/qt5-declarative/files/qt_kde.patch +++ b/desktop/toolkit/qt5/qt5-declarative/files/qt_kde.patch @@ -1,3 +1,16 @@ +diff --git a/src/3rdparty/masm/wtf/OSAllocatorPosix.cpp b/src/3rdparty/masm/wtf/OSAllocatorPosix.cpp +index d54b7e9492..b5c5f6a2b0 100644 +--- a/src/3rdparty/masm/wtf/OSAllocatorPosix.cpp ++++ b/src/3rdparty/masm/wtf/OSAllocatorPosix.cpp +@@ -225,7 +225,7 @@ void OSAllocator::commit(void* address, size_t bytes, bool writable, bool execut + + while (madvise(address, bytes, MADV_WILLNEED)) { + if (errno != EAGAIN) +- CRASH(); ++ break; // We don't have to crash here. MADV_WILLNEED is only advisory + } + + #elif HAVE(MADV_FREE_REUSE) diff --git a/src/qml/animations/qcontinuinganimationgroupjob.cpp b/src/qml/animations/qcontinuinganimationgroupjob.cpp index 88c0e9e60e..61a9dc36f8 100644 --- a/src/qml/animations/qcontinuinganimationgroupjob.cpp diff --git a/desktop/toolkit/qt5/qt5-declarative/pspec.xml b/desktop/toolkit/qt5/qt5-declarative/pspec.xml index 9f32d002ae..41973fad5e 100755 --- a/desktop/toolkit/qt5/qt5-declarative/pspec.xml +++ b/desktop/toolkit/qt5/qt5-declarative/pspec.xml @@ -69,6 +69,13 @@ + + 2023-12-09 + 5.15.11 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-11 5.15.11