summaryrefslogtreecommitdiffstats
path: root/kde/patch/kdelibs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde/patch/kdelibs.patch')
-rw-r--r--kde/patch/kdelibs.patch9
1 files changed, 5 insertions, 4 deletions
diff --git a/kde/patch/kdelibs.patch b/kde/patch/kdelibs.patch
index 2445d6d..407e25a 100644
--- a/kde/patch/kdelibs.patch
+++ b/kde/patch/kdelibs.patch
@@ -8,12 +8,13 @@ zcat $CWD/patch/kdelibs/kdelibs.docbook.patch.gz | patch -p1 --verbose || { touc
# prevents any query which does NOT use wide unicode characters to fail:
#cat $CWD/patch/kdelibs/kdelibs.nepomuk.unicode.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+# Fix a bug introduced in kdelibs-4.9.4 which was not detected until right
+# after release. This breaks opening of .odt and other zip-based files
+# in external applications:
+#cat $CWD/patch/kdelibs/kdelibs.mimetypecheck.BUG311214.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
# Make uPnP support depend on the environment variable SOLID_UPNP,
# e.g. by creating an /etc/profile.d/upnp.sh file with the following contents:
# export SOLID_UPNP=1
cat $CWD/patch/kdelibs/kdelibs.upnp_conditional.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-# Fix fstab support in solid (last-minute patch for KDE 4.8.4 which _just_
-# made it into the official tarball):
-#cat $CWD/patch/kdelibs/kdelibs.fstab.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-