summaryrefslogtreecommitdiffstats
path: root/kde/patch/ark.patch
blob: 35ac2d3f21613b1eff9765b759f5a56415223093 (plain)
1
2
3
4
5
6
7
# Ark won't open RAR archives unless rar is installed (even for read access).
# KDEBUG #357057 is fixed in 15.12.1; still needs unrar.
#cat $CWD/patch/ark/ark_kdebug357057.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }

# Fix a compilation issue in 18.04.0:
cat $CWD/patch/ark/ark_include_memory.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }