diff options
Diffstat (limited to 'user/calligra/braindump.patch')
-rw-r--r-- | user/calligra/braindump.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/user/calligra/braindump.patch b/user/calligra/braindump.patch new file mode 100644 index 000000000..933fe7c9f --- /dev/null +++ b/user/calligra/braindump.patch @@ -0,0 +1,21 @@ +--- calligra-3.2.1/CMakeLists.txt.old 2020-05-14 06:53:49.000000000 +0000 ++++ calligra-3.2.1/CMakeLists.txt 2020-07-29 23:07:48.255879433 +0000 +@@ -1068,7 +1068,7 @@ + # e.g.: + # calligra_disable_product(APP_FOO "isn't buildable at the moment") + +-calligra_disable_product(APP_BRAINDUMP "Disabled, will (probably) be removed from Calligra") ++#calligra_disable_product(APP_BRAINDUMP "Disabled, will (probably) be removed from Calligra") + + ############################################# + #### Calculate buildable products #### +--- calligra-3.2.1/braindump/src/MainWindow.h.old 2020-05-14 01:51:30.000000000 -0500 ++++ calligra-3.2.1/braindump/src/MainWindow.h 2022-11-19 04:34:25.337849680 -0600 +@@ -22,6 +22,7 @@ + + #include <kxmlguiwindow.h> + #include <KoCanvasSupervisor.h> ++#include <QMap> + + class DockerManager; + class RootSection; |