summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kde/patch/kde-gtk-config.patch3
-rw-r--r--kde/patch/ktexteditor.patch2
2 files changed, 3 insertions, 2 deletions
diff --git a/kde/patch/kde-gtk-config.patch b/kde/patch/kde-gtk-config.patch
index f7bd448..a62e649 100644
--- a/kde/patch/kde-gtk-config.patch
+++ b/kde/patch/kde-gtk-config.patch
@@ -1,3 +1,4 @@
# Make the kde-gtk-config load the current config first:
-cat $CWD/patch/kde-gtk-config/kde-gtk-config_loadcurrentsettings.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+# Fixed in 5.11.2
+#cat $CWD/patch/kde-gtk-config/kde-gtk-config_loadcurrentsettings.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/kde/patch/ktexteditor.patch b/kde/patch/ktexteditor.patch
index 30f1207..a4f0aad 100644
--- a/kde/patch/ktexteditor.patch
+++ b/kde/patch/ktexteditor.patch
@@ -1,3 +1,3 @@
# Fix indentation for some languages (e.g. Python) in Kate and KDevelop:
-cat $CWD/patch/ktexteditor/ktexteditor_fix_indentation.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+#cat $CWD/patch/ktexteditor/ktexteditor_fix_indentation.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }