summaryrefslogtreecommitdiffstats
path: root/kde/patch/kio.patch
blob: 1caed000c6fa8b6fca0c48208c464a9b8031ff32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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 ; }