Update calligra to the latest stable version. Notable port changes:

- Replace phonon patches with pre-configure
- Remove poppler patches
- Reorder Makefile
- fix/improve depends
- fix libkookularGenerator_* libs

I don't have to say that this update is post 6.7, do I?

RS

Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/calligra/Makefile,v
retrieving revision 1.40
diff -u -p -u -p -r1.40 Makefile
--- Makefile    23 Mar 2020 18:01:12 -0000      1.40
+++ Makefile    4 May 2020 11:20:58 -0000
@@ -2,57 +2,52 @@
 
 COMMENT =      K Desktop Environment, office suite
 HOMEPAGE =     https://www.calligra.org
-VERSION =      3.1.0
+VERSION =      3.2.0
 DISTNAME =     calligra-${VERSION}
 CATEGORIES =   editors
-REVISION =     11
 
-DIST_SUBDIR =  kde
-MASTER_SITES = ${MASTER_SITE_KDE:=stable/calligra/${VERSION}/}
-
-MAINTAINER =   Rafael Sadowski <[email protected]>
-
-# GPLv2+, LGPLv2+ and GNU FDLv1.2
-PERMIT_PACKAGE =       Yes
-DPB_PROPERTIES =       parallel
-
-MODULES =      devel/kf5 \
-               multimedia/phonon
-
-# c++-14
-COMPILER =                     base-clang ports-gcc
-
-SHARED_LIBS =   RtfReader                 50.0 # 0.0
+SHARED_LIBS =   RtfReader                 51.0 # 0.0
 SHARED_LIBS +=  basicflakes               50.0 # 0.0
-SHARED_LIBS +=  calligrasheetscommon      50.0 # 9.0
-SHARED_LIBS +=  calligrasheetsodf         50.0 # 9.0
-SHARED_LIBS +=  calligrastageprivate      50.0 # 0.0
-SHARED_LIBS +=  flake                     51.0 # 0.0
+SHARED_LIBS +=  calligrasheetscommon      51.0 # 9.0
+SHARED_LIBS +=  calligrasheetsodf         51.0 # 9.0
+SHARED_LIBS +=  calligrastageprivate      51.0 # 0.0
+SHARED_LIBS +=  flake                     52.0 # 0.0
 SHARED_LIBS +=  karboncommon              50.0 # 0.0
-SHARED_LIBS +=  karbonui                  50.0 # 0.0
-SHARED_LIBS +=  komain                    51.0 # 0.0
+SHARED_LIBS +=  karbonui                  51.0 # 0.0
+SHARED_LIBS +=  komain                    52.0 # 0.0
 SHARED_LIBS +=  komsooxml                 51.0 # 13.0
-SHARED_LIBS +=  koodf                     50.0 # 0.0
-SHARED_LIBS +=  koodf2                    50.0 # 13.0
+SHARED_LIBS +=  koodf                     51.0 # 0.0
+SHARED_LIBS +=  koodf2                    51.0 # 13.0
 SHARED_LIBS +=  koodfreader               50.0 # 13.0
-SHARED_LIBS +=  kopageapp                 50.0 # 0.0
+SHARED_LIBS +=  kopageapp                 51.0 # 0.0
 SHARED_LIBS +=  koplugin                  50.0 # 0.0
-SHARED_LIBS +=  kotext                    51.0 # 0.0
-SHARED_LIBS +=  kotextlayout              50.0 # 13.0
-SHARED_LIBS +=  kovectorimage             50.0 # 13.0
+SHARED_LIBS +=  kotext                    52.0 # 0.0
+SHARED_LIBS +=  kotextlayout              51.0 # 13.0
+SHARED_LIBS +=  kovectorimage             51.0 # 13.0
 SHARED_LIBS +=  koversion                 0.0 # 14.0
-SHARED_LIBS +=  kowidgets                 50.0 # 0.0
-SHARED_LIBS +=  kowidgetutils             50.0 # 0.0
+SHARED_LIBS +=  kowidgets                 51.0 # 0.0
+SHARED_LIBS +=  kowidgetutils             51.0 # 0.0
 SHARED_LIBS +=  kowv2                     51.0 # 0.0
-SHARED_LIBS +=  kundo2                    51.0 # 0.0
+SHARED_LIBS +=  kundo2                    52.0 # 0.0
 SHARED_LIBS +=  pigmentcms                50.0 # 0.0
-SHARED_LIBS +=  wordsprivate              14.0 # 1.0
+SHARED_LIBS +=  wordsprivate              15.0 # 1.0
 SHARED_LIBS +=  koformula                 15.0 # 1.0
 SHARED_LIBS +=  kostore                   16.0 # 1.0
 SHARED_LIBS +=  kdeinit5_calligrasheets   0.0 # 0.0
 SHARED_LIBS +=  kdeinit5_calligrawords    0.0 # 0.0
 SHARED_LIBS +=  kdeinit5_karbon           0.0 # 0.0
 SHARED_LIBS +=  gemini                    0.0 # 16.0
+SHARED_LIBS +=  kookularGenerator_odt     0.0 # 17.0
+SHARED_LIBS +=  kookularGenerator_odp     0.0 # 17.0
+
+DIST_SUBDIR =  kde
+MASTER_SITES = ${MASTER_SITE_KDE:=stable/calligra/${VERSION}/}
+
+MAINTAINER =   Rafael Sadowski <[email protected]>
+
+# GPLv2+, LGPLv2+ and GNU FDLv1.2
+PERMIT_PACKAGE =       Yes
+DPB_PROPERTIES =       parallel
 
 WANTLIB += ${COMPILER_LIBCXX} Half-2_4 ICE Iex-2_4 IlmImf-2_4
 WANTLIB += IlmThread-2_4 Imath-2_4 KChart KF5Activities KF5Archive
@@ -71,25 +66,29 @@ WANTLIB += Xext c fontconfig freetype gs
 WANTLIB += m phonon4qt5experimental poppler poppler-qt5 qca-qt5
 WANTLIB += z
 
+MODULES =      devel/kf5 \
+               multimedia/phonon
+# c++-14
+COMPILER =     base-clang ports-gcc
+
 BUILD_DEPENDS =        devel/boost \
                devel/gettext,-tools \
                devel/kf5/kdoctools \
                devel/kf5/kross \
                devel/kf5/threadweaver \
                math/eigen3 \
-               productivity/librcps \
-               x11/qt5/qtwebkit
+               productivity/librcps
 
 RUN_DEPENDS =  devel/desktop-file-utils \
                devel/gettext,-runtime \
                devel/kf5/ktexteditor \
                misc/shared-mime-info \
                productivity/librcps \
-               x11/gtk+3,-guic \
-               x11/qt5/qtwebkit
+               x11/gtk+3,-guic
 
 LIB_DEPENDS =  converters/libiconv \
                devel/gsl \
+               graphics/kdiagram \
                devel/kf5/kactivities \
                devel/kf5/karchive \
                devel/kf5/kcmutils \
@@ -115,19 +114,23 @@ LIB_DEPENDS =     converters/libiconv \
                devel/kf5/kwindowsystem \
                devel/kf5/kxmlgui \
                devel/kf5/sonnet \
-               graphics/kdiagram \
                graphics/lcms2 \
                graphics/openexr \
                print/poppler,-qt5 \
                security/qca-qt5 \
                x11/kde-applications/okular \
+               x11/qt5/qtdeclarative \
+               x11/qt5/qtsvg \
+               x11/qt5/qtx11extras \
+               textproc/libwpd \
+               devel/kf5/kcalendarcore \
+               devel/kf5/kcontacts \
                x11/qt5/qtdeclarative
 
 # Stuff we don't have ATM. Do not bother about CreateResources, it's
 # pure optional run-time dependency.
 CONFIGURE_ARGS +=      -DWITH_Cauchy=OFF \
                        -DWITH_Libgit2=OFF \
-                       -DWITH_Libqgit2=OFF \
                        -DWITH_LibEtonyek=OFF \
                        -DWITH_LibOdfGen=OFF \
                        -DWITH_LibVisio=OFF \
@@ -135,10 +138,11 @@ CONFIGURE_ARGS += -DWITH_Cauchy=OFF \
                        -DWITH_LibWps=OFF \
                        -DWITH_Spnav=OFF
 
-# Karbon wants SVG support through a shareware plugin for pstoedit
-CONFIGURE_ARGS +=      -DWITH_Pstoedit=OFF
-
 # Running D-Bus daemon is required
 TEST_IS_INTERACTIVE =  X11
+
+pre-configure:
+       find ${WRKSRC} -type f \( -name \*.cpp -o -name \*.h \) -exec \
+               sed -i -e 's,#include <phonon,#include <phonon4qt5/phonon,g' {} 
+
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/calligra/distinfo,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 distinfo
--- distinfo    3 Feb 2018 21:01:36 -0000       1.11
+++ distinfo    4 May 2020 11:20:58 -0000
@@ -1,2 +1,2 @@
-SHA256 (kde/calligra-3.1.0.tar.xz) = 
aBjNbmQTYyG+IX61fMfWrHxwNRkf2x7jNuvmC8EU6HA=
-SIZE (kde/calligra-3.1.0.tar.xz) = 58037392
+SHA256 (kde/calligra-3.2.0.tar.xz) = 
flViKGZdeeZ8Bi/RFz1mdvCw187v3W4bC8+aeB6nCVE=
+SIZE (kde/calligra-3.2.0.tar.xz) = 55205468
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/editors/calligra/patches/patch-CMakeLists_txt,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt        2 Jan 2020 20:30:04 -0000       1.1
+++ patches/patch-CMakeLists_txt        4 May 2020 11:20:58 -0000
@@ -6,9 +6,9 @@ From sthen@
 Index: CMakeLists.txt
 --- CMakeLists.txt.orig
 +++ CMakeLists.txt
-@@ -950,6 +950,9 @@ set(KOPAGEAPP_INCLUDES ${TEXTLAYOUT_INCLUDES}
-                     ${CMAKE_SOURCE_DIR}/libs/pageapp/commands
-                     ${CMAKE_BINARY_DIR}/libs/pageapp )
+@@ -913,6 +913,9 @@ set(KOPAGEAPP_INCLUDES ${TEXTLAYOUT_INCLUDES}
+     ${CMAKE_SOURCE_DIR}/libs/pageapp/commands
+     ${CMAKE_BINARY_DIR}/libs/pageapp )
  
 +
 +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14")
