summaryrefslogtreecommitdiffstats
path: root/kde/patch/calligraplan.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-10-19 12:40:04 +0200
committer Eric Hameleers <alien@slackware.com>2019-10-19 12:40:04 +0200
commitda8bd0830301dae2ea93d359855e1928a2ba8c46 (patch)
tree16210ebc590146eb29d538267a9c1895e8938f5d /kde/patch/calligraplan.patch
parent4fa63ebd172b1dbf542ce3e364b4241368a9cf3f (diff)
downloadktown-da8bd0830301dae2ea93d359855e1928a2ba8c46.tar.gz
ktown-da8bd0830301dae2ea93d359855e1928a2ba8c46.tar.xz
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.
Diffstat (limited to 'kde/patch/calligraplan.patch')
-rw-r--r--kde/patch/calligraplan.patch11
1 files changed, 11 insertions, 0 deletions
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 ; }
+