diff options
author | 2014-12-22 15:09:16 +0100 | |
---|---|---|
committer | 2014-12-22 15:09:16 +0100 | |
commit | 8d7dd4892e8aa73ce7c3ea73f48a5274e48f5428 (patch) | |
tree | f3e3dc663a60572cf6a7feb61af560b83ac81221 /kde/patch/kdelibs.patch | |
parent | eb82fdc2eafc3d1b5f837fcda2c4903106d9d79a (diff) | |
download | ktown-8d7dd4892e8aa73ce7c3ea73f48a5274e48f5428.tar.gz ktown-8d7dd4892e8aa73ce7c3ea73f48a5274e48f5428.tar.xz |
KDE 4.9.5 for Slackware 14.0 (02jan2013)4.9.5
Diffstat (limited to 'kde/patch/kdelibs.patch')
-rw-r--r-- | kde/patch/kdelibs.patch | 9 |
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 ; } - |