summaryrefslogtreecommitdiffstats
path: root/kde/patch/kio.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde/patch/kio.patch')
-rw-r--r--kde/patch/kio.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/kde/patch/kio.patch b/kde/patch/kio.patch
deleted file mode 100644
index e943096..0000000
--- a/kde/patch/kio.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-# Add search paths for kdelibs4 documentation to khelpcenter.
-# Patch taken from kubuntu:
-#cat $CWD/patch/kio/kio_kdelibs4_docpatch.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-
-# KDEBUG #350769 (fixed in Frameworks 5.16.0):
-# Move konqpopupmenuplugin.desktop from kde-baseapps (kdelibs4 based)
-# to kio (kf5 based) to make service menus visible in dolphin (kf5 based):
-#cat $CWD/patch/kio/kio_dolphin_servicemenus.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-
-# 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 ; }
-
-# Fix crash when accessing help://
-# Fixed in KIO 5.52:
-#cat $CWD/patch/kio/kio_KDEBUG_399709.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-