diff --git a/desktop/toolkit/qt5/qt5-webengine/actions.py b/desktop/toolkit/qt5/qt5-webengine/actions.py
index 6297d6cafe..a90609c772 100755
--- a/desktop/toolkit/qt5/qt5-webengine/actions.py
+++ b/desktop/toolkit/qt5/qt5-webengine/actions.py
@@ -11,12 +11,12 @@ from pisi.actionsapi import qt5
from pisi.actionsapi import get
def setup():
- shelltools.copy("qtwebengine-release.sh", "%s/qtwebengine-release.sh" % get.workDIR())
- shelltools.cd("%s" % get.workDIR())
+ #shelltools.copy("qtwebengine-release.sh", "%s/qtwebengine-release.sh" % get.workDIR())
+ #shelltools.cd("%s" % get.workDIR())
- shelltools.system("sh ./qtwebengine-release.sh")
+ #shelltools.system("sh ./qtwebengine-release.sh")
- shelltools.cd("qtwebengine-everywhere-src-%s" % get.srcVERSION())
+ #shelltools.cd("qtwebengine-everywhere-src-%s" % get.srcVERSION())
diff --git a/desktop/toolkit/qt5/qt5-webengine/files/fedora/qtwebengine-everywhere-src-5.15.5-TRUE.patch b/desktop/toolkit/qt5/qt5-webengine/files/fedora/qtwebengine-everywhere-src-5.15.5-TRUE.patch
new file mode 100644
index 0000000000..b61c9233de
--- /dev/null
+++ b/desktop/toolkit/qt5/qt5-webengine/files/fedora/qtwebengine-everywhere-src-5.15.5-TRUE.patch
@@ -0,0 +1,12 @@
+diff -up qtwebengine-everywhere-src-5.15.5/src/3rdparty/chromium/third_party/libxml/src/encoding.c.TRUE qtwebengine-everywhere-src-5.15.5/src/3rdparty/chromium/third_party/libxml/src/encoding.c
+--- qtwebengine-everywhere-src-5.15.5/src/3rdparty/chromium/third_party/libxml/src/encoding.c.TRUE 2021-05-28 07:05:45.000000000 -0500
++++ qtwebengine-everywhere-src-5.15.5/src/3rdparty/chromium/third_party/libxml/src/encoding.c 2021-06-24 09:44:41.592468805 -0500
+@@ -2004,7 +2004,7 @@ xmlEncOutputChunk(xmlCharEncodingHandler
+ #ifdef LIBXML_ICU_ENABLED
+ else if (handler->uconv_out != NULL) {
+ ret = xmlUconvWrapper(handler->uconv_out, 0, out, outlen, in, inlen,
+- TRUE);
++ 1);
+ }
+ #endif /* LIBXML_ICU_ENABLED */
+ else {
diff --git a/desktop/toolkit/qt5/qt5-webengine/pspec.xml b/desktop/toolkit/qt5/qt5-webengine/pspec.xml
index 86e1c2b331..dd3275bf5a 100755
--- a/desktop/toolkit/qt5/qt5-webengine/pspec.xml
+++ b/desktop/toolkit/qt5/qt5-webengine/pspec.xml
@@ -11,9 +11,9 @@
Provides support for web applications using the Chromium browser project
Provides support for web applications using the Chromium browser project
LGPLv2.1-linking-exception
- https://github.com/qt/qtwebengine/archive/refs/tags/v5.15.5-lts.tar.gz
+ https://sourceforge.net/projects/pisilinux/files/qtwebengine-everywhere-src-5.15.5.tar.xz/download
- fedora/qtwebengine-release.sh
+
qt5-base-devel
@@ -85,7 +85,7 @@
-
+ fedora/qtwebengine-everywhere-src-5.15.5-TRUE.patch