summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-11-14 20:41:41 +0100
committer Eric Hameleers <alien@slackware.com>2019-11-14 20:41:41 +0100
commit1198220e1ba51dd9e6d67377f15dad07ee985dbd (patch)
tree0a4fd10f0856987c9aa97a1d9b407df58409fd1b
parent23cb90a06c856a9467862678c4870cb94f176c55 (diff)
downloadktown-1198220e1ba51dd9e6d67377f15dad07ee985dbd.tar.gz
ktown-1198220e1ba51dd9e6d67377f15dad07ee985dbd.tar.xz
applications-extra:calligraplan: updated to 3.2.0
-rw-r--r--kde/build/calligraplan1
-rw-r--r--kde/patch/calligraplan.patch16
2 files changed, 8 insertions, 9 deletions
diff --git a/kde/build/calligraplan b/kde/build/calligraplan
deleted file mode 100644
index 0cfbf08..0000000
--- a/kde/build/calligraplan
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/kde/patch/calligraplan.patch b/kde/patch/calligraplan.patch
index 6b136b4..4cc1f85 100644
--- a/kde/patch/calligraplan.patch
+++ b/kde/patch/calligraplan.patch
@@ -1,11 +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 Qt 5.11 (fixed in 3.2.0):
+#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 build against kcalendarcore (fixed in 3.2.0):
+#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 ; }
+# Fix missing include (fixed in 3.2.0):
+#cat $CWD/patch/calligraplan/calligraplan.missingheader.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }