summaryrefslogtreecommitdiffstats
path: root/kde/patch/calligra.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde/patch/calligra.patch')
-rw-r--r--kde/patch/calligra.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/kde/patch/calligra.patch b/kde/patch/calligra.patch
index e6d9ea8..340e170 100644
--- a/kde/patch/calligra.patch
+++ b/kde/patch/calligra.patch
@@ -1,3 +1,15 @@
# Fix build against Qt 5.11:
cat $CWD/patch/calligra/calligra3_qt511.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+# Fix build against Qt 5.13:
+cat $CWD/patch/calligra/calligra3_qt513.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
+# Fix build against poppler 0.71:
+#cat $CWD/patch/calligra/calligra3_poppler-0.71.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
+# Fix build against poppler 0.72:
+#cat $CWD/patch/calligra/calligra3_poppler-0.72.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
+# Fix build against poppler 0.73:
+#cat $CWD/patch/calligra/calligra3_poppler-0.73.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+