Index: patches/patch-filters_karbon_pdf_PdfImport_cpp
===================================================================
RCS file: patches/patch-filters_karbon_pdf_PdfImport_cpp
diff -N patches/patch-filters_karbon_pdf_PdfImport_cpp
--- patches/patch-filters_karbon_pdf_PdfImport_cpp      23 Mar 2020 18:01:12 
-0000      1.3
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,57 +0,0 @@
-$OpenBSD: patch-filters_karbon_pdf_PdfImport_cpp,v 1.3 2020/03/23 18:01:12 
rsadowski Exp $
-
-Fix build with poppler 0.73
-https://cgit.kde.org/calligra.git/commit/?id=a615718
-https://cgit.kde.org/calligra.git/commit/?id=fb6bbaf
-
-And with poppler-0.83.
-
-Index: filters/karbon/pdf/PdfImport.cpp
---- filters/karbon/pdf/PdfImport.cpp.orig
-+++ filters/karbon/pdf/PdfImport.cpp
-@@ -60,19 +60,17 @@ KoFilter::ConversionStatus PdfImport::convert(const QB
-     }
- 
-     // read config file
--    globalParams = new GlobalParams();
-+    globalParams.reset(new GlobalParams());
-     if (! globalParams)
-         return KoFilter::NotImplemented;
- 
-     GooString * fname = new 
GooString(QFile::encodeName(m_chain->inputFile()).data());
-     PDFDoc * pdfDoc = new PDFDoc(fname, 0, 0, 0);
-     if (! pdfDoc) {
--        delete globalParams;
-         return KoFilter::StupidError;
-     }
- 
-     if (! pdfDoc->isOk()) {
--        delete globalParams;
-         delete pdfDoc;
-         return KoFilter::StupidError;
-     }
-@@ -88,9 +86,9 @@ KoFilter::ConversionStatus PdfImport::convert(const QB
-     SvgOutputDev * dev = new SvgOutputDev(m_chain->outputFile());
-     if (dev->isOk()) {
-         int rotate = 0;
--        GBool useMediaBox = gTrue;
--        GBool crop = gFalse;
--        GBool printing = gFalse;
-+        bool useMediaBox = true;
-+        bool crop = false;
-+        bool printing = false;
-         pdfDoc->displayPages(dev, firstPage, lastPage, hDPI, vDPI, rotate, 
useMediaBox, crop, printing);
-         dev->dumpContent();
-     }
-@@ -99,11 +97,7 @@ KoFilter::ConversionStatus PdfImport::convert(const QB
- 
-     delete dev;
-     delete pdfDoc;
--    delete globalParams;
-     globalParams = 0;
--
--    // check for memory leaks
--    Object::memCheck(stderr);
- 
-     return KoFilter::OK;
- }
Index: patches/patch-filters_karbon_pdf_SvgOutputDev_cpp
===================================================================
RCS file: patches/patch-filters_karbon_pdf_SvgOutputDev_cpp
diff -N patches/patch-filters_karbon_pdf_SvgOutputDev_cpp
--- patches/patch-filters_karbon_pdf_SvgOutputDev_cpp   2 Jan 2020 20:30:04 
-0000       1.3
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,192 +0,0 @@
-$OpenBSD: patch-filters_karbon_pdf_SvgOutputDev_cpp,v 1.3 2020/01/02 20:30:04 
kili Exp $
-
-Fix build with poppler 0.73
-https://cgit.kde.org/calligra.git/commit/?id=a615718
-https://cgit.kde.org/calligra.git/commit/?id=ab9cb33
-https://cgit.kde.org/calligra.git/commit/?id=fb6bbaf
-https://cgit.kde.org/calligra.git/commit/?id=05a65f9
-https://cgit.kde.org/calligra.git/commit/?id=3a65c7f
-
-And with poppler-0.83
-
-Index: filters/karbon/pdf/SvgOutputDev.cpp
---- filters/karbon/pdf/SvgOutputDev.cpp.orig
-+++ filters/karbon/pdf/SvgOutputDev.cpp
-@@ -39,7 +39,7 @@ class SvgOutputDev::Private
- {
- public:
-     Private(const QString &fname)
--            : svgFile(fname), defs(0), body(0), state(gTrue)
-+            : svgFile(fname), defs(0), body(0), state(true)
-             , brush(Qt::SolidPattern) {}
- 
-     ~Private() {
-@@ -52,7 +52,7 @@ class SvgOutputDev::Private
-     QString defsData;
-     QTextStream * defs;
-     QTextStream * body;
--    GBool state;
-+    bool state;
-     QSizeF pageSize;
-     QPen pen;
-     QBrush brush;
-@@ -62,7 +62,7 @@ SvgOutputDev::SvgOutputDev(const QString &fileName)
-         : d(new Private(fileName))
- {
-     if (! d->svgFile.open(QIODevice::WriteOnly)) {
--        d->state = gFalse;
-+        d->state = false;
-         return;
-     }
- 
-@@ -75,24 +75,24 @@ SvgOutputDev::~SvgOutputDev()
-     delete d;
- }
- 
--GBool SvgOutputDev::isOk()
-+bool SvgOutputDev::isOk()
- {
-     return d->state;
- }
- 
--GBool SvgOutputDev::upsideDown()
-+bool SvgOutputDev::upsideDown()
- {
--    return gTrue;
-+    return true;
- }
- 
--GBool SvgOutputDev::useDrawChar()
-+bool SvgOutputDev::useDrawChar()
- {
--    return gFalse;
-+    return false;
- }
- 
--GBool SvgOutputDev::interpretType3Chars()
-+bool SvgOutputDev::interpretType3Chars()
- {
--    return gFalse;
-+    return false;
- }
- 
- void SvgOutputDev::startPage(int pageNum, GfxState *state, XRef */*xref*/)
-@@ -172,7 +172,7 @@ void SvgOutputDev::eoFill(GfxState *state)
-     *d->body << "/>" << endl;
- }
- 
--QString SvgOutputDev::convertPath(GfxPath *path)
-+QString SvgOutputDev::convertPath(const GfxPath *path)
- {
-     if (! path)
-         return QString();
-@@ -180,7 +180,7 @@ QString SvgOutputDev::convertPath(GfxPath *path)
-     QString output;
- 
-     for (int i = 0; i < path->getNumSubpaths(); ++i) {
--        GfxSubpath * subpath = path->getSubpath(i);
-+        const GfxSubpath * subpath = path->getSubpath(i);
-         if (subpath->getNumPoints() > 0) {
-             output += QString("M%1 
%2").arg(subpath->getX(0)).arg(subpath->getY(0));
-             int j = 1;
-@@ -212,7 +212,7 @@ QString SvgOutputDev::convertMatrix(const QMatrix &mat
-            .arg(matrix.dx()) .arg(matrix.dy());
- }
- 
--QString SvgOutputDev::convertMatrix(double * matrix)
-+QString SvgOutputDev::convertMatrix(const double * matrix)
- {
-     return QString("matrix(%1 %2 %3 %4 %5 %6)")
-            .arg(matrix[0]).arg(matrix[1])
-@@ -387,7 +387,7 @@ QString SvgOutputDev::printStroke()
-     return stroke;
- }
- 
--void SvgOutputDev::drawString(GfxState * state, GooString * s)
-+void SvgOutputDev::drawString(GfxState * state, const GooString * s)
- {
-     int render = state->getRender();
-     // check for invisible text -- this is used by Acrobat Capture
-@@ -402,10 +402,10 @@ void SvgOutputDev::drawString(GfxState * state, GooStr
- 
-     QString str;
- 
--    char * p = s->getCString();
-+    const char * p = s->c_str();
-     int len = s->getLength();
-     CharCode code;
--    Unicode *u = nullptr;
-+    const Unicode *u = nullptr;
-     int uLen;
-     double dx, dy, originX, originY;
-     while (len > 0) {
-@@ -429,7 +429,7 @@ void SvgOutputDev::drawString(GfxState * state, GooStr
-     double x = state->getCurX();
-     double y = state->getCurY();
- 
--    double * ctm = state->getCTM();
-+    const double * ctm = state->getCTM();
-     QMatrix transform(ctm[0], ctm[1], ctm[2], ctm[3], ctm[4], ctm[5]);
- 
-     QMatrix mirror;
-@@ -451,11 +451,11 @@ void SvgOutputDev::drawString(GfxState * state, GooStr
-     *d->body << " y=\"" << y << "px\"";
- 
-     if (font && font->getFamily()) {
--        *d->body << " font-family=\"" << 
QString::fromLatin1(font->getFamily()->getCString()) << "\"";
--        //debugPdf << "font family:" << QString::fromLatin1( 
font->getFamily()->getCString() );
-+        *d->body << " font-family=\"" << 
QString::fromLatin1(font->getFamily()->c_str()) << "\"";
-+        //debugPdf << "font family:" << QString::fromLatin1( 
font->getFamily()->c_str() );
-     } else if (font && font->getName()) {
--        *d->body << " font-family=\"" << 
QString::fromLatin1(font->getName()->getCString()) << "\"";
--        //debugPdf << "font name:" << QString::fromLatin1( 
font->getName()->getCString() );
-+        *d->body << " font-family=\"" << 
QString::fromLatin1(font->getName()->c_str()) << "\"";
-+        //debugPdf << "font name:" << QString::fromLatin1( 
font->getName()->c_str() );
-     }
-     *d->body << " font-size=\"" << qMax(state->getFontSize(), 
state->getTransformedFontSize()) << "px\"";
- 
-@@ -476,7 +476,7 @@ void SvgOutputDev::drawString(GfxState * state, GooStr
- 
- void SvgOutputDev::drawImage(GfxState *state, Object */*ref*/, Stream *str,
-                              int width, int height, GfxImageColorMap 
*colorMap,
--                             int *maskColors, GBool /*inlineImg*/)
-+                             const int *maskColors, bool /*inlineImg*/)
- {
-     ImageStream * imgStr = new ImageStream(str, width, 
colorMap->getNumPixelComps(), colorMap->getBits());
-     imgStr->reset();
-@@ -488,7 +488,7 @@ void SvgOutputDev::drawImage(GfxState *state, Object *
-     if (maskColors) {
-         for (int y = 0; y < height; y++) {
-             dest = (unsigned int *)(buffer + y * 4 * width);
--            Guchar * pix = imgStr->getLine();
-+            unsigned char * pix = imgStr->getLine();
-             colorMap->getRGBLine(pix, dest, width);
- 
-             for (int x = 0; x < width; x++) {
-@@ -507,7 +507,7 @@ void SvgOutputDev::drawImage(GfxState *state, Object *
-     } else {
-         for (int y = 0; y < height; y++) {
-             dest = (unsigned int *)(buffer + y * 4 * width);
--            Guchar * pix = imgStr->getLine();
-+            unsigned char * pix = imgStr->getLine();
-             colorMap->getRGBLine(pix, dest, width);
-         }
- 
-@@ -522,7 +522,7 @@ void SvgOutputDev::drawImage(GfxState *state, Object *
-         return;
-     }
- 
--    double * ctm = state->getCTM();
-+    const double * ctm = state->getCTM();
-     QMatrix m;
-     m.setMatrix(ctm[0] / width, ctm[1] / width, -ctm[2] / height, -ctm[3] / 
height, ctm[2] + ctm[4], ctm[3] + ctm[5]);
- 
-@@ -545,7 +545,7 @@ void SvgOutputDev::drawImage(GfxState *state, Object *
- 
- void SvgOutputDev::drawImage(GfxState *state, Object *ref, Stream *str,
-                              int width, int height, GfxImageColorMap 
*colorMap,
--                             GBool /*interpolate*/, int *maskColors, GBool 
inlineImg)
-+                             bool /*interpolate*/, const int *maskColors, 
bool inlineImg)
- {
-     drawImage(state, ref, str, width, height, colorMap, maskColors, 
inlineImg);
- }
Index: patches/patch-filters_karbon_pdf_SvgOutputDev_h
===================================================================
RCS file: patches/patch-filters_karbon_pdf_SvgOutputDev_h
diff -N patches/patch-filters_karbon_pdf_SvgOutputDev_h
--- patches/patch-filters_karbon_pdf_SvgOutputDev_h     2 Jan 2020 20:30:04 
-0000       1.3
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,58 +0,0 @@
-$OpenBSD: patch-filters_karbon_pdf_SvgOutputDev_h,v 1.3 2020/01/02 20:30:04 
kili Exp $
-
-Fix build with poppler 0.73
-https://cgit.kde.org/calligra.git/commit/?id=a615718
-https://cgit.kde.org/calligra.git/commit/?id=ab9cb33
-
-And with poppler-0.83
-
-Index: filters/karbon/pdf/SvgOutputDev.h
---- filters/karbon/pdf/SvgOutputDev.h.orig
-+++ filters/karbon/pdf/SvgOutputDev.h
-@@ -44,11 +44,11 @@ class SvgOutputDev : public OutputDev (public)
-     explicit SvgOutputDev(const QString &fileName);
-     virtual ~SvgOutputDev();
- 
--    GBool isOk();
-+    bool isOk();
- 
--    virtual GBool upsideDown();
--    virtual GBool useDrawChar();
--    virtual GBool interpretType3Chars();
-+    virtual bool upsideDown();
-+    virtual bool useDrawChar();
-+    virtual bool interpretType3Chars();
-     virtual void startPage(int pageNum, GfxState *state, XRef *xref);
-     virtual void endPage();
- 
-@@ -58,15 +58,15 @@ class SvgOutputDev : public OutputDev (public)
-     virtual void eoFill(GfxState *state);
- 
-     // text
--    virtual void drawString(GfxState * state, GooString * s);
-+    virtual void drawString(GfxState * state, const GooString * s);
- 
-     // images
-     virtual void drawImage(GfxState *state, Object *ref, Stream *str,
-                            int width, int height, GfxImageColorMap *colorMap,
--                           int *maskColors, GBool inlineImg);
-+                           const int *maskColors, bool inlineImg);
-     virtual void drawImage(GfxState *state, Object *ref, Stream *str,
-                            int width, int height, GfxImageColorMap *colorMap,
--                           GBool interpolate, int *maskColors, GBool 
inlineImg);
-+                           bool interpolate, const int *maskColors, bool 
inlineImg);
- 
-     // styles
-     virtual void updateAll(GfxState *state);
-@@ -82,9 +82,9 @@ class SvgOutputDev : public OutputDev (public)
-     /// Dumps content to svg file
-     void dumpContent();
- private:
--    QString convertPath(GfxPath *path);
-+    QString convertPath(const GfxPath *path);
-     QString convertMatrix(const QMatrix &matrix);
--    QString convertMatrix(double * matrix);
-+    QString convertMatrix(const double * matrix);
-     QString printFill();
-     QString printStroke();
- 
Index: patches/patch-libs_widgets_KoCsvImportDialog_cpp
===================================================================
RCS file: patches/patch-libs_widgets_KoCsvImportDialog_cpp
diff -N patches/patch-libs_widgets_KoCsvImportDialog_cpp
--- patches/patch-libs_widgets_KoCsvImportDialog_cpp    25 Feb 2020 18:08:07 
-0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
-$OpenBSD: patch-libs_widgets_KoCsvImportDialog_cpp,v 1.1 2020/02/25 18:08:07 
rsadowski Exp $
-
-Unbreak with Qt 5.13
-
-Index: libs/widgets/KoCsvImportDialog.cpp
---- libs/widgets/KoCsvImportDialog.cpp.orig
-+++ libs/widgets/KoCsvImportDialog.cpp
-@@ -21,6 +21,7 @@
- #include "KoCsvImportDialog.h"
- 
- // Qt
-+#include <QButtonGroup>
- #include <QTextCodec>
- #include <QTextStream>
- 
Index: patches/patch-libs_widgets_KoPageLayoutWidget_cpp
===================================================================
RCS file: patches/patch-libs_widgets_KoPageLayoutWidget_cpp
diff -N patches/patch-libs_widgets_KoPageLayoutWidget_cpp
--- patches/patch-libs_widgets_KoPageLayoutWidget_cpp   25 Feb 2020 18:08:07 
-0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,16 +0,0 @@
-$OpenBSD: patch-libs_widgets_KoPageLayoutWidget_cpp,v 1.1 2020/02/25 18:08:07 
rsadowski Exp $
-
-Unbreak with Qt 5.13
-
-Index: libs/widgets/KoPageLayoutWidget.cpp
---- libs/widgets/KoPageLayoutWidget.cpp.orig
-+++ libs/widgets/KoPageLayoutWidget.cpp
-@@ -23,6 +23,8 @@
- 
- #include <KoUnit.h>
- 
-+#include <QButtonGroup>
-+
- class Q_DECL_HIDDEN KoPageLayoutWidget::Private
- {
- public:
Index: patches/patch-plugins_chartshape_dialogs_TableEditorDialog_cpp
===================================================================
RCS file: patches/patch-plugins_chartshape_dialogs_TableEditorDialog_cpp
diff -N patches/patch-plugins_chartshape_dialogs_TableEditorDialog_cpp
--- patches/patch-plugins_chartshape_dialogs_TableEditorDialog_cpp      25 Feb 
2020 18:08:07 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
-$OpenBSD: patch-plugins_chartshape_dialogs_TableEditorDialog_cpp,v 1.1 
2020/02/25 18:08:07 rsadowski Exp $
-
-Unbreak with Qt 5.13
-
-Index: plugins/chartshape/dialogs/TableEditorDialog.cpp
---- plugins/chartshape/dialogs/TableEditorDialog.cpp.orig
-+++ plugins/chartshape/dialogs/TableEditorDialog.cpp
-@@ -24,6 +24,7 @@
- 
- // Qt
- #include <QAbstractItemModel>
-+#include <QAction>
- 
- // Calligra
- #include <KoIcon.h>
Index: patches/patch-plugins_formulashape_FormulaToolWidget_cpp
===================================================================
RCS file: patches/patch-plugins_formulashape_FormulaToolWidget_cpp
diff -N patches/patch-plugins_formulashape_FormulaToolWidget_cpp
--- patches/patch-plugins_formulashape_FormulaToolWidget_cpp    25 Feb 2020 
18:08:07 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
-$OpenBSD: patch-plugins_formulashape_FormulaToolWidget_cpp,v 1.1 2020/02/25 
18:08:07 rsadowski Exp $
-
-Unbreak with Qt 5.13
-
-Index: plugins/formulashape/FormulaToolWidget.cpp
---- plugins/formulashape/FormulaToolWidget.cpp.orig
-+++ plugins/formulashape/FormulaToolWidget.cpp
-@@ -30,6 +30,7 @@
- #include <QWidgetAction>
- #include <QTableWidget>
- #include <QAction>
-+#include <QHeaderView>
- #include <QMenu>
- 
- FormulaToolWidget::FormulaToolWidget( KoFormulaTool* tool, QWidget* parent )
Index: patches/patch-plugins_videoshape_FullScreenPlayer_cpp
===================================================================
RCS file: patches/patch-plugins_videoshape_FullScreenPlayer_cpp
diff -N patches/patch-plugins_videoshape_FullScreenPlayer_cpp
--- patches/patch-plugins_videoshape_FullScreenPlayer_cpp       31 May 2017 
22:02:09 -0000      1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,22 +0,0 @@
-$OpenBSD: patch-plugins_videoshape_FullScreenPlayer_cpp,v 1.2 2017/05/31 
22:02:09 rsadowski Exp $
-
-Index: plugins/videoshape/FullScreenPlayer.cpp
---- plugins/videoshape/FullScreenPlayer.cpp.orig
-+++ plugins/videoshape/FullScreenPlayer.cpp
-@@ -24,11 +24,11 @@
- 
- #include <klocalizedstring.h>
- 
--#include <phonon/videowidget.h>
--#include <phonon/audiooutput.h>
--#include <phonon/mediaobject.h>
--#include <phonon/VolumeSlider>
--#include <phonon/SeekSlider>
-+#include <phonon4qt5/phonon/videowidget.h>
-+#include <phonon4qt5/phonon/audiooutput.h>
-+#include <phonon4qt5/phonon/mediaobject.h>
-+#include <phonon4qt5/phonon/VolumeSlider>
-+#include <phonon4qt5/phonon/SeekSlider>
- 
- #include <QUrl>
- #include <QVBoxLayout>
Index: patches/patch-plugins_videoshape_FullScreenPlayer_h
===================================================================
RCS file: patches/patch-plugins_videoshape_FullScreenPlayer_h
diff -N patches/patch-plugins_videoshape_FullScreenPlayer_h
--- patches/patch-plugins_videoshape_FullScreenPlayer_h 31 May 2017 22:02:09 
-0000      1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-plugins_videoshape_FullScreenPlayer_h,v 1.2 2017/05/31 
22:02:09 rsadowski Exp $
-
-Index: plugins/videoshape/FullScreenPlayer.h
---- plugins/videoshape/FullScreenPlayer.h.orig
-+++ plugins/videoshape/FullScreenPlayer.h
-@@ -21,7 +21,7 @@
- #define FULLSCREENPLAYER_H
- 
- #include <QWidget>
--#include <phonon/Global>
-+#include <phonon4qt5/phonon/Global>
- 
- namespace Phonon
- {
Index: patches/patch-plugins_videoshape_SelectVideoWidget_cpp
===================================================================
RCS file: patches/patch-plugins_videoshape_SelectVideoWidget_cpp
diff -N patches/patch-plugins_videoshape_SelectVideoWidget_cpp
--- patches/patch-plugins_videoshape_SelectVideoWidget_cpp      31 May 2017 
22:02:09 -0000      1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-plugins_videoshape_SelectVideoWidget_cpp,v 1.2 2017/05/31 
22:02:09 rsadowski Exp $
-
-Index: plugins/videoshape/SelectVideoWidget.cpp
---- plugins/videoshape/SelectVideoWidget.cpp.orig
-+++ plugins/videoshape/SelectVideoWidget.cpp
-@@ -22,7 +22,7 @@
- 
- #include <klocalizedstring.h>
- #include <kfilewidget.h>
--#include <phonon/BackendCapabilities>
-+#include <phonon4qt5/phonon/BackendCapabilities>
- 
- #include <QVBoxLayout>
- #include <QCheckBox>
Index: patches/patch-plugins_videoshape_VideoThumbnailer_cpp
===================================================================
RCS file: patches/patch-plugins_videoshape_VideoThumbnailer_cpp
diff -N patches/patch-plugins_videoshape_VideoThumbnailer_cpp
--- patches/patch-plugins_videoshape_VideoThumbnailer_cpp       31 May 2017 
22:02:09 -0000      1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-plugins_videoshape_VideoThumbnailer_cpp,v 1.2 2017/05/31 
22:02:09 rsadowski Exp $
-
-Index: plugins/videoshape/VideoThumbnailer.cpp
---- plugins/videoshape/VideoThumbnailer.cpp.orig
-+++ plugins/videoshape/VideoThumbnailer.cpp
-@@ -23,7 +23,7 @@
- #include "VideoData.h"
- #include "VideoDebug.h"
- 
--#include <phonon/experimental/videoframe2.h>
-+#include <phonon4qt5/phonon/experimental/videoframe2.h>
- #include <QTime>
- #include <QVBoxLayout>
- #include <QVarLengthArray>
Index: patches/patch-plugins_videoshape_VideoThumbnailer_h
===================================================================
RCS file: patches/patch-plugins_videoshape_VideoThumbnailer_h
diff -N patches/patch-plugins_videoshape_VideoThumbnailer_h
--- patches/patch-plugins_videoshape_VideoThumbnailer_h 31 May 2017 22:02:09 
-0000      1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,18 +0,0 @@
-$OpenBSD: patch-plugins_videoshape_VideoThumbnailer_h,v 1.2 2017/05/31 
22:02:09 rsadowski Exp $
-
-Index: plugins/videoshape/VideoThumbnailer.h
---- plugins/videoshape/VideoThumbnailer.h.orig
-+++ plugins/videoshape/VideoThumbnailer.h
-@@ -20,9 +20,9 @@
- #ifndef VIDEOTHUMBNAILER_H
- #define VIDEOTHUMBNAILER_H
- 
--#include <phonon/MediaObject>
--#include <phonon/Global>
--#include <phonon/experimental/videodataoutput2.h>
-+#include <phonon4qt5/phonon/MediaObject>
-+#include <phonon4qt5/phonon/Global>
-+#include <phonon4qt5/phonon/experimental/videodataoutput2.h>
- 
- #include <QObject>
- #include <QImage>
Index: patches/patch-sheets_dialogs_LayoutDialog_cpp
===================================================================
RCS file: patches/patch-sheets_dialogs_LayoutDialog_cpp
diff -N patches/patch-sheets_dialogs_LayoutDialog_cpp
--- patches/patch-sheets_dialogs_LayoutDialog_cpp       25 Feb 2020 18:08:07 
-0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
-$OpenBSD: patch-sheets_dialogs_LayoutDialog_cpp,v 1.1 2020/02/25 18:08:07 
rsadowski Exp $
-
-Unbreak with Qt 5.13
-
-Index: sheets/dialogs/LayoutDialog.cpp
---- sheets/dialogs/LayoutDialog.cpp.orig
-+++ sheets/dialogs/LayoutDialog.cpp
-@@ -36,6 +36,7 @@
- #include <math.h>
- 
- #include <QIntValidator>
-+#include <QButtonGroup>
- #include <QCheckBox>
- #include <QFrame>
- #include <QLabel>
Index: patches/patch-sheets_plugins_calendar_CalendarToolWidget_cpp
===================================================================
RCS file: patches/patch-sheets_plugins_calendar_CalendarToolWidget_cpp
diff -N patches/patch-sheets_plugins_calendar_CalendarToolWidget_cpp
--- patches/patch-sheets_plugins_calendar_CalendarToolWidget_cpp        25 Feb 
2020 18:08:07 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
-$OpenBSD: patch-sheets_plugins_calendar_CalendarToolWidget_cpp,v 1.1 
2020/02/25 18:08:07 rsadowski Exp $
-
-Unbreak with Qt 5.13
-
-Index: sheets/plugins/calendar/CalendarToolWidget.cpp
---- sheets/plugins/calendar/CalendarToolWidget.cpp.orig
-+++ sheets/plugins/calendar/CalendarToolWidget.cpp
-@@ -30,6 +30,7 @@
- #include <kdatepicker.h>
- 
- #include <QPushButton>
-+#include <QDate>
- 
- namespace Calligra
- {
Index: patches/patch-stage_part_KPrPresentationTool_cpp
===================================================================
RCS file: patches/patch-stage_part_KPrPresentationTool_cpp
diff -N patches/patch-stage_part_KPrPresentationTool_cpp
--- patches/patch-stage_part_KPrPresentationTool_cpp    25 Feb 2020 18:08:07 
-0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
-$OpenBSD: patch-stage_part_KPrPresentationTool_cpp,v 1.1 2020/02/25 18:08:07 
rsadowski Exp $
-
-Unbreak with Qt 5.13
-
-Index: stage/part/KPrPresentationTool.cpp
---- stage/part/KPrPresentationTool.cpp.orig
-+++ stage/part/KPrPresentationTool.cpp
-@@ -32,6 +32,7 @@
- #include <QDesktopServices>
- #include <QUrl>
- #include <QDBusConnection>
-+#include <QFrame>
- 
- #include <KoShape.h>
- #include <KoShapeManager.h>
Index: patches/patch-stage_plugins_eventactions_sound_KPrSoundEventAction_cpp
===================================================================
RCS file: patches/patch-stage_plugins_eventactions_sound_KPrSoundEventAction_cpp
diff -N patches/patch-stage_plugins_eventactions_sound_KPrSoundEventAction_cpp
--- patches/patch-stage_plugins_eventactions_sound_KPrSoundEventAction_cpp      
31 May 2017 22:02:09 -0000      1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-stage_plugins_eventactions_sound_KPrSoundEventAction_cpp,v 1.2 
2017/05/31 22:02:09 rsadowski Exp $
-
-Index: stage/plugins/eventactions/sound/KPrSoundEventAction.cpp
---- stage/plugins/eventactions/sound/KPrSoundEventAction.cpp.orig
-+++ stage/plugins/eventactions/sound/KPrSoundEventAction.cpp
-@@ -19,7 +19,7 @@
- 
- #include "KPrSoundEventAction.h"
- 
--#include <phonon/mediaobject.h>
-+#include <phonon4qt5/phonon/mediaobject.h>
- #include <KoXmlNS.h>
- #include <KoXmlReader.h>
- #include <KoXmlWriter.h>
Index: patches/patch-words_part_dialogs_KWAnchoringProperties_cpp
===================================================================
RCS file: patches/patch-words_part_dialogs_KWAnchoringProperties_cpp
diff -N patches/patch-words_part_dialogs_KWAnchoringProperties_cpp
--- patches/patch-words_part_dialogs_KWAnchoringProperties_cpp  25 Feb 2020 
18:08:07 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
-$OpenBSD: patch-words_part_dialogs_KWAnchoringProperties_cpp,v 1.1 2020/02/25 
18:08:07 rsadowski Exp $
-
-Unbreak with Qt 5.13
-
-Index: words/part/dialogs/KWAnchoringProperties.cpp
---- words/part/dialogs/KWAnchoringProperties.cpp.orig
-+++ words/part/dialogs/KWAnchoringProperties.cpp
-@@ -35,6 +35,7 @@
- 
- #include <kundo2command.h>
- 
-+#include <QButtonGroup>
- #include <QComboBox>
- 
- const int KWAnchoringProperties::vertRels[4][20] = {
Index: patches/patch-words_part_dialogs_KWRunAroundProperties_cpp
===================================================================
RCS file: patches/patch-words_part_dialogs_KWRunAroundProperties_cpp
diff -N patches/patch-words_part_dialogs_KWRunAroundProperties_cpp
--- patches/patch-words_part_dialogs_KWRunAroundProperties_cpp  25 Feb 2020 
18:08:07 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,16 +0,0 @@
-$OpenBSD: patch-words_part_dialogs_KWRunAroundProperties_cpp,v 1.1 2020/02/25 
18:08:07 rsadowski Exp $
-
-Unbreak with Qt 5.13
-
-Index: words/part/dialogs/KWRunAroundProperties.cpp
---- words/part/dialogs/KWRunAroundProperties.cpp.orig
-+++ words/part/dialogs/KWRunAroundProperties.cpp
-@@ -28,6 +28,8 @@
- 
- #include <kundo2command.h>
- 
-+#include <QButtonGroup>
-+
- KWRunAroundProperties::KWRunAroundProperties(FrameConfigSharedState *state)
-         : m_state(state)
- {
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/editors/calligra/pkg/PLIST,v
retrieving revision 1.18
diff -u -p -u -p -r1.18 PLIST
--- pkg/PLIST   23 Mar 2020 18:01:12 -0000      1.18
+++ pkg/PLIST   4 May 2020 11:20:58 -0000
@@ -63,6 +63,7 @@
 @bin bin/calligragemini
 @bin bin/calligrageminithumbnailhelper
 @bin bin/calligrasheets
+@bin bin/calligrastage
 @bin bin/calligrawords
 @bin bin/cstester
 @bin bin/cstrunner
@@ -78,6 +79,7 @@
 @lib lib/libkarboncommon.so.${LIBkarboncommon_VERSION}
 @lib lib/libkarbonui.so.${LIBkarbonui_VERSION}
 @lib lib/libkdeinit5_calligrasheets.so.${LIBkdeinit5_calligrasheets_VERSION}
+@so lib/libkdeinit5_calligrastage.so
 @lib lib/libkdeinit5_calligrawords.so.${LIBkdeinit5_calligrawords_VERSION}
 @lib lib/libkdeinit5_karbon.so.${LIBkdeinit5_karbon_VERSION}
 @lib lib/libkoformula.so.${LIBkoformula_VERSION}
@@ -86,10 +88,8 @@
 @lib lib/libkoodf.so.${LIBkoodf_VERSION}
 @lib lib/libkoodf2.so.${LIBkoodf2_VERSION}
 @lib lib/libkoodfreader.so.${LIBkoodfreader_VERSION}
-lib/libkookularGenerator_odp.so.16
-lib/libkookularGenerator_odp.so.16.0.0
-lib/libkookularGenerator_odt.so.16
-lib/libkookularGenerator_odt.so.16.0.0
+@lib lib/libkookularGenerator_odp.so.${LIBkookularGenerator_odp_VERSION}
+@lib lib/libkookularGenerator_odt.so.${LIBkookularGenerator_odt_VERSION}
 @lib lib/libkopageapp.so.${LIBkopageapp_VERSION}
 @lib lib/libkoplugin.so.${LIBkoplugin_VERSION}
 @lib lib/libkostore.so.${LIBkostore_VERSION}
@@ -106,8 +106,6 @@ lib/libkookularGenerator_odt.so.16.0.0
 lib/qt5/plugins/calligra/
 lib/qt5/plugins/calligra/colorspaces/
 @so lib/qt5/plugins/calligra/colorspaces/kolcmsengine.so
-lib/qt5/plugins/calligra/deferred/
-@so lib/qt5/plugins/calligra/deferred/calligra_shape_spreadsheet-deferred.so
 lib/qt5/plugins/calligra/dockers/
 @so lib/qt5/plugins/calligra/dockers/calligra_docker_defaults.so
 @so lib/qt5/plugins/calligra/dockers/calligra_docker_stencils.so
@@ -135,6 +133,7 @@ lib/qt5/plugins/calligra/formatfilters/
 @so lib/qt5/plugins/calligra/formatfilters/calligra_filter_odt2mobi.so
 @so lib/qt5/plugins/calligra/formatfilters/calligra_filter_odt2wiki.so
 @so lib/qt5/plugins/calligra/formatfilters/calligra_filter_opencalc2sheets.so
+@so lib/qt5/plugins/calligra/formatfilters/calligra_filter_pdf2odg.so
 @so lib/qt5/plugins/calligra/formatfilters/calligra_filter_pdf2svg.so
 @so lib/qt5/plugins/calligra/formatfilters/calligra_filter_ppt2odp.so
 @so lib/qt5/plugins/calligra/formatfilters/calligra_filter_pptx2odp.so
@@ -168,7 +167,6 @@ lib/qt5/plugins/calligra/shapes/
 @so lib/qt5/plugins/calligra/shapes/calligra_shape_paths.so
 @so lib/qt5/plugins/calligra/shapes/calligra_shape_picture.so
 @so lib/qt5/plugins/calligra/shapes/calligra_shape_plugin.so
-@so lib/qt5/plugins/calligra/shapes/calligra_shape_spreadsheet.so
 @so lib/qt5/plugins/calligra/shapes/calligra_shape_text.so
 @so lib/qt5/plugins/calligra/shapes/calligra_shape_vector.so
 @so lib/qt5/plugins/calligra/shapes/calligra_shape_video.so
@@ -225,8 +223,6 @@ lib/qt5/plugins/karbon/extensions/
 @so lib/qt5/plugins/karbon/extensions/karbon_refinepath.so
 @so lib/qt5/plugins/karbon/extensions/karbon_roundcorners.so
 @so lib/qt5/plugins/karbon/extensions/karbon_whirlpinch.so
-lib/qt5/plugins/okular/
-lib/qt5/plugins/okular/generators/
 @so lib/qt5/plugins/okular/generators/okularGenerator_doc_calligra.so
 @so lib/qt5/plugins/okular/generators/okularGenerator_docx_calligra.so
 @so lib/qt5/plugins/okular/generators/okularGenerator_odp_calligra.so
@@ -242,6 +238,7 @@ lib/qt5/qml/Calligra/Gemini/Dropbox/qmld
 lib/qt5/qml/org/kde/calligra/
 @so lib/qt5/qml/org/kde/calligra/libCalligraComponentsPlugin.so
 lib/qt5/qml/org/kde/calligra/qmldir
+share/applications/calligra.desktop
 share/applications/okularApplication_doc_calligra.desktop
 share/applications/okularApplication_docx_calligra.desktop
 share/applications/okularApplication_odp_calligra.desktop
@@ -251,6 +248,7 @@ share/applications/okularApplication_ppt
 share/applications/okularApplication_rtf_calligra.desktop
 share/applications/org.kde.calligragemini.desktop
 share/applications/org.kde.calligrasheets.desktop
+share/applications/org.kde.calligrastage.desktop
 share/applications/org.kde.calligrawords.desktop
 share/applications/org.kde.calligrawords_ascii.desktop
 share/applications/org.kde.karbon.desktop
@@ -396,14 +394,12 @@ share/calligra/icons/hicolor/22x22/actio
 share/calligra/icons/hicolor/22x22/actions/select.png
 share/calligra/icons/hicolor/22x22/actions/smiley-shape.png
 share/calligra/icons/hicolor/22x22/actions/spiral-shape.png
-share/calligra/icons/hicolor/22x22/actions/spreadsheetshape.png
 share/calligra/icons/hicolor/22x22/actions/sqrt.png
 share/calligra/icons/hicolor/22x22/actions/star-shape.png
 share/calligra/icons/hicolor/22x22/actions/table.png
 share/calligra/icons/hicolor/22x22/actions/text-put-on-path.png
 share/calligra/icons/hicolor/22x22/actions/text-remove-from-path.png
 share/calligra/icons/hicolor/22x22/actions/tool-text.png
-share/calligra/icons/hicolor/22x22/actions/tool_cellformatting.png
 share/calligra/icons/hicolor/22x22/actions/tool_references.png
 share/calligra/icons/hicolor/22x22/actions/tool_review.png
 share/calligra/icons/hicolor/22x22/actions/under.png
@@ -439,7 +435,6 @@ share/calligra/icons/hicolor/32x32/actio
 share/calligra/icons/hicolor/32x32/actions/rsubup.png
 share/calligra/icons/hicolor/32x32/actions/rsup.png
 share/calligra/icons/hicolor/32x32/actions/shape-choose.png
-share/calligra/icons/hicolor/32x32/actions/spreadsheetshape.png
 share/calligra/icons/hicolor/32x32/actions/sqrt.png
 share/calligra/icons/hicolor/32x32/actions/table.png
 share/calligra/icons/hicolor/32x32/actions/tool_imageeffects.png
@@ -4376,6 +4371,7 @@ share/calligragemini/qml/components/Cohe
 share/calligragemini/qml/components/ColorSwatch.qml
 share/calligragemini/qml/components/Dialog.qml
 share/calligragemini/qml/components/Divider.qml
+share/calligragemini/qml/components/DocumentTile.qml
 share/calligragemini/qml/components/DropShadow.qml
 share/calligragemini/qml/components/ExpandingListView.qml
 share/calligragemini/qml/components/Header.qml
@@ -4409,7 +4405,6 @@ share/calligragemini/qml/panels/notespan
 share/calligragemini/qml/panels/notespanelpages/NotesPanelSummary.qml
 share/calligragemini/qml/welcomepages/
 share/calligragemini/qml/welcomepages/CustomDocWords.qml
-share/calligragemini/qml/welcomepages/TemplatesWords.qml
 share/calligragemini/qml/welcomepages/VariantSelector.qml
 share/calligragemini/qml/welcomepages/WelcomePageCloud.qml
 share/calligragemini/qml/welcomepages/WelcomePageCustom.qml
@@ -4421,7 +4416,6 @@ share/calligragemini/qml/welcomepages/cl
 share/calligragemini/qml/welcomepages/cloud/AddDropbox.qml
 share/calligragemini/qml/welcomepages/cloud/AddGit.qml
 share/calligragemini/qml/welcomepages/cloud/AddWebdav.qml
-share/calligragemini/qml/welcomepages/cloud/CloudAccounts.qml
 share/calligragemini/qml/welcomepages/cloud/Dropbox.qml
 share/calligragemini/qml/welcomepages/cloud/EditDetailsBase.qml
 share/calligragemini/qml/welcomepages/cloud/EditGit.qml
@@ -4440,7 +4434,6 @@ share/calligragemini/qml/welcomepages/cl
 share/calligragemini/qml/welcomepages/cloud/git/RepositoryContent.qml
 share/calligragemini/qml/welcomepages/cloud/git/createCheckoutContainer.qml
 share/calligragemini/qml/welcomepages/cloud/git/repositoryContentContainer.qml
-share/calligragemini/qml/welcomepages/cloud/git/userCredentialsContainer.qml
 share/calligragemini/themes/
 share/calligragemini/themes/default/
 share/calligragemini/themes/default/colors.js
@@ -5123,8 +5116,639 @@ share/color/icc/calligra/sRGB-elle-V4-g1
 share/color/icc/calligra/sRGB-elle-V4-labl.icc
 share/color/icc/calligra/sRGB-elle-V4-srgbtrc.icc
 share/color/icc/calligra/scRGB.icm
-share/config.kcfg/
 share/config.kcfg/calligrasheets.kcfg
+share/doc/HTML/ca/calligra/
+share/doc/HTML/ca/calligra/index.cache.bz2
+share/doc/HTML/ca/calligra/index.docbook
+share/doc/HTML/ca/sheets/
+share/doc/HTML/ca/sheets/advanced.docbook
+share/doc/HTML/ca/sheets/basics.docbook
+share/doc/HTML/ca/sheets/commands.docbook
+share/doc/HTML/ca/sheets/config.docbook
+share/doc/HTML/ca/sheets/configdialog.docbook
+share/doc/HTML/ca/sheets/format.docbook
+share/doc/HTML/ca/sheets/functions.docbook
+share/doc/HTML/ca/sheets/index.cache.bz2
+share/doc/HTML/ca/sheets/index.docbook
+share/doc/HTML/ca/stage/
+share/doc/HTML/ca/stage/great-presentations.docbook
+share/doc/HTML/ca/stage/guides.docbook
+share/doc/HTML/ca/stage/index.cache.bz2
+share/doc/HTML/ca/stage/index.docbook
+share/doc/HTML/ca/stage/menus.docbook
+share/doc/HTML/ca/stage/options.docbook
+share/doc/HTML/ca/stage/tutorial.docbook
+share/doc/HTML/de/calligra/
+share/doc/HTML/de/calligra/index.cache.bz2
+share/doc/HTML/de/calligra/index.docbook
+share/doc/HTML/de/sheets/
+share/doc/HTML/de/sheets/advanced.docbook
+share/doc/HTML/de/sheets/basics.docbook
+share/doc/HTML/de/sheets/commands.docbook
+share/doc/HTML/de/sheets/config.docbook
+share/doc/HTML/de/sheets/configdialog.docbook
+share/doc/HTML/de/sheets/format.docbook
+share/doc/HTML/de/sheets/functions.docbook
+share/doc/HTML/de/sheets/index.cache.bz2
+share/doc/HTML/de/sheets/index.docbook
+share/doc/HTML/de/stage/
+share/doc/HTML/de/stage/great-presentations.docbook
+share/doc/HTML/de/stage/guides.docbook
+share/doc/HTML/de/stage/index.cache.bz2
+share/doc/HTML/de/stage/index.docbook
+share/doc/HTML/de/stage/menus.docbook
+share/doc/HTML/de/stage/options.docbook
+share/doc/HTML/de/stage/tutorial.docbook
+share/doc/HTML/en/calligra/
+share/doc/HTML/en/calligra/index.cache.bz2
+share/doc/HTML/en/calligra/index.docbook
+share/doc/HTML/en/calligrasheets/
+share/doc/HTML/en/calligrasheets/advanced.docbook
+share/doc/HTML/en/calligrasheets/basics.docbook
+share/doc/HTML/en/calligrasheets/cellformat0.png
+share/doc/HTML/en/calligrasheets/cellformat1.png
+share/doc/HTML/en/calligrasheets/cellformat2.png
+share/doc/HTML/en/calligrasheets/cellformat3.png
+share/doc/HTML/en/calligrasheets/cellformat4.png
+share/doc/HTML/en/calligrasheets/cellformat5.png
+share/doc/HTML/en/calligrasheets/cellformat6.png
+share/doc/HTML/en/calligrasheets/cellprotection1.png
+share/doc/HTML/en/calligrasheets/cellprotection2.png
+share/doc/HTML/en/calligrasheets/chart1.png
+share/doc/HTML/en/calligrasheets/commands.docbook
+share/doc/HTML/en/calligrasheets/config.docbook
+share/doc/HTML/en/calligrasheets/configdialog.docbook
+share/doc/HTML/en/calligrasheets/configure2.png
+share/doc/HTML/en/calligrasheets/configure3.png
+share/doc/HTML/en/calligrasheets/configure4.png
+share/doc/HTML/en/calligrasheets/configure5.png
+share/doc/HTML/en/calligrasheets/configure6.png
+share/doc/HTML/en/calligrasheets/copy1.png
+share/doc/HTML/en/calligrasheets/decreasedecimal.png
+share/doc/HTML/en/calligrasheets/format.docbook
+share/doc/HTML/en/calligrasheets/functions.docbook
+share/doc/HTML/en/calligrasheets/hi22-action-money.png
+share/doc/HTML/en/calligrasheets/hideformula1.png
+share/doc/HTML/en/calligrasheets/hideformula2.png
+share/doc/HTML/en/calligrasheets/hideformula3.png
+share/doc/HTML/en/calligrasheets/hideformula4.png
+share/doc/HTML/en/calligrasheets/hideformula5.png
+share/doc/HTML/en/calligrasheets/increasedecimal.png
+share/doc/HTML/en/calligrasheets/index.cache.bz2
+share/doc/HTML/en/calligrasheets/index.docbook
+share/doc/HTML/en/calligrasheets/newdocument.png
+share/doc/HTML/en/calligrasheets/percent.png
+share/doc/HTML/en/calligrasheets/pivot1.png
+share/doc/HTML/en/calligrasheets/pivot2.png
+share/doc/HTML/en/calligrasheets/pivot3.png
+share/doc/HTML/en/calligrasheets/pivot4.png
+share/doc/HTML/en/calligrasheets/sheetproperties.png
+share/doc/HTML/en/calligrasheets/shortcut1.png
+share/doc/HTML/en/calligrasheets/sort1.png
+share/doc/HTML/en/calligrasheets/starting1.png
+share/doc/HTML/en/calligrastage/
+share/doc/HTML/en/calligrastage/22x22-actions-format-text-color.png
+share/doc/HTML/en/calligrastage/barstyle1.png
+share/doc/HTML/en/calligrastage/break.png
+share/doc/HTML/en/calligrastage/configure-author.png
+share/doc/HTML/en/calligrastage/configure-document.png
+share/doc/HTML/en/calligrastage/configure-grid.png
+share/doc/HTML/en/calligrastage/configure-misc.png
+share/doc/HTML/en/calligrastage/great-presentations.docbook
+share/doc/HTML/en/calligrastage/guides.docbook
+share/doc/HTML/en/calligrastage/htmlshow3.png
+share/doc/HTML/en/calligrastage/htmlshow9.png
+share/doc/HTML/en/calligrastage/index.cache.bz2
+share/doc/HTML/en/calligrastage/index.docbook
+share/doc/HTML/en/calligrastage/link.png
+share/doc/HTML/en/calligrastage/menus.docbook
+share/doc/HTML/en/calligrastage/options.docbook
+share/doc/HTML/en/calligrastage/settings03.png
+share/doc/HTML/en/calligrastage/settings04.png
+share/doc/HTML/en/calligrastage/template03.png
+share/doc/HTML/en/calligrastage/template04.png
+share/doc/HTML/en/calligrastage/tut01.png
+share/doc/HTML/en/calligrastage/tut03.png
+share/doc/HTML/en/calligrastage/tut04.png
+share/doc/HTML/en/calligrastage/tut07.png
+share/doc/HTML/en/calligrastage/tut09.png
+share/doc/HTML/en/calligrastage/tut10.png
+share/doc/HTML/en/calligrastage/tut13.png
+share/doc/HTML/en/calligrastage/tut19.png
+share/doc/HTML/en/calligrastage/tut20.png
+share/doc/HTML/en/calligrastage/tut21.png
+share/doc/HTML/en/calligrastage/tut25.png
+share/doc/HTML/en/calligrastage/tut26.png
+share/doc/HTML/en/calligrastage/tutorial.docbook
+share/doc/HTML/es/calligra/
+share/doc/HTML/es/calligra/index.cache.bz2
+share/doc/HTML/es/calligra/index.docbook
+share/doc/HTML/es/sheets/
+share/doc/HTML/es/sheets/advanced.docbook
+share/doc/HTML/es/sheets/basics.docbook
+share/doc/HTML/es/sheets/cellformat0.png
+share/doc/HTML/es/sheets/cellformat1.png
+share/doc/HTML/es/sheets/cellformat2.png
+share/doc/HTML/es/sheets/cellformat3.png
+share/doc/HTML/es/sheets/cellformat4.png
+share/doc/HTML/es/sheets/cellformat5.png
+share/doc/HTML/es/sheets/cellformat6.png
+share/doc/HTML/es/sheets/cellprotection1.png
+share/doc/HTML/es/sheets/cellprotection2.png
+share/doc/HTML/es/sheets/chart1.png
+share/doc/HTML/es/sheets/commands.docbook
+share/doc/HTML/es/sheets/config.docbook
+share/doc/HTML/es/sheets/configdialog.docbook
+share/doc/HTML/es/sheets/configure2.png
+share/doc/HTML/es/sheets/configure3.png
+share/doc/HTML/es/sheets/copy1.png
+share/doc/HTML/es/sheets/decreasedecimal.png
+share/doc/HTML/es/sheets/format.docbook
+share/doc/HTML/es/sheets/functions.docbook
+share/doc/HTML/es/sheets/hideformula1.png
+share/doc/HTML/es/sheets/hideformula2.png
+share/doc/HTML/es/sheets/hideformula3.png
+share/doc/HTML/es/sheets/hideformula4.png
+share/doc/HTML/es/sheets/hideformula5.png
+share/doc/HTML/es/sheets/increasedecimal.png
+share/doc/HTML/es/sheets/index.cache.bz2
+share/doc/HTML/es/sheets/index.docbook
+share/doc/HTML/es/sheets/newdocument.png
+share/doc/HTML/es/sheets/percent.png
+share/doc/HTML/es/sheets/sheetproperties.png
+share/doc/HTML/es/sheets/shortcut1.png
+share/doc/HTML/es/sheets/sort1.png
+share/doc/HTML/es/sheets/starting1.png
+share/doc/HTML/es/stage/
+share/doc/HTML/es/stage/great-presentations.docbook
+share/doc/HTML/es/stage/guides.docbook
+share/doc/HTML/es/stage/index.cache.bz2
+share/doc/HTML/es/stage/index.docbook
+share/doc/HTML/es/stage/menus.docbook
+share/doc/HTML/es/stage/options.docbook
+share/doc/HTML/es/stage/tutorial.docbook
+share/doc/HTML/et/calligra/
+share/doc/HTML/et/calligra/index.cache.bz2
+share/doc/HTML/et/calligra/index.docbook
+share/doc/HTML/fr/calligra/
+share/doc/HTML/fr/calligra/index.cache.bz2
+share/doc/HTML/fr/calligra/index.docbook
+share/doc/HTML/fr/stage/
+share/doc/HTML/fr/stage/barstyle1.png
+share/doc/HTML/fr/stage/configure-document.png
+share/doc/HTML/fr/stage/configure-grid.png
+share/doc/HTML/fr/stage/configure-misc.png
+share/doc/HTML/fr/stage/great-presentations.docbook
+share/doc/HTML/fr/stage/guides.docbook
+share/doc/HTML/fr/stage/htmlshow3.png
+share/doc/HTML/fr/stage/htmlshow9.png
+share/doc/HTML/fr/stage/index.cache.bz2
+share/doc/HTML/fr/stage/index.docbook
+share/doc/HTML/fr/stage/menus.docbook
+share/doc/HTML/fr/stage/options.docbook
+share/doc/HTML/fr/stage/settings03.png
+share/doc/HTML/fr/stage/settings04.png
+share/doc/HTML/fr/stage/template03.png
+share/doc/HTML/fr/stage/template04.png
+share/doc/HTML/fr/stage/tut01.png
+share/doc/HTML/fr/stage/tut03.png
+share/doc/HTML/fr/stage/tut04.png
+share/doc/HTML/fr/stage/tut07.png
+share/doc/HTML/fr/stage/tut09.png
+share/doc/HTML/fr/stage/tut10.png
+share/doc/HTML/fr/stage/tut13.png
+share/doc/HTML/fr/stage/tut19.png
+share/doc/HTML/fr/stage/tut21.png
+share/doc/HTML/fr/stage/tut25.png
+share/doc/HTML/fr/stage/tut26.png
+share/doc/HTML/fr/stage/tutorial.docbook
+share/doc/HTML/id/
+share/doc/HTML/id/calligra/
+share/doc/HTML/id/calligra/index.cache.bz2
+share/doc/HTML/id/calligra/index.docbook
+share/doc/HTML/it/calligra/
+share/doc/HTML/it/calligra/index.cache.bz2
+share/doc/HTML/it/calligra/index.docbook
+share/doc/HTML/it/sheets/
+share/doc/HTML/it/sheets/advanced.docbook
+share/doc/HTML/it/sheets/basics.docbook
+share/doc/HTML/it/sheets/cellformat0.png
+share/doc/HTML/it/sheets/cellformat1.png
+share/doc/HTML/it/sheets/cellformat2.png
+share/doc/HTML/it/sheets/cellformat3.png
+share/doc/HTML/it/sheets/cellformat4.png
+share/doc/HTML/it/sheets/cellformat5.png
+share/doc/HTML/it/sheets/cellformat6.png
+share/doc/HTML/it/sheets/cellprotection1.png
+share/doc/HTML/it/sheets/cellprotection2.png
+share/doc/HTML/it/sheets/chart1.png
+share/doc/HTML/it/sheets/commands.docbook
+share/doc/HTML/it/sheets/config.docbook
+share/doc/HTML/it/sheets/configdialog.docbook
+share/doc/HTML/it/sheets/configure2.png
+share/doc/HTML/it/sheets/configure3.png
+share/doc/HTML/it/sheets/configure4.png
+share/doc/HTML/it/sheets/configure5.png
+share/doc/HTML/it/sheets/configure6.png
+share/doc/HTML/it/sheets/copy1.png
+share/doc/HTML/it/sheets/format.docbook
+share/doc/HTML/it/sheets/functions.docbook
+share/doc/HTML/it/sheets/hideformula1.png
+share/doc/HTML/it/sheets/hideformula2.png
+share/doc/HTML/it/sheets/hideformula3.png
+share/doc/HTML/it/sheets/hideformula4.png
+share/doc/HTML/it/sheets/hideformula5.png
+share/doc/HTML/it/sheets/index.cache.bz2
+share/doc/HTML/it/sheets/index.docbook
+share/doc/HTML/it/sheets/newdocument.png
+share/doc/HTML/it/sheets/pivot1.png
+share/doc/HTML/it/sheets/pivot2.png
+share/doc/HTML/it/sheets/pivot3.png
+share/doc/HTML/it/sheets/pivot4.png
+share/doc/HTML/it/sheets/sheetproperties.png
+share/doc/HTML/it/sheets/shortcut1.png
+share/doc/HTML/it/sheets/sort1.png
+share/doc/HTML/it/sheets/starting1.png
+share/doc/HTML/it/stage/
+share/doc/HTML/it/stage/barstyle1.png
+share/doc/HTML/it/stage/configure-author.png
+share/doc/HTML/it/stage/configure-document.png
+share/doc/HTML/it/stage/configure-grid.png
+share/doc/HTML/it/stage/configure-misc.png
+share/doc/HTML/it/stage/great-presentations.docbook
+share/doc/HTML/it/stage/guides.docbook
+share/doc/HTML/it/stage/htmlshow3.png
+share/doc/HTML/it/stage/htmlshow9.png
+share/doc/HTML/it/stage/index.cache.bz2
+share/doc/HTML/it/stage/index.docbook
+share/doc/HTML/it/stage/menus.docbook
+share/doc/HTML/it/stage/options.docbook
+share/doc/HTML/it/stage/settings03.png
+share/doc/HTML/it/stage/settings04.png
+share/doc/HTML/it/stage/template03.png
+share/doc/HTML/it/stage/template04.png
+share/doc/HTML/it/stage/tut01.png
+share/doc/HTML/it/stage/tut03.png
+share/doc/HTML/it/stage/tut04.png
+share/doc/HTML/it/stage/tut07.png
+share/doc/HTML/it/stage/tut09.png
+share/doc/HTML/it/stage/tut10.png
+share/doc/HTML/it/stage/tut13.png
+share/doc/HTML/it/stage/tut19.png
+share/doc/HTML/it/stage/tut20.png
+share/doc/HTML/it/stage/tut21.png
+share/doc/HTML/it/stage/tut25.png
+share/doc/HTML/it/stage/tut26.png
+share/doc/HTML/it/stage/tutorial.docbook
+share/doc/HTML/nl/calligra/
+share/doc/HTML/nl/calligra/index.cache.bz2
+share/doc/HTML/nl/calligra/index.docbook
+share/doc/HTML/nl/sheets/
+share/doc/HTML/nl/sheets/advanced.docbook
+share/doc/HTML/nl/sheets/basics.docbook
+share/doc/HTML/nl/sheets/celformat0.png
+share/doc/HTML/nl/sheets/celformat1.png
+share/doc/HTML/nl/sheets/celformat2.png
+share/doc/HTML/nl/sheets/celformat3.png
+share/doc/HTML/nl/sheets/celformat4.png
+share/doc/HTML/nl/sheets/celformat5.png
+share/doc/HTML/nl/sheets/chart1.png
+share/doc/HTML/nl/sheets/commands.docbook
+share/doc/HTML/nl/sheets/config.docbook
+share/doc/HTML/nl/sheets/configdialog.docbook
+share/doc/HTML/nl/sheets/copy1.png
+share/doc/HTML/nl/sheets/format.docbook
+share/doc/HTML/nl/sheets/functions.docbook
+share/doc/HTML/nl/sheets/index.cache.bz2
+share/doc/HTML/nl/sheets/index.docbook
+share/doc/HTML/nl/sheets/shortcut1.png
+share/doc/HTML/nl/sheets/shortcut2.png
+share/doc/HTML/nl/sheets/shortcut3.png
+share/doc/HTML/nl/sheets/sort1.png
+share/doc/HTML/nl/sheets/starting1.png
+share/doc/HTML/nl/stage/
+share/doc/HTML/nl/stage/barstyle1.png
+share/doc/HTML/nl/stage/barstyle2.png
+share/doc/HTML/nl/stage/barstyle3.png
+share/doc/HTML/nl/stage/barstyle4.png
+share/doc/HTML/nl/stage/barstyle5.png
+share/doc/HTML/nl/stage/barstyle6.png
+share/doc/HTML/nl/stage/barstyle7.png
+share/doc/HTML/nl/stage/great-presentations.docbook
+share/doc/HTML/nl/stage/guides.docbook
+share/doc/HTML/nl/stage/htmlshow00.png
+share/doc/HTML/nl/stage/htmlshow01.png
+share/doc/HTML/nl/stage/htmlshow02.png
+share/doc/HTML/nl/stage/htmlshow02a.png
+share/doc/HTML/nl/stage/htmlshow03.png
+share/doc/HTML/nl/stage/htmlshow04.png
+share/doc/HTML/nl/stage/htmlshow05.png
+share/doc/HTML/nl/stage/htmlshow07.png
+share/doc/HTML/nl/stage/index.cache.bz2
+share/doc/HTML/nl/stage/index.docbook
+share/doc/HTML/nl/stage/menus.docbook
+share/doc/HTML/nl/stage/msexport1.png
+share/doc/HTML/nl/stage/msexport2.png
+share/doc/HTML/nl/stage/msexport3.png
+share/doc/HTML/nl/stage/msexport4.png
+share/doc/HTML/nl/stage/options.docbook
+share/doc/HTML/nl/stage/settings01.png
+share/doc/HTML/nl/stage/settings03.png
+share/doc/HTML/nl/stage/settings04.png
+share/doc/HTML/nl/stage/settings05.png
+share/doc/HTML/nl/stage/settings06.png
+share/doc/HTML/nl/stage/template02.png
+share/doc/HTML/nl/stage/template03.png
+share/doc/HTML/nl/stage/template04.png
+share/doc/HTML/nl/stage/template05.png
+share/doc/HTML/nl/stage/template06.png
+share/doc/HTML/nl/stage/template07.png
+share/doc/HTML/nl/stage/textmenu01.png
+share/doc/HTML/nl/stage/textmenu02.png
+share/doc/HTML/nl/stage/textmenu03.png
+share/doc/HTML/nl/stage/textmenu03a.png
+share/doc/HTML/nl/stage/textmenu04.png
+share/doc/HTML/nl/stage/toolsmenu01.png
+share/doc/HTML/nl/stage/tut01.png
+share/doc/HTML/nl/stage/tut02.png
+share/doc/HTML/nl/stage/tut03.png
+share/doc/HTML/nl/stage/tut04.png
+share/doc/HTML/nl/stage/tut05.png
+share/doc/HTML/nl/stage/tut06.png
+share/doc/HTML/nl/stage/tut07.png
+share/doc/HTML/nl/stage/tut08.png
+share/doc/HTML/nl/stage/tut09.png
+share/doc/HTML/nl/stage/tut10.png
+share/doc/HTML/nl/stage/tut11.png
+share/doc/HTML/nl/stage/tut12.png
+share/doc/HTML/nl/stage/tut13.png
+share/doc/HTML/nl/stage/tut14.png
+share/doc/HTML/nl/stage/tut15.png
+share/doc/HTML/nl/stage/tut16.png
+share/doc/HTML/nl/stage/tut17.png
+share/doc/HTML/nl/stage/tut18.png
+share/doc/HTML/nl/stage/tut19.png
+share/doc/HTML/nl/stage/tut20.png
+share/doc/HTML/nl/stage/tut21.png
+share/doc/HTML/nl/stage/tut22.png
+share/doc/HTML/nl/stage/tut23.png
+share/doc/HTML/nl/stage/tutorial.docbook
+share/doc/HTML/pt/calligra/
+share/doc/HTML/pt/calligra/index.cache.bz2
+share/doc/HTML/pt/calligra/index.docbook
+share/doc/HTML/pt/sheets/
+share/doc/HTML/pt/sheets/advanced.docbook
+share/doc/HTML/pt/sheets/basics.docbook
+share/doc/HTML/pt/sheets/commands.docbook
+share/doc/HTML/pt/sheets/config.docbook
+share/doc/HTML/pt/sheets/configdialog.docbook
+share/doc/HTML/pt/sheets/format.docbook
+share/doc/HTML/pt/sheets/functions.docbook
+share/doc/HTML/pt/sheets/index.cache.bz2
+share/doc/HTML/pt/sheets/index.docbook
+share/doc/HTML/pt/stage/
+share/doc/HTML/pt/stage/great-presentations.docbook
+share/doc/HTML/pt/stage/guides.docbook
+share/doc/HTML/pt/stage/index.cache.bz2
+share/doc/HTML/pt/stage/index.docbook
+share/doc/HTML/pt/stage/menus.docbook
+share/doc/HTML/pt/stage/options.docbook
+share/doc/HTML/pt/stage/tutorial.docbook
+share/doc/HTML/pt_BR/calligra/
+share/doc/HTML/pt_BR/calligra/index.cache.bz2
+share/doc/HTML/pt_BR/calligra/index.docbook
+share/doc/HTML/pt_BR/sheets/
+share/doc/HTML/pt_BR/sheets/advanced.docbook
+share/doc/HTML/pt_BR/sheets/basics.docbook
+share/doc/HTML/pt_BR/sheets/commands.docbook
+share/doc/HTML/pt_BR/sheets/config.docbook
+share/doc/HTML/pt_BR/sheets/configdialog.docbook
+share/doc/HTML/pt_BR/sheets/format.docbook
+share/doc/HTML/pt_BR/sheets/functions.docbook
+share/doc/HTML/pt_BR/sheets/index.cache.bz2
+share/doc/HTML/pt_BR/sheets/index.docbook
+share/doc/HTML/pt_BR/stage/
+share/doc/HTML/pt_BR/stage/great-presentations.docbook
+share/doc/HTML/pt_BR/stage/guides.docbook
+share/doc/HTML/pt_BR/stage/index.cache.bz2
+share/doc/HTML/pt_BR/stage/index.docbook
+share/doc/HTML/pt_BR/stage/menus.docbook
+share/doc/HTML/pt_BR/stage/options.docbook
+share/doc/HTML/pt_BR/stage/tutorial.docbook
+share/doc/HTML/ru/calligra/
+share/doc/HTML/ru/calligra/index.cache.bz2
+share/doc/HTML/ru/calligra/index.docbook
+share/doc/HTML/ru/sheets/
+share/doc/HTML/ru/sheets/a11y.docbook
+share/doc/HTML/ru/sheets/advanced.docbook
+share/doc/HTML/ru/sheets/basics.docbook
+share/doc/HTML/ru/sheets/commands.docbook
+share/doc/HTML/ru/sheets/config.docbook
+share/doc/HTML/ru/sheets/configdialog.docbook
+share/doc/HTML/ru/sheets/faq.docbook
+share/doc/HTML/ru/sheets/format.docbook
+share/doc/HTML/ru/sheets/importexport.docbook
+share/doc/HTML/ru/sheets/index.cache.bz2
+share/doc/HTML/ru/sheets/index.docbook
+share/doc/HTML/sv/calligra/
+share/doc/HTML/sv/calligra/index.cache.bz2
+share/doc/HTML/sv/calligra/index.docbook
+share/doc/HTML/sv/sheets/
+share/doc/HTML/sv/sheets/advanced.docbook
+share/doc/HTML/sv/sheets/basics.docbook
+share/doc/HTML/sv/sheets/cellformat0.png
+share/doc/HTML/sv/sheets/cellformat1.png
+share/doc/HTML/sv/sheets/cellformat2.png
+share/doc/HTML/sv/sheets/cellformat3.png
+share/doc/HTML/sv/sheets/cellformat4.png
+share/doc/HTML/sv/sheets/cellformat5.png
+share/doc/HTML/sv/sheets/cellformat6.png
+share/doc/HTML/sv/sheets/cellformat7.png
+share/doc/HTML/sv/sheets/cellprotection1.png
+share/doc/HTML/sv/sheets/cellprotection2.png
+share/doc/HTML/sv/sheets/chart1.png
+share/doc/HTML/sv/sheets/commands.docbook
+share/doc/HTML/sv/sheets/config.docbook
+share/doc/HTML/sv/sheets/configdialog.docbook
+share/doc/HTML/sv/sheets/configure1.png
+share/doc/HTML/sv/sheets/configure2.png
+share/doc/HTML/sv/sheets/configure3.png
+share/doc/HTML/sv/sheets/configure4.png
+share/doc/HTML/sv/sheets/configure5.png
+share/doc/HTML/sv/sheets/configure6.png
+share/doc/HTML/sv/sheets/copy1.png
+share/doc/HTML/sv/sheets/format.docbook
+share/doc/HTML/sv/sheets/functions.docbook
+share/doc/HTML/sv/sheets/hideformula1.png
+share/doc/HTML/sv/sheets/hideformula2.png
+share/doc/HTML/sv/sheets/hideformula3.png
+share/doc/HTML/sv/sheets/hideformula4.png
+share/doc/HTML/sv/sheets/hideformula5.png
+share/doc/HTML/sv/sheets/index.cache.bz2
+share/doc/HTML/sv/sheets/index.docbook
+share/doc/HTML/sv/sheets/kbd-focus-ext.png
+share/doc/HTML/sv/sheets/mousenav.png
+share/doc/HTML/sv/sheets/newdocument.png
+share/doc/HTML/sv/sheets/sheetproperties.png
+share/doc/HTML/sv/sheets/shortcut1.png
+share/doc/HTML/sv/sheets/shortcut2.png
+share/doc/HTML/sv/sheets/shortcut3.png
+share/doc/HTML/sv/sheets/sort1.png
+share/doc/HTML/sv/sheets/starting1.png
+share/doc/HTML/sv/sheets/tts.png
+share/doc/HTML/sv/stage/
+share/doc/HTML/sv/stage/autocorrection1.png
+share/doc/HTML/sv/stage/autocorrection2.png
+share/doc/HTML/sv/stage/autocorrection3.png
+share/doc/HTML/sv/stage/autocorrection4.png
+share/doc/HTML/sv/stage/barstyle1.png
+share/doc/HTML/sv/stage/barstyle3.png
+share/doc/HTML/sv/stage/barstyle4.png
+share/doc/HTML/sv/stage/barstyle5.png
+share/doc/HTML/sv/stage/barstyle6.png
+share/doc/HTML/sv/stage/barstyle7.png
+share/doc/HTML/sv/stage/changeformat.png
+share/doc/HTML/sv/stage/completion.png
+share/doc/HTML/sv/stage/configure1.png
+share/doc/HTML/sv/stage/configure2.png
+share/doc/HTML/sv/stage/configure3.png
+share/doc/HTML/sv/stage/configure4.png
+share/doc/HTML/sv/stage/configure5.png
+share/doc/HTML/sv/stage/configure6.png
+share/doc/HTML/sv/stage/configure6b.png
+share/doc/HTML/sv/stage/configure6c.png
+share/doc/HTML/sv/stage/configure6d.png
+share/doc/HTML/sv/stage/configure6e.png
+share/doc/HTML/sv/stage/configure7.png
+share/doc/HTML/sv/stage/great-presentations.docbook
+share/doc/HTML/sv/stage/guides.docbook
+share/doc/HTML/sv/stage/htmlshow1.png
+share/doc/HTML/sv/stage/htmlshow2.png
+share/doc/HTML/sv/stage/htmlshow3.png
+share/doc/HTML/sv/stage/htmlshow4.png
+share/doc/HTML/sv/stage/htmlshow5.png
+share/doc/HTML/sv/stage/htmlshow6.png
+share/doc/HTML/sv/stage/htmlshow7.png
+share/doc/HTML/sv/stage/htmlshow8.png
+share/doc/HTML/sv/stage/index.cache.bz2
+share/doc/HTML/sv/stage/index.docbook
+share/doc/HTML/sv/stage/kbd-focus-ext.png
+share/doc/HTML/sv/stage/menus.docbook
+share/doc/HTML/sv/stage/mousenav.png
+share/doc/HTML/sv/stage/msexport1.png
+share/doc/HTML/sv/stage/msexport2.png
+share/doc/HTML/sv/stage/msexport2b.png
+share/doc/HTML/sv/stage/msexport3.png
+share/doc/HTML/sv/stage/options.docbook
+share/doc/HTML/sv/stage/properties.png
+share/doc/HTML/sv/stage/settings01.png
+share/doc/HTML/sv/stage/settings03.png
+share/doc/HTML/sv/stage/settings04.png
+share/doc/HTML/sv/stage/template02.png
+share/doc/HTML/sv/stage/template03.png
+share/doc/HTML/sv/stage/template04.png
+share/doc/HTML/sv/stage/template05.png
+share/doc/HTML/sv/stage/template06.png
+share/doc/HTML/sv/stage/template07.png
+share/doc/HTML/sv/stage/textmenu1.png
+share/doc/HTML/sv/stage/textmenu2.png
+share/doc/HTML/sv/stage/toolsmenu01.png
+share/doc/HTML/sv/stage/tts.png
+share/doc/HTML/sv/stage/tut01.png
+share/doc/HTML/sv/stage/tut02.png
+share/doc/HTML/sv/stage/tut03.png
+share/doc/HTML/sv/stage/tut04.png
+share/doc/HTML/sv/stage/tut05.png
+share/doc/HTML/sv/stage/tut06.png
+share/doc/HTML/sv/stage/tut07.png
+share/doc/HTML/sv/stage/tut08.png
+share/doc/HTML/sv/stage/tut09.png
+share/doc/HTML/sv/stage/tut10.png
+share/doc/HTML/sv/stage/tut11.png
+share/doc/HTML/sv/stage/tut12.png
+share/doc/HTML/sv/stage/tut13.png
+share/doc/HTML/sv/stage/tut14.png
+share/doc/HTML/sv/stage/tut15.png
+share/doc/HTML/sv/stage/tut16.png
+share/doc/HTML/sv/stage/tut17.png
+share/doc/HTML/sv/stage/tut18.png
+share/doc/HTML/sv/stage/tut19.png
+share/doc/HTML/sv/stage/tut20.png
+share/doc/HTML/sv/stage/tut21.png
+share/doc/HTML/sv/stage/tut22.png
+share/doc/HTML/sv/stage/tut23.png
+share/doc/HTML/sv/stage/tut24.png
+share/doc/HTML/sv/stage/tut26.png
+share/doc/HTML/sv/stage/tutorial.docbook
+share/doc/HTML/uk/calligra/
+share/doc/HTML/uk/calligra/index.cache.bz2
+share/doc/HTML/uk/calligra/index.docbook
+share/doc/HTML/uk/sheets/
+share/doc/HTML/uk/sheets/advanced.docbook
+share/doc/HTML/uk/sheets/basics.docbook
+share/doc/HTML/uk/sheets/cellformat0.png
+share/doc/HTML/uk/sheets/cellformat1.png
+share/doc/HTML/uk/sheets/cellformat2.png
+share/doc/HTML/uk/sheets/cellformat3.png
+share/doc/HTML/uk/sheets/cellformat4.png
+share/doc/HTML/uk/sheets/cellformat5.png
+share/doc/HTML/uk/sheets/cellformat6.png
+share/doc/HTML/uk/sheets/cellprotection1.png
+share/doc/HTML/uk/sheets/cellprotection2.png
+share/doc/HTML/uk/sheets/chart1.png
+share/doc/HTML/uk/sheets/commands.docbook
+share/doc/HTML/uk/sheets/config.docbook
+share/doc/HTML/uk/sheets/configdialog.docbook
+share/doc/HTML/uk/sheets/configure2.png
+share/doc/HTML/uk/sheets/configure3.png
+share/doc/HTML/uk/sheets/configure4.png
+share/doc/HTML/uk/sheets/configure5.png
+share/doc/HTML/uk/sheets/configure6.png
+share/doc/HTML/uk/sheets/copy1.png
+share/doc/HTML/uk/sheets/format.docbook
+share/doc/HTML/uk/sheets/functions.docbook
+share/doc/HTML/uk/sheets/hideformula1.png
+share/doc/HTML/uk/sheets/index.cache.bz2
+share/doc/HTML/uk/sheets/index.docbook
+share/doc/HTML/uk/sheets/newdocument.png
+share/doc/HTML/uk/sheets/pivot1.png
+share/doc/HTML/uk/sheets/pivot2.png
+share/doc/HTML/uk/sheets/pivot3.png
+share/doc/HTML/uk/sheets/pivot4.png
+share/doc/HTML/uk/sheets/sheetproperties.png
+share/doc/HTML/uk/sheets/shortcut1.png
+share/doc/HTML/uk/sheets/sort1.png
+share/doc/HTML/uk/sheets/starting1.png
+share/doc/HTML/uk/stage/
+share/doc/HTML/uk/stage/barstyle1.png
+share/doc/HTML/uk/stage/configure-document.png
+share/doc/HTML/uk/stage/configure-grid.png
+share/doc/HTML/uk/stage/configure-misc.png
+share/doc/HTML/uk/stage/great-presentations.docbook
+share/doc/HTML/uk/stage/guides.docbook
+share/doc/HTML/uk/stage/htmlshow3.png
+share/doc/HTML/uk/stage/htmlshow9.png
+share/doc/HTML/uk/stage/index.cache.bz2
+share/doc/HTML/uk/stage/index.docbook
+share/doc/HTML/uk/stage/menus.docbook
+share/doc/HTML/uk/stage/options.docbook
+share/doc/HTML/uk/stage/settings03.png
+share/doc/HTML/uk/stage/settings04.png
+share/doc/HTML/uk/stage/template03.png
+share/doc/HTML/uk/stage/template04.png
+share/doc/HTML/uk/stage/tut01.png
+share/doc/HTML/uk/stage/tut03.png
+share/doc/HTML/uk/stage/tut04.png
+share/doc/HTML/uk/stage/tut07.png
+share/doc/HTML/uk/stage/tut09.png
+share/doc/HTML/uk/stage/tut10.png
+share/doc/HTML/uk/stage/tut13.png
+share/doc/HTML/uk/stage/tut19.png
+share/doc/HTML/uk/stage/tut20.png
+share/doc/HTML/uk/stage/tut21.png
+share/doc/HTML/uk/stage/tut25.png
+share/doc/HTML/uk/stage/tut26.png
+share/doc/HTML/uk/stage/tutorial.docbook
 share/examples/calligra/
 share/examples/calligra/xdg/
 share/examples/calligra/xdg/calligra_stencils.knsrc
@@ -5184,6 +5808,9 @@ share/icons/hicolor/64x64/apps/calligrak
 share/icons/hicolor/64x64/apps/calligrasheets.png
 share/icons/hicolor/64x64/apps/calligrastage.png
 share/icons/hicolor/64x64/apps/calligrawords.png
+share/icons/hicolor/scalable/actions/office-chart-stock-candlestick.svg
+share/icons/hicolor/scalable/actions/office-chart-stock-hlc.svg
+share/icons/hicolor/scalable/actions/office-chart-stock-ohlc.svg
 share/icons/hicolor/scalable/apps/calligragemini.svg
 share/icons/hicolor/scalable/apps/calligrakarbon.svgz
 share/icons/hicolor/scalable/apps/calligrasheets.svgz
@@ -5221,6 +5848,7 @@ share/kservices5/ServiceMenus/
 share/kservices5/ServiceMenus/calligra/
 share/kservices5/ServiceMenus/calligra/karbon_print.desktop
 share/kservices5/ServiceMenus/calligra/sheets_print.desktop
+share/kservices5/ServiceMenus/calligra/stage_print.desktop
 share/kservices5/ServiceMenus/calligra/words_print.desktop
 share/kservices5/calligra_odg_thumbnail.desktop
 share/kservices5/calligradocinfopropspage.desktop
@@ -5245,7 +5873,6 @@ share/kservices5/words_docx_thumbnail.de
 share/kservices5/words_msword_thumbnail.desktop
 share/kservices5/words_odt_thumbnail.desktop
 share/kservices5/words_rtf_thumbnail.desktop
-share/kxmlgui5/
 share/kxmlgui5/calligrasheets/
 share/kxmlgui5/calligrasheets/calligrasheets.rc
 share/kxmlgui5/calligrasheets/calligrasheets_readonly.rc
@@ -5266,13 +5893,13 @@ share/locale/af/LC_MESSAGES/calligrafilt
 share/locale/af/LC_MESSAGES/calligrasheets.mo
 share/locale/af/LC_MESSAGES/calligrastage.mo
 share/locale/af/LC_MESSAGES/calligrawords.mo
-share/locale/af/LC_MESSAGES/flow.mo
 share/locale/af/LC_MESSAGES/karbon.mo
 share/locale/af/LC_MESSAGES/koconverter.mo
 share/locale/ar/LC_MESSAGES/KarbonFilterEffects.mo
 share/locale/ar/LC_MESSAGES/KarbonTools.mo
 share/locale/ar/LC_MESSAGES/calligra-dockers.mo
 share/locale/ar/LC_MESSAGES/calligra.mo
+share/locale/ar/LC_MESSAGES/calligra_shape_comment.mo
 share/locale/ar/LC_MESSAGES/calligra_shape_music.mo
 share/locale/ar/LC_MESSAGES/calligra_shape_paths.mo
 share/locale/ar/LC_MESSAGES/calligra_shape_picture.mo
@@ -5287,52 +5914,10 @@ share/locale/ar/LC_MESSAGES/calligrashee
 share/locale/ar/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/ar/LC_MESSAGES/calligrastage.mo
 share/locale/ar/LC_MESSAGES/calligrawords.mo
-share/locale/ar/LC_MESSAGES/flow.mo
 share/locale/ar/LC_MESSAGES/karbon.mo
 share/locale/ar/LC_MESSAGES/koconverter.mo
 share/locale/ar/LC_MESSAGES/krossmodulesheets.mo
 share/locale/ar/LC_MESSAGES/okularGenerator_odp.mo
-share/locale/ast/LC_MESSAGES/KarbonFilterEffects.mo
-share/locale/ast/LC_MESSAGES/KarbonTools.mo
-share/locale/ast/LC_MESSAGES/braindump.mo
-share/locale/ast/LC_MESSAGES/calligra-defaulttools.mo
-share/locale/ast/LC_MESSAGES/calligra-dockers.mo
-share/locale/ast/LC_MESSAGES/calligra-opener.mo
-share/locale/ast/LC_MESSAGES/calligra.mo
-share/locale/ast/LC_MESSAGES/calligra_semanticitem_contact.mo
-share/locale/ast/LC_MESSAGES/calligra_semanticitem_event.mo
-share/locale/ast/LC_MESSAGES/calligra_semanticitem_location.mo
-share/locale/ast/LC_MESSAGES/calligra_shape_artistictext.mo
-share/locale/ast/LC_MESSAGES/calligra_shape_chart.mo
-share/locale/ast/LC_MESSAGES/calligra_shape_comment.mo
-share/locale/ast/LC_MESSAGES/calligra_shape_formula.mo
-share/locale/ast/LC_MESSAGES/calligra_shape_music.mo
-share/locale/ast/LC_MESSAGES/calligra_shape_paths.mo
-share/locale/ast/LC_MESSAGES/calligra_shape_picture.mo
-share/locale/ast/LC_MESSAGES/calligra_shape_plugin.mo
-share/locale/ast/LC_MESSAGES/calligra_shape_spreadsheet.mo
-share/locale/ast/LC_MESSAGES/calligra_shape_template.mo
-share/locale/ast/LC_MESSAGES/calligra_shape_text.mo
-share/locale/ast/LC_MESSAGES/calligra_shape_threed.mo
-share/locale/ast/LC_MESSAGES/calligra_shape_vector.mo
-share/locale/ast/LC_MESSAGES/calligra_shape_video.mo
-share/locale/ast/LC_MESSAGES/calligra_textediting_autocorrect.mo
-share/locale/ast/LC_MESSAGES/calligra_textediting_changecase.mo
-share/locale/ast/LC_MESSAGES/calligra_textediting_spellcheck.mo
-share/locale/ast/LC_MESSAGES/calligra_textediting_thesaurus.mo
-share/locale/ast/LC_MESSAGES/calligra_textinlineobject_variables.mo
-share/locale/ast/LC_MESSAGES/calligrafilters.mo
-share/locale/ast/LC_MESSAGES/calligrasheets.mo
-share/locale/ast/LC_MESSAGES/calligrasheets_calendar.mo
-share/locale/ast/LC_MESSAGES/calligrasheets_solver.mo
-share/locale/ast/LC_MESSAGES/calligrastage.mo
-share/locale/ast/LC_MESSAGES/calligrawords.mo
-share/locale/ast/LC_MESSAGES/flow.mo
-share/locale/ast/LC_MESSAGES/karbon.mo
-share/locale/ast/LC_MESSAGES/kocolorspaces.mo
-share/locale/ast/LC_MESSAGES/koconverter.mo
-share/locale/ast/LC_MESSAGES/krossmodulesheets.mo
-share/locale/ast/LC_MESSAGES/krossmodulewords.mo
 share/locale/ast/LC_MESSAGES/okularGenerator_odp.mo
 share/locale/ast/LC_MESSAGES/okularGenerator_odt.mo
 share/locale/be/LC_MESSAGES/KarbonFilterEffects.mo
@@ -5353,7 +5938,6 @@ share/locale/be/LC_MESSAGES/calligrashee
 share/locale/be/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/be/LC_MESSAGES/calligrastage.mo
 share/locale/be/LC_MESSAGES/calligrawords.mo
-share/locale/be/LC_MESSAGES/flow.mo
 share/locale/be/LC_MESSAGES/karbon.mo
 share/locale/be/LC_MESSAGES/koconverter.mo
 share/locale/be/LC_MESSAGES/krossmodulesheets.mo
@@ -5378,7 +5962,6 @@ share/locale/bg/LC_MESSAGES/calligrashee
 share/locale/bg/LC_MESSAGES/calligrasheets_calendar.mo
 share/locale/bg/LC_MESSAGES/calligrastage.mo
 share/locale/bg/LC_MESSAGES/calligrawords.mo
-share/locale/bg/LC_MESSAGES/flow.mo
 share/locale/bg/LC_MESSAGES/karbon.mo
 share/locale/bg/LC_MESSAGES/koconverter.mo
 share/locale/bg/LC_MESSAGES/okularGenerator_odp.mo
@@ -5391,7 +5974,6 @@ share/locale/br/LC_MESSAGES/calligrashee
 share/locale/br/LC_MESSAGES/calligrasheets_calendar.mo
 share/locale/br/LC_MESSAGES/calligrastage.mo
 share/locale/br/LC_MESSAGES/calligrawords.mo
-share/locale/br/LC_MESSAGES/flow.mo
 share/locale/br/LC_MESSAGES/karbon.mo
 share/locale/br/LC_MESSAGES/koconverter.mo
 share/locale/bs/LC_MESSAGES/KarbonFilterEffects.mo
@@ -5429,7 +6011,6 @@ share/locale/bs/LC_MESSAGES/calligrashee
 share/locale/bs/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/bs/LC_MESSAGES/calligrastage.mo
 share/locale/bs/LC_MESSAGES/calligrawords.mo
-share/locale/bs/LC_MESSAGES/flow.mo
 share/locale/bs/LC_MESSAGES/karbon.mo
 share/locale/bs/LC_MESSAGES/kocolorspaces.mo
 share/locale/bs/LC_MESSAGES/koconverter.mo
@@ -5472,7 +6053,6 @@ share/locale/ca/LC_MESSAGES/calligrashee
 share/locale/ca/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/ca/LC_MESSAGES/calligrastage.mo
 share/locale/ca/LC_MESSAGES/calligrawords.mo
-share/locale/ca/LC_MESSAGES/flow.mo
 share/locale/ca/LC_MESSAGES/karbon.mo
 share/locale/ca/LC_MESSAGES/kocolorspaces.mo
 share/locale/ca/LC_MESSAGES/koconverter.mo
@@ -5515,7 +6095,6 @@ share/locale/ca@valencia/LC_MESSAGES/cal
 share/locale/ca@valencia/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/ca@valencia/LC_MESSAGES/calligrastage.mo
 share/locale/ca@valencia/LC_MESSAGES/calligrawords.mo
-share/locale/ca@valencia/LC_MESSAGES/flow.mo
 share/locale/ca@valencia/LC_MESSAGES/karbon.mo
 share/locale/ca@valencia/LC_MESSAGES/kocolorspaces.mo
 share/locale/ca@valencia/LC_MESSAGES/koconverter.mo
@@ -5558,7 +6137,6 @@ share/locale/cs/LC_MESSAGES/calligrashee
 share/locale/cs/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/cs/LC_MESSAGES/calligrastage.mo
 share/locale/cs/LC_MESSAGES/calligrawords.mo
-share/locale/cs/LC_MESSAGES/flow.mo
 share/locale/cs/LC_MESSAGES/karbon.mo
 share/locale/cs/LC_MESSAGES/kocolorspaces.mo
 share/locale/cs/LC_MESSAGES/koconverter.mo
@@ -5575,7 +6153,6 @@ share/locale/cy/LC_MESSAGES/calligrashee
 share/locale/cy/LC_MESSAGES/calligrasheets_calendar.mo
 share/locale/cy/LC_MESSAGES/calligrastage.mo
 share/locale/cy/LC_MESSAGES/calligrawords.mo
-share/locale/cy/LC_MESSAGES/flow.mo
 share/locale/cy/LC_MESSAGES/karbon.mo
 share/locale/cy/LC_MESSAGES/koconverter.mo
 share/locale/da/LC_MESSAGES/KarbonFilterEffects.mo
@@ -5613,7 +6190,6 @@ share/locale/da/LC_MESSAGES/calligrashee
 share/locale/da/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/da/LC_MESSAGES/calligrastage.mo
 share/locale/da/LC_MESSAGES/calligrawords.mo
-share/locale/da/LC_MESSAGES/flow.mo
 share/locale/da/LC_MESSAGES/karbon.mo
 share/locale/da/LC_MESSAGES/kocolorspaces.mo
 share/locale/da/LC_MESSAGES/koconverter.mo
@@ -5656,7 +6232,6 @@ share/locale/de/LC_MESSAGES/calligrashee
 share/locale/de/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/de/LC_MESSAGES/calligrastage.mo
 share/locale/de/LC_MESSAGES/calligrawords.mo
-share/locale/de/LC_MESSAGES/flow.mo
 share/locale/de/LC_MESSAGES/karbon.mo
 share/locale/de/LC_MESSAGES/kocolorspaces.mo
 share/locale/de/LC_MESSAGES/koconverter.mo
@@ -5696,7 +6271,6 @@ share/locale/el/LC_MESSAGES/calligrashee
 share/locale/el/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/el/LC_MESSAGES/calligrastage.mo
 share/locale/el/LC_MESSAGES/calligrawords.mo
-share/locale/el/LC_MESSAGES/flow.mo
 share/locale/el/LC_MESSAGES/karbon.mo
 share/locale/el/LC_MESSAGES/kocolorspaces.mo
 share/locale/el/LC_MESSAGES/koconverter.mo
@@ -5739,7 +6313,6 @@ share/locale/en_GB/LC_MESSAGES/calligras
 share/locale/en_GB/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/en_GB/LC_MESSAGES/calligrastage.mo
 share/locale/en_GB/LC_MESSAGES/calligrawords.mo
-share/locale/en_GB/LC_MESSAGES/flow.mo
 share/locale/en_GB/LC_MESSAGES/karbon.mo
 share/locale/en_GB/LC_MESSAGES/kocolorspaces.mo
 share/locale/en_GB/LC_MESSAGES/koconverter.mo
@@ -5774,7 +6347,6 @@ share/locale/eo/LC_MESSAGES/calligrashee
 share/locale/eo/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/eo/LC_MESSAGES/calligrastage.mo
 share/locale/eo/LC_MESSAGES/calligrawords.mo
-share/locale/eo/LC_MESSAGES/flow.mo
 share/locale/eo/LC_MESSAGES/karbon.mo
 share/locale/eo/LC_MESSAGES/kocolorspaces.mo
 share/locale/eo/LC_MESSAGES/koconverter.mo
@@ -5815,7 +6387,6 @@ share/locale/es/LC_MESSAGES/calligrashee
 share/locale/es/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/es/LC_MESSAGES/calligrastage.mo
 share/locale/es/LC_MESSAGES/calligrawords.mo
-share/locale/es/LC_MESSAGES/flow.mo
 share/locale/es/LC_MESSAGES/karbon.mo
 share/locale/es/LC_MESSAGES/kocolorspaces.mo
 share/locale/es/LC_MESSAGES/koconverter.mo
@@ -5858,7 +6429,6 @@ share/locale/et/LC_MESSAGES/calligrashee
 share/locale/et/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/et/LC_MESSAGES/calligrastage.mo
 share/locale/et/LC_MESSAGES/calligrawords.mo
-share/locale/et/LC_MESSAGES/flow.mo
 share/locale/et/LC_MESSAGES/karbon.mo
 share/locale/et/LC_MESSAGES/kocolorspaces.mo
 share/locale/et/LC_MESSAGES/koconverter.mo
@@ -5875,9 +6445,10 @@ share/locale/eu/LC_MESSAGES/calligrashee
 share/locale/eu/LC_MESSAGES/calligrasheets_calendar.mo
 share/locale/eu/LC_MESSAGES/calligrastage.mo
 share/locale/eu/LC_MESSAGES/calligrawords.mo
-share/locale/eu/LC_MESSAGES/flow.mo
 share/locale/eu/LC_MESSAGES/karbon.mo
 share/locale/eu/LC_MESSAGES/koconverter.mo
+share/locale/eu/LC_MESSAGES/okularGenerator_odp.mo
+share/locale/eu/LC_MESSAGES/okularGenerator_odt.mo
 share/locale/fa/LC_MESSAGES/KarbonFilterEffects.mo
 share/locale/fa/LC_MESSAGES/KarbonTools.mo
 share/locale/fa/LC_MESSAGES/calligra.mo
@@ -5887,7 +6458,6 @@ share/locale/fa/LC_MESSAGES/calligrashee
 share/locale/fa/LC_MESSAGES/calligrasheets_calendar.mo
 share/locale/fa/LC_MESSAGES/calligrastage.mo
 share/locale/fa/LC_MESSAGES/calligrawords.mo
-share/locale/fa/LC_MESSAGES/flow.mo
 share/locale/fa/LC_MESSAGES/karbon.mo
 share/locale/fa/LC_MESSAGES/koconverter.mo
 share/locale/fi/LC_MESSAGES/KarbonFilterEffects.mo
@@ -5925,7 +6495,6 @@ share/locale/fi/LC_MESSAGES/calligrashee
 share/locale/fi/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/fi/LC_MESSAGES/calligrastage.mo
 share/locale/fi/LC_MESSAGES/calligrawords.mo
-share/locale/fi/LC_MESSAGES/flow.mo
 share/locale/fi/LC_MESSAGES/karbon.mo
 share/locale/fi/LC_MESSAGES/kocolorspaces.mo
 share/locale/fi/LC_MESSAGES/koconverter.mo
@@ -5968,7 +6537,6 @@ share/locale/fr/LC_MESSAGES/calligrashee
 share/locale/fr/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/fr/LC_MESSAGES/calligrastage.mo
 share/locale/fr/LC_MESSAGES/calligrawords.mo
-share/locale/fr/LC_MESSAGES/flow.mo
 share/locale/fr/LC_MESSAGES/karbon.mo
 share/locale/fr/LC_MESSAGES/kocolorspaces.mo
 share/locale/fr/LC_MESSAGES/koconverter.mo
@@ -5995,7 +6563,6 @@ share/locale/fy/LC_MESSAGES/calligrashee
 share/locale/fy/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/fy/LC_MESSAGES/calligrastage.mo
 share/locale/fy/LC_MESSAGES/calligrawords.mo
-share/locale/fy/LC_MESSAGES/flow.mo
 share/locale/fy/LC_MESSAGES/karbon.mo
 share/locale/fy/LC_MESSAGES/koconverter.mo
 share/locale/fy/LC_MESSAGES/krossmodulesheets.mo
@@ -6031,7 +6598,6 @@ share/locale/ga/LC_MESSAGES/calligrashee
 share/locale/ga/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/ga/LC_MESSAGES/calligrastage.mo
 share/locale/ga/LC_MESSAGES/calligrawords.mo
-share/locale/ga/LC_MESSAGES/flow.mo
 share/locale/ga/LC_MESSAGES/karbon.mo
 share/locale/ga/LC_MESSAGES/kocolorspaces.mo
 share/locale/ga/LC_MESSAGES/koconverter.mo
@@ -6073,7 +6639,6 @@ share/locale/gl/LC_MESSAGES/calligrashee
 share/locale/gl/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/gl/LC_MESSAGES/calligrastage.mo
 share/locale/gl/LC_MESSAGES/calligrawords.mo
-share/locale/gl/LC_MESSAGES/flow.mo
 share/locale/gl/LC_MESSAGES/karbon.mo
 share/locale/gl/LC_MESSAGES/kocolorspaces.mo
 share/locale/gl/LC_MESSAGES/koconverter.mo
@@ -6092,7 +6657,6 @@ share/locale/he/LC_MESSAGES/calligrashee
 share/locale/he/LC_MESSAGES/calligrasheets_calendar.mo
 share/locale/he/LC_MESSAGES/calligrastage.mo
 share/locale/he/LC_MESSAGES/calligrawords.mo
-share/locale/he/LC_MESSAGES/flow.mo
 share/locale/he/LC_MESSAGES/karbon.mo
 share/locale/he/LC_MESSAGES/koconverter.mo
 share/locale/hi/LC_MESSAGES/KarbonFilterEffects.mo
@@ -6114,7 +6678,6 @@ share/locale/hi/LC_MESSAGES/calligrashee
 share/locale/hi/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/hi/LC_MESSAGES/calligrastage.mo
 share/locale/hi/LC_MESSAGES/calligrawords.mo
-share/locale/hi/LC_MESSAGES/flow.mo
 share/locale/hi/LC_MESSAGES/karbon.mo
 share/locale/hi/LC_MESSAGES/koconverter.mo
 share/locale/hi/LC_MESSAGES/krossmodulesheets.mo
@@ -6136,7 +6699,6 @@ share/locale/hne/LC_MESSAGES/calligrashe
 share/locale/hne/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/hne/LC_MESSAGES/calligrastage.mo
 share/locale/hne/LC_MESSAGES/calligrawords.mo
-share/locale/hne/LC_MESSAGES/flow.mo
 share/locale/hne/LC_MESSAGES/karbon.mo
 share/locale/hne/LC_MESSAGES/koconverter.mo
 share/locale/hne/LC_MESSAGES/krossmodulesheets.mo
@@ -6150,7 +6712,6 @@ share/locale/hr/LC_MESSAGES/calligrafilt
 share/locale/hr/LC_MESSAGES/calligrasheets.mo
 share/locale/hr/LC_MESSAGES/calligrastage.mo
 share/locale/hr/LC_MESSAGES/calligrawords.mo
-share/locale/hr/LC_MESSAGES/flow.mo
 share/locale/hr/LC_MESSAGES/karbon.mo
 share/locale/hr/LC_MESSAGES/koconverter.mo
 share/locale/hsb/LC_MESSAGES/calligra_textediting_thesaurus.mo
@@ -6192,7 +6753,6 @@ share/locale/hu/LC_MESSAGES/calligrashee
 share/locale/hu/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/hu/LC_MESSAGES/calligrastage.mo
 share/locale/hu/LC_MESSAGES/calligrawords.mo
-share/locale/hu/LC_MESSAGES/flow.mo
 share/locale/hu/LC_MESSAGES/karbon.mo
 share/locale/hu/LC_MESSAGES/kocolorspaces.mo
 share/locale/hu/LC_MESSAGES/koconverter.mo
@@ -6234,7 +6794,6 @@ share/locale/ia/LC_MESSAGES/calligrashee
 share/locale/ia/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/ia/LC_MESSAGES/calligrastage.mo
 share/locale/ia/LC_MESSAGES/calligrawords.mo
-share/locale/ia/LC_MESSAGES/flow.mo
 share/locale/ia/LC_MESSAGES/karbon.mo
 share/locale/ia/LC_MESSAGES/kocolorspaces.mo
 share/locale/ia/LC_MESSAGES/koconverter.mo
@@ -6242,13 +6801,54 @@ share/locale/ia/LC_MESSAGES/krossmodules
 share/locale/ia/LC_MESSAGES/krossmodulewords.mo
 share/locale/ia/LC_MESSAGES/okularGenerator_odp.mo
 share/locale/ia/LC_MESSAGES/okularGenerator_odt.mo
+share/locale/id/LC_MESSAGES/KarbonFilterEffects.mo
+share/locale/id/LC_MESSAGES/KarbonTools.mo
+share/locale/id/LC_MESSAGES/braindump.mo
+share/locale/id/LC_MESSAGES/calligra-defaulttools.mo
+share/locale/id/LC_MESSAGES/calligra-dockers.mo
+share/locale/id/LC_MESSAGES/calligra-opener.mo
+share/locale/id/LC_MESSAGES/calligra.mo
+share/locale/id/LC_MESSAGES/calligra_semanticitem_contact.mo
+share/locale/id/LC_MESSAGES/calligra_semanticitem_event.mo
+share/locale/id/LC_MESSAGES/calligra_semanticitem_location.mo
+share/locale/id/LC_MESSAGES/calligra_shape_artistictext.mo
+share/locale/id/LC_MESSAGES/calligra_shape_chart.mo
+share/locale/id/LC_MESSAGES/calligra_shape_comment.mo
+share/locale/id/LC_MESSAGES/calligra_shape_formula.mo
+share/locale/id/LC_MESSAGES/calligra_shape_music.mo
+share/locale/id/LC_MESSAGES/calligra_shape_paths.mo
+share/locale/id/LC_MESSAGES/calligra_shape_picture.mo
+share/locale/id/LC_MESSAGES/calligra_shape_plugin.mo
+share/locale/id/LC_MESSAGES/calligra_shape_spreadsheet.mo
+share/locale/id/LC_MESSAGES/calligra_shape_template.mo
+share/locale/id/LC_MESSAGES/calligra_shape_text.mo
+share/locale/id/LC_MESSAGES/calligra_shape_threed.mo
+share/locale/id/LC_MESSAGES/calligra_shape_vector.mo
+share/locale/id/LC_MESSAGES/calligra_shape_video.mo
+share/locale/id/LC_MESSAGES/calligra_textediting_autocorrect.mo
+share/locale/id/LC_MESSAGES/calligra_textediting_changecase.mo
+share/locale/id/LC_MESSAGES/calligra_textediting_spellcheck.mo
+share/locale/id/LC_MESSAGES/calligra_textediting_thesaurus.mo
+share/locale/id/LC_MESSAGES/calligra_textinlineobject_variables.mo
+share/locale/id/LC_MESSAGES/calligrafilters.mo
+share/locale/id/LC_MESSAGES/calligrasheets.mo
+share/locale/id/LC_MESSAGES/calligrasheets_calendar.mo
+share/locale/id/LC_MESSAGES/calligrasheets_solver.mo
+share/locale/id/LC_MESSAGES/calligrastage.mo
+share/locale/id/LC_MESSAGES/calligrawords.mo
+share/locale/id/LC_MESSAGES/karbon.mo
+share/locale/id/LC_MESSAGES/kocolorspaces.mo
+share/locale/id/LC_MESSAGES/koconverter.mo
+share/locale/id/LC_MESSAGES/krossmodulesheets.mo
+share/locale/id/LC_MESSAGES/krossmodulewords.mo
+share/locale/id/LC_MESSAGES/okularGenerator_odp.mo
+share/locale/id/LC_MESSAGES/okularGenerator_odt.mo
 share/locale/is/LC_MESSAGES/calligra.mo
 share/locale/is/LC_MESSAGES/calligra_textediting_thesaurus.mo
 share/locale/is/LC_MESSAGES/calligrafilters.mo
 share/locale/is/LC_MESSAGES/calligrasheets.mo
 share/locale/is/LC_MESSAGES/calligrastage.mo
 share/locale/is/LC_MESSAGES/calligrawords.mo
-share/locale/is/LC_MESSAGES/flow.mo
 share/locale/is/LC_MESSAGES/koconverter.mo
 share/locale/it/LC_MESSAGES/KarbonFilterEffects.mo
 share/locale/it/LC_MESSAGES/KarbonTools.mo
@@ -6285,7 +6885,6 @@ share/locale/it/LC_MESSAGES/calligrashee
 share/locale/it/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/it/LC_MESSAGES/calligrastage.mo
 share/locale/it/LC_MESSAGES/calligrawords.mo
-share/locale/it/LC_MESSAGES/flow.mo
 share/locale/it/LC_MESSAGES/karbon.mo
 share/locale/it/LC_MESSAGES/kocolorspaces.mo
 share/locale/it/LC_MESSAGES/koconverter.mo
@@ -6328,7 +6927,6 @@ share/locale/ja/LC_MESSAGES/calligrashee
 share/locale/ja/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/ja/LC_MESSAGES/calligrastage.mo
 share/locale/ja/LC_MESSAGES/calligrawords.mo
-share/locale/ja/LC_MESSAGES/flow.mo
 share/locale/ja/LC_MESSAGES/karbon.mo
 share/locale/ja/LC_MESSAGES/kocolorspaces.mo
 share/locale/ja/LC_MESSAGES/koconverter.mo
@@ -6371,23 +6969,23 @@ share/locale/kk/LC_MESSAGES/calligrashee
 share/locale/kk/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/kk/LC_MESSAGES/calligrastage.mo
 share/locale/kk/LC_MESSAGES/calligrawords.mo
-share/locale/kk/LC_MESSAGES/flow.mo
 share/locale/kk/LC_MESSAGES/karbon.mo
 share/locale/kk/LC_MESSAGES/kocolorspaces.mo
 share/locale/kk/LC_MESSAGES/koconverter.mo
 share/locale/kk/LC_MESSAGES/krossmodulesheets.mo
 share/locale/kk/LC_MESSAGES/krossmodulewords.mo
 share/locale/kk/LC_MESSAGES/okularGenerator_odp.mo
-share/locale/km/LC_MESSAGES/flow.mo
 share/locale/km/LC_MESSAGES/koconverter.mo
 share/locale/ko/LC_MESSAGES/KarbonFilterEffects.mo
 share/locale/ko/LC_MESSAGES/KarbonTools.mo
+share/locale/ko/LC_MESSAGES/calligra-dockers.mo
 share/locale/ko/LC_MESSAGES/calligra-opener.mo
 share/locale/ko/LC_MESSAGES/calligra.mo
 share/locale/ko/LC_MESSAGES/calligra_semanticitem_contact.mo
 share/locale/ko/LC_MESSAGES/calligra_semanticitem_event.mo
 share/locale/ko/LC_MESSAGES/calligra_semanticitem_location.mo
 share/locale/ko/LC_MESSAGES/calligra_shape_artistictext.mo
+share/locale/ko/LC_MESSAGES/calligra_shape_chart.mo
 share/locale/ko/LC_MESSAGES/calligra_shape_comment.mo
 share/locale/ko/LC_MESSAGES/calligra_shape_formula.mo
 share/locale/ko/LC_MESSAGES/calligra_shape_picture.mo
@@ -6400,15 +6998,16 @@ share/locale/ko/LC_MESSAGES/calligra_sha
 share/locale/ko/LC_MESSAGES/calligra_textediting_changecase.mo
 share/locale/ko/LC_MESSAGES/calligra_textediting_spellcheck.mo
 share/locale/ko/LC_MESSAGES/calligrafilters.mo
+share/locale/ko/LC_MESSAGES/calligrasheets.mo
 share/locale/ko/LC_MESSAGES/calligrasheets_calendar.mo
 share/locale/ko/LC_MESSAGES/calligrasheets_solver.mo
+share/locale/ko/LC_MESSAGES/calligrastage.mo
 share/locale/ko/LC_MESSAGES/calligrawords.mo
-share/locale/ko/LC_MESSAGES/flow.mo
 share/locale/ko/LC_MESSAGES/karbon.mo
 share/locale/ko/LC_MESSAGES/koconverter.mo
+share/locale/ko/LC_MESSAGES/krossmodulewords.mo
 share/locale/ko/LC_MESSAGES/okularGenerator_odp.mo
-share/locale/ku/LC_MESSAGES/calligra.mo
-share/locale/ku/LC_MESSAGES/calligrawords.mo
+share/locale/ko/LC_MESSAGES/okularGenerator_odt.mo
 share/locale/lt/LC_MESSAGES/KarbonFilterEffects.mo
 share/locale/lt/LC_MESSAGES/KarbonTools.mo
 share/locale/lt/LC_MESSAGES/braindump.mo
@@ -6444,13 +7043,13 @@ share/locale/lt/LC_MESSAGES/calligrashee
 share/locale/lt/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/lt/LC_MESSAGES/calligrastage.mo
 share/locale/lt/LC_MESSAGES/calligrawords.mo
-share/locale/lt/LC_MESSAGES/flow.mo
 share/locale/lt/LC_MESSAGES/karbon.mo
 share/locale/lt/LC_MESSAGES/kocolorspaces.mo
 share/locale/lt/LC_MESSAGES/koconverter.mo
 share/locale/lt/LC_MESSAGES/krossmodulesheets.mo
 share/locale/lt/LC_MESSAGES/krossmodulewords.mo
 share/locale/lt/LC_MESSAGES/okularGenerator_odp.mo
+share/locale/lt/LC_MESSAGES/okularGenerator_odt.mo
 share/locale/lv/LC_MESSAGES/calligra.mo
 share/locale/lv/LC_MESSAGES/calligra_shape_artistictext.mo
 share/locale/lv/LC_MESSAGES/calligra_textediting_thesaurus.mo
@@ -6458,7 +7057,6 @@ share/locale/lv/LC_MESSAGES/calligrafilt
 share/locale/lv/LC_MESSAGES/calligrasheets.mo
 share/locale/lv/LC_MESSAGES/calligrastage.mo
 share/locale/lv/LC_MESSAGES/calligrawords.mo
-share/locale/lv/LC_MESSAGES/flow.mo
 share/locale/lv/LC_MESSAGES/koconverter.mo
 share/locale/mai/LC_MESSAGES/KarbonFilterEffects.mo
 share/locale/mai/LC_MESSAGES/KarbonTools.mo
@@ -6484,7 +7082,6 @@ share/locale/mai/LC_MESSAGES/calligrashe
 share/locale/mai/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/mai/LC_MESSAGES/calligrastage.mo
 share/locale/mai/LC_MESSAGES/calligrawords.mo
-share/locale/mai/LC_MESSAGES/flow.mo
 share/locale/mai/LC_MESSAGES/karbon.mo
 share/locale/mai/LC_MESSAGES/kocolorspaces.mo
 share/locale/mai/LC_MESSAGES/koconverter.mo
@@ -6526,7 +7123,6 @@ share/locale/mr/LC_MESSAGES/calligrashee
 share/locale/mr/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/mr/LC_MESSAGES/calligrastage.mo
 share/locale/mr/LC_MESSAGES/calligrawords.mo
-share/locale/mr/LC_MESSAGES/flow.mo
 share/locale/mr/LC_MESSAGES/karbon.mo
 share/locale/mr/LC_MESSAGES/kocolorspaces.mo
 share/locale/mr/LC_MESSAGES/koconverter.mo
@@ -6552,7 +7148,6 @@ share/locale/ms/LC_MESSAGES/calligrashee
 share/locale/ms/LC_MESSAGES/calligrasheets_calendar.mo
 share/locale/ms/LC_MESSAGES/calligrastage.mo
 share/locale/ms/LC_MESSAGES/calligrawords.mo
-share/locale/ms/LC_MESSAGES/flow.mo
 share/locale/ms/LC_MESSAGES/karbon.mo
 share/locale/ms/LC_MESSAGES/koconverter.mo
 share/locale/nb/LC_MESSAGES/KarbonFilterEffects.mo
@@ -6590,7 +7185,6 @@ share/locale/nb/LC_MESSAGES/calligrashee
 share/locale/nb/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/nb/LC_MESSAGES/calligrastage.mo
 share/locale/nb/LC_MESSAGES/calligrawords.mo
-share/locale/nb/LC_MESSAGES/flow.mo
 share/locale/nb/LC_MESSAGES/karbon.mo
 share/locale/nb/LC_MESSAGES/kocolorspaces.mo
 share/locale/nb/LC_MESSAGES/koconverter.mo
@@ -6632,7 +7226,6 @@ share/locale/nds/LC_MESSAGES/calligrashe
 share/locale/nds/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/nds/LC_MESSAGES/calligrastage.mo
 share/locale/nds/LC_MESSAGES/calligrawords.mo
-share/locale/nds/LC_MESSAGES/flow.mo
 share/locale/nds/LC_MESSAGES/karbon.mo
 share/locale/nds/LC_MESSAGES/kocolorspaces.mo
 share/locale/nds/LC_MESSAGES/koconverter.mo
@@ -6648,7 +7241,6 @@ share/locale/ne/LC_MESSAGES/calligrashee
 share/locale/ne/LC_MESSAGES/calligrasheets_calendar.mo
 share/locale/ne/LC_MESSAGES/calligrastage.mo
 share/locale/ne/LC_MESSAGES/calligrawords.mo
-share/locale/ne/LC_MESSAGES/flow.mo
 share/locale/ne/LC_MESSAGES/karbon.mo
 share/locale/ne/LC_MESSAGES/koconverter.mo
 share/locale/nl/LC_MESSAGES/KarbonFilterEffects.mo
@@ -6686,7 +7278,6 @@ share/locale/nl/LC_MESSAGES/calligrashee
 share/locale/nl/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/nl/LC_MESSAGES/calligrastage.mo
 share/locale/nl/LC_MESSAGES/calligrawords.mo
-share/locale/nl/LC_MESSAGES/flow.mo
 share/locale/nl/LC_MESSAGES/karbon.mo
 share/locale/nl/LC_MESSAGES/kocolorspaces.mo
 share/locale/nl/LC_MESSAGES/koconverter.mo
@@ -6718,7 +7309,6 @@ share/locale/nn/LC_MESSAGES/calligrashee
 share/locale/nn/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/nn/LC_MESSAGES/calligrastage.mo
 share/locale/nn/LC_MESSAGES/calligrawords.mo
-share/locale/nn/LC_MESSAGES/flow.mo
 share/locale/nn/LC_MESSAGES/karbon.mo
 share/locale/nn/LC_MESSAGES/kocolorspaces.mo
 share/locale/nn/LC_MESSAGES/koconverter.mo
@@ -6743,7 +7333,6 @@ share/locale/oc/LC_MESSAGES/calligrashee
 share/locale/oc/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/oc/LC_MESSAGES/calligrastage.mo
 share/locale/oc/LC_MESSAGES/calligrawords.mo
-share/locale/oc/LC_MESSAGES/flow.mo
 share/locale/oc/LC_MESSAGES/karbon.mo
 share/locale/oc/LC_MESSAGES/koconverter.mo
 share/locale/oc/LC_MESSAGES/krossmodulesheets.mo
@@ -6786,7 +7375,6 @@ share/locale/pl/LC_MESSAGES/calligrashee
 share/locale/pl/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/pl/LC_MESSAGES/calligrastage.mo
 share/locale/pl/LC_MESSAGES/calligrawords.mo
-share/locale/pl/LC_MESSAGES/flow.mo
 share/locale/pl/LC_MESSAGES/karbon.mo
 share/locale/pl/LC_MESSAGES/kocolorspaces.mo
 share/locale/pl/LC_MESSAGES/koconverter.mo
@@ -6829,7 +7417,6 @@ share/locale/pt/LC_MESSAGES/calligrashee
 share/locale/pt/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/pt/LC_MESSAGES/calligrastage.mo
 share/locale/pt/LC_MESSAGES/calligrawords.mo
-share/locale/pt/LC_MESSAGES/flow.mo
 share/locale/pt/LC_MESSAGES/karbon.mo
 share/locale/pt/LC_MESSAGES/kocolorspaces.mo
 share/locale/pt/LC_MESSAGES/koconverter.mo
@@ -6872,7 +7459,6 @@ share/locale/pt_BR/LC_MESSAGES/calligras
 share/locale/pt_BR/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/pt_BR/LC_MESSAGES/calligrastage.mo
 share/locale/pt_BR/LC_MESSAGES/calligrawords.mo
-share/locale/pt_BR/LC_MESSAGES/flow.mo
 share/locale/pt_BR/LC_MESSAGES/karbon.mo
 share/locale/pt_BR/LC_MESSAGES/kocolorspaces.mo
 share/locale/pt_BR/LC_MESSAGES/koconverter.mo
@@ -6899,7 +7485,6 @@ share/locale/ro/LC_MESSAGES/calligrashee
 share/locale/ro/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/ro/LC_MESSAGES/calligrastage.mo
 share/locale/ro/LC_MESSAGES/calligrawords.mo
-share/locale/ro/LC_MESSAGES/flow.mo
 share/locale/ro/LC_MESSAGES/karbon.mo
 share/locale/ro/LC_MESSAGES/koconverter.mo
 share/locale/ro/LC_MESSAGES/krossmodulesheets.mo
@@ -6936,7 +7521,6 @@ share/locale/ru/LC_MESSAGES/calligrashee
 share/locale/ru/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/ru/LC_MESSAGES/calligrastage.mo
 share/locale/ru/LC_MESSAGES/calligrawords.mo
-share/locale/ru/LC_MESSAGES/flow.mo
 share/locale/ru/LC_MESSAGES/karbon.mo
 share/locale/ru/LC_MESSAGES/kocolorspaces.mo
 share/locale/ru/LC_MESSAGES/koconverter.mo
@@ -6955,7 +7539,6 @@ share/locale/se/LC_MESSAGES/calligrashee
 share/locale/se/LC_MESSAGES/calligrasheets_calendar.mo
 share/locale/se/LC_MESSAGES/calligrastage.mo
 share/locale/se/LC_MESSAGES/calligrawords.mo
-share/locale/se/LC_MESSAGES/flow.mo
 share/locale/se/LC_MESSAGES/karbon.mo
 share/locale/se/LC_MESSAGES/koconverter.mo
 share/locale/sk/LC_MESSAGES/KarbonFilterEffects.mo
@@ -6993,7 +7576,6 @@ share/locale/sk/LC_MESSAGES/calligrashee
 share/locale/sk/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/sk/LC_MESSAGES/calligrastage.mo
 share/locale/sk/LC_MESSAGES/calligrawords.mo
-share/locale/sk/LC_MESSAGES/flow.mo
 share/locale/sk/LC_MESSAGES/karbon.mo
 share/locale/sk/LC_MESSAGES/kocolorspaces.mo
 share/locale/sk/LC_MESSAGES/koconverter.mo
@@ -7034,7 +7616,6 @@ share/locale/sl/LC_MESSAGES/calligrashee
 share/locale/sl/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/sl/LC_MESSAGES/calligrastage.mo
 share/locale/sl/LC_MESSAGES/calligrawords.mo
-share/locale/sl/LC_MESSAGES/flow.mo
 share/locale/sl/LC_MESSAGES/karbon.mo
 share/locale/sl/LC_MESSAGES/kocolorspaces.mo
 share/locale/sl/LC_MESSAGES/koconverter.mo
@@ -7082,7 +7663,6 @@ share/locale/sv/LC_MESSAGES/calligrashee
 share/locale/sv/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/sv/LC_MESSAGES/calligrastage.mo
 share/locale/sv/LC_MESSAGES/calligrawords.mo
-share/locale/sv/LC_MESSAGES/flow.mo
 share/locale/sv/LC_MESSAGES/karbon.mo
 share/locale/sv/LC_MESSAGES/kocolorspaces.mo
 share/locale/sv/LC_MESSAGES/koconverter.mo
@@ -7100,7 +7680,6 @@ share/locale/ta/LC_MESSAGES/calligrafilt
 share/locale/ta/LC_MESSAGES/calligrasheets.mo
 share/locale/ta/LC_MESSAGES/calligrastage.mo
 share/locale/ta/LC_MESSAGES/calligrawords.mo
-share/locale/ta/LC_MESSAGES/flow.mo
 share/locale/ta/LC_MESSAGES/karbon.mo
 share/locale/ta/LC_MESSAGES/koconverter.mo
 share/locale/tg/LC_MESSAGES/KarbonFilterEffects.mo
@@ -7112,7 +7691,6 @@ share/locale/tg/LC_MESSAGES/calligrashee
 share/locale/tg/LC_MESSAGES/calligrasheets_calendar.mo
 share/locale/tg/LC_MESSAGES/calligrastage.mo
 share/locale/tg/LC_MESSAGES/calligrawords.mo
-share/locale/tg/LC_MESSAGES/flow.mo
 share/locale/tg/LC_MESSAGES/karbon.mo
 share/locale/tg/LC_MESSAGES/koconverter.mo
 share/locale/th/LC_MESSAGES/KarbonFilterEffects.mo
@@ -7123,7 +7701,6 @@ share/locale/th/LC_MESSAGES/calligrafilt
 share/locale/th/LC_MESSAGES/calligrasheets.mo
 share/locale/th/LC_MESSAGES/calligrastage.mo
 share/locale/th/LC_MESSAGES/calligrawords.mo
-share/locale/th/LC_MESSAGES/flow.mo
 share/locale/th/LC_MESSAGES/karbon.mo
 share/locale/th/LC_MESSAGES/koconverter.mo
 share/locale/tr/LC_MESSAGES/KarbonFilterEffects.mo
@@ -7161,7 +7738,6 @@ share/locale/tr/LC_MESSAGES/calligrashee
 share/locale/tr/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/tr/LC_MESSAGES/calligrastage.mo
 share/locale/tr/LC_MESSAGES/calligrawords.mo
-share/locale/tr/LC_MESSAGES/flow.mo
 share/locale/tr/LC_MESSAGES/karbon.mo
 share/locale/tr/LC_MESSAGES/kocolorspaces.mo
 share/locale/tr/LC_MESSAGES/koconverter.mo
@@ -7201,7 +7777,6 @@ share/locale/ug/LC_MESSAGES/calligrashee
 share/locale/ug/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/ug/LC_MESSAGES/calligrastage.mo
 share/locale/ug/LC_MESSAGES/calligrawords.mo
-share/locale/ug/LC_MESSAGES/flow.mo
 share/locale/ug/LC_MESSAGES/karbon.mo
 share/locale/ug/LC_MESSAGES/kocolorspaces.mo
 share/locale/ug/LC_MESSAGES/koconverter.mo
@@ -7243,7 +7818,6 @@ share/locale/uk/LC_MESSAGES/calligrashee
 share/locale/uk/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/uk/LC_MESSAGES/calligrastage.mo
 share/locale/uk/LC_MESSAGES/calligrawords.mo
-share/locale/uk/LC_MESSAGES/flow.mo
 share/locale/uk/LC_MESSAGES/karbon.mo
 share/locale/uk/LC_MESSAGES/kocolorspaces.mo
 share/locale/uk/LC_MESSAGES/koconverter.mo
@@ -7259,7 +7833,6 @@ share/locale/uz/LC_MESSAGES/calligrafilt
 share/locale/uz/LC_MESSAGES/calligrasheets.mo
 share/locale/uz/LC_MESSAGES/calligrastage.mo
 share/locale/uz/LC_MESSAGES/calligrawords.mo
-share/locale/uz/LC_MESSAGES/flow.mo
 share/locale/uz/LC_MESSAGES/karbon.mo
 share/locale/uz/LC_MESSAGES/koconverter.mo
 share/locale/uz@cyrillic/LC_MESSAGES/calligra.mo
@@ -7267,12 +7840,10 @@ share/locale/uz@cyrillic/LC_MESSAGES/cal
 share/locale/uz@cyrillic/LC_MESSAGES/calligrasheets.mo
 share/locale/uz@cyrillic/LC_MESSAGES/calligrastage.mo
 share/locale/uz@cyrillic/LC_MESSAGES/calligrawords.mo
-share/locale/uz@cyrillic/LC_MESSAGES/flow.mo
 share/locale/vi/LC_MESSAGES/calligra.mo
 share/locale/vi/LC_MESSAGES/calligrafilters.mo
 share/locale/vi/LC_MESSAGES/calligrastage.mo
 share/locale/vi/LC_MESSAGES/calligrawords.mo
-share/locale/vi/LC_MESSAGES/flow.mo
 share/locale/wa/LC_MESSAGES/KarbonFilterEffects.mo
 share/locale/wa/LC_MESSAGES/KarbonTools.mo
 share/locale/wa/LC_MESSAGES/calligra-defaulttools.mo
@@ -7306,51 +7877,6 @@ share/locale/wa/LC_MESSAGES/kocolorspace
 share/locale/wa/LC_MESSAGES/koconverter.mo
 share/locale/wa/LC_MESSAGES/krossmodulesheets.mo
 share/locale/wa/LC_MESSAGES/krossmodulewords.mo
-share/locale/x-test/
-share/locale/x-test/LC_MESSAGES/
-share/locale/x-test/LC_MESSAGES/KarbonFilterEffects.mo
-share/locale/x-test/LC_MESSAGES/KarbonTools.mo
-share/locale/x-test/LC_MESSAGES/braindump.mo
-share/locale/x-test/LC_MESSAGES/calligra-defaulttools.mo
-share/locale/x-test/LC_MESSAGES/calligra-dockers.mo
-share/locale/x-test/LC_MESSAGES/calligra-opener.mo
-share/locale/x-test/LC_MESSAGES/calligra.mo
-share/locale/x-test/LC_MESSAGES/calligra_semanticitem_contact.mo
-share/locale/x-test/LC_MESSAGES/calligra_semanticitem_event.mo
-share/locale/x-test/LC_MESSAGES/calligra_semanticitem_location.mo
-share/locale/x-test/LC_MESSAGES/calligra_shape_artistictext.mo
-share/locale/x-test/LC_MESSAGES/calligra_shape_chart.mo
-share/locale/x-test/LC_MESSAGES/calligra_shape_comment.mo
-share/locale/x-test/LC_MESSAGES/calligra_shape_formula.mo
-share/locale/x-test/LC_MESSAGES/calligra_shape_music.mo
-share/locale/x-test/LC_MESSAGES/calligra_shape_paths.mo
-share/locale/x-test/LC_MESSAGES/calligra_shape_picture.mo
-share/locale/x-test/LC_MESSAGES/calligra_shape_plugin.mo
-share/locale/x-test/LC_MESSAGES/calligra_shape_spreadsheet.mo
-share/locale/x-test/LC_MESSAGES/calligra_shape_template.mo
-share/locale/x-test/LC_MESSAGES/calligra_shape_text.mo
-share/locale/x-test/LC_MESSAGES/calligra_shape_threed.mo
-share/locale/x-test/LC_MESSAGES/calligra_shape_vector.mo
-share/locale/x-test/LC_MESSAGES/calligra_shape_video.mo
-share/locale/x-test/LC_MESSAGES/calligra_textediting_autocorrect.mo
-share/locale/x-test/LC_MESSAGES/calligra_textediting_changecase.mo
-share/locale/x-test/LC_MESSAGES/calligra_textediting_spellcheck.mo
-share/locale/x-test/LC_MESSAGES/calligra_textediting_thesaurus.mo
-share/locale/x-test/LC_MESSAGES/calligra_textinlineobject_variables.mo
-share/locale/x-test/LC_MESSAGES/calligrafilters.mo
-share/locale/x-test/LC_MESSAGES/calligrasheets.mo
-share/locale/x-test/LC_MESSAGES/calligrasheets_calendar.mo
-share/locale/x-test/LC_MESSAGES/calligrasheets_solver.mo
-share/locale/x-test/LC_MESSAGES/calligrastage.mo
-share/locale/x-test/LC_MESSAGES/calligrawords.mo
-share/locale/x-test/LC_MESSAGES/flow.mo
-share/locale/x-test/LC_MESSAGES/karbon.mo
-share/locale/x-test/LC_MESSAGES/kocolorspaces.mo
-share/locale/x-test/LC_MESSAGES/koconverter.mo
-share/locale/x-test/LC_MESSAGES/krossmodulesheets.mo
-share/locale/x-test/LC_MESSAGES/krossmodulewords.mo
-share/locale/x-test/LC_MESSAGES/okularGenerator_odp.mo
-share/locale/x-test/LC_MESSAGES/okularGenerator_odt.mo
 share/locale/xh/LC_MESSAGES/KarbonFilterEffects.mo
 share/locale/xh/LC_MESSAGES/KarbonTools.mo
 share/locale/xh/LC_MESSAGES/calligra.mo
@@ -7359,7 +7885,6 @@ share/locale/xh/LC_MESSAGES/calligrafilt
 share/locale/xh/LC_MESSAGES/calligrasheets.mo
 share/locale/xh/LC_MESSAGES/calligrastage.mo
 share/locale/xh/LC_MESSAGES/calligrawords.mo
-share/locale/xh/LC_MESSAGES/flow.mo
 share/locale/xh/LC_MESSAGES/karbon.mo
 share/locale/xh/LC_MESSAGES/koconverter.mo
 share/locale/zh_CN/LC_MESSAGES/KarbonFilterEffects.mo
@@ -7397,7 +7922,6 @@ share/locale/zh_CN/LC_MESSAGES/calligras
 share/locale/zh_CN/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/zh_CN/LC_MESSAGES/calligrastage.mo
 share/locale/zh_CN/LC_MESSAGES/calligrawords.mo
-share/locale/zh_CN/LC_MESSAGES/flow.mo
 share/locale/zh_CN/LC_MESSAGES/karbon.mo
 share/locale/zh_CN/LC_MESSAGES/kocolorspaces.mo
 share/locale/zh_CN/LC_MESSAGES/koconverter.mo
@@ -7440,7 +7964,6 @@ share/locale/zh_TW/LC_MESSAGES/calligras
 share/locale/zh_TW/LC_MESSAGES/calligrasheets_solver.mo
 share/locale/zh_TW/LC_MESSAGES/calligrastage.mo
 share/locale/zh_TW/LC_MESSAGES/calligrawords.mo
-share/locale/zh_TW/LC_MESSAGES/flow.mo
 share/locale/zh_TW/LC_MESSAGES/karbon.mo
 share/locale/zh_TW/LC_MESSAGES/kocolorspaces.mo
 share/locale/zh_TW/LC_MESSAGES/koconverter.mo
@@ -7448,13 +7971,12 @@ share/locale/zh_TW/LC_MESSAGES/krossmodu
 share/locale/zh_TW/LC_MESSAGES/krossmodulewords.mo
 share/locale/zh_TW/LC_MESSAGES/okularGenerator_odp.mo
 share/locale/zh_TW/LC_MESSAGES/okularGenerator_odt.mo
-share/metainfo/
 share/metainfo/org.kde.calligragemini.appdata.xml
 share/metainfo/org.kde.calligrasheets.appdata.xml
+share/metainfo/org.kde.calligrastage.appdata.xml
 share/metainfo/org.kde.calligrawords.appdata.xml
 share/metainfo/org.kde.karbon.appdata.xml
 share/mime/packages/calligra_svm.xml
-share/mime/packages/msooxml-all.xml
 share/mime/packages/wiki-format.xml
 share/templates/
 share/templates/.source/

Reply via email to