summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kde/patch/kcalcore.patch3
-rw-r--r--kde/patch/kio.patch2
2 files changed, 3 insertions, 2 deletions
diff --git a/kde/patch/kcalcore.patch b/kde/patch/kcalcore.patch
index f2f0d04..051150d 100644
--- a/kde/patch/kcalcore.patch
+++ b/kde/patch/kcalcore.patch
@@ -1,3 +1,4 @@
# Fix compile error against new libical 3:
-cat $CWD/patch/kcalcore/kcalcore_libical3.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+# Fixed in Applications 17.12.0:
+#cat $CWD/patch/kcalcore/kcalcore_libical3.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/kde/patch/kio.patch b/kde/patch/kio.patch
index b518946..1caed00 100644
--- a/kde/patch/kio.patch
+++ b/kde/patch/kio.patch
@@ -10,5 +10,5 @@
# Qt >= 5.9.3 breaks creation of folders in kio, which affects e.g.
# Dolphin and Plasma Folder View.
# Fixed in KIO 5.41:
-cat $CWD/patch/kio/kio_fix_url_setpath.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+#cat $CWD/patch/kio/kio_fix_url_setpath.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }