summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/patch
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-12-12 19:54:42 +0000
committer Eric Hameleers <alien@slackware.com>2023-12-12 22:06:31 +0100
commitad1b1833ef7c081fab1d2fa8a45f2f663180b68d (patch)
treeacb6fac900d968caa6af8f4a29acc0ff230d6a3b /source/kde/kde/patch
parentb04af892853e58c426e27bff4f0acbcd3d524f06 (diff)
downloadcurrent-ad1b1833ef7c081fab1d2fa8a45f2f663180b68d.tar.gz
current-ad1b1833ef7c081fab1d2fa8a45f2f663180b68d.tar.xz
Tue Dec 12 19:54:42 UTC 202320231212195442
a/aaa_libraries-15.1-x86_64-24.txz: Rebuilt. Upgraded: libglib-2.0.so.0.7800.3, libgmodule-2.0.so.0.7800.3, libgobject-2.0.so.0.7800.3, libgthread-2.0.so.0.7800.3. Removed: libicudata.so.73.2, libicui18n.so.73.2, libicuio.so.73.2, libicutest.so.73.2, libicutu.so.73.2, libicuuc.so.73.2. ap/rpm-4.19.1-x86_64-1.txz: Upgraded. l/frei0r-plugins-2.3.2-x86_64-1.txz: Upgraded. l/icu4c-74.2-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-115.5.2-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/115.5.2/releasenotes/ xap/x3270-4.3ga4-x86_64-1.txz: Upgraded. extra/brltty/brltty-6.6-x86_64-2.txz: Rebuilt. Recompiled against icu4c-74.2.
Diffstat (limited to 'source/kde/kde/patch')
-rw-r--r--source/kde/kde/patch/kdoctools.patch1
-rw-r--r--source/kde/kde/patch/kdoctools/kdoctools.libxml2-2.12.patch10
2 files changed, 11 insertions, 0 deletions
diff --git a/source/kde/kde/patch/kdoctools.patch b/source/kde/kde/patch/kdoctools.patch
new file mode 100644
index 000000000..d1f001b95
--- /dev/null
+++ b/source/kde/kde/patch/kdoctools.patch
@@ -0,0 +1 @@
+cat $CWD/patch/kdoctools/kdoctools.libxml2-2.12.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/source/kde/kde/patch/kdoctools/kdoctools.libxml2-2.12.patch b/source/kde/kde/patch/kdoctools/kdoctools.libxml2-2.12.patch
new file mode 100644
index 000000000..fa6fa23c3
--- /dev/null
+++ b/source/kde/kde/patch/kdoctools/kdoctools.libxml2-2.12.patch
@@ -0,0 +1,10 @@
+--- ./src/xslt.cpp.orig 2023-11-04 05:02:07.000000000 -0500
++++ ./src/xslt.cpp 2023-12-11 21:07:11.333261959 -0600
+@@ -14,6 +14,7 @@
+ #include <libxml/parser.h>
+ #include <libxml/parserInternals.h>
+ #include <libxml/xmlIO.h>
++#include <libxml/xmlsave.h>
+ #include <libxslt/transform.h>
+ #include <libxslt/xsltInternals.h>
+ #include <libxslt/xsltconfig.h>