From da8bd0830301dae2ea93d359855e1928a2ba8c46 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 19 Oct 2019 12:40:04 +0200 Subject: KDE applications-extra: rebuilt calligra and calligraplan Calligra needed a rebuild against the new icu4c and calligraplan would no longer start and needed a recompile against qt5 and kcalendarcore. --- kde/patch/calligraplan.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 kde/patch/calligraplan.patch (limited to 'kde/patch/calligraplan.patch') diff --git a/kde/patch/calligraplan.patch b/kde/patch/calligraplan.patch new file mode 100644 index 0000000..6b136b4 --- /dev/null +++ b/kde/patch/calligraplan.patch @@ -0,0 +1,11 @@ +# Fix build against Qt 5.11: +cat $CWD/patch/calligraplan/calligraplan.qt-511.patch | patch -p2 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } + +# Fix build against kcalendarcore: +cat $CWD/patch/calligraplan/calligraplan.kcalcore.1.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +cat $CWD/patch/calligraplan/calligraplan.kcalcore.2.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +cat $CWD/patch/calligraplan/calligraplan.kcalendarcore.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } + +# Fix missing include: +cat $CWD/patch/calligraplan/calligraplan.missingheader.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } + -- cgit v1.2.3