From 191fb140f45bfa1d92fa139142fde62c0f76630f Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 22 Jul 2017 17:50:03 +0200 Subject: Fix digikam compilation against latest slackware-current Huge patch was taken from git master. It will end up in a regular digikam release at some point. The developer thinks it only fixes compilation on MacOS and told us that our issue was with an incomplete Qt5 package. He is wrong. --- kde/patch/digikam.patch | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'kde/patch/digikam.patch') diff --git a/kde/patch/digikam.patch b/kde/patch/digikam.patch index 21b9052..fa9c73e 100644 --- a/kde/patch/digikam.patch +++ b/kde/patch/digikam.patch @@ -2,3 +2,8 @@ # Fixed in digikam 5.5.0. #cat $CWD/patch/digikam/digikam_clang_fix.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +# Fix linking issue, backport from git master: +cd core + cat $CWD/patch/digikam/digikam_databasemodel.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +cd - + -- cgit v1.2.3