From e76b5c1b67656ba3fc22a77b3a443fc4f96a611b Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 29 Mar 2015 12:05:00 +0200 Subject: Applications: updated to 14.12.3 --- kde/patch/kdelibs.patch | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kde/patch/kdelibs.patch') diff --git a/kde/patch/kdelibs.patch b/kde/patch/kdelibs.patch index e083090..7656b22 100644 --- a/kde/patch/kdelibs.patch +++ b/kde/patch/kdelibs.patch @@ -12,3 +12,7 @@ cat $CWD/patch/kdelibs/return-not-break.-copy-paste-error.patch | patch -R -p1 - cat $CWD/patch/kdelibs/coding-style-fixes.patch | patch -R -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } cat $CWD/patch/kdelibs/return-application-icons-properly.patch | patch -R -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +# Patch a BIC (binary incompatibility) introduced by mistake in 4.14.6. +# Will be fixed in 4.14.7: +cat $CWD/patch/kdelibs/fixbic-4.14.6.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } + -- cgit v1.2.3