diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-04-28 17:28:46 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-04-28 17:28:46 +0800 |
commit | bd4bb0070cd96c827ee9c27578c0370e546db63d (patch) | |
tree | 9b929f8d639fd7a0548bb4d67fe90d5e34ae90cb | |
parent | 06738316ef1ce4a71f1a612a581283cc4ac99d51 (diff) | |
download | freebsd-ports-graphics-bd4bb0070cd96c827ee9c27578c0370e546db63d.tar.gz freebsd-ports-graphics-bd4bb0070cd96c827ee9c27578c0370e546db63d.tar.zst freebsd-ports-graphics-bd4bb0070cd96c827ee9c27578c0370e546db63d.zip |
Update calligra, krita, kexi (and their dependencies) to their newest versions
-rw-r--r-- | databases/kdb/Makefile | 3 | ||||
-rw-r--r-- | databases/kdb/distinfo | 6 | ||||
-rw-r--r-- | databases/kdb/files/patch-src_CMakeLists.txt | 31 | ||||
-rw-r--r-- | databases/kdb/pkg-plist | 32 | ||||
-rw-r--r-- | databases/kexi/Makefile | 2 | ||||
-rw-r--r-- | databases/kexi/distinfo | 6 | ||||
-rw-r--r-- | databases/kexi/pkg-plist | 129 | ||||
-rw-r--r-- | editors/calligra/Makefile | 19 | ||||
-rw-r--r-- | editors/calligra/distinfo | 6 | ||||
-rw-r--r-- | editors/calligra/files/patch-filters_karbon_pdf_CMakeLists.txt | 11 | ||||
-rw-r--r-- | editors/calligra/files/patch-plan_plugins_schedulers_tj_PlanTJScheduler.h | 13 | ||||
-rw-r--r-- | editors/calligra/pkg-plist | 1082 | ||||
-rw-r--r-- | graphics/krita/Makefile | 9 | ||||
-rw-r--r-- | graphics/krita/distinfo | 6 | ||||
-rw-r--r-- | graphics/krita/pkg-plist | 765 | ||||
-rw-r--r-- | textproc/kreport/Makefile | 5 | ||||
-rw-r--r-- | textproc/kreport/distinfo | 6 | ||||
-rw-r--r-- | textproc/kreport/pkg-plist | 214 | ||||
-rw-r--r-- | x11-toolkits/kproperty/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/kproperty/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/kproperty/pkg-plist | 68 |
21 files changed, 1143 insertions, 1278 deletions
diff --git a/databases/kdb/Makefile b/databases/kdb/Makefile index f5ff708a8d7..f4edce795b0 100644 --- a/databases/kdb/Makefile +++ b/databases/kdb/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= kdb -DISTVERSION= 3.0.2 -PORTREVISION= 3 +DISTVERSION= 3.1.0 CATEGORIES= databases kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE/${PORTNAME} diff --git a/databases/kdb/distinfo b/databases/kdb/distinfo index 111d862fa8a..f2559df96b4 100644 --- a/databases/kdb/distinfo +++ b/databases/kdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1506099432 -SHA256 (KDE/kdb/kdb-3.0.2.tar.xz) = 896804959f4e203cbafb3d345127c6d80721d79136dbfd6d51c4e93131ec21d8 -SIZE (KDE/kdb/kdb-3.0.2.tar.xz) = 478576 +TIMESTAMP = 1520616671 +SHA256 (KDE/kdb/kdb-3.1.0.tar.xz) = 175645a149ae4d758ff2746900f6eabe4734b2bdac4d8c95893c650be4f929f2 +SIZE (KDE/kdb/kdb-3.1.0.tar.xz) = 543780 diff --git a/databases/kdb/files/patch-src_CMakeLists.txt b/databases/kdb/files/patch-src_CMakeLists.txt deleted file mode 100644 index 647f1820b9c..00000000000 --- a/databases/kdb/files/patch-src_CMakeLists.txt +++ /dev/null @@ -1,31 +0,0 @@ -This has been submitted upstream; the # TODO (GEN) is a comment used -elsewhere upstream to mark things commented-out for generated files. - -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index c63ab1f2..73d15fce 100644 ---- src/CMakeLists.txt -+++ src/CMakeLists.txt -@@ -56,18 +56,18 @@ endif() - # Mark files as generated, set compile flags - set_source_files_properties(${PARSER_SOURCE_DIR}/generated/sqlparser.cpp - PROPERTIES -- GENERATED TRUE -+ #TODO(GEN) GENERATED TRUE - # YYERROR_VERBOSE=1 needed to get a token table for tokenName() even for release builds - COMPILE_FLAGS "-DYYERROR_VERBOSE=1 ${EXTRA_PARSER_COMPILE_FLAGS} " - ) --set_source_files_properties(${PARSER_SOURCE_DIR}/generated/sqlparser.h PROPERTIES GENERATED TRUE) --set_source_files_properties(${PARSER_SOURCE_DIR}/generated/KDbToken.h PROPERTIES GENERATED TRUE) --set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/KDbConnectionData_sdc.cpp PROPERTIES GENERATED TRUE) -+# TODO(GEN) set_source_files_properties(${PARSER_SOURCE_DIR}/generated/sqlparser.h PROPERTIES GENERATED TRUE) -+# TODO(GEN) set_source_files_properties(${PARSER_SOURCE_DIR}/generated/KDbToken.h PROPERTIES GENERATED TRUE) -+# TODO(GEN) set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/KDbConnectionData_sdc.cpp PROPERTIES GENERATED TRUE) - - set_source_files_properties( - ${PARSER_SOURCE_DIR}/generated/sqlscanner.cpp - PROPERTIES -- GENERATED TRUE -+ #TODO(GEN) GENERATED TRUE - COMPILE_FLAGS "${EXTRA_SCANNER_COMPILE_FLAGS} " - ) - diff --git a/databases/kdb/pkg-plist b/databases/kdb/pkg-plist index d4450088bb5..9c9fbc5a43c 100644 --- a/databases/kdb/pkg-plist +++ b/databases/kdb/pkg-plist @@ -55,6 +55,8 @@ include/KDb3/KDbObject include/KDb3/KDbObject.h include/KDb3/KDbObjectNameValidator include/KDb3/KDbObjectNameValidator.h +include/KDb3/KDbOrderByColumn +include/KDb3/KDbOrderByColumn.h include/KDb3/KDbParser include/KDb3/KDbParser.h include/KDb3/KDbPreparedStatement @@ -63,6 +65,8 @@ include/KDb3/KDbPreparedStatementInterface include/KDb3/KDbPreparedStatementInterface.h include/KDb3/KDbProperties include/KDb3/KDbProperties.h +include/KDb3/KDbQueryAsterisk +include/KDb3/KDbQueryAsterisk.h include/KDb3/KDbQueryColumnInfo include/KDb3/KDbQueryColumnInfo.h include/KDb3/KDbQuerySchema @@ -77,6 +81,8 @@ include/KDb3/KDbRelationship include/KDb3/KDbRelationship.h include/KDb3/KDbResult include/KDb3/KDbResult.h +include/KDb3/KDbSelectStatementOptions +include/KDb3/KDbSelectStatementOptions.h include/KDb3/KDbSqlField include/KDb3/KDbSqlField.h include/KDb3/KDbSqlRecord @@ -89,6 +95,8 @@ include/KDb3/KDbTableOrQuerySchema include/KDb3/KDbTableOrQuerySchema.h include/KDb3/KDbTableSchema include/KDb3/KDbTableSchema.h +include/KDb3/KDbTableSchemaChangeListener +include/KDb3/KDbTableSchemaChangeListener.h include/KDb3/KDbTableViewColumn include/KDb3/KDbTableViewColumn.h include/KDb3/KDbTableViewData @@ -97,6 +105,10 @@ include/KDb3/KDbToken include/KDb3/KDbToken.h include/KDb3/KDbTransaction include/KDb3/KDbTransaction.h +include/KDb3/KDbTransactionData +include/KDb3/KDbTransactionData.h +include/KDb3/KDbTransactionGuard +include/KDb3/KDbTransactionGuard.h include/KDb3/KDbTristate include/KDb3/KDbTristate.h include/KDb3/KDbUtils @@ -110,17 +122,18 @@ include/KDb3/kdb_export.h include/KDb3/kdb_version.h lib/cmake/KDb3/KDbConfig.cmake lib/cmake/KDb3/KDbConfigVersion.cmake +lib/cmake/KDb3/KDbQCHTargets.cmake lib/cmake/KDb3/KDbTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KDb3/KDbTargets.cmake lib/libKDb3.so -lib/libKDb3.so.3 -lib/libKDb3.so.3.0 -libdata/pkgconfig/KDb3.pc +lib/libKDb3.so.4 +lib/libKDb3.so.4.1.0 %%QT_MKSPECDIR%%/modules/qt_KDb3.pri %%MYSQL%%%%QT_PLUGINDIR%%/kdb3/kdb_mysqldriver.so %%PGSQL%%%%QT_PLUGINDIR%%/kdb3/kdb_postgresqldriver.so %%SQLITE%%%%QT_PLUGINDIR%%/kdb3/kdb_sqlitedriver.so -%%SQLITE%%%%QT_PLUGINDIR%%/kdb3/sqlite3/kdb_sqlite_icu.so +%%QT_PLUGINDIR%%/kdb3/sqlite3/kdb_sqlite_icu.so +libdata/pkgconfig/KDb3.pc %%MYSQL%%share/locale/ast/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/ast/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/ast/LC_MESSAGES/kdb_qt.qm @@ -153,11 +166,18 @@ share/locale/es/LC_MESSAGES/kdb_qt.qm %%PGSQL%%share/locale/fi/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/fi/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/fi/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/fr/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/fr/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/fr/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/fr/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/gl/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/gl/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/gl/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/gl/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/hu/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%MYSQL%%share/locale/ia/LC_MESSAGES/kdb_mysqldriver_qt.qm +share/locale/ia/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/ia/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/it/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/it/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/it/LC_MESSAGES/kdb_qt.qm @@ -198,6 +218,10 @@ share/locale/sk/LC_MESSAGES/kdb_qt.qm %%PGSQL%%share/locale/sv/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/sv/LC_MESSAGES/kdb_qt.qm %%SQLITE%%share/locale/sv/LC_MESSAGES/kdb_sqlitedriver_qt.qm +%%MYSQL%%share/locale/tr/LC_MESSAGES/kdb_mysqldriver_qt.qm +%%PGSQL%%share/locale/tr/LC_MESSAGES/kdb_postgresqldriver_qt.qm +share/locale/tr/LC_MESSAGES/kdb_qt.qm +%%SQLITE%%share/locale/tr/LC_MESSAGES/kdb_sqlitedriver_qt.qm %%MYSQL%%share/locale/uk/LC_MESSAGES/kdb_mysqldriver_qt.qm %%PGSQL%%share/locale/uk/LC_MESSAGES/kdb_postgresqldriver_qt.qm share/locale/uk/LC_MESSAGES/kdb_qt.qm diff --git a/databases/kexi/Makefile b/databases/kexi/Makefile index 9300033e1d6..fd5f8c2d497 100644 --- a/databases/kexi/Makefile +++ b/databases/kexi/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kexi -DISTVERSION= 3.0.2 +DISTVERSION= 3.1.0 CATEGORIES= databases kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE/${PORTNAME} diff --git a/databases/kexi/distinfo b/databases/kexi/distinfo index 96c9289dffc..c85ee6c8cd8 100644 --- a/databases/kexi/distinfo +++ b/databases/kexi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1506101424 -SHA256 (KDE/kexi/kexi-3.0.2.tar.xz) = 8eaea8ba6b833d9413a05496c9099d278f0ea410cf7d2af42bfdf9125d945bba -SIZE (KDE/kexi/kexi-3.0.2.tar.xz) = 3676556 +TIMESTAMP = 1520616685 +SHA256 (KDE/kexi/kexi-3.1.0.tar.xz) = 6d55cd4af177bcb060673a0977d52bc91cc2dd1b1420d008a78f9783312152fb +SIZE (KDE/kexi/kexi-3.1.0.tar.xz) = 3028492 diff --git a/databases/kexi/pkg-plist b/databases/kexi/pkg-plist index a3836a65de3..27ee33ddcca 100644 --- a/databases/kexi/pkg-plist +++ b/databases/kexi/pkg-plist @@ -1,62 +1,68 @@ -bin/kexi -lib/libkexicore.so -lib/libkexicore.so.15 -lib/libkexicore.so.15.0.0 -lib/libkexidatatable.so -lib/libkexidatatable.so.15 -lib/libkexidatatable.so.15.0.0 -lib/libkexidataviewcommon.so -lib/libkexidataviewcommon.so.15 -lib/libkexidataviewcommon.so.15.0.0 -lib/libkexiextendedwidgets.so -lib/libkexiextendedwidgets.so.15 -lib/libkexiextendedwidgets.so.15.0.0 -lib/libkexiformutils.so -lib/libkexiformutils.so.15 -lib/libkexiformutils.so.15.0.0 -lib/libkexiguiutils.so -lib/libkexiguiutils.so.15 -lib/libkexiguiutils.so.15.0.0 -lib/libkeximain.so -lib/libkeximain.so.15 -lib/libkeximain.so.15.0.0 -lib/libkeximigrate.so -lib/libkeximigrate.so.15 -lib/libkeximigrate.so.15.0.0 -lib/libkexirelationsview.so -lib/libkexirelationsview.so.15 -lib/libkexirelationsview.so.15.0.0 -lib/libkexiundo.so -lib/libkexiundo.so.15 -lib/libkexiundo.so.15.0.0 -lib/libkexiutils.so -lib/libkexiutils.so.15 -lib/libkexiutils.so.15.0.0 -lib/libkformdesigner.so -lib/libkformdesigner.so.15 -lib/libkformdesigner.so.15.0.0 -%%QT_PLUGINDIR%%/kexi/forms/widgets/kexiforms_dbwidgetsplugin.so -%%QT_PLUGINDIR%%/kexi/forms/widgets/kexiforms_standardwidgetsplugin.so -%%QT_PLUGINDIR%%/kexi/forms/widgets/kexiforms_webbrowserwidgetplugin.so -%%QT_PLUGINDIR%%/kexi/kexi_csvimportexportplugin.so -%%QT_PLUGINDIR%%/kexi/kexi_formplugin.so -%%QT_PLUGINDIR%%/kexi/kexi_migrationplugin.so -%%QT_PLUGINDIR%%/kexi/kexi_queryplugin.so -%%QT_PLUGINDIR%%/kexi/kexi_reportplugin.so -%%QT_PLUGINDIR%%/kexi/kexi_tableplugin.so -%%QT_PLUGINDIR%%/kexi/migrate/keximigrate_mdb.so -%%QT_PLUGINDIR%%/kexi/migrate/keximigrate_mysql.so -%%QT_PLUGINDIR%%/kexi/migrate/keximigrate_postgresql.so -%%QT_PLUGINDIR%%/kexi/migrate/keximigrate_tsv.so -share/applications/org.kde.kexi.desktop -%%DATADIR%%/icons/hicolor/16x16/actions/web_browser.png -%%DATADIR%%/icons/hicolor/22x22/actions/web_browser.png -%%DATADIR%%/icons/kexi_breeze.rcc -%%DATADIR%%/status/3.0.0/contribution_details.ui -%%DATADIR%%/status/3.0.0/contribution_help.ui -%%DATADIR%%/status/3.0.0/status.rcc -%%DATADIR%%/status/3.0.0/status.ui -%%DATADIR%%/status/3.0.0/status_strings.ui +bin/kexi-3.1 +lib/libkexicore3.1.so +lib/libkexicore3.1.so.3.1 +lib/libkexicore3.1.so.3.1.0 +lib/libkexidatatable3.1.so +lib/libkexidatatable3.1.so.3.1 +lib/libkexidatatable3.1.so.3.1.0 +lib/libkexidataviewcommon3.1.so +lib/libkexidataviewcommon3.1.so.3.1 +lib/libkexidataviewcommon3.1.so.3.1.0 +lib/libkexiextendedwidgets3.1.so +lib/libkexiextendedwidgets3.1.so.3.1 +lib/libkexiextendedwidgets3.1.so.3.1.0 +lib/libkexiformutils3.1.so +lib/libkexiformutils3.1.so.3.1 +lib/libkexiformutils3.1.so.3.1.0 +lib/libkexiguiutils3.1.so +lib/libkexiguiutils3.1.so.3.1 +lib/libkexiguiutils3.1.so.3.1.0 +lib/libkeximain3.1.so +lib/libkeximain3.1.so.3.1 +lib/libkeximain3.1.so.3.1.0 +lib/libkeximigrate3.1.so +lib/libkeximigrate3.1.so.3.1 +lib/libkeximigrate3.1.so.3.1.0 +lib/libkexirelationsview3.1.so +lib/libkexirelationsview3.1.so.3.1 +lib/libkexirelationsview3.1.so.3.1.0 +lib/libkexiundo3.1.so +lib/libkexiundo3.1.so.3.1 +lib/libkexiundo3.1.so.3.1.0 +lib/libkexiutils3.1.so +lib/libkexiutils3.1.so.3.1 +lib/libkexiutils3.1.so.3.1.0 +lib/libkformdesigner3.1.so +lib/libkformdesigner3.1.so.3.1 +lib/libkformdesigner3.1.so.3.1.0 +%%QT_PLUGINDIR%%/kexi/3.1/forms/widgets/org.kexi-project.form.widgets.main.so +%%QT_PLUGINDIR%%/kexi/3.1/forms/widgets/org.kexi-project.form.widgets.web-browser.so +%%QT_PLUGINDIR%%/kexi/3.1/kexi_csvimportexportplugin.so +%%QT_PLUGINDIR%%/kexi/3.1/kexi_formplugin.so +%%QT_PLUGINDIR%%/kexi/3.1/kexi_migrationplugin.so +%%QT_PLUGINDIR%%/kexi/3.1/kexi_queryplugin.so +%%QT_PLUGINDIR%%/kexi/3.1/kexi_reportplugin.so +%%QT_PLUGINDIR%%/kexi/3.1/kexi_tableplugin.so +%%QT_PLUGINDIR%%/kexi/3.1/migrate/keximigrate_mdb.so +%%QT_PLUGINDIR%%/kexi/3.1/migrate/keximigrate_mysql.so +%%QT_PLUGINDIR%%/kexi/3.1/migrate/keximigrate_postgresql.so +%%QT_PLUGINDIR%%/kexi/3.1/migrate/keximigrate_tsv.so +share/applications/org.kde.kexi-3.1.desktop +share/doc/HTML/de/kexi/index.cache.bz2 +share/doc/HTML/de/kexi/index.docbook +share/doc/HTML/nl/kexi/index.cache.bz2 +share/doc/HTML/nl/kexi/index.docbook +share/doc/HTML/it/kexi/index.cache.bz2 +share/doc/HTML/it/kexi/index.docbook +%%DATADIR%%/3.1/examples/Simple_Database.kexi +%%DATADIR%%/3.1/icons/kexi_breeze.rcc +%%DATADIR%%/3.1/icons/org.kexi-project.form.widgets.main_breeze.rcc +%%DATADIR%%/3.1/icons/org.kexi-project.form.widgets.web-browser_breeze.rcc +%%DATADIR%%/3.1/status/contribution_details.ui +%%DATADIR%%/3.1/status/contribution_help.ui +%%DATADIR%%/3.1/status/status.rcc +%%DATADIR%%/3.1/status/status.ui +%%DATADIR%%/3.1/status/status_strings.ui share/locale/ar/LC_MESSAGES/kexi.mo share/locale/ast/LC_MESSAGES/kexi.mo share/locale/ast/LC_MESSAGES/kexiforms_mapwidgetplugin.mo @@ -91,6 +97,7 @@ share/locale/de/LC_MESSAGES/keximigrate_mdb.mo share/locale/el/LC_MESSAGES/kexi.mo share/locale/el/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/el/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/el/LC_MESSAGES/keximigrate_mdb.mo share/locale/en_GB/LC_MESSAGES/kexi.mo share/locale/en_GB/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/en_GB/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo @@ -119,6 +126,7 @@ share/locale/ga/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/gl/LC_MESSAGES/kexi.mo share/locale/gl/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/gl/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/gl/LC_MESSAGES/keximigrate_mdb.mo share/locale/he/LC_MESSAGES/kexi.mo share/locale/hi/LC_MESSAGES/kexi.mo share/locale/hne/LC_MESSAGES/kexi.mo @@ -199,6 +207,7 @@ share/locale/tg/LC_MESSAGES/kexi.mo share/locale/tr/LC_MESSAGES/kexi.mo share/locale/tr/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/tr/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/tr/LC_MESSAGES/keximigrate_mdb.mo share/locale/ug/LC_MESSAGES/kexi.mo share/locale/ug/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/ug/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo @@ -217,4 +226,4 @@ share/locale/zh_TW/LC_MESSAGES/kexi.mo share/locale/zh_TW/LC_MESSAGES/kexiforms_mapwidgetplugin.mo share/locale/zh_TW/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo share/locale/zh_TW/LC_MESSAGES/keximigrate_mdb.mo -share/metainfo/org.kde.kexi.appdata.xml +share/metainfo/org.kde.kexi-3.1.appdata.xml diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 7c204dd9bed..9a226f7d941 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -1,12 +1,7 @@ # $FreeBSD$ -# TODO (when these parts are available in KF5): -# - add calendarcore to USE_KDE when KDE PIM is available -# - add libOkular5Core.so:graphics/okular to LIB_DEPENDS -# PORTNAME= calligra -PORTVERSION= 3.0.1 -PORTREVISION= 10 +DISTVERSION= 3.1.0 CATEGORIES= editors kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} @@ -49,7 +44,8 @@ USE_KDE= activities archive auth bookmarks codecs completion config \ jobwidgets js kcmutils kdelibs4support khtml kio \ kross notifications notifyconfig parts service solid sonnet \ texteditor textwidgets threadweaver unitconversion wallet \ - widgetsaddons windowsystem xmlgui + widgetsaddons windowsystem xmlgui \ + calendarcore okular USE_QT5= buildtools_build core dbus gui network opengl \ phonon4 printsupport qmake_build qml \ quick script sql svg testlib webkit widgets x11extras xml @@ -60,19 +56,16 @@ OPTIONS_DEFINE= OPENEXR OPTIONS_DEFAULT= OPENEXR OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR +OPENEXR_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_OpenEXR CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:STRING="${QT_INCDIR} ${LOCALBASE}/include" \ -DPRODUCTSET:STRING="DESKTOP" # Requested by upstream, to not include unfinished modules -CMAKE_ARGS+= -DRELEASE_BUILD:BOOL=TRUE +CMAKE_ON= RELEASE_BUILD # Performance increase according to README.PACKAGERS CMAKE_ARGS+= -DCMAKE_CXX_FLAGS="-DKDE_NO_DEBUG_OUTPUT" -# Disable KDE Pim support -CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_KF5Akonadi:BOOL=FALSE \ - -DCMAKE_DISABLE_FIND_PACKAGE_KF5AkonadiContact:BOOL=FALSE - -PLIST_SUB+= SHLIB_VER=15.0.0 +PLIST_SUB+= SHLIB_VER=16.0.0 .include <bsd.port.mk> diff --git a/editors/calligra/distinfo b/editors/calligra/distinfo index 2e4672ca69b..7395e3bcc14 100644 --- a/editors/calligra/distinfo +++ b/editors/calligra/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1491294880 -SHA256 (KDE/calligra/calligra-3.0.1.tar.xz) = 452bddc4e03cfbf48de508b991dc94209d386d86bf010ea9d10afed0f5694db2 -SIZE (KDE/calligra/calligra-3.0.1.tar.xz) = 60764344 +TIMESTAMP = 1519549095 +SHA256 (KDE/calligra/calligra-3.1.0.tar.xz) = 6818cd6e64136321be217eb57cc7d6ac7c7035191fdb1ee336ebe60bc114e870 +SIZE (KDE/calligra/calligra-3.1.0.tar.xz) = 58037392 diff --git a/editors/calligra/files/patch-filters_karbon_pdf_CMakeLists.txt b/editors/calligra/files/patch-filters_karbon_pdf_CMakeLists.txt deleted file mode 100644 index 58b1150d84a..00000000000 --- a/editors/calligra/files/patch-filters_karbon_pdf_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- filters/karbon/pdf/CMakeLists.txt.orig 2017-04-19 08:08:55 UTC -+++ filters/karbon/pdf/CMakeLists.txt -@@ -10,7 +10,7 @@ kde4_add_plugin(calligra_filter_pdf2svg - - target_link_libraries(calligra_filter_pdf2svg komain ${POPPLER_LIBRARY} ${POPPLER_CORE_LIBRARY}) - if(JPEG_FOUND) -- target_link_libraries(calligra_filter_pdf2svg jpeg) -+ target_link_libraries(calligra_filter_pdf2svg ${JPEG_LIBRARY}) - endif() - if(OPENJPEG_FOUND) - target_link_libraries(calligra_filter_pdf2svg ${OPENJPEG_LIBRARIES}) diff --git a/editors/calligra/files/patch-plan_plugins_schedulers_tj_PlanTJScheduler.h b/editors/calligra/files/patch-plan_plugins_schedulers_tj_PlanTJScheduler.h deleted file mode 100644 index 3664792a946..00000000000 --- a/editors/calligra/files/patch-plan_plugins_schedulers_tj_PlanTJScheduler.h +++ /dev/null @@ -1,13 +0,0 @@ -Include necessary header <time.h> - ---- plan/plugins/schedulers/tj/PlanTJScheduler.h.orig 2017-01-04 17:01:13 UTC -+++ plan/plugins/schedulers/tj/PlanTJScheduler.h -@@ -32,6 +32,8 @@ - #include <QMap> - #include <QList> - -+#include <time.h> -+ - class QDateTime; - - namespace TJ diff --git a/editors/calligra/pkg-plist b/editors/calligra/pkg-plist index d600e20c97f..549ab4dc7a0 100644 --- a/editors/calligra/pkg-plist +++ b/editors/calligra/pkg-plist @@ -1,117 +1,102 @@ bin/calligra bin/calligraconverter -bin/calligraplan -bin/calligraplanwork bin/calligrasheets bin/calligrawords bin/karbon etc/xdg/calligra_stencils.knsrc -etc/xdg/calligraplanrc -etc/xdg/calligraplanworkrc etc/xdg/calligrasheetsrc etc/xdg/calligrastagerc etc/xdg/calligrawordsrc etc/xdg/karbonrc lib/libRtfReader.so -lib/libRtfReader.so.15 +lib/libRtfReader.so.16 lib/libRtfReader.so.%%SHLIB_VER%% lib/libbasicflakes.so -lib/libbasicflakes.so.15 +lib/libbasicflakes.so.16 lib/libbasicflakes.so.%%SHLIB_VER%% lib/libcalligrasheetscommon.so -lib/libcalligrasheetscommon.so.15 +lib/libcalligrasheetscommon.so.16 lib/libcalligrasheetscommon.so.%%SHLIB_VER%% lib/libcalligrasheetsodf.so -lib/libcalligrasheetsodf.so.15 +lib/libcalligrasheetsodf.so.16 lib/libcalligrasheetsodf.so.%%SHLIB_VER%% lib/libcalligrastageprivate.so -lib/libcalligrastageprivate.so.15 +lib/libcalligrastageprivate.so.16 lib/libcalligrastageprivate.so.%%SHLIB_VER%% lib/libflake.so -lib/libflake.so.15 +lib/libflake.so.16 lib/libflake.so.%%SHLIB_VER%% lib/libkarboncommon.so -lib/libkarboncommon.so.15 +lib/libkarboncommon.so.16 lib/libkarboncommon.so.%%SHLIB_VER%% lib/libkarbonui.so -lib/libkarbonui.so.15 +lib/libkarbonui.so.16 lib/libkarbonui.so.%%SHLIB_VER%% -lib/libkdeinit5_calligraplan.so -lib/libkdeinit5_calligraplanwork.so lib/libkdeinit5_calligrasheets.so lib/libkdeinit5_calligrawords.so lib/libkdeinit5_karbon.so lib/libkoformula.so -lib/libkoformula.so.15 +lib/libkoformula.so.16 lib/libkoformula.so.%%SHLIB_VER%% lib/libkomain.so -lib/libkomain.so.15 +lib/libkomain.so.16 lib/libkomain.so.%%SHLIB_VER%% lib/libkomsooxml.so -lib/libkomsooxml.so.15 +lib/libkomsooxml.so.16 lib/libkomsooxml.so.%%SHLIB_VER%% lib/libkoodf.so -lib/libkoodf.so.15 +lib/libkoodf.so.16 lib/libkoodf.so.%%SHLIB_VER%% lib/libkoodf2.so -lib/libkoodf2.so.15 +lib/libkoodf2.so.16 lib/libkoodf2.so.%%SHLIB_VER%% lib/libkoodfreader.so -lib/libkoodfreader.so.15 +lib/libkoodfreader.so.16 lib/libkoodfreader.so.%%SHLIB_VER%% +lib/libkookularGenerator_odp.so +lib/libkookularGenerator_odp.so.16 +lib/libkookularGenerator_odp.so.%%SHLIB_VER%% +lib/libkookularGenerator_odt.so +lib/libkookularGenerator_odt.so.16 +lib/libkookularGenerator_odt.so.%%SHLIB_VER%% lib/libkopageapp.so -lib/libkopageapp.so.15 +lib/libkopageapp.so.16 lib/libkopageapp.so.%%SHLIB_VER%% lib/libkoplugin.so -lib/libkoplugin.so.15 +lib/libkoplugin.so.16 lib/libkoplugin.so.%%SHLIB_VER%% lib/libkostore.so -lib/libkostore.so.15 +lib/libkostore.so.16 lib/libkostore.so.%%SHLIB_VER%% lib/libkotext.so -lib/libkotext.so.15 +lib/libkotext.so.16 lib/libkotext.so.%%SHLIB_VER%% lib/libkotextlayout.so -lib/libkotextlayout.so.15 +lib/libkotextlayout.so.16 lib/libkotextlayout.so.%%SHLIB_VER%% lib/libkovectorimage.so -lib/libkovectorimage.so.15 +lib/libkovectorimage.so.16 lib/libkovectorimage.so.%%SHLIB_VER%% lib/libkoversion.so -lib/libkoversion.so.15 +lib/libkoversion.so.16 lib/libkoversion.so.%%SHLIB_VER%% lib/libkowidgets.so -lib/libkowidgets.so.15 +lib/libkowidgets.so.16 lib/libkowidgets.so.%%SHLIB_VER%% lib/libkowidgetutils.so -lib/libkowidgetutils.so.15 +lib/libkowidgetutils.so.16 lib/libkowidgetutils.so.%%SHLIB_VER%% lib/libkowv2.so lib/libkowv2.so.9 lib/libkowv2.so.9.0.0 -lib/libkplatokernel.so -lib/libkplatokernel.so.15 -lib/libkplatokernel.so.%%SHLIB_VER%% -lib/libkplatomodels.so -lib/libkplatomodels.so.15 -lib/libkplatomodels.so.%%SHLIB_VER%% -lib/libkplatoui.so -lib/libkplatoui.so.15 -lib/libkplatoui.so.%%SHLIB_VER%% lib/libkundo2.so -lib/libkundo2.so.15 +lib/libkundo2.so.16 lib/libkundo2.so.%%SHLIB_VER%% lib/libpigmentcms.so -lib/libpigmentcms.so.15 +lib/libpigmentcms.so.16 lib/libpigmentcms.so.%%SHLIB_VER%% -lib/libplanprivate.so -lib/libplanprivate.so.15 -lib/libplanprivate.so.%%SHLIB_VER%% -lib/libplanworkfactory.so -lib/libplanworkfactory.so.15 -lib/libplanworkfactory.so.%%SHLIB_VER%% lib/libwordsprivate.so -lib/libwordsprivate.so.15 +lib/libwordsprivate.so.16 lib/libwordsprivate.so.%%SHLIB_VER%% %%QT_PLUGINDIR%%/calligra/deferred/calligra_shape_spreadsheet-deferred.so %%QT_PLUGINDIR%%/calligra/dockers/calligra_docker_defaults.so @@ -158,9 +143,7 @@ lib/libwordsprivate.so.%%SHLIB_VER%% %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_xfig2odg.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_xls2ods.so %%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_xlsx2ods.so -%%QT_PLUGINDIR%%/calligra/formatfilters/plankplatoimport.so %%QT_PLUGINDIR%%/calligra/pageapptools/kopabackgroundtool.so -%%QT_PLUGINDIR%%/calligra/parts/calligraplanpart.so %%QT_PLUGINDIR%%/calligra/parts/calligrasheetspart.so %%QT_PLUGINDIR%%/calligra/parts/calligrastagepart.so %%QT_PLUGINDIR%%/calligra/parts/calligrawordspart.so @@ -189,8 +172,6 @@ lib/libwordsprivate.so.%%SHLIB_VER%% %%QT_PLUGINDIR%%/calligra/tools/karbon_tools.so %%QT_PLUGINDIR%%/calligradocinfopropspage.so %%QT_PLUGINDIR%%/calligraimagethumbnail.so -%%QT_PLUGINDIR%%/calligraplan/schedulers/libplantjscheduler.so -%%QT_PLUGINDIR%%/calligraplanworkpart.so %%QT_PLUGINDIR%%/calligrasheets/extensions/sheetssolver.so %%QT_PLUGINDIR%%/calligrasheets/functions/kspreadbitopsmodule.so %%QT_PLUGINDIR%%/calligrasheets/functions/kspreadconversionmodule.so @@ -221,10 +202,22 @@ lib/libwordsprivate.so.%%SHLIB_VER%% %%QT_PLUGINDIR%%/karbon/extensions/karbon_refinepath.so %%QT_PLUGINDIR%%/karbon/extensions/karbon_roundcorners.so %%QT_PLUGINDIR%%/karbon/extensions/karbon_whirlpinch.so -%%QT_PLUGINDIR%%/kreport/planreport_textplugin.so -share/applications/calligra_filter_odt2docx.desktop -share/applications/org.kde.calligraplan.desktop -share/applications/org.kde.calligraplanwork.desktop +%%QT_PLUGINDIR%%/okular/generators/okularGenerator_doc_calligra.so +%%QT_PLUGINDIR%%/okular/generators/okularGenerator_docx_calligra.so +%%QT_PLUGINDIR%%/okular/generators/okularGenerator_odp_calligra.so +%%QT_PLUGINDIR%%/okular/generators/okularGenerator_odt_calligra.so +%%QT_PLUGINDIR%%/okular/generators/okularGenerator_powerpoint_calligra.so +%%QT_PLUGINDIR%%/okular/generators/okularGenerator_pptx_calligra.so +%%QT_PLUGINDIR%%/okular/generators/okularGenerator_rtf_calligra.so +%%QT_PLUGINDIR%%/okular/generators/okularGenerator_wpd_calligra.so +share/applications/okularApplication_doc_calligra.desktop +share/applications/okularApplication_docx_calligra.desktop +share/applications/okularApplication_odp_calligra.desktop +share/applications/okularApplication_odt_calligra.desktop +share/applications/okularApplication_powerpoint_calligra.desktop +share/applications/okularApplication_pptx_calligra.desktop +share/applications/okularApplication_rtf_calligra.desktop +share/applications/okularApplication_wpd_calligra.desktop share/applications/org.kde.calligrasheets.desktop share/applications/org.kde.calligrawords.desktop share/applications/org.kde.calligrawords_ascii.desktop @@ -4272,423 +4265,360 @@ share/applications/org.kde.karbon.desktop %%DATADIR%%/styles/markers.xml %%DATADIR%%/thesaurus/thesaurus.txt %%DATADIR%%_shape_music/fonts/Emmentaler-14.ttf -%%DATADIR%%plan/about/intro.html -%%DATADIR%%plan/about/main.html -%%DATADIR%%plan/about/plan.css -%%DATADIR%%plan/about/tips.html -%%DATADIR%%plan/about/top-left-plan.png -%%DATADIR%%plan/about/tutorial.html -%%DATADIR%%plan/icons/hicolor/22x22/actions/view-task-child-add.png -%%DATADIR%%plan/icons/hicolor/22x22/actions/view-time-schedule-insert.png -%%DATADIR%%plan/icons/hicolor/48x48/actions/template_timechart.png -%%DATADIR%%plan/icons/hicolor/scalable/actions/template_timechart.svgz -%%DATADIR%%plan/templates/Simple/.directory -%%DATADIR%%plan/templates/Simple/.source/8HourDay-40HourWeek.plant -%%DATADIR%%plan/templates/Simple/.source/Plain.plant -%%DATADIR%%plan/templates/Simple/8HourDay-40HourWeek.desktop -%%DATADIR%%plan/templates/Simple/Plain.desktop -%%DATADIR%%planwork/icons/hicolor/128x128/actions/template_empty.png -%%DATADIR%%planwork/icons/hicolor/16x16/actions/template_empty.png -%%DATADIR%%planwork/icons/hicolor/22x22/actions/template_empty.png -%%DATADIR%%planwork/icons/hicolor/32x32/actions/template_empty.png -%%DATADIR%%planwork/icons/hicolor/48x48/actions/template_empty.png -%%DATADIR%%planwork/icons/hicolor/64x64/actions/template_empty.png -%%DATADIR%%planwork/templates/Simple/.directory -%%DATADIR%%planwork/templates/Simple/.source/Empty.planworkt -%%DATADIR%%planwork/templates/Simple/Empty.desktop -%%DATADIR%%sheets/CellToolOptionWidgets.xml -%%DATADIR%%sheets/dtd/kspread.dtd -%%DATADIR%%sheets/functions/bitops.xml -%%DATADIR%%sheets/functions/conversion.xml -%%DATADIR%%sheets/functions/database.xml -%%DATADIR%%sheets/functions/datetime.xml -%%DATADIR%%sheets/functions/engineering.xml -%%DATADIR%%sheets/functions/financial.xml -%%DATADIR%%sheets/functions/information.xml -%%DATADIR%%sheets/functions/logic.xml -%%DATADIR%%sheets/functions/math.xml -%%DATADIR%%sheets/functions/reference.xml -%%DATADIR%%sheets/functions/statistical.xml -%%DATADIR%%sheets/functions/text.xml -%%DATADIR%%sheets/functions/trig.xml -%%DATADIR%%sheets/icons/hicolor/16x16/actions/adjustcol.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/adjustrow.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/black_sum.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/cell_edit.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/cell_layout.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/delete-comment.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/delete_table.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/deletecell.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/dissociatecell.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/edit-comment.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-align-vertical-bottom.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-align-vertical-center.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-align-vertical-top.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-all.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-bottom.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-diagonal-bl-tr.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-diagonal-tl-br.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-external.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-internal-horizontal.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-internal-vertical.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-internal.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-left.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-none.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-right.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-border-set-top.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-currency.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-number-percent.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-precision-less.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-precision-more.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-text-capitalize.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/format-text-direction-vertical.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/hide_table_column.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/hide_table_row.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/insert-math-expression.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/insertcell.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/insertcellcopy.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/mergecell-horizontal.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/mergecell-vertical.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/mergecell.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/multirow.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/removecell.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/resizecol.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/resizerow.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/selection.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/series.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/show_table_column.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/show_table_row.png -%%DATADIR%%sheets/icons/hicolor/16x16/actions/special_paste.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/black_sum.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-align-vertical-bottom.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-align-vertical-center.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-align-vertical-top.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-all.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-bottom.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-diagonal-bl-tr.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-diagonal-tl-br.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-external.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-internal-horizontal.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-internal-vertical.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-internal.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-left.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-none.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-right.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-border-set-top.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-currency.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-number-percent.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-precision-less.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/format-precision-more.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/insert-math-expression.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/mergecell-horizontal.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/mergecell-vertical.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/mergecell.png -%%DATADIR%%sheets/icons/hicolor/22x22/actions/multirow.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-all.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-bottom.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-diagonal-bl-tr.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-diagonal-tl-br.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-external.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-internal-horizontal.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-internal-vertical.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-internal.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-left.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-none.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-right.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-border-set-top.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-number-percent.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-precision-less.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/format-precision-more.png -%%DATADIR%%sheets/icons/hicolor/32x32/actions/insert-math-expression.png -%%DATADIR%%sheets/icons/hicolor/48x48/actions/template_balancesheet.png -%%DATADIR%%sheets/icons/hicolor/48x48/actions/template_bmi.png -%%DATADIR%%sheets/icons/hicolor/48x48/actions/template_creditcardtracker.png -%%DATADIR%%sheets/icons/hicolor/48x48/actions/template_expensereport.png -%%DATADIR%%sheets/icons/hicolor/48x48/actions/template_invoice.png -%%DATADIR%%sheets/icons/hicolor/48x48/actions/template_menuplan.png -%%DATADIR%%sheets/icons/hicolor/48x48/actions/template_packingslip.png -%%DATADIR%%sheets/icons/hicolor/48x48/actions/template_pricequotation.png -%%DATADIR%%sheets/icons/hicolor/48x48/actions/template_studentidcard.png -%%DATADIR%%sheets/icons/hicolor/48x48/actions/template_vacationchecklist.png -%%DATADIR%%sheets/icons/hicolor/48x48/actions/template_worksheet.png -%%DATADIR%%sheets/icons/hicolor/scalable/actions/template_balancesheet.svgz -%%DATADIR%%sheets/icons/hicolor/scalable/actions/template_bmi.svgz -%%DATADIR%%sheets/icons/hicolor/scalable/actions/template_creditcardtracker.svgz -%%DATADIR%%sheets/icons/hicolor/scalable/actions/template_expensereport.svgz -%%DATADIR%%sheets/icons/hicolor/scalable/actions/template_invoice.svgz -%%DATADIR%%sheets/icons/hicolor/scalable/actions/template_menuplan.svgz -%%DATADIR%%sheets/icons/hicolor/scalable/actions/template_packingslip.svgz -%%DATADIR%%sheets/icons/hicolor/scalable/actions/template_pricequotation.svgz -%%DATADIR%%sheets/icons/hicolor/scalable/actions/template_studentidcard.svgz -%%DATADIR%%sheets/icons/hicolor/scalable/actions/template_vacationchecklist.svgz -%%DATADIR%%sheets/icons/hicolor/scalable/actions/template_worksheet.svgz -%%DATADIR%%sheets/sheetstyles/standard1.ksts -%%DATADIR%%sheets/sheetstyles/standard1.png -%%DATADIR%%sheets/sheetstyles/standard1.xml -%%DATADIR%%sheets/sheetstyles/standard2.ksts -%%DATADIR%%sheets/sheetstyles/standard2.png -%%DATADIR%%sheets/sheetstyles/standard2.xml -%%DATADIR%%sheets/templates/Business/.directory -%%DATADIR%%sheets/templates/Business/.source/BalanceSheet.kst -%%DATADIR%%sheets/templates/Business/.source/ExpenseReport.kst -%%DATADIR%%sheets/templates/Business/.source/Invoice.kst -%%DATADIR%%sheets/templates/Business/.source/PackingSlip.kst -%%DATADIR%%sheets/templates/Business/.source/PriceQuotation.kst -%%DATADIR%%sheets/templates/Business/BalanceSheet.desktop -%%DATADIR%%sheets/templates/Business/ExpenseReport.desktop -%%DATADIR%%sheets/templates/Business/Invoice.desktop -%%DATADIR%%sheets/templates/Business/PackingSlip.desktop -%%DATADIR%%sheets/templates/Business/PriceQuotation.desktop -%%DATADIR%%sheets/templates/General/.directory -%%DATADIR%%sheets/templates/General/.source/StudentIDCard.kst -%%DATADIR%%sheets/templates/General/.source/Worksheet.kst -%%DATADIR%%sheets/templates/General/StudentIDCard.desktop -%%DATADIR%%sheets/templates/General/Worksheet.desktop -%%DATADIR%%sheets/templates/HomeFamily/.directory -%%DATADIR%%sheets/templates/HomeFamily/.source/BMI.kst -%%DATADIR%%sheets/templates/HomeFamily/.source/CreditCardTracker.kst -%%DATADIR%%sheets/templates/HomeFamily/.source/MenuPlan.kst -%%DATADIR%%sheets/templates/HomeFamily/.source/VacationChecklist.kst -%%DATADIR%%sheets/templates/HomeFamily/BMI.desktop -%%DATADIR%%sheets/templates/HomeFamily/CreditCardTracker.desktop -%%DATADIR%%sheets/templates/HomeFamily/MenuPlan.desktop -%%DATADIR%%sheets/templates/HomeFamily/VacationChecklist.desktop -%%DATADIR%%sheets/viewplugins/solver.rc -%%DATADIR%%stage/animations/animations.xml -%%DATADIR%%stage/cursors/pen.png -%%DATADIR%%stage/icons/hicolor/16x16/actions/highlight-pointer-spot.png -%%DATADIR%%stage/icons/hicolor/16x16/actions/pause-to-black-screen.png -%%DATADIR%%stage/icons/hicolor/32x32/actions/after_previous.png -%%DATADIR%%stage/icons/hicolor/32x32/actions/edit_animation.png -%%DATADIR%%stage/icons/hicolor/32x32/actions/onclick.png -%%DATADIR%%stage/icons/hicolor/32x32/actions/unrecognized_animation.png -%%DATADIR%%stage/icons/hicolor/32x32/actions/with_previous.png -%%DATADIR%%stage/icons/hicolor/48x48/actions/template_emptylandscape.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/appear_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/blue_orange_vector.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/bounce_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/burning_desire.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/business.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/collapse_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/crawl_out_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/curious_penguin.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/custom_animations.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/disappear_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/emphasis_animations.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/entrance_animations.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/exit_animations.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/falling_in_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/flash_once_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/flood_light.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/fly_in_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/fly_in_slow_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/fly_out_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/horizontal_animations.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/in_animations.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/kde_events.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/motion_path_animations.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/movie_credits_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/out_animations.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/rounded_square.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/simple_waves.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/skyline_monotone.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/skyline_monotone_wide.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/skyline_morning.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/skyline_morning_wide.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/skyline_night.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/skyline_night_wide.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/spiral_in_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/spiral_out_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/strange_far_hills.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/stretchy_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/swish_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/swivel_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/thread_animation.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/vertical_animations.png -%%DATADIR%%stage/icons/hicolor/64x64/actions/zoom_animation.png -%%DATADIR%%stage/icons/hicolor/scalable/actions/cohere-blue.svgz -%%DATADIR%%stage/icons/hicolor/scalable/actions/cohere-gold.svgz -%%DATADIR%%stage/icons/hicolor/scalable/actions/cohere-magenta.svgz -%%DATADIR%%stage/icons/hicolor/scalable/actions/cohere-red.svgz -%%DATADIR%%stage/icons/hicolor/scalable/actions/template_emptylandscape.svgz -%%DATADIR%%stage/pics/layout-elements.svg -%%DATADIR%%stage/styles/defaultstyles.xml -%%DATADIR%%stage/templates/Screen/.directory -%%DATADIR%%stage/templates/Screen/.source/emptyLandscape.otp -%%DATADIR%%stage/templates/Screen/.source/emptyLandscapeWide.otp -%%DATADIR%%stage/templates/Screen/emptyLandscape.desktop -%%DATADIR%%stage/templates/Screen/emptyLandscapeWide.desktop -%%DATADIR%%stage/templates/exportHTML/slides.html -%%DATADIR%%stage/templates/exportHTML/templates/stage.zip -%%DATADIR%%stage/templates/exportHTML/toc.html -%%DATADIR%%stage/templates/odf/.directory -%%DATADIR%%stage/templates/odf/.source/blue_orange_vector.otp -%%DATADIR%%stage/templates/odf/.source/burning_desire.otp -%%DATADIR%%stage/templates/odf/.source/business.otp -%%DATADIR%%stage/templates/odf/.source/cohere-blue.otp -%%DATADIR%%stage/templates/odf/.source/cohere-gold.otp -%%DATADIR%%stage/templates/odf/.source/cohere-magenta.otp -%%DATADIR%%stage/templates/odf/.source/cohere-red.otp -%%DATADIR%%stage/templates/odf/.source/curious_penguin.otp -%%DATADIR%%stage/templates/odf/.source/flood_light.otp -%%DATADIR%%stage/templates/odf/.source/kde_events.otp -%%DATADIR%%stage/templates/odf/.source/rounded_square.otp -%%DATADIR%%stage/templates/odf/.source/simple_waves.otp -%%DATADIR%%stage/templates/odf/.source/skyline_monotone.otp -%%DATADIR%%stage/templates/odf/.source/skyline_monotone_wide.otp -%%DATADIR%%stage/templates/odf/.source/skyline_morning.otp -%%DATADIR%%stage/templates/odf/.source/skyline_morning_wide.otp -%%DATADIR%%stage/templates/odf/.source/skyline_night.otp -%%DATADIR%%stage/templates/odf/.source/skyline_night_wide.otp -%%DATADIR%%stage/templates/odf/.source/strange_far_hills.otp -%%DATADIR%%stage/templates/odf/.thumbnail/blue_orange_vector.png -%%DATADIR%%stage/templates/odf/.thumbnail/burning_desire.png -%%DATADIR%%stage/templates/odf/.thumbnail/business.png -%%DATADIR%%stage/templates/odf/.thumbnail/cohere-blue.png -%%DATADIR%%stage/templates/odf/.thumbnail/cohere-gold.png -%%DATADIR%%stage/templates/odf/.thumbnail/cohere-magenta.png -%%DATADIR%%stage/templates/odf/.thumbnail/cohere-red.png -%%DATADIR%%stage/templates/odf/.thumbnail/curious_penguin.png -%%DATADIR%%stage/templates/odf/.thumbnail/flood_light.png -%%DATADIR%%stage/templates/odf/.thumbnail/kde_events.png -%%DATADIR%%stage/templates/odf/.thumbnail/rounded_square.png -%%DATADIR%%stage/templates/odf/.thumbnail/simple_waves.png -%%DATADIR%%stage/templates/odf/.thumbnail/skyline_monotone.png -%%DATADIR%%stage/templates/odf/.thumbnail/skyline_monotone_wide.png -%%DATADIR%%stage/templates/odf/.thumbnail/skyline_morning.png -%%DATADIR%%stage/templates/odf/.thumbnail/skyline_morning_wide.png -%%DATADIR%%stage/templates/odf/.thumbnail/skyline_night.png -%%DATADIR%%stage/templates/odf/.thumbnail/skyline_night_wide.png -%%DATADIR%%stage/templates/odf/.thumbnail/strange_far_hills.png -%%DATADIR%%stage/templates/odf/blue_orange_vector.desktop -%%DATADIR%%stage/templates/odf/burning_desire.desktop -%%DATADIR%%stage/templates/odf/business.desktop -%%DATADIR%%stage/templates/odf/cohere-blue.desktop -%%DATADIR%%stage/templates/odf/cohere-gold.desktop -%%DATADIR%%stage/templates/odf/cohere-magenta.desktop -%%DATADIR%%stage/templates/odf/cohere-red.desktop -%%DATADIR%%stage/templates/odf/curious_penguin.desktop -%%DATADIR%%stage/templates/odf/flood_light.desktop -%%DATADIR%%stage/templates/odf/kde_events.desktop -%%DATADIR%%stage/templates/odf/rounded_square.desktop -%%DATADIR%%stage/templates/odf/simple_waves.desktop -%%DATADIR%%stage/templates/odf/skyline_monotone.desktop -%%DATADIR%%stage/templates/odf/skyline_monotone_wide.desktop -%%DATADIR%%stage/templates/odf/skyline_morning.desktop -%%DATADIR%%stage/templates/odf/skyline_morning_wide.desktop -%%DATADIR%%stage/templates/odf/skyline_night.desktop -%%DATADIR%%stage/templates/odf/skyline_night_wide.desktop -%%DATADIR%%stage/templates/odf/strange_far_hills.desktop -%%DATADIR%%words/icons/hicolor/128x128/actions/template_colorful.png -%%DATADIR%%words/icons/hicolor/22x22/actions/tool_pagelayout.png -%%DATADIR%%words/icons/hicolor/48x48/actions/template_a4.png -%%DATADIR%%words/icons/hicolor/48x48/actions/template_colorful.png -%%DATADIR%%words/icons/hicolor/48x48/actions/template_fax.png -%%DATADIR%%words/icons/hicolor/48x48/actions/template_letter.png -%%DATADIR%%words/icons/hicolor/48x48/actions/template_plaintext.png -%%DATADIR%%words/icons/hicolor/scalable/actions/template_a4.svgz -%%DATADIR%%words/icons/hicolor/scalable/actions/template_fax.svgz -%%DATADIR%%words/icons/hicolor/scalable/actions/template_letter.svgz -%%DATADIR%%words/styles/defaultstyles.xml -%%DATADIR%%words/templates/Normal/.directory -%%DATADIR%%words/templates/Normal/.source/A4.odt -%%DATADIR%%words/templates/Normal/.source/ColorfulA4.odt -%%DATADIR%%words/templates/Normal/.source/ColorfulLetter.odt -%%DATADIR%%words/templates/Normal/.source/FaxA4.odt -%%DATADIR%%words/templates/Normal/.source/FaxLetter.odt -%%DATADIR%%words/templates/Normal/.source/ProfessionalA4.odt -%%DATADIR%%words/templates/Normal/.source/ProfessionalLetter.odt -%%DATADIR%%words/templates/Normal/.thumbnail/a4.png -%%DATADIR%%words/templates/Normal/.thumbnail/colorful.png -%%DATADIR%%words/templates/Normal/.thumbnail/fax.png -%%DATADIR%%words/templates/Normal/.thumbnail/professional.png -%%DATADIR%%words/templates/Normal/A4.desktop -%%DATADIR%%words/templates/Normal/ColorfulA4.desktop -%%DATADIR%%words/templates/Normal/ColorfulLetter.desktop -%%DATADIR%%words/templates/Normal/FaxA4.desktop -%%DATADIR%%words/templates/Normal/FaxLetter.desktop -%%DATADIR%%words/templates/Normal/ProfessionalA4.desktop -%%DATADIR%%words/templates/Normal/ProfessionalLetter.desktop -share/config.kcfg/calligraplansettings.kcfg -share/config.kcfg/calligraplanworksettings.kcfg +share/calligrasheets/CellToolOptionWidgets.xml +share/calligrasheets/dtd/kspread.dtd +share/calligrasheets/functions/bitops.xml +share/calligrasheets/functions/conversion.xml +share/calligrasheets/functions/database.xml +share/calligrasheets/functions/datetime.xml +share/calligrasheets/functions/engineering.xml +share/calligrasheets/functions/financial.xml +share/calligrasheets/functions/information.xml +share/calligrasheets/functions/logic.xml +share/calligrasheets/functions/math.xml +share/calligrasheets/functions/reference.xml +share/calligrasheets/functions/statistical.xml +share/calligrasheets/functions/text.xml +share/calligrasheets/functions/trig.xml +share/calligrasheets/icons/hicolor/16x16/actions/adjustcol.png +share/calligrasheets/icons/hicolor/16x16/actions/adjustrow.png +share/calligrasheets/icons/hicolor/16x16/actions/black_sum.png +share/calligrasheets/icons/hicolor/16x16/actions/cell_edit.png +share/calligrasheets/icons/hicolor/16x16/actions/cell_layout.png +share/calligrasheets/icons/hicolor/16x16/actions/delete-comment.png +share/calligrasheets/icons/hicolor/16x16/actions/delete_table.png +share/calligrasheets/icons/hicolor/16x16/actions/deletecell.png +share/calligrasheets/icons/hicolor/16x16/actions/dissociatecell.png +share/calligrasheets/icons/hicolor/16x16/actions/edit-comment.png +share/calligrasheets/icons/hicolor/16x16/actions/format-align-vertical-bottom.png +share/calligrasheets/icons/hicolor/16x16/actions/format-align-vertical-center.png +share/calligrasheets/icons/hicolor/16x16/actions/format-align-vertical-top.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-all.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-bottom.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-diagonal-bl-tr.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-diagonal-tl-br.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-external.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-internal-horizontal.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-internal-vertical.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-internal.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-left.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-none.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-right.png +share/calligrasheets/icons/hicolor/16x16/actions/format-border-set-top.png +share/calligrasheets/icons/hicolor/16x16/actions/format-currency.png +share/calligrasheets/icons/hicolor/16x16/actions/format-number-percent.png +share/calligrasheets/icons/hicolor/16x16/actions/format-precision-less.png +share/calligrasheets/icons/hicolor/16x16/actions/format-precision-more.png +share/calligrasheets/icons/hicolor/16x16/actions/format-text-capitalize.png +share/calligrasheets/icons/hicolor/16x16/actions/format-text-direction-vertical.png +share/calligrasheets/icons/hicolor/16x16/actions/hide_table_column.png +share/calligrasheets/icons/hicolor/16x16/actions/hide_table_row.png +share/calligrasheets/icons/hicolor/16x16/actions/insert-math-expression.png +share/calligrasheets/icons/hicolor/16x16/actions/insertcell.png +share/calligrasheets/icons/hicolor/16x16/actions/insertcellcopy.png +share/calligrasheets/icons/hicolor/16x16/actions/mergecell-horizontal.png +share/calligrasheets/icons/hicolor/16x16/actions/mergecell-vertical.png +share/calligrasheets/icons/hicolor/16x16/actions/mergecell.png +share/calligrasheets/icons/hicolor/16x16/actions/multirow.png +share/calligrasheets/icons/hicolor/16x16/actions/removecell.png +share/calligrasheets/icons/hicolor/16x16/actions/resizecol.png +share/calligrasheets/icons/hicolor/16x16/actions/resizerow.png +share/calligrasheets/icons/hicolor/16x16/actions/selection.png +share/calligrasheets/icons/hicolor/16x16/actions/series.png +share/calligrasheets/icons/hicolor/16x16/actions/show_table_column.png +share/calligrasheets/icons/hicolor/16x16/actions/show_table_row.png +share/calligrasheets/icons/hicolor/16x16/actions/special_paste.png +share/calligrasheets/icons/hicolor/22x22/actions/black_sum.png +share/calligrasheets/icons/hicolor/22x22/actions/format-align-vertical-bottom.png +share/calligrasheets/icons/hicolor/22x22/actions/format-align-vertical-center.png +share/calligrasheets/icons/hicolor/22x22/actions/format-align-vertical-top.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-all.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-bottom.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-diagonal-bl-tr.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-diagonal-tl-br.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-external.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-internal-horizontal.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-internal-vertical.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-internal.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-left.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-none.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-right.png +share/calligrasheets/icons/hicolor/22x22/actions/format-border-set-top.png +share/calligrasheets/icons/hicolor/22x22/actions/format-currency.png +share/calligrasheets/icons/hicolor/22x22/actions/format-number-percent.png +share/calligrasheets/icons/hicolor/22x22/actions/format-precision-less.png +share/calligrasheets/icons/hicolor/22x22/actions/format-precision-more.png +share/calligrasheets/icons/hicolor/22x22/actions/insert-math-expression.png +share/calligrasheets/icons/hicolor/22x22/actions/mergecell-horizontal.png +share/calligrasheets/icons/hicolor/22x22/actions/mergecell-vertical.png +share/calligrasheets/icons/hicolor/22x22/actions/mergecell.png +share/calligrasheets/icons/hicolor/22x22/actions/multirow.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-all.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-bottom.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-diagonal-bl-tr.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-diagonal-tl-br.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-external.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-internal-horizontal.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-internal-vertical.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-internal.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-left.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-none.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-right.png +share/calligrasheets/icons/hicolor/32x32/actions/format-border-set-top.png +share/calligrasheets/icons/hicolor/32x32/actions/format-number-percent.png +share/calligrasheets/icons/hicolor/32x32/actions/format-precision-less.png +share/calligrasheets/icons/hicolor/32x32/actions/format-precision-more.png +share/calligrasheets/icons/hicolor/32x32/actions/insert-math-expression.png +share/calligrasheets/icons/hicolor/48x48/actions/template_balancesheet.png +share/calligrasheets/icons/hicolor/48x48/actions/template_bmi.png +share/calligrasheets/icons/hicolor/48x48/actions/template_creditcardtracker.png +share/calligrasheets/icons/hicolor/48x48/actions/template_expensereport.png +share/calligrasheets/icons/hicolor/48x48/actions/template_invoice.png +share/calligrasheets/icons/hicolor/48x48/actions/template_menuplan.png +share/calligrasheets/icons/hicolor/48x48/actions/template_packingslip.png +share/calligrasheets/icons/hicolor/48x48/actions/template_pricequotation.png +share/calligrasheets/icons/hicolor/48x48/actions/template_studentidcard.png +share/calligrasheets/icons/hicolor/48x48/actions/template_vacationchecklist.png +share/calligrasheets/icons/hicolor/48x48/actions/template_worksheet.png +share/calligrasheets/icons/hicolor/scalable/actions/template_balancesheet.svgz +share/calligrasheets/icons/hicolor/scalable/actions/template_bmi.svgz +share/calligrasheets/icons/hicolor/scalable/actions/template_creditcardtracker.svgz +share/calligrasheets/icons/hicolor/scalable/actions/template_expensereport.svgz +share/calligrasheets/icons/hicolor/scalable/actions/template_invoice.svgz +share/calligrasheets/icons/hicolor/scalable/actions/template_menuplan.svgz +share/calligrasheets/icons/hicolor/scalable/actions/template_packingslip.svgz +share/calligrasheets/icons/hicolor/scalable/actions/template_pricequotation.svgz +share/calligrasheets/icons/hicolor/scalable/actions/template_studentidcard.svgz +share/calligrasheets/icons/hicolor/scalable/actions/template_vacationchecklist.svgz +share/calligrasheets/icons/hicolor/scalable/actions/template_worksheet.svgz +share/calligrasheets/sheetstyles/standard1.ksts +share/calligrasheets/sheetstyles/standard1.png +share/calligrasheets/sheetstyles/standard1.xml +share/calligrasheets/sheetstyles/standard2.ksts +share/calligrasheets/sheetstyles/standard2.png +share/calligrasheets/sheetstyles/standard2.xml +share/calligrasheets/templates/Business/.directory +share/calligrasheets/templates/Business/.source/BalanceSheet.kst +share/calligrasheets/templates/Business/.source/ExpenseReport.kst +share/calligrasheets/templates/Business/.source/Invoice.kst +share/calligrasheets/templates/Business/.source/PackingSlip.kst +share/calligrasheets/templates/Business/.source/PriceQuotation.kst +share/calligrasheets/templates/Business/BalanceSheet.desktop +share/calligrasheets/templates/Business/ExpenseReport.desktop +share/calligrasheets/templates/Business/Invoice.desktop +share/calligrasheets/templates/Business/PackingSlip.desktop +share/calligrasheets/templates/Business/PriceQuotation.desktop +share/calligrasheets/templates/General/.directory +share/calligrasheets/templates/General/.source/StudentIDCard.kst +share/calligrasheets/templates/General/.source/Worksheet.kst +share/calligrasheets/templates/General/StudentIDCard.desktop +share/calligrasheets/templates/General/Worksheet.desktop +share/calligrasheets/templates/HomeFamily/.directory +share/calligrasheets/templates/HomeFamily/.source/BMI.kst +share/calligrasheets/templates/HomeFamily/.source/CreditCardTracker.kst +share/calligrasheets/templates/HomeFamily/.source/MenuPlan.kst +share/calligrasheets/templates/HomeFamily/.source/VacationChecklist.kst +share/calligrasheets/templates/HomeFamily/BMI.desktop +share/calligrasheets/templates/HomeFamily/CreditCardTracker.desktop +share/calligrasheets/templates/HomeFamily/MenuPlan.desktop +share/calligrasheets/templates/HomeFamily/VacationChecklist.desktop +share/calligrasheets/viewplugins/solver.rc +share/calligrastage/animations/animations.xml +share/calligrastage/cursors/pen.png +share/calligrastage/icons/hicolor/16x16/actions/highlight-pointer-spot.png +share/calligrastage/icons/hicolor/16x16/actions/pause-to-black-screen.png +share/calligrastage/icons/hicolor/32x32/actions/after_previous.png +share/calligrastage/icons/hicolor/32x32/actions/edit_animation.png +share/calligrastage/icons/hicolor/32x32/actions/onclick.png +share/calligrastage/icons/hicolor/32x32/actions/unrecognized_animation.png +share/calligrastage/icons/hicolor/32x32/actions/with_previous.png +share/calligrastage/icons/hicolor/48x48/actions/template_emptylandscape.png +share/calligrastage/icons/hicolor/64x64/actions/appear_animation.png +share/calligrastage/icons/hicolor/64x64/actions/blue_orange_vector.png +share/calligrastage/icons/hicolor/64x64/actions/bounce_animation.png +share/calligrastage/icons/hicolor/64x64/actions/burning_desire.png +share/calligrastage/icons/hicolor/64x64/actions/business.png +share/calligrastage/icons/hicolor/64x64/actions/collapse_animation.png +share/calligrastage/icons/hicolor/64x64/actions/crawl_out_animation.png +share/calligrastage/icons/hicolor/64x64/actions/curious_penguin.png +share/calligrastage/icons/hicolor/64x64/actions/custom_animations.png +share/calligrastage/icons/hicolor/64x64/actions/disappear_animation.png +share/calligrastage/icons/hicolor/64x64/actions/emphasis_animations.png +share/calligrastage/icons/hicolor/64x64/actions/entrance_animations.png +share/calligrastage/icons/hicolor/64x64/actions/exit_animations.png +share/calligrastage/icons/hicolor/64x64/actions/falling_in_animation.png +share/calligrastage/icons/hicolor/64x64/actions/flash_once_animation.png +share/calligrastage/icons/hicolor/64x64/actions/flood_light.png +share/calligrastage/icons/hicolor/64x64/actions/fly_in_animation.png +share/calligrastage/icons/hicolor/64x64/actions/fly_in_slow_animation.png +share/calligrastage/icons/hicolor/64x64/actions/fly_out_animation.png +share/calligrastage/icons/hicolor/64x64/actions/horizontal_animations.png +share/calligrastage/icons/hicolor/64x64/actions/in_animations.png +share/calligrastage/icons/hicolor/64x64/actions/kde_events.png +share/calligrastage/icons/hicolor/64x64/actions/motion_path_animations.png +share/calligrastage/icons/hicolor/64x64/actions/movie_credits_animation.png +share/calligrastage/icons/hicolor/64x64/actions/out_animations.png +share/calligrastage/icons/hicolor/64x64/actions/rounded_square.png +share/calligrastage/icons/hicolor/64x64/actions/simple_waves.png +share/calligrastage/icons/hicolor/64x64/actions/skyline_monotone.png +share/calligrastage/icons/hicolor/64x64/actions/skyline_monotone_wide.png +share/calligrastage/icons/hicolor/64x64/actions/skyline_morning.png +share/calligrastage/icons/hicolor/64x64/actions/skyline_morning_wide.png +share/calligrastage/icons/hicolor/64x64/actions/skyline_night.png +share/calligrastage/icons/hicolor/64x64/actions/skyline_night_wide.png +share/calligrastage/icons/hicolor/64x64/actions/spiral_in_animation.png +share/calligrastage/icons/hicolor/64x64/actions/spiral_out_animation.png +share/calligrastage/icons/hicolor/64x64/actions/strange_far_hills.png +share/calligrastage/icons/hicolor/64x64/actions/stretchy_animation.png +share/calligrastage/icons/hicolor/64x64/actions/swish_animation.png +share/calligrastage/icons/hicolor/64x64/actions/swivel_animation.png +share/calligrastage/icons/hicolor/64x64/actions/thread_animation.png +share/calligrastage/icons/hicolor/64x64/actions/vertical_animations.png +share/calligrastage/icons/hicolor/64x64/actions/zoom_animation.png +share/calligrastage/icons/hicolor/scalable/actions/cohere-blue.svgz +share/calligrastage/icons/hicolor/scalable/actions/cohere-gold.svgz +share/calligrastage/icons/hicolor/scalable/actions/cohere-magenta.svgz +share/calligrastage/icons/hicolor/scalable/actions/cohere-red.svgz +share/calligrastage/icons/hicolor/scalable/actions/template_emptylandscape.svgz +share/calligrastage/pics/layout-elements.svg +share/calligrastage/styles/defaultstyles.xml +share/calligrastage/templates/Screen/.directory +share/calligrastage/templates/Screen/.source/emptyLandscape.otp +share/calligrastage/templates/Screen/.source/emptyLandscapeWide.otp +share/calligrastage/templates/Screen/emptyLandscape.desktop +share/calligrastage/templates/Screen/emptyLandscapeWide.desktop +share/calligrastage/templates/exportHTML/slides.html +share/calligrastage/templates/exportHTML/templates/stage.zip +share/calligrastage/templates/exportHTML/toc.html +share/calligrastage/templates/odf/.directory +share/calligrastage/templates/odf/.source/blue_orange_vector.otp +share/calligrastage/templates/odf/.source/burning_desire.otp +share/calligrastage/templates/odf/.source/business.otp +share/calligrastage/templates/odf/.source/cohere-blue.otp +share/calligrastage/templates/odf/.source/cohere-gold.otp +share/calligrastage/templates/odf/.source/cohere-magenta.otp +share/calligrastage/templates/odf/.source/cohere-red.otp +share/calligrastage/templates/odf/.source/curious_penguin.otp +share/calligrastage/templates/odf/.source/flood_light.otp +share/calligrastage/templates/odf/.source/kde_events.otp +share/calligrastage/templates/odf/.source/rounded_square.otp +share/calligrastage/templates/odf/.source/simple_waves.otp +share/calligrastage/templates/odf/.source/skyline_monotone.otp +share/calligrastage/templates/odf/.source/skyline_monotone_wide.otp +share/calligrastage/templates/odf/.source/skyline_morning.otp +share/calligrastage/templates/odf/.source/skyline_morning_wide.otp +share/calligrastage/templates/odf/.source/skyline_night.otp +share/calligrastage/templates/odf/.source/skyline_night_wide.otp +share/calligrastage/templates/odf/.source/strange_far_hills.otp +share/calligrastage/templates/odf/.thumbnail/blue_orange_vector.png +share/calligrastage/templates/odf/.thumbnail/burning_desire.png +share/calligrastage/templates/odf/.thumbnail/business.png +share/calligrastage/templates/odf/.thumbnail/cohere-blue.png +share/calligrastage/templates/odf/.thumbnail/cohere-gold.png +share/calligrastage/templates/odf/.thumbnail/cohere-magenta.png +share/calligrastage/templates/odf/.thumbnail/cohere-red.png +share/calligrastage/templates/odf/.thumbnail/curious_penguin.png +share/calligrastage/templates/odf/.thumbnail/flood_light.png +share/calligrastage/templates/odf/.thumbnail/kde_events.png +share/calligrastage/templates/odf/.thumbnail/rounded_square.png +share/calligrastage/templates/odf/.thumbnail/simple_waves.png +share/calligrastage/templates/odf/.thumbnail/skyline_monotone.png +share/calligrastage/templates/odf/.thumbnail/skyline_monotone_wide.png +share/calligrastage/templates/odf/.thumbnail/skyline_morning.png +share/calligrastage/templates/odf/.thumbnail/skyline_morning_wide.png +share/calligrastage/templates/odf/.thumbnail/skyline_night.png +share/calligrastage/templates/odf/.thumbnail/skyline_night_wide.png +share/calligrastage/templates/odf/.thumbnail/strange_far_hills.png +share/calligrastage/templates/odf/blue_orange_vector.desktop +share/calligrastage/templates/odf/burning_desire.desktop +share/calligrastage/templates/odf/business.desktop +share/calligrastage/templates/odf/cohere-blue.desktop +share/calligrastage/templates/odf/cohere-gold.desktop +share/calligrastage/templates/odf/cohere-magenta.desktop +share/calligrastage/templates/odf/cohere-red.desktop +share/calligrastage/templates/odf/curious_penguin.desktop +share/calligrastage/templates/odf/flood_light.desktop +share/calligrastage/templates/odf/kde_events.desktop +share/calligrastage/templates/odf/rounded_square.desktop +share/calligrastage/templates/odf/simple_waves.desktop +share/calligrastage/templates/odf/skyline_monotone.desktop +share/calligrastage/templates/odf/skyline_monotone_wide.desktop +share/calligrastage/templates/odf/skyline_morning.desktop +share/calligrastage/templates/odf/skyline_morning_wide.desktop +share/calligrastage/templates/odf/skyline_night.desktop +share/calligrastage/templates/odf/skyline_night_wide.desktop +share/calligrastage/templates/odf/strange_far_hills.desktop +share/calligrawords/icons/hicolor/128x128/actions/template_colorful.png +share/calligrawords/icons/hicolor/22x22/actions/tool_pagelayout.png +share/calligrawords/icons/hicolor/48x48/actions/template_a4.png +share/calligrawords/icons/hicolor/48x48/actions/template_colorful.png +share/calligrawords/icons/hicolor/48x48/actions/template_fax.png +share/calligrawords/icons/hicolor/48x48/actions/template_letter.png +share/calligrawords/icons/hicolor/48x48/actions/template_plaintext.png +share/calligrawords/icons/hicolor/scalable/actions/template_a4.svgz +share/calligrawords/icons/hicolor/scalable/actions/template_fax.svgz +share/calligrawords/icons/hicolor/scalable/actions/template_letter.svgz +share/calligrawords/styles/defaultstyles.xml +share/calligrawords/templates/Normal/.directory +share/calligrawords/templates/Normal/.source/A4.odt +share/calligrawords/templates/Normal/.source/ColorfulA4.odt +share/calligrawords/templates/Normal/.source/ColorfulLetter.odt +share/calligrawords/templates/Normal/.source/FaxA4.odt +share/calligrawords/templates/Normal/.source/FaxLetter.odt +share/calligrawords/templates/Normal/.source/ProfessionalA4.odt +share/calligrawords/templates/Normal/.source/ProfessionalLetter.odt +share/calligrawords/templates/Normal/.thumbnail/a4.png +share/calligrawords/templates/Normal/.thumbnail/colorful.png +share/calligrawords/templates/Normal/.thumbnail/fax.png +share/calligrawords/templates/Normal/.thumbnail/professional.png +share/calligrawords/templates/Normal/A4.desktop +share/calligrawords/templates/Normal/ColorfulA4.desktop +share/calligrawords/templates/Normal/ColorfulLetter.desktop +share/calligrawords/templates/Normal/FaxA4.desktop +share/calligrawords/templates/Normal/FaxLetter.desktop +share/calligrawords/templates/Normal/ProfessionalA4.desktop +share/calligrawords/templates/Normal/ProfessionalLetter.desktop share/config.kcfg/calligrasheets.kcfg share/icons/hicolor/1024x1024/apps/calligrakarbon.png -share/icons/hicolor/1024x1024/apps/calligraplan.png share/icons/hicolor/1024x1024/apps/calligrasheets.png share/icons/hicolor/1024x1024/apps/calligrastage.png share/icons/hicolor/1024x1024/apps/calligrawords.png share/icons/hicolor/128x128/apps/calligrakarbon.png -share/icons/hicolor/128x128/apps/calligraplan.png -share/icons/hicolor/128x128/apps/calligraplanwork.png share/icons/hicolor/128x128/apps/calligrasheets.png share/icons/hicolor/128x128/apps/calligrastage.png share/icons/hicolor/128x128/apps/calligrawords.png -share/icons/hicolor/128x128/mimetypes/application-x-vnd.kde.kplato.png -share/icons/hicolor/128x128/mimetypes/application-x-vnd.kde.kplato.work.png -share/icons/hicolor/128x128/mimetypes/application-x-vnd.kde.plan.png -share/icons/hicolor/128x128/mimetypes/application-x-vnd.kde.plan.work.png share/icons/hicolor/16x16/apps/calligrakarbon.png -share/icons/hicolor/16x16/apps/calligraplan.png -share/icons/hicolor/16x16/apps/calligraplanwork.png share/icons/hicolor/16x16/apps/calligrasheets.png share/icons/hicolor/16x16/apps/calligrastage.png share/icons/hicolor/16x16/apps/calligrawords.png -share/icons/hicolor/16x16/mimetypes/application-x-vnd.kde.kplato.work.png -share/icons/hicolor/16x16/mimetypes/application-x-vnd.kde.plan.work.png share/icons/hicolor/22x22/apps/calligrakarbon.png -share/icons/hicolor/22x22/apps/calligraplan.png -share/icons/hicolor/22x22/apps/calligraplanwork.png share/icons/hicolor/22x22/apps/calligrasheets.png share/icons/hicolor/22x22/apps/calligrastage.png share/icons/hicolor/22x22/apps/calligrawords.png -share/icons/hicolor/22x22/mimetypes/application-x-vnd.kde.kplato.work.png -share/icons/hicolor/22x22/mimetypes/application-x-vnd.kde.plan.work.png share/icons/hicolor/256x256/apps/calligrakarbon.png -share/icons/hicolor/256x256/apps/calligraplan.png share/icons/hicolor/256x256/apps/calligrasheets.png share/icons/hicolor/256x256/apps/calligrastage.png share/icons/hicolor/256x256/apps/calligrawords.png share/icons/hicolor/32x32/apps/calligrakarbon.png -share/icons/hicolor/32x32/apps/calligraplan.png -share/icons/hicolor/32x32/apps/calligraplanwork.png share/icons/hicolor/32x32/apps/calligrasheets.png share/icons/hicolor/32x32/apps/calligrastage.png share/icons/hicolor/32x32/apps/calligrawords.png -share/icons/hicolor/32x32/mimetypes/application-x-vnd.kde.kplato.work.png -share/icons/hicolor/32x32/mimetypes/application-x-vnd.kde.plan.work.png share/icons/hicolor/48x48/apps/calligrakarbon.png -share/icons/hicolor/48x48/apps/calligraplan.png -share/icons/hicolor/48x48/apps/calligraplanwork.png share/icons/hicolor/48x48/apps/calligrasheets.png share/icons/hicolor/48x48/apps/calligrastage.png share/icons/hicolor/48x48/apps/calligrawords.png -share/icons/hicolor/48x48/mimetypes/application-x-vnd.kde.kplato.work.png -share/icons/hicolor/48x48/mimetypes/application-x-vnd.kde.plan.work.png share/icons/hicolor/512x512/apps/calligrakarbon.png -share/icons/hicolor/512x512/apps/calligraplan.png share/icons/hicolor/512x512/apps/calligrasheets.png share/icons/hicolor/512x512/apps/calligrastage.png share/icons/hicolor/512x512/apps/calligrawords.png share/icons/hicolor/64x64/apps/calligrakarbon.png -share/icons/hicolor/64x64/apps/calligraplan.png -share/icons/hicolor/64x64/apps/calligraplanwork.png share/icons/hicolor/64x64/apps/calligrasheets.png share/icons/hicolor/64x64/apps/calligrastage.png share/icons/hicolor/64x64/apps/calligrawords.png -share/icons/hicolor/64x64/mimetypes/application-x-vnd.kde.kplato.png -share/icons/hicolor/64x64/mimetypes/application-x-vnd.kde.kplato.work.png -share/icons/hicolor/64x64/mimetypes/application-x-vnd.kde.plan.png -share/icons/hicolor/64x64/mimetypes/application-x-vnd.kde.plan.work.png share/icons/hicolor/scalable/apps/calligrakarbon.svgz -share/icons/hicolor/scalable/apps/calligraplan.svgz -share/icons/hicolor/scalable/apps/calligraplanwork.svgz share/icons/hicolor/scalable/apps/calligrasheets.svgz share/icons/hicolor/scalable/apps/calligrastage.svgz share/icons/hicolor/scalable/apps/calligrawords.svgz -share/icons/hicolor/scalable/mimetypes/application-x-vnd.kde.kplato.svgz -share/icons/hicolor/scalable/mimetypes/application-x-vnd.kde.kplato.work.svgz -share/icons/hicolor/scalable/mimetypes/application-x-vnd.kde.plan.svgz -share/icons/hicolor/scalable/mimetypes/application-x-vnd.kde.plan.work.svgz share/karbon/gradients/allcolors.kgr share/karbon/gradients/simple.kgr share/karbon/icons/hicolor/22x22/actions/effect_flatten.png @@ -4715,6 +4645,14 @@ share/kservices5/karbon_karbon1x_thumbnail.desktop share/kservices5/karbon_wmf_thumbnail.desktop share/kservices5/karbon_wpg_thumbnail.desktop share/kservices5/karbon_xfig_thumbnail.desktop +share/kservices5/okularDoc_calligra.desktop +share/kservices5/okularDocx_calligra.desktop +share/kservices5/okularOdp_calligra.desktop +share/kservices5/okularOdt_calligra.desktop +share/kservices5/okularPowerpoint_calligra.desktop +share/kservices5/okularPptx_calligra.desktop +share/kservices5/okularRtf_calligra.desktop +share/kservices5/okularWpd_calligra.desktop share/kservices5/sheets_excel_thumbnail.desktop share/kservices5/sheets_ods_thumbnail.desktop share/kservices5/sheets_xlsx_thumbnail.desktop @@ -4728,11 +4666,6 @@ share/kservices5/words_msword_thumbnail.desktop share/kservices5/words_odt_thumbnail.desktop share/kservices5/words_rtf_thumbnail.desktop share/kservices5/words_wpd_thumbnail.desktop -share/kxmlgui5/calligraplan/calligraplan.rc -share/kxmlgui5/calligraplan/calligraplan_readonly.rc -share/kxmlgui5/calligraplanwork/calligraplanwork.rc -share/kxmlgui5/calligraplanwork/calligraplanwork_readonly.rc -share/kxmlgui5/calligraplanwork/calligraplanworkui.rc share/kxmlgui5/calligrasheets/calligrasheets.rc share/kxmlgui5/calligrasheets/calligrasheets_readonly.rc share/kxmlgui5/calligrastage/calligrastage.rc @@ -4765,7 +4698,6 @@ share/locale/ar/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/ar/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ar/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/ar/LC_MESSAGES/calligrafilters.mo -share/locale/ar/LC_MESSAGES/calligraplan.mo share/locale/ar/LC_MESSAGES/calligrasheets.mo share/locale/ar/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ar/LC_MESSAGES/calligrasheets_solver.mo @@ -4806,11 +4738,6 @@ 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/calligraplan.mo -share/locale/ast/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/ast/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/ast/LC_MESSAGES/calligraplanlibs.mo -share/locale/ast/LC_MESSAGES/calligraplanwork.mo share/locale/ast/LC_MESSAGES/calligrasheets.mo share/locale/ast/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ast/LC_MESSAGES/calligrasheets_solver.mo @@ -4820,7 +4747,6 @@ 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/krossmoduleplan.mo share/locale/ast/LC_MESSAGES/krossmodulesheets.mo share/locale/ast/LC_MESSAGES/krossmodulewords.mo share/locale/ast/LC_MESSAGES/okularGenerator_odp.mo @@ -4838,8 +4764,6 @@ share/locale/be/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/be/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/be/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/be/LC_MESSAGES/calligrafilters.mo -share/locale/be/LC_MESSAGES/calligraplan.mo -share/locale/be/LC_MESSAGES/calligraplanlibs.mo share/locale/be/LC_MESSAGES/calligrasheets.mo share/locale/be/LC_MESSAGES/calligrasheets_calendar.mo share/locale/be/LC_MESSAGES/calligrasheets_solver.mo @@ -4866,8 +4790,6 @@ share/locale/bg/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/bg/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/bg/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/bg/LC_MESSAGES/calligrafilters.mo -share/locale/bg/LC_MESSAGES/calligraplan.mo -share/locale/bg/LC_MESSAGES/calligraplanlibs.mo share/locale/bg/LC_MESSAGES/calligrasheets.mo share/locale/bg/LC_MESSAGES/calligrasheets_calendar.mo share/locale/bg/LC_MESSAGES/calligrastage.mo @@ -4881,7 +4803,6 @@ share/locale/br/LC_MESSAGES/KarbonTools.mo share/locale/br/LC_MESSAGES/calligra.mo share/locale/br/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/br/LC_MESSAGES/calligrafilters.mo -share/locale/br/LC_MESSAGES/calligraplan.mo share/locale/br/LC_MESSAGES/calligrasheets.mo share/locale/br/LC_MESSAGES/calligrasheets_calendar.mo share/locale/br/LC_MESSAGES/calligrastage.mo @@ -4919,11 +4840,6 @@ share/locale/bs/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/bs/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/bs/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/bs/LC_MESSAGES/calligrafilters.mo -share/locale/bs/LC_MESSAGES/calligraplan.mo -share/locale/bs/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/bs/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/bs/LC_MESSAGES/calligraplanlibs.mo -share/locale/bs/LC_MESSAGES/calligraplanwork.mo share/locale/bs/LC_MESSAGES/calligrasheets.mo share/locale/bs/LC_MESSAGES/calligrasheets_calendar.mo share/locale/bs/LC_MESSAGES/calligrasheets_solver.mo @@ -4933,7 +4849,6 @@ 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 -share/locale/bs/LC_MESSAGES/krossmoduleplan.mo share/locale/bs/LC_MESSAGES/krossmodulesheets.mo share/locale/bs/LC_MESSAGES/krossmodulewords.mo share/locale/bs/LC_MESSAGES/okularGenerator_odp.mo @@ -4968,11 +4883,6 @@ share/locale/ca/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/ca/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ca/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/ca/LC_MESSAGES/calligrafilters.mo -share/locale/ca/LC_MESSAGES/calligraplan.mo -share/locale/ca/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/ca/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/ca/LC_MESSAGES/calligraplanlibs.mo -share/locale/ca/LC_MESSAGES/calligraplanwork.mo share/locale/ca/LC_MESSAGES/calligrasheets.mo share/locale/ca/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ca/LC_MESSAGES/calligrasheets_solver.mo @@ -4982,7 +4892,6 @@ 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 -share/locale/ca/LC_MESSAGES/krossmoduleplan.mo share/locale/ca/LC_MESSAGES/krossmodulesheets.mo share/locale/ca/LC_MESSAGES/krossmodulewords.mo share/locale/ca/LC_MESSAGES/okularGenerator_odp.mo @@ -5017,11 +4926,6 @@ share/locale/ca@valencia/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/ca@valencia/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ca@valencia/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/ca@valencia/LC_MESSAGES/calligrafilters.mo -share/locale/ca@valencia/LC_MESSAGES/calligraplan.mo -share/locale/ca@valencia/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/ca@valencia/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/ca@valencia/LC_MESSAGES/calligraplanlibs.mo -share/locale/ca@valencia/LC_MESSAGES/calligraplanwork.mo share/locale/ca@valencia/LC_MESSAGES/calligrasheets.mo share/locale/ca@valencia/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ca@valencia/LC_MESSAGES/calligrasheets_solver.mo @@ -5031,7 +4935,6 @@ 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 -share/locale/ca@valencia/LC_MESSAGES/krossmoduleplan.mo share/locale/ca@valencia/LC_MESSAGES/krossmodulesheets.mo share/locale/ca@valencia/LC_MESSAGES/krossmodulewords.mo share/locale/ca@valencia/LC_MESSAGES/okularGenerator_odp.mo @@ -5066,11 +4969,6 @@ share/locale/cs/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/cs/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/cs/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/cs/LC_MESSAGES/calligrafilters.mo -share/locale/cs/LC_MESSAGES/calligraplan.mo -share/locale/cs/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/cs/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/cs/LC_MESSAGES/calligraplanlibs.mo -share/locale/cs/LC_MESSAGES/calligraplanwork.mo share/locale/cs/LC_MESSAGES/calligrasheets.mo share/locale/cs/LC_MESSAGES/calligrasheets_calendar.mo share/locale/cs/LC_MESSAGES/calligrasheets_solver.mo @@ -5080,7 +4978,6 @@ 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 -share/locale/cs/LC_MESSAGES/krossmoduleplan.mo share/locale/cs/LC_MESSAGES/krossmodulesheets.mo share/locale/cs/LC_MESSAGES/krossmodulewords.mo share/locale/cs/LC_MESSAGES/okularGenerator_odp.mo @@ -5127,11 +5024,6 @@ share/locale/da/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/da/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/da/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/da/LC_MESSAGES/calligrafilters.mo -share/locale/da/LC_MESSAGES/calligraplan.mo -share/locale/da/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/da/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/da/LC_MESSAGES/calligraplanlibs.mo -share/locale/da/LC_MESSAGES/calligraplanwork.mo share/locale/da/LC_MESSAGES/calligrasheets.mo share/locale/da/LC_MESSAGES/calligrasheets_calendar.mo share/locale/da/LC_MESSAGES/calligrasheets_solver.mo @@ -5141,7 +5033,6 @@ 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 -share/locale/da/LC_MESSAGES/krossmoduleplan.mo share/locale/da/LC_MESSAGES/krossmodulesheets.mo share/locale/da/LC_MESSAGES/krossmodulewords.mo share/locale/da/LC_MESSAGES/okularGenerator_odp.mo @@ -5176,11 +5067,6 @@ share/locale/de/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/de/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/de/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/de/LC_MESSAGES/calligrafilters.mo -share/locale/de/LC_MESSAGES/calligraplan.mo -share/locale/de/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/de/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/de/LC_MESSAGES/calligraplanlibs.mo -share/locale/de/LC_MESSAGES/calligraplanwork.mo share/locale/de/LC_MESSAGES/calligrasheets.mo share/locale/de/LC_MESSAGES/calligrasheets_calendar.mo share/locale/de/LC_MESSAGES/calligrasheets_solver.mo @@ -5190,7 +5076,6 @@ 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 -share/locale/de/LC_MESSAGES/krossmoduleplan.mo share/locale/de/LC_MESSAGES/krossmodulesheets.mo share/locale/de/LC_MESSAGES/krossmodulewords.mo share/locale/de/LC_MESSAGES/okularGenerator_odp.mo @@ -5222,11 +5107,6 @@ share/locale/el/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/el/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/el/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/el/LC_MESSAGES/calligrafilters.mo -share/locale/el/LC_MESSAGES/calligraplan.mo -share/locale/el/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/el/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/el/LC_MESSAGES/calligraplanlibs.mo -share/locale/el/LC_MESSAGES/calligraplanwork.mo share/locale/el/LC_MESSAGES/calligrasheets.mo share/locale/el/LC_MESSAGES/calligrasheets_calendar.mo share/locale/el/LC_MESSAGES/calligrasheets_solver.mo @@ -5236,10 +5116,10 @@ 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 -share/locale/el/LC_MESSAGES/krossmoduleplan.mo share/locale/el/LC_MESSAGES/krossmodulesheets.mo share/locale/el/LC_MESSAGES/krossmodulewords.mo share/locale/el/LC_MESSAGES/okularGenerator_odp.mo +share/locale/el/LC_MESSAGES/okularGenerator_odt.mo share/locale/en_GB/LC_MESSAGES/KarbonFilterEffects.mo share/locale/en_GB/LC_MESSAGES/KarbonTools.mo share/locale/en_GB/LC_MESSAGES/braindump.mo @@ -5270,11 +5150,6 @@ share/locale/en_GB/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/en_GB/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/en_GB/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/en_GB/LC_MESSAGES/calligrafilters.mo -share/locale/en_GB/LC_MESSAGES/calligraplan.mo -share/locale/en_GB/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/en_GB/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/en_GB/LC_MESSAGES/calligraplanlibs.mo -share/locale/en_GB/LC_MESSAGES/calligraplanwork.mo share/locale/en_GB/LC_MESSAGES/calligrasheets.mo share/locale/en_GB/LC_MESSAGES/calligrasheets_calendar.mo share/locale/en_GB/LC_MESSAGES/calligrasheets_solver.mo @@ -5284,7 +5159,6 @@ 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 -share/locale/en_GB/LC_MESSAGES/krossmoduleplan.mo share/locale/en_GB/LC_MESSAGES/krossmodulesheets.mo share/locale/en_GB/LC_MESSAGES/krossmodulewords.mo share/locale/en_GB/LC_MESSAGES/okularGenerator_odp.mo @@ -5311,10 +5185,6 @@ share/locale/eo/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/eo/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/eo/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/eo/LC_MESSAGES/calligrafilters.mo -share/locale/eo/LC_MESSAGES/calligraplan.mo -share/locale/eo/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/eo/LC_MESSAGES/calligraplanlibs.mo -share/locale/eo/LC_MESSAGES/calligraplanwork.mo share/locale/eo/LC_MESSAGES/calligrasheets.mo share/locale/eo/LC_MESSAGES/calligrasheets_calendar.mo share/locale/eo/LC_MESSAGES/calligrasheets_solver.mo @@ -5324,7 +5194,6 @@ 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 -share/locale/eo/LC_MESSAGES/krossmoduleplan.mo share/locale/eo/LC_MESSAGES/krossmodulesheets.mo share/locale/eo/LC_MESSAGES/krossmodulewords.mo share/locale/es/LC_MESSAGES/KarbonFilterEffects.mo @@ -5357,11 +5226,6 @@ share/locale/es/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/es/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/es/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/es/LC_MESSAGES/calligrafilters.mo -share/locale/es/LC_MESSAGES/calligraplan.mo -share/locale/es/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/es/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/es/LC_MESSAGES/calligraplanlibs.mo -share/locale/es/LC_MESSAGES/calligraplanwork.mo share/locale/es/LC_MESSAGES/calligrasheets.mo share/locale/es/LC_MESSAGES/calligrasheets_calendar.mo share/locale/es/LC_MESSAGES/calligrasheets_solver.mo @@ -5371,7 +5235,6 @@ 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 -share/locale/es/LC_MESSAGES/krossmoduleplan.mo share/locale/es/LC_MESSAGES/krossmodulesheets.mo share/locale/es/LC_MESSAGES/krossmodulewords.mo share/locale/es/LC_MESSAGES/okularGenerator_odp.mo @@ -5406,11 +5269,6 @@ share/locale/et/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/et/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/et/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/et/LC_MESSAGES/calligrafilters.mo -share/locale/et/LC_MESSAGES/calligraplan.mo -share/locale/et/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/et/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/et/LC_MESSAGES/calligraplanlibs.mo -share/locale/et/LC_MESSAGES/calligraplanwork.mo share/locale/et/LC_MESSAGES/calligrasheets.mo share/locale/et/LC_MESSAGES/calligrasheets_calendar.mo share/locale/et/LC_MESSAGES/calligrasheets_solver.mo @@ -5420,7 +5278,6 @@ 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 -share/locale/et/LC_MESSAGES/krossmoduleplan.mo share/locale/et/LC_MESSAGES/krossmodulesheets.mo share/locale/et/LC_MESSAGES/krossmodulewords.mo share/locale/et/LC_MESSAGES/okularGenerator_odp.mo @@ -5442,7 +5299,6 @@ share/locale/fa/LC_MESSAGES/KarbonTools.mo share/locale/fa/LC_MESSAGES/calligra.mo share/locale/fa/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/fa/LC_MESSAGES/calligrafilters.mo -share/locale/fa/LC_MESSAGES/calligraplan.mo share/locale/fa/LC_MESSAGES/calligrasheets.mo share/locale/fa/LC_MESSAGES/calligrasheets_calendar.mo share/locale/fa/LC_MESSAGES/calligrastage.mo @@ -5480,11 +5336,6 @@ share/locale/fi/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/fi/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/fi/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/fi/LC_MESSAGES/calligrafilters.mo -share/locale/fi/LC_MESSAGES/calligraplan.mo -share/locale/fi/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/fi/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/fi/LC_MESSAGES/calligraplanlibs.mo -share/locale/fi/LC_MESSAGES/calligraplanwork.mo share/locale/fi/LC_MESSAGES/calligrasheets.mo share/locale/fi/LC_MESSAGES/calligrasheets_calendar.mo share/locale/fi/LC_MESSAGES/calligrasheets_solver.mo @@ -5494,7 +5345,6 @@ 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 -share/locale/fi/LC_MESSAGES/krossmoduleplan.mo share/locale/fi/LC_MESSAGES/krossmodulesheets.mo share/locale/fi/LC_MESSAGES/krossmodulewords.mo share/locale/fi/LC_MESSAGES/okularGenerator_odp.mo @@ -5529,11 +5379,6 @@ share/locale/fr/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/fr/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/fr/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/fr/LC_MESSAGES/calligrafilters.mo -share/locale/fr/LC_MESSAGES/calligraplan.mo -share/locale/fr/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/fr/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/fr/LC_MESSAGES/calligraplanlibs.mo -share/locale/fr/LC_MESSAGES/calligraplanwork.mo share/locale/fr/LC_MESSAGES/calligrasheets.mo share/locale/fr/LC_MESSAGES/calligrasheets_calendar.mo share/locale/fr/LC_MESSAGES/calligrasheets_solver.mo @@ -5543,7 +5388,6 @@ 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 -share/locale/fr/LC_MESSAGES/krossmoduleplan.mo share/locale/fr/LC_MESSAGES/krossmodulesheets.mo share/locale/fr/LC_MESSAGES/krossmodulewords.mo share/locale/fr/LC_MESSAGES/okularGenerator_odp.mo @@ -5562,9 +5406,6 @@ share/locale/fy/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/fy/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/fy/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/fy/LC_MESSAGES/calligrafilters.mo -share/locale/fy/LC_MESSAGES/calligraplan.mo -share/locale/fy/LC_MESSAGES/calligraplanlibs.mo -share/locale/fy/LC_MESSAGES/calligraplanwork.mo share/locale/fy/LC_MESSAGES/calligrasheets.mo share/locale/fy/LC_MESSAGES/calligrasheets_calendar.mo share/locale/fy/LC_MESSAGES/calligrasheets_solver.mo @@ -5601,11 +5442,6 @@ share/locale/ga/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/ga/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ga/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/ga/LC_MESSAGES/calligrafilters.mo -share/locale/ga/LC_MESSAGES/calligraplan.mo -share/locale/ga/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/ga/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/ga/LC_MESSAGES/calligraplanlibs.mo -share/locale/ga/LC_MESSAGES/calligraplanwork.mo share/locale/ga/LC_MESSAGES/calligrasheets.mo share/locale/ga/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ga/LC_MESSAGES/calligrasheets_solver.mo @@ -5615,7 +5451,6 @@ 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 -share/locale/ga/LC_MESSAGES/krossmoduleplan.mo share/locale/ga/LC_MESSAGES/krossmodulesheets.mo share/locale/ga/LC_MESSAGES/krossmodulewords.mo share/locale/ga/LC_MESSAGES/okularGenerator_odp.mo @@ -5649,11 +5484,6 @@ share/locale/gl/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/gl/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/gl/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/gl/LC_MESSAGES/calligrafilters.mo -share/locale/gl/LC_MESSAGES/calligraplan.mo -share/locale/gl/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/gl/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/gl/LC_MESSAGES/calligraplanlibs.mo -share/locale/gl/LC_MESSAGES/calligraplanwork.mo share/locale/gl/LC_MESSAGES/calligrasheets.mo share/locale/gl/LC_MESSAGES/calligrasheets_calendar.mo share/locale/gl/LC_MESSAGES/calligrasheets_solver.mo @@ -5663,7 +5493,6 @@ 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 -share/locale/gl/LC_MESSAGES/krossmoduleplan.mo share/locale/gl/LC_MESSAGES/krossmodulesheets.mo share/locale/gl/LC_MESSAGES/krossmodulewords.mo share/locale/gl/LC_MESSAGES/okularGenerator_odp.mo @@ -5696,9 +5525,6 @@ share/locale/hi/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/hi/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/hi/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/hi/LC_MESSAGES/calligrafilters.mo -share/locale/hi/LC_MESSAGES/calligraplan.mo -share/locale/hi/LC_MESSAGES/calligraplanlibs.mo -share/locale/hi/LC_MESSAGES/calligraplanwork.mo share/locale/hi/LC_MESSAGES/calligrasheets.mo share/locale/hi/LC_MESSAGES/calligrasheets_calendar.mo share/locale/hi/LC_MESSAGES/calligrasheets_solver.mo @@ -5722,9 +5548,6 @@ share/locale/hne/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/hne/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/hne/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/hne/LC_MESSAGES/calligrafilters.mo -share/locale/hne/LC_MESSAGES/calligraplan.mo -share/locale/hne/LC_MESSAGES/calligraplanlibs.mo -share/locale/hne/LC_MESSAGES/calligraplanwork.mo share/locale/hne/LC_MESSAGES/calligrasheets.mo share/locale/hne/LC_MESSAGES/calligrasheets_solver.mo share/locale/hne/LC_MESSAGES/calligrastage.mo @@ -5780,11 +5603,6 @@ share/locale/hu/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/hu/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/hu/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/hu/LC_MESSAGES/calligrafilters.mo -share/locale/hu/LC_MESSAGES/calligraplan.mo -share/locale/hu/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/hu/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/hu/LC_MESSAGES/calligraplanlibs.mo -share/locale/hu/LC_MESSAGES/calligraplanwork.mo share/locale/hu/LC_MESSAGES/calligrasheets.mo share/locale/hu/LC_MESSAGES/calligrasheets_calendar.mo share/locale/hu/LC_MESSAGES/calligrasheets_solver.mo @@ -5794,7 +5612,6 @@ 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 -share/locale/hu/LC_MESSAGES/krossmoduleplan.mo share/locale/hu/LC_MESSAGES/krossmodulesheets.mo share/locale/hu/LC_MESSAGES/krossmodulewords.mo share/locale/hu/LC_MESSAGES/okularGenerator_odp.mo @@ -5828,11 +5645,6 @@ share/locale/ia/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/ia/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ia/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/ia/LC_MESSAGES/calligrafilters.mo -share/locale/ia/LC_MESSAGES/calligraplan.mo -share/locale/ia/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/ia/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/ia/LC_MESSAGES/calligraplanlibs.mo -share/locale/ia/LC_MESSAGES/calligraplanwork.mo share/locale/ia/LC_MESSAGES/calligrasheets.mo share/locale/ia/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ia/LC_MESSAGES/calligrasheets_solver.mo @@ -5842,7 +5654,6 @@ 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 -share/locale/ia/LC_MESSAGES/krossmoduleplan.mo share/locale/ia/LC_MESSAGES/krossmodulesheets.mo share/locale/ia/LC_MESSAGES/krossmodulewords.mo share/locale/ia/LC_MESSAGES/okularGenerator_odp.mo @@ -5885,11 +5696,6 @@ share/locale/it/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/it/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/it/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/it/LC_MESSAGES/calligrafilters.mo -share/locale/it/LC_MESSAGES/calligraplan.mo -share/locale/it/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/it/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/it/LC_MESSAGES/calligraplanlibs.mo -share/locale/it/LC_MESSAGES/calligraplanwork.mo share/locale/it/LC_MESSAGES/calligrasheets.mo share/locale/it/LC_MESSAGES/calligrasheets_calendar.mo share/locale/it/LC_MESSAGES/calligrasheets_solver.mo @@ -5899,7 +5705,6 @@ 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 -share/locale/it/LC_MESSAGES/krossmoduleplan.mo share/locale/it/LC_MESSAGES/krossmodulesheets.mo share/locale/it/LC_MESSAGES/krossmodulewords.mo share/locale/it/LC_MESSAGES/okularGenerator_odp.mo @@ -5934,11 +5739,6 @@ share/locale/ja/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/ja/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ja/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/ja/LC_MESSAGES/calligrafilters.mo -share/locale/ja/LC_MESSAGES/calligraplan.mo -share/locale/ja/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/ja/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/ja/LC_MESSAGES/calligraplanlibs.mo -share/locale/ja/LC_MESSAGES/calligraplanwork.mo share/locale/ja/LC_MESSAGES/calligrasheets.mo share/locale/ja/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ja/LC_MESSAGES/calligrasheets_solver.mo @@ -5948,7 +5748,6 @@ 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 -share/locale/ja/LC_MESSAGES/krossmoduleplan.mo share/locale/ja/LC_MESSAGES/krossmodulesheets.mo share/locale/ja/LC_MESSAGES/krossmodulewords.mo share/locale/ja/LC_MESSAGES/okularGenerator_odp.mo @@ -5983,11 +5782,6 @@ share/locale/kk/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/kk/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/kk/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/kk/LC_MESSAGES/calligrafilters.mo -share/locale/kk/LC_MESSAGES/calligraplan.mo -share/locale/kk/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/kk/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/kk/LC_MESSAGES/calligraplanlibs.mo -share/locale/kk/LC_MESSAGES/calligraplanwork.mo share/locale/kk/LC_MESSAGES/calligrasheets.mo share/locale/kk/LC_MESSAGES/calligrasheets_calendar.mo share/locale/kk/LC_MESSAGES/calligrasheets_solver.mo @@ -5997,13 +5791,9 @@ 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/krossmoduleplan.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/calligraplan.mo -share/locale/km/LC_MESSAGES/calligraplanlibs.mo -share/locale/km/LC_MESSAGES/calligraplanwork.mo share/locale/km/LC_MESSAGES/flow.mo share/locale/km/LC_MESSAGES/koconverter.mo share/locale/ko/LC_MESSAGES/KarbonFilterEffects.mo @@ -6065,11 +5855,6 @@ share/locale/lt/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/lt/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/lt/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/lt/LC_MESSAGES/calligrafilters.mo -share/locale/lt/LC_MESSAGES/calligraplan.mo -share/locale/lt/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/lt/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/lt/LC_MESSAGES/calligraplanlibs.mo -share/locale/lt/LC_MESSAGES/calligraplanwork.mo share/locale/lt/LC_MESSAGES/calligrasheets.mo share/locale/lt/LC_MESSAGES/calligrasheets_calendar.mo share/locale/lt/LC_MESSAGES/calligrasheets_solver.mo @@ -6079,7 +5864,6 @@ 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/krossmoduleplan.mo share/locale/lt/LC_MESSAGES/krossmodulesheets.mo share/locale/lt/LC_MESSAGES/krossmodulewords.mo share/locale/lt/LC_MESSAGES/okularGenerator_odp.mo @@ -6087,7 +5871,6 @@ 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 share/locale/lv/LC_MESSAGES/calligrafilters.mo -share/locale/lv/LC_MESSAGES/calligraplan.mo share/locale/lv/LC_MESSAGES/calligrasheets.mo share/locale/lv/LC_MESSAGES/calligrastage.mo share/locale/lv/LC_MESSAGES/calligrawords.mo @@ -6112,9 +5895,6 @@ share/locale/mai/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/mai/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/mai/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/mai/LC_MESSAGES/calligrafilters.mo -share/locale/mai/LC_MESSAGES/calligraplan.mo -share/locale/mai/LC_MESSAGES/calligraplanlibs.mo -share/locale/mai/LC_MESSAGES/calligraplanwork.mo share/locale/mai/LC_MESSAGES/calligrasheets.mo share/locale/mai/LC_MESSAGES/calligrasheets_calendar.mo share/locale/mai/LC_MESSAGES/calligrasheets_solver.mo @@ -6124,7 +5904,6 @@ 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 -share/locale/mai/LC_MESSAGES/krossmoduleplan.mo share/locale/mai/LC_MESSAGES/krossmodulesheets.mo share/locale/mai/LC_MESSAGES/krossmodulewords.mo share/locale/mk/LC_MESSAGES/calligra.mo @@ -6158,11 +5937,6 @@ share/locale/mr/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/mr/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/mr/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/mr/LC_MESSAGES/calligrafilters.mo -share/locale/mr/LC_MESSAGES/calligraplan.mo -share/locale/mr/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/mr/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/mr/LC_MESSAGES/calligraplanlibs.mo -share/locale/mr/LC_MESSAGES/calligraplanwork.mo share/locale/mr/LC_MESSAGES/calligrasheets.mo share/locale/mr/LC_MESSAGES/calligrasheets_calendar.mo share/locale/mr/LC_MESSAGES/calligrasheets_solver.mo @@ -6172,7 +5946,6 @@ 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 -share/locale/mr/LC_MESSAGES/krossmoduleplan.mo share/locale/mr/LC_MESSAGES/krossmodulesheets.mo share/locale/mr/LC_MESSAGES/krossmodulewords.mo share/locale/mr/LC_MESSAGES/okularGenerator_odp.mo @@ -6228,11 +6001,6 @@ share/locale/nb/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/nb/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/nb/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/nb/LC_MESSAGES/calligrafilters.mo -share/locale/nb/LC_MESSAGES/calligraplan.mo -share/locale/nb/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/nb/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/nb/LC_MESSAGES/calligraplanlibs.mo -share/locale/nb/LC_MESSAGES/calligraplanwork.mo share/locale/nb/LC_MESSAGES/calligrasheets.mo share/locale/nb/LC_MESSAGES/calligrasheets_calendar.mo share/locale/nb/LC_MESSAGES/calligrasheets_solver.mo @@ -6242,7 +6010,6 @@ 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 -share/locale/nb/LC_MESSAGES/krossmoduleplan.mo share/locale/nb/LC_MESSAGES/krossmodulesheets.mo share/locale/nb/LC_MESSAGES/krossmodulewords.mo share/locale/nb/LC_MESSAGES/okularGenerator_odp.mo @@ -6276,11 +6043,6 @@ share/locale/nds/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/nds/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/nds/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/nds/LC_MESSAGES/calligrafilters.mo -share/locale/nds/LC_MESSAGES/calligraplan.mo -share/locale/nds/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/nds/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/nds/LC_MESSAGES/calligraplanlibs.mo -share/locale/nds/LC_MESSAGES/calligraplanwork.mo share/locale/nds/LC_MESSAGES/calligrasheets.mo share/locale/nds/LC_MESSAGES/calligrasheets_calendar.mo share/locale/nds/LC_MESSAGES/calligrasheets_solver.mo @@ -6290,7 +6052,6 @@ 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 -share/locale/nds/LC_MESSAGES/krossmoduleplan.mo share/locale/nds/LC_MESSAGES/krossmodulesheets.mo share/locale/nds/LC_MESSAGES/krossmodulewords.mo share/locale/nds/LC_MESSAGES/okularGenerator_odp.mo @@ -6299,7 +6060,6 @@ share/locale/ne/LC_MESSAGES/KarbonTools.mo share/locale/ne/LC_MESSAGES/calligra.mo share/locale/ne/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ne/LC_MESSAGES/calligrafilters.mo -share/locale/ne/LC_MESSAGES/calligraplan.mo share/locale/ne/LC_MESSAGES/calligrasheets.mo share/locale/ne/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ne/LC_MESSAGES/calligrastage.mo @@ -6337,11 +6097,6 @@ share/locale/nl/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/nl/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/nl/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/nl/LC_MESSAGES/calligrafilters.mo -share/locale/nl/LC_MESSAGES/calligraplan.mo -share/locale/nl/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/nl/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/nl/LC_MESSAGES/calligraplanlibs.mo -share/locale/nl/LC_MESSAGES/calligraplanwork.mo share/locale/nl/LC_MESSAGES/calligrasheets.mo share/locale/nl/LC_MESSAGES/calligrasheets_calendar.mo share/locale/nl/LC_MESSAGES/calligrasheets_solver.mo @@ -6351,7 +6106,6 @@ 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 -share/locale/nl/LC_MESSAGES/krossmoduleplan.mo share/locale/nl/LC_MESSAGES/krossmodulesheets.mo share/locale/nl/LC_MESSAGES/krossmodulewords.mo share/locale/nl/LC_MESSAGES/okularGenerator_odp.mo @@ -6375,9 +6129,6 @@ share/locale/nn/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/nn/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/nn/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/nn/LC_MESSAGES/calligrafilters.mo -share/locale/nn/LC_MESSAGES/calligraplan.mo -share/locale/nn/LC_MESSAGES/calligraplanlibs.mo -share/locale/nn/LC_MESSAGES/calligraplanwork.mo share/locale/nn/LC_MESSAGES/calligrasheets.mo share/locale/nn/LC_MESSAGES/calligrasheets_calendar.mo share/locale/nn/LC_MESSAGES/calligrasheets_solver.mo @@ -6387,7 +6138,6 @@ 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 -share/locale/nn/LC_MESSAGES/krossmoduleplan.mo share/locale/nn/LC_MESSAGES/krossmodulesheets.mo share/locale/nn/LC_MESSAGES/krossmodulewords.mo share/locale/oc/LC_MESSAGES/KarbonFilterEffects.mo @@ -6404,9 +6154,6 @@ share/locale/oc/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/oc/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/oc/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/oc/LC_MESSAGES/calligrafilters.mo -share/locale/oc/LC_MESSAGES/calligraplan.mo -share/locale/oc/LC_MESSAGES/calligraplanlibs.mo -share/locale/oc/LC_MESSAGES/calligraplanwork.mo share/locale/oc/LC_MESSAGES/calligrasheets.mo share/locale/oc/LC_MESSAGES/calligrasheets_calendar.mo share/locale/oc/LC_MESSAGES/calligrasheets_solver.mo @@ -6450,11 +6197,6 @@ share/locale/pl/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/pl/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/pl/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/pl/LC_MESSAGES/calligrafilters.mo -share/locale/pl/LC_MESSAGES/calligraplan.mo -share/locale/pl/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/pl/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/pl/LC_MESSAGES/calligraplanlibs.mo -share/locale/pl/LC_MESSAGES/calligraplanwork.mo share/locale/pl/LC_MESSAGES/calligrasheets.mo share/locale/pl/LC_MESSAGES/calligrasheets_calendar.mo share/locale/pl/LC_MESSAGES/calligrasheets_solver.mo @@ -6464,7 +6206,6 @@ 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 -share/locale/pl/LC_MESSAGES/krossmoduleplan.mo share/locale/pl/LC_MESSAGES/krossmodulesheets.mo share/locale/pl/LC_MESSAGES/krossmodulewords.mo share/locale/pl/LC_MESSAGES/okularGenerator_odp.mo @@ -6499,11 +6240,6 @@ share/locale/pt/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/pt/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/pt/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/pt/LC_MESSAGES/calligrafilters.mo -share/locale/pt/LC_MESSAGES/calligraplan.mo -share/locale/pt/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/pt/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/pt/LC_MESSAGES/calligraplanlibs.mo -share/locale/pt/LC_MESSAGES/calligraplanwork.mo share/locale/pt/LC_MESSAGES/calligrasheets.mo share/locale/pt/LC_MESSAGES/calligrasheets_calendar.mo share/locale/pt/LC_MESSAGES/calligrasheets_solver.mo @@ -6513,7 +6249,6 @@ 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 -share/locale/pt/LC_MESSAGES/krossmoduleplan.mo share/locale/pt/LC_MESSAGES/krossmodulesheets.mo share/locale/pt/LC_MESSAGES/krossmodulewords.mo share/locale/pt/LC_MESSAGES/okularGenerator_odp.mo @@ -6548,11 +6283,6 @@ share/locale/pt_BR/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/pt_BR/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/pt_BR/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/pt_BR/LC_MESSAGES/calligrafilters.mo -share/locale/pt_BR/LC_MESSAGES/calligraplan.mo -share/locale/pt_BR/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/pt_BR/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/pt_BR/LC_MESSAGES/calligraplanlibs.mo -share/locale/pt_BR/LC_MESSAGES/calligraplanwork.mo share/locale/pt_BR/LC_MESSAGES/calligrasheets.mo share/locale/pt_BR/LC_MESSAGES/calligrasheets_calendar.mo share/locale/pt_BR/LC_MESSAGES/calligrasheets_solver.mo @@ -6562,7 +6292,6 @@ 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 -share/locale/pt_BR/LC_MESSAGES/krossmoduleplan.mo share/locale/pt_BR/LC_MESSAGES/krossmodulesheets.mo share/locale/pt_BR/LC_MESSAGES/krossmodulewords.mo share/locale/pt_BR/LC_MESSAGES/okularGenerator_odp.mo @@ -6581,9 +6310,6 @@ share/locale/ro/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/ro/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ro/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/ro/LC_MESSAGES/calligrafilters.mo -share/locale/ro/LC_MESSAGES/calligraplan.mo -share/locale/ro/LC_MESSAGES/calligraplanlibs.mo -share/locale/ro/LC_MESSAGES/calligraplanwork.mo share/locale/ro/LC_MESSAGES/calligrasheets.mo share/locale/ro/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ro/LC_MESSAGES/calligrasheets_solver.mo @@ -6621,11 +6347,6 @@ share/locale/ru/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/ru/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ru/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/ru/LC_MESSAGES/calligrafilters.mo -share/locale/ru/LC_MESSAGES/calligraplan.mo -share/locale/ru/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/ru/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/ru/LC_MESSAGES/calligraplanlibs.mo -share/locale/ru/LC_MESSAGES/calligraplanwork.mo share/locale/ru/LC_MESSAGES/calligrasheets.mo share/locale/ru/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ru/LC_MESSAGES/calligrasheets_solver.mo @@ -6635,10 +6356,10 @@ 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 -share/locale/ru/LC_MESSAGES/krossmoduleplan.mo share/locale/ru/LC_MESSAGES/krossmodulesheets.mo share/locale/ru/LC_MESSAGES/krossmodulewords.mo share/locale/ru/LC_MESSAGES/okularGenerator_odp.mo +share/locale/ru/LC_MESSAGES/okularGenerator_odt.mo share/locale/se/LC_MESSAGES/KarbonFilterEffects.mo share/locale/se/LC_MESSAGES/KarbonTools.mo share/locale/se/LC_MESSAGES/calligra.mo @@ -6646,7 +6367,6 @@ share/locale/se/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/se/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/se/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/se/LC_MESSAGES/calligrafilters.mo -share/locale/se/LC_MESSAGES/calligraplan.mo share/locale/se/LC_MESSAGES/calligrasheets.mo share/locale/se/LC_MESSAGES/calligrasheets_calendar.mo share/locale/se/LC_MESSAGES/calligrastage.mo @@ -6684,11 +6404,6 @@ share/locale/sk/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/sk/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/sk/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/sk/LC_MESSAGES/calligrafilters.mo -share/locale/sk/LC_MESSAGES/calligraplan.mo -share/locale/sk/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/sk/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/sk/LC_MESSAGES/calligraplanlibs.mo -share/locale/sk/LC_MESSAGES/calligraplanwork.mo share/locale/sk/LC_MESSAGES/calligrasheets.mo share/locale/sk/LC_MESSAGES/calligrasheets_calendar.mo share/locale/sk/LC_MESSAGES/calligrasheets_solver.mo @@ -6698,7 +6413,6 @@ 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 -share/locale/sk/LC_MESSAGES/krossmoduleplan.mo share/locale/sk/LC_MESSAGES/krossmodulesheets.mo share/locale/sk/LC_MESSAGES/krossmodulewords.mo share/locale/sk/LC_MESSAGES/okularGenerator_odp.mo @@ -6731,11 +6445,6 @@ share/locale/sl/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/sl/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/sl/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/sl/LC_MESSAGES/calligrafilters.mo -share/locale/sl/LC_MESSAGES/calligraplan.mo -share/locale/sl/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/sl/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/sl/LC_MESSAGES/calligraplanlibs.mo -share/locale/sl/LC_MESSAGES/calligraplanwork.mo share/locale/sl/LC_MESSAGES/calligrasheets.mo share/locale/sl/LC_MESSAGES/calligrasheets_calendar.mo share/locale/sl/LC_MESSAGES/calligrasheets_solver.mo @@ -6745,7 +6454,6 @@ 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 -share/locale/sl/LC_MESSAGES/krossmoduleplan.mo share/locale/sl/LC_MESSAGES/krossmodulesheets.mo share/locale/sl/LC_MESSAGES/krossmodulewords.mo share/locale/sl/LC_MESSAGES/okularGenerator_odp.mo @@ -6785,11 +6493,6 @@ share/locale/sv/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/sv/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/sv/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/sv/LC_MESSAGES/calligrafilters.mo -share/locale/sv/LC_MESSAGES/calligraplan.mo -share/locale/sv/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/sv/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/sv/LC_MESSAGES/calligraplanlibs.mo -share/locale/sv/LC_MESSAGES/calligraplanwork.mo share/locale/sv/LC_MESSAGES/calligrasheets.mo share/locale/sv/LC_MESSAGES/calligrasheets_calendar.mo share/locale/sv/LC_MESSAGES/calligrasheets_solver.mo @@ -6799,7 +6502,6 @@ 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 -share/locale/sv/LC_MESSAGES/krossmoduleplan.mo share/locale/sv/LC_MESSAGES/krossmodulesheets.mo share/locale/sv/LC_MESSAGES/krossmodulewords.mo share/locale/sv/LC_MESSAGES/okularGenerator_odp.mo @@ -6834,7 +6536,6 @@ share/locale/th/LC_MESSAGES/KarbonTools.mo share/locale/th/LC_MESSAGES/calligra.mo share/locale/th/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/th/LC_MESSAGES/calligrafilters.mo -share/locale/th/LC_MESSAGES/calligraplan.mo share/locale/th/LC_MESSAGES/calligrasheets.mo share/locale/th/LC_MESSAGES/calligrastage.mo share/locale/th/LC_MESSAGES/calligrawords.mo @@ -6871,11 +6572,6 @@ share/locale/tr/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/tr/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/tr/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/tr/LC_MESSAGES/calligrafilters.mo -share/locale/tr/LC_MESSAGES/calligraplan.mo -share/locale/tr/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/tr/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/tr/LC_MESSAGES/calligraplanlibs.mo -share/locale/tr/LC_MESSAGES/calligraplanwork.mo share/locale/tr/LC_MESSAGES/calligrasheets.mo share/locale/tr/LC_MESSAGES/calligrasheets_calendar.mo share/locale/tr/LC_MESSAGES/calligrasheets_solver.mo @@ -6885,7 +6581,6 @@ 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 -share/locale/tr/LC_MESSAGES/krossmoduleplan.mo share/locale/tr/LC_MESSAGES/krossmodulesheets.mo share/locale/tr/LC_MESSAGES/krossmodulewords.mo share/locale/tr/LC_MESSAGES/okularGenerator_odp.mo @@ -6917,11 +6612,6 @@ share/locale/ug/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/ug/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/ug/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/ug/LC_MESSAGES/calligrafilters.mo -share/locale/ug/LC_MESSAGES/calligraplan.mo -share/locale/ug/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/ug/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/ug/LC_MESSAGES/calligraplanlibs.mo -share/locale/ug/LC_MESSAGES/calligraplanwork.mo share/locale/ug/LC_MESSAGES/calligrasheets.mo share/locale/ug/LC_MESSAGES/calligrasheets_calendar.mo share/locale/ug/LC_MESSAGES/calligrasheets_solver.mo @@ -6931,7 +6621,6 @@ 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 -share/locale/ug/LC_MESSAGES/krossmoduleplan.mo share/locale/ug/LC_MESSAGES/krossmodulesheets.mo share/locale/ug/LC_MESSAGES/krossmodulewords.mo share/locale/ug/LC_MESSAGES/okularGenerator_odp.mo @@ -6965,11 +6654,6 @@ share/locale/uk/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/uk/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/uk/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/uk/LC_MESSAGES/calligrafilters.mo -share/locale/uk/LC_MESSAGES/calligraplan.mo -share/locale/uk/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/uk/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/uk/LC_MESSAGES/calligraplanlibs.mo -share/locale/uk/LC_MESSAGES/calligraplanwork.mo share/locale/uk/LC_MESSAGES/calligrasheets.mo share/locale/uk/LC_MESSAGES/calligrasheets_calendar.mo share/locale/uk/LC_MESSAGES/calligrasheets_solver.mo @@ -6979,7 +6663,6 @@ 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 -share/locale/uk/LC_MESSAGES/krossmoduleplan.mo share/locale/uk/LC_MESSAGES/krossmodulesheets.mo share/locale/uk/LC_MESSAGES/krossmodulewords.mo share/locale/uk/LC_MESSAGES/okularGenerator_odp.mo @@ -7029,9 +6712,6 @@ share/locale/wa/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/wa/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/wa/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/wa/LC_MESSAGES/calligrafilters.mo -share/locale/wa/LC_MESSAGES/calligraplan.mo -share/locale/wa/LC_MESSAGES/calligraplanlibs.mo -share/locale/wa/LC_MESSAGES/calligraplanwork.mo share/locale/wa/LC_MESSAGES/calligrasheets.mo share/locale/wa/LC_MESSAGES/calligrasheets_calendar.mo share/locale/wa/LC_MESSAGES/calligrasheets_solver.mo @@ -7040,7 +6720,6 @@ share/locale/wa/LC_MESSAGES/calligrawords.mo share/locale/wa/LC_MESSAGES/karbon.mo share/locale/wa/LC_MESSAGES/kocolorspaces.mo share/locale/wa/LC_MESSAGES/koconverter.mo -share/locale/wa/LC_MESSAGES/krossmoduleplan.mo share/locale/wa/LC_MESSAGES/krossmodulesheets.mo share/locale/wa/LC_MESSAGES/krossmodulewords.mo share/locale/x-test/LC_MESSAGES/KarbonFilterEffects.mo @@ -7073,11 +6752,6 @@ 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/calligraplan.mo -share/locale/x-test/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/x-test/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/x-test/LC_MESSAGES/calligraplanlibs.mo -share/locale/x-test/LC_MESSAGES/calligraplanwork.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 @@ -7087,7 +6761,6 @@ 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/krossmoduleplan.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 @@ -7133,11 +6806,6 @@ share/locale/zh_CN/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/zh_CN/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/zh_CN/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/zh_CN/LC_MESSAGES/calligrafilters.mo -share/locale/zh_CN/LC_MESSAGES/calligraplan.mo -share/locale/zh_CN/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/zh_CN/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/zh_CN/LC_MESSAGES/calligraplanlibs.mo -share/locale/zh_CN/LC_MESSAGES/calligraplanwork.mo share/locale/zh_CN/LC_MESSAGES/calligrasheets.mo share/locale/zh_CN/LC_MESSAGES/calligrasheets_calendar.mo share/locale/zh_CN/LC_MESSAGES/calligrasheets_solver.mo @@ -7147,7 +6815,6 @@ 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 -share/locale/zh_CN/LC_MESSAGES/krossmoduleplan.mo share/locale/zh_CN/LC_MESSAGES/krossmodulesheets.mo share/locale/zh_CN/LC_MESSAGES/krossmodulewords.mo share/locale/zh_CN/LC_MESSAGES/okularGenerator_odp.mo @@ -7182,11 +6849,6 @@ share/locale/zh_TW/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/zh_TW/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/zh_TW/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/zh_TW/LC_MESSAGES/calligrafilters.mo -share/locale/zh_TW/LC_MESSAGES/calligraplan.mo -share/locale/zh_TW/LC_MESSAGES/calligraplan_scheduler_rcps.mo -share/locale/zh_TW/LC_MESSAGES/calligraplan_scheduler_tj.mo -share/locale/zh_TW/LC_MESSAGES/calligraplanlibs.mo -share/locale/zh_TW/LC_MESSAGES/calligraplanwork.mo share/locale/zh_TW/LC_MESSAGES/calligrasheets.mo share/locale/zh_TW/LC_MESSAGES/calligrasheets_calendar.mo share/locale/zh_TW/LC_MESSAGES/calligrasheets_solver.mo @@ -7196,12 +6858,10 @@ 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 -share/locale/zh_TW/LC_MESSAGES/krossmoduleplan.mo share/locale/zh_TW/LC_MESSAGES/krossmodulesheets.mo 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/org.kde.calligraplan.appdata.xml share/metainfo/org.kde.calligrasheets.appdata.xml share/metainfo/org.kde.calligrawords.appdata.xml share/metainfo/org.kde.karbon.appdata.xml diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile index 94b05c57217..31f2939aab3 100644 --- a/graphics/krita/Makefile +++ b/graphics/krita/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= krita -DISTVERSION= 3.3.3 -PORTREVISION= 2 +DISTVERSION= 4.0.1 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} DIST_SUBDIR= KDE/${PORTNAME} @@ -20,9 +19,11 @@ LIB_DEPENDS= libImath.so:graphics/ilmbase \ libfftw3.so:math/fftw3 \ libexiv2.so:graphics/exiv2 \ libcurl.so:ftp/curl \ + libgif.so:graphics/giflib \ libgsl.so:math/gsl \ liblcms2.so:graphics/lcms2 \ libpng.so:graphics/png \ + libpoppler.so:graphics/poppler \ libpoppler-qt5.so:graphics/poppler-qt5 \ libraw.so:graphics/libraw \ libtiff.so:graphics/tiff \ @@ -30,11 +31,11 @@ LIB_DEPENDS= libImath.so:graphics/ilmbase \ libxcb-util.so:x11/xcb-util USES= cmake:outsource compiler:c++11-lib desktop-file-utils \ - eigen:3 gettext jpeg kde:5 shared-mime-info + eigen:3 gettext jpeg kde:5 pkgconfig shared-mime-info USE_KDE= archive completion config coreaddons crash guiaddons i18n \ itemmodels itemviews kio service widgetsaddons windowsystem USE_QT5= concurrent core dbus gui multimedia network printsupport \ - quick svg testlib widgets x11extras xml \ + qml quick svg testlib widgets x11extras xml \ buildtools_build qmake_build USE_XORG= ice sm xcb xext xi diff --git a/graphics/krita/distinfo b/graphics/krita/distinfo index 21e86d0c5ce..3f709ca04f5 100644 --- a/graphics/krita/distinfo +++ b/graphics/krita/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1518208140 -SHA256 (KDE/krita/krita-3.3.3.tar.gz) = bec04e3392e9b311477c5c6a50e2201b43a3afda91d9b24a0fc8e3399585865d -SIZE (KDE/krita/krita-3.3.3.tar.gz) = 207582956 +TIMESTAMP = 1523646176 +SHA256 (KDE/krita/krita-4.0.1.tar.gz) = ec0ae3afd6670a6f2102614d36a6b24a4968d7e9d13e8f1de90d1065f7f2a54c +SIZE (KDE/krita/krita-4.0.1.tar.gz) = 237493152 diff --git a/graphics/krita/pkg-plist b/graphics/krita/pkg-plist index f660ffc8cde..5a4cb5f1076 100644 --- a/graphics/krita/pkg-plist +++ b/graphics/krita/pkg-plist @@ -1,26 +1,26 @@ bin/krita etc/xdg/kritarc lib/kritaplugins/krita_colorspaces_extensions.so -lib/kritaplugins/krita_docker_defaults.so lib/kritaplugins/krita_filtereffects.so lib/kritaplugins/krita_flaketools.so lib/kritaplugins/krita_karbontools.so lib/kritaplugins/krita_raw_import.so lib/kritaplugins/krita_shape_artistictext.so +lib/kritaplugins/krita_shape_image.so lib/kritaplugins/krita_shape_paths.so lib/kritaplugins/krita_shape_text.so -lib/kritaplugins/krita_shape_vector.so lib/kritaplugins/krita_tool_basicflakes.so +lib/kritaplugins/krita_tool_svgtext.so lib/kritaplugins/kritaanimationdocker.so lib/kritaplugins/kritaanimationrenderer.so +lib/kritaplugins/kritaarrangedocker.so lib/kritaplugins/kritaartisticcolorselector.so +lib/kritaplugins/kritaasccdl.so +lib/kritaplugins/kritaassistanttool.so lib/kritaplugins/kritablurfilter.so -lib/kritaplugins/kritabmpexport.so -lib/kritaplugins/kritabmpimport.so lib/kritaplugins/kritabrushexport.so lib/kritaplugins/kritabrushimport.so lib/kritaplugins/kritabuginfo.so -lib/kritaplugins/kritachalkpaintop.so lib/kritaplugins/kritachanneldocker.so lib/kritaplugins/kritaclonesarray.so lib/kritaplugins/kritacolorgenerator.so @@ -31,6 +31,7 @@ lib/kritaplugins/kritacolorslider.so lib/kritaplugins/kritacolorsmudgepaintop.so lib/kritaplugins/kritacolorspaceconversion.so lib/kritaplugins/kritacompositiondocker.so +lib/kritaplugins/kritaconvertheighttonormalmap.so lib/kritaplugins/kritaconvolutionfilters.so lib/kritaplugins/kritacsvexport.so lib/kritaplugins/kritacsvimport.so @@ -41,7 +42,7 @@ lib/kritaplugins/kritadefaulttools.so lib/kritaplugins/kritadeformpaintop.so lib/kritaplugins/kritadigitalmixer.so lib/kritaplugins/kritadodgeburn.so -lib/kritaplugins/kritadynapaintop.so +lib/kritaplugins/kritaedgedetection.so lib/kritaplugins/kritaembossfilter.so lib/kritaplugins/kritaexample.so lib/kritaplugins/kritaexperimentpaintop.so @@ -50,6 +51,8 @@ lib/kritaplugins/kritaexperimentpaintop.so lib/kritaplugins/kritaextensioncolorsfilters.so lib/kritaplugins/kritafastcolortransferfilter.so lib/kritaplugins/kritafilterop.so +lib/kritaplugins/kritagifexport.so +lib/kritaplugins/kritagifimport.so lib/kritaplugins/kritagradientmap.so lib/kritaplugins/kritagriddocker.so lib/kritaplugins/kritagridpaintop.so @@ -61,13 +64,14 @@ lib/kritaplugins/kritaheightmapimport.so lib/kritaplugins/kritahistogram.so lib/kritaplugins/kritahistogramdocker.so lib/kritaplugins/kritahistorydocker.so -lib/kritaplugins/kritaimagedocker.so lib/kritaplugins/kritaimageenhancement.so lib/kritaplugins/kritaimagesize.so lib/kritaplugins/kritaimagesplit.so lib/kritaplugins/kritaindexcolors.so lib/kritaplugins/kritajpegexport.so lib/kritaplugins/kritajpegimport.so +lib/kritaplugins/kritakraexport.so +lib/kritaplugins/kritakraimport.so lib/kritaplugins/kritalayergroupswitcher.so lib/kritaplugins/kritalayersplit.so lib/kritaplugins/kritalcmsengine.so @@ -77,7 +81,6 @@ lib/kritaplugins/kritametadataeditor.so lib/kritaplugins/kritamodifyselection.so lib/kritaplugins/kritanoisefilter.so lib/kritaplugins/kritanormalize.so -lib/kritaplugins/kritaodgimport.so lib/kritaplugins/kritaoffsetimage.so lib/kritaplugins/kritaoilpaintfilter.so lib/kritaplugins/kritaoraexport.so @@ -99,6 +102,8 @@ lib/kritaplugins/kritapresetdocker.so lib/kritaplugins/kritapresethistory.so lib/kritaplugins/kritapsdexport.so lib/kritaplugins/kritapsdimport.so +lib/kritaplugins/kritaqimageioexport.so +lib/kritaplugins/kritaqimageioimport.so lib/kritaplugins/kritaqmic.so lib/kritaplugins/kritaqmlexport.so lib/kritaplugins/kritaraindropsfilter.so @@ -107,18 +112,17 @@ lib/kritaplugins/kritaresourcemanager.so lib/kritaplugins/kritarotateimage.so lib/kritaplugins/kritaroundcornersfilter.so lib/kritaplugins/kritaroundmarkerpaintop.so -lib/kritaplugins/kritarulerassistanttool.so -lib/kritaplugins/kritaasccdl.so lib/kritaplugins/kritaselectiontools.so lib/kritaplugins/kritaseparatechannels.so lib/kritaplugins/kritashearimage.so lib/kritaplugins/kritasketchpaintop.so lib/kritaplugins/kritasmallcolorselector.so lib/kritaplugins/kritasmalltilesfilter.so -lib/kritaplugins/kritasobelfilter.so lib/kritaplugins/kritaspecificcolorselector.so lib/kritaplugins/kritaspraypaintop.so lib/kritaplugins/kritaspriterexport.so +lib/kritaplugins/kritasvgcollectiondocker.so +lib/kritaplugins/kritasvgimport.so lib/kritaplugins/kritatangentnormalpaintop.so lib/kritaplugins/kritatasksetdocker.so lib/kritaplugins/kritatgaexport.so @@ -132,90 +136,138 @@ lib/kritaplugins/kritatooldyna.so lib/kritaplugins/kritatoollazybrush.so lib/kritaplugins/kritatoolpolygon.so lib/kritaplugins/kritatoolpolyline.so -lib/kritaplugins/kritatooltext.so lib/kritaplugins/kritatooltransform.so +lib/kritaplugins/kritatouchdocker.so lib/kritaplugins/kritaunsharpfilter.so lib/kritaplugins/kritavideoexport.so lib/kritaplugins/kritawavefilter.so lib/kritaplugins/kritawaveletdecompose.so lib/kritaplugins/kritaxcfimport.so lib/libkritabasicflakes.so -lib/libkritabasicflakes.so.%%SHLIB_SHVER%% -lib/libkritabasicflakes.so.%%SHLIB_VER%% +lib/libkritabasicflakes.so.16 +lib/libkritabasicflakes.so.16.0.0 lib/libkritacolor.so -lib/libkritacolor.so.%%SHLIB_SHVER%% -lib/libkritacolor.so.%%SHLIB_VER%% +lib/libkritacolor.so.16 +lib/libkritacolor.so.16.0.0 lib/libkritacolord.so -lib/libkritacolord.so.%%SHLIB_SHVER%% -lib/libkritacolord.so.%%SHLIB_VER%% +lib/libkritacolord.so.16 +lib/libkritacolord.so.16.0.0 +lib/libkritacommand.so +lib/libkritacommand.so.16 +lib/libkritacommand.so.16.0.0 lib/libkritaflake.so -lib/libkritaflake.so.%%SHLIB_SHVER%% -lib/libkritaflake.so.%%SHLIB_VER%% +lib/libkritaflake.so.16 +lib/libkritaflake.so.16.0.0 lib/libkritaglobal.so -lib/libkritaglobal.so.%%SHLIB_SHVER%% -lib/libkritaglobal.so.%%SHLIB_VER%% +lib/libkritaglobal.so.16 +lib/libkritaglobal.so.16.0.0 lib/libkritaimage.so -lib/libkritaimage.so.%%SHLIB_SHVER%% -lib/libkritaimage.so.%%SHLIB_VER%% +lib/libkritaimage.so.16 +lib/libkritaimage.so.16.0.0 +lib/libkritaimpex.so +lib/libkritaimpex.so.16 +lib/libkritaimpex.so.16.0.0 lib/libkritalibbrush.so -lib/libkritalibbrush.so.%%SHLIB_SHVER%% -lib/libkritalibbrush.so.%%SHLIB_VER%% +lib/libkritalibbrush.so.16 +lib/libkritalibbrush.so.16.0.0 +lib/libkritalibkis.so +lib/libkritalibkis.so.16 +lib/libkritalibkis.so.16.0.0 +lib/libkritalibkra.so +lib/libkritalibkra.so.16 +lib/libkritalibkra.so.16.0.0 lib/libkritalibpaintop.so -lib/libkritalibpaintop.so.%%SHLIB_SHVER%% -lib/libkritalibpaintop.so.%%SHLIB_VER%% +lib/libkritalibpaintop.so.16 +lib/libkritalibpaintop.so.16.0.0 lib/libkritaodf.so -lib/libkritaodf.so.%%SHLIB_SHVER%% -lib/libkritaodf.so.%%SHLIB_VER%% +lib/libkritaodf.so.16 +lib/libkritaodf.so.16.0.0 lib/libkritapigment.so -lib/libkritapigment.so.%%SHLIB_SHVER%% -lib/libkritapigment.so.%%SHLIB_VER%% +lib/libkritapigment.so.16 +lib/libkritapigment.so.16.0.0 lib/libkritaplugin.so -lib/libkritaplugin.so.%%SHLIB_SHVER%% -lib/libkritaplugin.so.%%SHLIB_VER%% +lib/libkritaplugin.so.16 +lib/libkritaplugin.so.16.0.0 lib/libkritapsd.so -lib/libkritapsd.so.%%SHLIB_SHVER%% -lib/libkritapsd.so.%%SHLIB_VER%% +lib/libkritapsd.so.16 +lib/libkritapsd.so.16.0.0 +lib/libkritaqml.so +lib/libkritaqml.so.16 +lib/libkritaqml.so.16.0.0 lib/libkritastore.so -lib/libkritastore.so.%%SHLIB_SHVER%% -lib/libkritastore.so.%%SHLIB_VER%% +lib/libkritastore.so.16 +lib/libkritastore.so.16.0.0 lib/libkritatext.so -lib/libkritatext.so.%%SHLIB_SHVER%% -lib/libkritatext.so.%%SHLIB_VER%% +lib/libkritatext.so.16 +lib/libkritatext.so.16.0.0 lib/libkritatextlayout.so -lib/libkritatextlayout.so.%%SHLIB_SHVER%% -lib/libkritatextlayout.so.%%SHLIB_VER%% +lib/libkritatextlayout.so.16 +lib/libkritatextlayout.so.16.0.0 lib/libkritaui.so -lib/libkritaui.so.%%SHLIB_SHVER%% -lib/libkritaui.so.%%SHLIB_VER%% -lib/libkritaundo2.so -lib/libkritaundo2.so.%%SHLIB_SHVER%% -lib/libkritaundo2.so.%%SHLIB_VER%% +lib/libkritaui.so.16 +lib/libkritaui.so.16.0.0 lib/libkritavectorimage.so -lib/libkritavectorimage.so.%%SHLIB_SHVER%% -lib/libkritavectorimage.so.%%SHLIB_VER%% +lib/libkritavectorimage.so.16 +lib/libkritavectorimage.so.16.0.0 lib/libkritaversion.so -lib/libkritaversion.so.%%SHLIB_SHVER%% -lib/libkritaversion.so.%%SHLIB_VER%% +lib/libkritaversion.so.16 +lib/libkritaversion.so.16.0.0 lib/libkritawidgets.so -lib/libkritawidgets.so.%%SHLIB_SHVER%% -lib/libkritawidgets.so.%%SHLIB_VER%% +lib/libkritawidgets.so.16 +lib/libkritawidgets.so.16.0.0 lib/libkritawidgetutils.so -lib/libkritawidgetutils.so.%%SHLIB_SHVER%% -lib/libkritawidgetutils.so.%%SHLIB_VER%% -share/applications/krita_bmp.desktop +lib/libkritawidgetutils.so.16 +lib/libkritawidgetutils.so.16.0.0 +%%QT_QMLDIR%%/org/krita/draganddrop/libdraganddropplugin.so +%%QT_QMLDIR%%/org/krita/draganddrop/qmldir +%%QT_QMLDIR%%/org/krita/sketch/components/BusyIndicator.qml +%%QT_QMLDIR%%/org/krita/sketch/components/Button.qml +%%QT_QMLDIR%%/org/krita/sketch/components/CategorySwitcher.qml +%%QT_QMLDIR%%/org/krita/sketch/components/CheckBox.qml +%%QT_QMLDIR%%/org/krita/sketch/components/ColorSwatch.qml +%%QT_QMLDIR%%/org/krita/sketch/components/Dialog.qml +%%QT_QMLDIR%%/org/krita/sketch/components/Divider.qml +%%QT_QMLDIR%%/org/krita/sketch/components/DropShadow.qml +%%QT_QMLDIR%%/org/krita/sketch/components/ExpandingListView.qml +%%QT_QMLDIR%%/org/krita/sketch/components/Header.qml +%%QT_QMLDIR%%/org/krita/sketch/components/Label.qml +%%QT_QMLDIR%%/org/krita/sketch/components/ListItem.qml +%%QT_QMLDIR%%/org/krita/sketch/components/MessageStack.qml +%%QT_QMLDIR%%/org/krita/sketch/components/NewImageList.qml +%%QT_QMLDIR%%/org/krita/sketch/components/NewsList.qml +%%QT_QMLDIR%%/org/krita/sketch/components/Page.qml +%%QT_QMLDIR%%/org/krita/sketch/components/PageStack.js +%%QT_QMLDIR%%/org/krita/sketch/components/PageStack.qml +%%QT_QMLDIR%%/org/krita/sketch/components/PanelTextField.qml +%%QT_QMLDIR%%/org/krita/sketch/components/RangeCombo.qml +%%QT_QMLDIR%%/org/krita/sketch/components/RangeInput.qml +%%QT_QMLDIR%%/org/krita/sketch/components/RecentFilesList.qml +%%QT_QMLDIR%%/org/krita/sketch/components/ScrollDecorator.qml +%%QT_QMLDIR%%/org/krita/sketch/components/Shadow.qml +%%QT_QMLDIR%%/org/krita/sketch/components/Slider.qml +%%QT_QMLDIR%%/org/krita/sketch/components/TextField.qml +%%QT_QMLDIR%%/org/krita/sketch/components/TextFieldMultiline.qml +%%QT_QMLDIR%%/org/krita/sketch/components/Tooltip.qml +%%QT_QMLDIR%%/org/krita/sketch/components/VirtualKeyboard.qml +%%QT_QMLDIR%%/org/krita/sketch/components/qmldir +%%QT_QMLDIR%%/org/krita/sketch/libkritasketchplugin.so +%%QT_QMLDIR%%/org/krita/sketch/qmldir share/applications/krita_brush.desktop share/applications/krita_csv.desktop %%OPENEXR%%share/applications/krita_exr.desktop +share/applications/krita_gif.desktop share/applications/krita_heightmap.desktop share/applications/krita_jpeg.desktop -share/applications/krita_odg.desktop +share/applications/krita_kra.desktop share/applications/krita_ora.desktop share/applications/krita_pdf.desktop share/applications/krita_png.desktop share/applications/krita_ppm.desktop share/applications/krita_psd.desktop +share/applications/krita_qimageio.desktop share/applications/krita_raw.desktop share/applications/krita_spriter.desktop +share/applications/krita_svg.desktop share/applications/krita_tga.desktop share/applications/krita_tiff.desktop share/applications/krita_xcf.desktop @@ -223,6 +275,7 @@ share/applications/org.kde.krita.desktop share/color-schemes/KritaBlender.colors share/color-schemes/KritaBright.colors share/color-schemes/KritaDark.colors +share/color-schemes/KritaDarker.colors share/color-schemes/KritaNeutral.colors share/color/icc/krita/ACEScg-elle-V4-g10.icc share/color/icc/krita/ClayRGB-elle-V4-srgbtrc.icc @@ -269,7 +322,7 @@ share/icons/hicolor/scalable/apps/calligrakrita.svgz %%DATADIR%%/actions/ArtisticTextTool.action %%DATADIR%%/actions/ConnectionTool.action %%DATADIR%%/actions/InteractionTool.action -%%DATADIR%%/actions/KisRulerAssistantTool.action +%%DATADIR%%/actions/KisAssistantTool.action %%DATADIR%%/actions/KisToolCrop.action %%DATADIR%%/actions/KisToolPath.action %%DATADIR%%/actions/KisToolPencil.action @@ -285,182 +338,14 @@ share/icons/hicolor/scalable/apps/calligrakrita.svgz %%DATADIR%%/actions/KisToolTransform.action %%DATADIR%%/actions/MoveTool.action %%DATADIR%%/actions/PathTool.action -%%DATADIR%%/actions/ReferencesTool.action +%%DATADIR%%/actions/SvgTextTool.action %%DATADIR%%/actions/TextTool.action %%DATADIR%%/actions/krita.action %%DATADIR%%/actions/kritamenu.action -%%DATADIR%%/brushes/3_brush.png -%%DATADIR%%/brushes/3_dotted-flat.png -%%DATADIR%%/brushes/3_eroded.gih -%%DATADIR%%/brushes/3_flat-brush.png -%%DATADIR%%/brushes/3_rake.png -%%DATADIR%%/brushes/3_splat.png -%%DATADIR%%/brushes/3_texture.png -%%DATADIR%%/brushes/A_Angular_church.gbr -%%DATADIR%%/brushes/A_Angular_church_HR.gbr -%%DATADIR%%/brushes/A_Braids.gbr -%%DATADIR%%/brushes/A_Braids_b.gbr -%%DATADIR%%/brushes/A_Chain.gbr -%%DATADIR%%/brushes/A_Nice_sketch.gbr -%%DATADIR%%/brushes/A_Nice_sketch2.gbr -%%DATADIR%%/brushes/A_Rake.gbr -%%DATADIR%%/brushes/A_abstract-textured1.gbr -%%DATADIR%%/brushes/A_abstract-textured2.gbr -%%DATADIR%%/brushes/A_bamboo-leaves.gih -%%DATADIR%%/brushes/A_bamboo.gih -%%DATADIR%%/brushes/A_bokey.gbr -%%DATADIR%%/brushes/A_cloudy.gbr -%%DATADIR%%/brushes/A_concrete.gbr -%%DATADIR%%/brushes/A_crackled.gbr -%%DATADIR%%/brushes/A_craqules.gbr -%%DATADIR%%/brushes/A_crayon.gbr -%%DATADIR%%/brushes/A_dirty-brush.gih -%%DATADIR%%/brushes/A_dirty-spot.gbr -%%DATADIR%%/brushes/A_distant-mountain.gih -%%DATADIR%%/brushes/A_dynamic-brush.gih -%%DATADIR%%/brushes/A_dynamic-brush3.gih -%%DATADIR%%/brushes/A_eroded-brush2.gih -%%DATADIR%%/brushes/A_eroded-cercle-anim.gih -%%DATADIR%%/brushes/A_eroded-cercle_2.gbr -%%DATADIR%%/brushes/A_eroded-chinese-anim.gih -%%DATADIR%%/brushes/A_eroded-dirtybrush-anim.gih -%%DATADIR%%/brushes/A_eroded-knife-anim.gih -%%DATADIR%%/brushes/A_fairy-dust.gih -%%DATADIR%%/brushes/A_floor.gih -%%DATADIR%%/brushes/A_flowers.gih -%%DATADIR%%/brushes/A_forest.gih -%%DATADIR%%/brushes/A_fur.gih -%%DATADIR%%/brushes/A_grass-floor.gih -%%DATADIR%%/brushes/A_herbs.gih -%%DATADIR%%/brushes/A_leaves-mapple.gih -%%DATADIR%%/brushes/A_leaves.gih -%%DATADIR%%/brushes/A_lucky_star.gbr -%%DATADIR%%/brushes/A_mineral-cristal.gih -%%DATADIR%%/brushes/A_mountain-texture.gbr -%%DATADIR%%/brushes/A_pin.gih -%%DATADIR%%/brushes/A_provencal.gbr -%%DATADIR%%/brushes/A_random-vegetal.gih -%%DATADIR%%/brushes/A_random-vegetal2.gih -%%DATADIR%%/brushes/A_random-vegetal3.gbr -%%DATADIR%%/brushes/A_reptile-skin.gbr -%%DATADIR%%/brushes/A_rocks-floor-neg.gih -%%DATADIR%%/brushes/A_rocks.gih -%%DATADIR%%/brushes/A_smoke.gbr -%%DATADIR%%/brushes/A_snow-pack.gih -%%DATADIR%%/brushes/A_sparkle1.gbr -%%DATADIR%%/brushes/A_sparkle2.gbr -%%DATADIR%%/brushes/A_sparkle3.gbr -%%DATADIR%%/brushes/A_splat1.gbr -%%DATADIR%%/brushes/A_splat2.gih -%%DATADIR%%/brushes/A_starfield.gih -%%DATADIR%%/brushes/A_starfield2.gbr -%%DATADIR%%/brushes/A_wall-texture.gih -%%DATADIR%%/brushes/C_Cloud_1.gbr -%%DATADIR%%/brushes/C_Dirty_Spot.gbr -%%DATADIR%%/brushes/D_Dust_1.gbr -%%DATADIR%%/brushes/D_Dust_Particles.gih -%%DATADIR%%/brushes/D_Normal_dust.gbr -%%DATADIR%%/brushes/F_Furr_fast.gbr -%%DATADIR%%/brushes/Flat_textured1.gih -%%DATADIR%%/brushes/Flat_textured2.gih -%%DATADIR%%/brushes/G_Sparks.gih -%%DATADIR%%/brushes/LJF_Foliage_Brush_01.gbr -%%DATADIR%%/brushes/LJF_Foliage_Brush_02.gbr -%%DATADIR%%/brushes/LJF_Water_Brush_02.gih -%%DATADIR%%/brushes/LJF_Water_Brush_03.gih -%%DATADIR%%/brushes/LJF_smoke_c.gih -%%DATADIR%%/brushes/L_Coroballs.gbr -%%DATADIR%%/brushes/L_Foliage_1.gbr -%%DATADIR%%/brushes/L_Leaf_2.gbr -%%DATADIR%%/brushes/L_Leaf_3.gbr -%%DATADIR%%/brushes/L_Trees.gih -%%DATADIR%%/brushes/MZ_leaves.gbr -%%DATADIR%%/brushes/M_01.gbr -%%DATADIR%%/brushes/M_02.gbr -%%DATADIR%%/brushes/M_03.gbr -%%DATADIR%%/brushes/M_04.gbr -%%DATADIR%%/brushes/M_05.gbr -%%DATADIR%%/brushes/M_06.gbr -%%DATADIR%%/brushes/M_07.gbr -%%DATADIR%%/brushes/M_08.gbr -%%DATADIR%%/brushes/M_09.gbr -%%DATADIR%%/brushes/M_Arrow.gbr -%%DATADIR%%/brushes/M_Bulb.gbr -%%DATADIR%%/brushes/M_Cage.gbr -%%DATADIR%%/brushes/M_Pipe_1.gbr -%%DATADIR%%/brushes/M_Pipe_2.gbr -%%DATADIR%%/brushes/M_Pipe_3.gbr -%%DATADIR%%/brushes/M_Pipe_whiteflat.png -%%DATADIR%%/brushes/N_Grass_1.gih -%%DATADIR%%/brushes/N_Grass_2.gih -%%DATADIR%%/brushes/O_Oil_Soft.gbr -%%DATADIR%%/brushes/O_Oils_1.gbr -%%DATADIR%%/brushes/O_Oils_1_GP.gbr -%%DATADIR%%/brushes/O_Oils_Softer.gbr -%%DATADIR%%/brushes/P_2B_Pencil_Angled.gih -%%DATADIR%%/brushes/P_6B_Pencil_Angled.gih -%%DATADIR%%/brushes/P_Graphite_Black_Grass.gih -%%DATADIR%%/brushes/P_Graphite_Pencil.gih -%%DATADIR%%/brushes/P_Graphite_Pencil_grain.gih -%%DATADIR%%/brushes/P_Graphite_Pencil_grainb.gih -%%DATADIR%%/brushes/P_RealPencil10x10.gih -%%DATADIR%%/brushes/P_RealPencil16x16.gih -%%DATADIR%%/brushes/R_Rake1.gbr -%%DATADIR%%/brushes/R_Rake2.gbr -%%DATADIR%%/brushes/R_Rake3.gbr -%%DATADIR%%/brushes/R_Rake4.gbr -%%DATADIR%%/brushes/R_Rake_small.gbr -%%DATADIR%%/brushes/Real_Oil_2.gbr -%%DATADIR%%/brushes/Real_oil_1.gbr -%%DATADIR%%/brushes/Rect_textured1.gih -%%DATADIR%%/brushes/Rect_textured2.gih -%%DATADIR%%/brushes/Rect_textured3.gih -%%DATADIR%%/brushes/S_Smudge_Cheese.gbr -%%DATADIR%%/brushes/S_splats_02.gih -%%DATADIR%%/brushes/Sc_Scratch.gih -%%DATADIR%%/brushes/Sc_Scratches.gbr -%%DATADIR%%/brushes/Sc_Scratches_2.gbr -%%DATADIR%%/brushes/Sc_Scratches_3.gbr -%%DATADIR%%/brushes/T_Fibers_1.gih -%%DATADIR%%/brushes/T_Fibers_2.gih -%%DATADIR%%/brushes/T_Texture_1.gbr -%%DATADIR%%/brushes/T_Texture_2.gih -%%DATADIR%%/brushes/T_Texture_3.gih -%%DATADIR%%/brushes/T_Texture_4.gih -%%DATADIR%%/brushes/T_Texture_5.gih -%%DATADIR%%/brushes/T_Texture_6.gih -%%DATADIR%%/brushes/T_Texture_7.gih -%%DATADIR%%/brushes/Te_Techno_1.gih -%%DATADIR%%/brushes/Te_Techno_Angular_Cross.gbr -%%DATADIR%%/brushes/U_Circle_circuit.gbr -%%DATADIR%%/brushes/U_Circle_shape_1.gbr -%%DATADIR%%/brushes/U_Circle_shape_2.gbr -%%DATADIR%%/brushes/U_Circle_shape_3.gbr -%%DATADIR%%/brushes/U_Circle_shape_4.gbr -%%DATADIR%%/brushes/U_Circle_shape_5.gbr -%%DATADIR%%/brushes/U_Circle_shape_5b.gbr -%%DATADIR%%/brushes/U_Circle_shape_5c.gbr -%%DATADIR%%/brushes/V_Vyle_Rock.gih -%%DATADIR%%/brushes/Z_Chain_1.gbr -%%DATADIR%%/brushes/Z_Pixel_1.gbr -%%DATADIR%%/brushes/Z_Pixel_4x4_rounded.gbr -%%DATADIR%%/brushes/Z_Pixel_Cross.gbr -%%DATADIR%%/brushes/Z_Pixel__4_pix__45a.gbr -%%DATADIR%%/brushes/Z_Test-pressure.gih -%%DATADIR%%/brushes/Z_Triangle_shape_1.gbr -%%DATADIR%%/brushes/Z_Triangle_shape_2.gbr -%%DATADIR%%/brushes/oil_bristle.gbr -%%DATADIR%%/brushes/oil_knife.gbr -%%DATADIR%%/brushes/rake_textured_01.gbr -%%DATADIR%%/brushes/rake_textured_02.gbr -%%DATADIR%%/brushes/texture-a.png -%%DATADIR%%/brushes/z_study_pencil_2H.gih -%%DATADIR%%/brushes/z_study_pencil_2H_horiz.gih -%%DATADIR%%/brushes/z_study_pencil_2Hb.gih -%%DATADIR%%/brushes/z_study_pencil_H.gih -%%DATADIR%%/brushes/z_study_pencil_H_h.gih +%%DATADIR%%/brushes/triangle.svg +%%DATADIR%%/bundles/Krita_3_Default_Resources.bundle +%%DATADIR%%/bundles/Krita_4_Default_Resources.bundle %%DATADIR%%/bundles/README -%%DATADIR%%/defaultpresets/chalkbrush.kpp %%DATADIR%%/defaultpresets/colorsmudge.kpp %%DATADIR%%/defaultpresets/complex.kpp %%DATADIR%%/defaultpresets/curvebrush.kpp @@ -498,12 +383,10 @@ share/icons/hicolor/scalable/apps/calligrakrita.svgz %%DATADIR%%/gradients/GPS-Simple-Smoke.ggr %%DATADIR%%/gradients/GPS-Steel-Bars.ggr %%DATADIR%%/gradients/GPS-eye-_Blue_.ggr -%%DATADIR%%/images/krita-chalk.png %%DATADIR%%/images/krita-colorsmudge.png %%DATADIR%%/images/krita-curve.png %%DATADIR%%/images/krita-deform.png %%DATADIR%%/images/krita-duplicate.png -%%DATADIR%%/images/krita-dyna.png %%DATADIR%%/images/krita-eraser.png %%DATADIR%%/images/krita-experiment.png %%DATADIR%%/images/krita-filterop.png @@ -515,12 +398,11 @@ share/icons/hicolor/scalable/apps/calligrakrita.svgz %%DATADIR%%/images/krita-spray.png %%DATADIR%%/images/krita-sumi.png %%DATADIR%%/images/krita-tangentnormal-preview.png -%%DATADIR%%/images/krita-tangetnormal.png +%%DATADIR%%/images/krita-tangentnormal.png %%DATADIR%%/images/krita_roundmarkerop.svg %%DATADIR%%/input/kritadefault.profile %%DATADIR%%/input/painttoolsaicompatible.profile %%DATADIR%%/input/photoshopcompatible.profile -%%DATADIR%%/input/tabletpro.profile %%DATADIR%%/metadata/schemas/dc.schema %%DATADIR%%/metadata/schemas/exif.schema %%OPENEXR%%%%DATADIR%%/metadata/schemas/exrchannels.schema @@ -529,138 +411,8 @@ share/icons/hicolor/scalable/apps/calligrakrita.svgz %%DATADIR%%/metadata/schemas/xmp.schema %%DATADIR%%/metadata/schemas/xmpmm.schema %%DATADIR%%/metadata/schemas/xmprights.schema -%%DATADIR%%/paintoppresets/Airbrush_eraser.kpp -%%DATADIR%%/paintoppresets/Airbrush_linear.kpp -%%DATADIR%%/paintoppresets/Airbrush_linear_noisy.kpp -%%DATADIR%%/paintoppresets/Airbrush_pressure.kpp -%%DATADIR%%/paintoppresets/Basic_circle.kpp -%%DATADIR%%/paintoppresets/Basic_mix.kpp -%%DATADIR%%/paintoppresets/Basic_mix_soft.kpp -%%DATADIR%%/paintoppresets/Basic_tip_default.kpp -%%DATADIR%%/paintoppresets/Basic_tip_gaussian.kpp -%%DATADIR%%/paintoppresets/Basic_tip_soft.kpp -%%DATADIR%%/paintoppresets/Basic_wet.kpp -%%DATADIR%%/paintoppresets/Basic_wet_soft.kpp -%%DATADIR%%/paintoppresets/Blender_Blur.kpp -%%DATADIR%%/paintoppresets/Block_basic.kpp -%%DATADIR%%/paintoppresets/Block_bristles.kpp -%%DATADIR%%/paintoppresets/Block_fuzzy.kpp -%%DATADIR%%/paintoppresets/Block_mix_tilt.kpp -%%DATADIR%%/paintoppresets/Block_textured_1.kpp -%%DATADIR%%/paintoppresets/Block_textured_2.kpp -%%DATADIR%%/paintoppresets/Block_tilt.kpp -%%DATADIR%%/paintoppresets/Block_wet_tilt.kpp -%%DATADIR%%/paintoppresets/Bristle_Details.kpp -%%DATADIR%%/paintoppresets/Bristle_Large.kpp -%%DATADIR%%/paintoppresets/Bristle_Special_Blender.kpp -%%DATADIR%%/paintoppresets/Bristle_Squared.kpp -%%DATADIR%%/paintoppresets/Bristle_Tapered.kpp -%%DATADIR%%/paintoppresets/Bristle_Texture.kpp -%%DATADIR%%/paintoppresets/Bristle_frottis.kpp -%%DATADIR%%/paintoppresets/Bristles_hairy.kpp -%%DATADIR%%/paintoppresets/Bristles_mix.kpp -%%DATADIR%%/paintoppresets/Bristles_textured.kpp -%%DATADIR%%/paintoppresets/Bristles_wet.kpp -%%DATADIR%%/paintoppresets/Brush_dotted.kpp -%%DATADIR%%/paintoppresets/Brush_textured.kpp -%%DATADIR%%/paintoppresets/Chalk_brush.kpp -%%DATADIR%%/paintoppresets/Clone_tool.kpp -%%DATADIR%%/paintoppresets/Curve_curvy.kpp -%%DATADIR%%/paintoppresets/Curve_ink.kpp -%%DATADIR%%/paintoppresets/Curve_recurvy.kpp -%%DATADIR%%/paintoppresets/Curve_smooth.kpp -%%DATADIR%%/paintoppresets/Eraser_circle.kpp -%%DATADIR%%/paintoppresets/Eraser_hard.kpp -%%DATADIR%%/paintoppresets/Eraser_soft.kpp -%%DATADIR%%/paintoppresets/FX_blur_light.kpp -%%DATADIR%%/paintoppresets/FX_color_HSY.kpp -%%DATADIR%%/paintoppresets/FX_explode.kpp -%%DATADIR%%/paintoppresets/FX_glow_add.kpp -%%DATADIR%%/paintoppresets/FX_overlay.kpp -%%DATADIR%%/paintoppresets/FX_splat_starfield.kpp -%%DATADIR%%/paintoppresets/Fill_block.kpp -%%DATADIR%%/paintoppresets/Fill_circle.kpp -%%DATADIR%%/paintoppresets/Grid_square_25.kpp -%%DATADIR%%/paintoppresets/Hatch_crispy.kpp -%%DATADIR%%/paintoppresets/Hatch_cross_regular.kpp -%%DATADIR%%/paintoppresets/Hatch_cross_small.kpp -%%DATADIR%%/paintoppresets/Hatch_diag_S.kpp -%%DATADIR%%/paintoppresets/Hatch_diag_fat.kpp -%%DATADIR%%/paintoppresets/Hatch_moire.kpp -%%DATADIR%%/paintoppresets/Hatch_noisy.kpp -%%DATADIR%%/paintoppresets/Ink_ballpen.kpp -%%DATADIR%%/paintoppresets/Ink_brush_25.kpp -%%DATADIR%%/paintoppresets/Ink_circle_05.kpp -%%DATADIR%%/paintoppresets/Ink_circle_10.kpp -%%DATADIR%%/paintoppresets/Ink_gpen_10.kpp -%%DATADIR%%/paintoppresets/Ink_gpen_25.kpp -%%DATADIR%%/paintoppresets/Ink_tilt_10.kpp -%%DATADIR%%/paintoppresets/Ink_tilt_20.kpp -%%DATADIR%%/paintoppresets/Layout_block.kpp -%%DATADIR%%/paintoppresets/Layout_circle_soft.kpp -%%DATADIR%%/paintoppresets/Layout_oval.kpp -%%DATADIR%%/paintoppresets/Layout_pen.kpp -%%DATADIR%%/paintoppresets/Move_tool.kpp -%%DATADIR%%/paintoppresets/Oils_bristle.kpp -%%DATADIR%%/paintoppresets/Oils_knife.kpp -%%DATADIR%%/paintoppresets/Pastel_texture_large.kpp -%%DATADIR%%/paintoppresets/Pastel_texture_thin.kpp -%%DATADIR%%/paintoppresets/Pencil_2B.kpp -%%DATADIR%%/paintoppresets/Pencil_HB.kpp -%%DATADIR%%/paintoppresets/Pencil_texture.kpp -%%DATADIR%%/paintoppresets/Pencil_tilt.kpp -%%DATADIR%%/paintoppresets/Pixelart_dither.kpp -%%DATADIR%%/paintoppresets/Pixelart_round.kpp -%%DATADIR%%/paintoppresets/Pixelart_square.kpp -%%DATADIR%%/paintoppresets/Quick_circle_big.kpp -%%DATADIR%%/paintoppresets/Quick_circle_huge.kpp -%%DATADIR%%/paintoppresets/Quick_circle_layout.kpp -%%DATADIR%%/paintoppresets/Rake_bristle_dry.kpp -%%DATADIR%%/paintoppresets/Rake_texture.kpp -%%DATADIR%%/paintoppresets/Screentones.kpp -%%DATADIR%%/paintoppresets/Screentones_eraser.kpp -%%DATADIR%%/paintoppresets/Shape_fill.kpp -%%DATADIR%%/paintoppresets/Shape_smooth.kpp -%%DATADIR%%/paintoppresets/Sketch.kpp -%%DATADIR%%/paintoppresets/Sketch_chrome.kpp -%%DATADIR%%/paintoppresets/Sketch_fur.kpp -%%DATADIR%%/paintoppresets/Sketch_ink_big.kpp -%%DATADIR%%/paintoppresets/Sketch_ink_small.kpp -%%DATADIR%%/paintoppresets/Sketch_line.kpp -%%DATADIR%%/paintoppresets/Sketch_shade.kpp -%%DATADIR%%/paintoppresets/Sketch_shade_wash.kpp -%%DATADIR%%/paintoppresets/Sketch_speedpaint.kpp -%%DATADIR%%/paintoppresets/Sketch_speedpaint_shade.kpp -%%DATADIR%%/paintoppresets/Sketch_wires.kpp -%%DATADIR%%/paintoppresets/Smudge_block_tilt.kpp -%%DATADIR%%/paintoppresets/Smudge_rake.kpp -%%DATADIR%%/paintoppresets/Smudge_rake_2.kpp -%%DATADIR%%/paintoppresets/Smudge_soft.kpp -%%DATADIR%%/paintoppresets/Smudge_textured.kpp -%%DATADIR%%/paintoppresets/Smudge_water.kpp -%%DATADIR%%/paintoppresets/Sparkle_wet.kpp -%%DATADIR%%/paintoppresets/Sparkle_wet_soft.kpp -%%DATADIR%%/paintoppresets/Special_FuzzyColor.kpp -%%DATADIR%%/paintoppresets/Special_dyna_dots.kpp -%%DATADIR%%/paintoppresets/Special_particles_crazy.kpp -%%DATADIR%%/paintoppresets/Splat_mix_cells.kpp -%%DATADIR%%/paintoppresets/Splat_texture.kpp -%%DATADIR%%/paintoppresets/Splat_texture_2.kpp -%%DATADIR%%/paintoppresets/Splat_wet_cells.kpp -%%DATADIR%%/paintoppresets/Splatter_thin.kpp -%%DATADIR%%/paintoppresets/Sponge_texture.kpp -%%DATADIR%%/paintoppresets/Spray_splat.kpp -%%DATADIR%%/paintoppresets/Tangent_normal_basic.kpp -%%DATADIR%%/paintoppresets/Tangent_normal_drawing_angle.kpp -%%DATADIR%%/paintoppresets/Tangent_normal_hairy.kpp -%%DATADIR%%/paintoppresets/Tangent_normal_pixel.kpp -%%DATADIR%%/paintoppresets/Tangent_normal_y_inverted.kpp -%%DATADIR%%/paintoppresets/Texture_fuzzy.kpp -%%DATADIR%%/paintoppresets/Texture_hair.kpp -%%DATADIR%%/paintoppresets/Texture_leaves_fuzzy.kpp -%%DATADIR%%/paintoppresets/Textured_tilt.kpp -%%DATADIR%%/paintoppresets/ink_precision_03.kpp -%%DATADIR%%/paintoppresets/pixel1.kpp +%%DATADIR%%/paintoppresets/a)_Eraser_Circle.kpp +%%DATADIR%%/paintoppresets/b)_Basic-5_Size_default.kpp %%DATADIR%%/palettes/concept-cookie.gpl %%DATADIR%%/palettes/default.gpl %%DATADIR%%/palettes/gradient.gpl @@ -680,7 +432,6 @@ share/icons/hicolor/scalable/apps/calligrakrita.svgz %%DATADIR%%/patterns/04_paper-C-grain.png %%DATADIR%%/patterns/05_paper-torchon.png %%DATADIR%%/patterns/06_hard-grain.png -%%DATADIR%%/patterns/07_big-grain.png %%DATADIR%%/patterns/08_bump-relief.png %%DATADIR%%/patterns/09_drawed_crosshatched.png %%DATADIR%%/patterns/09b_drawed-CrossedLines.png @@ -702,10 +453,7 @@ share/icons/hicolor/scalable/apps/calligrakrita.svgz %%DATADIR%%/patterns/24-dynamic-screentone-B.png %%DATADIR%%/patterns/25-dynamic-screentone-C.png %%DATADIR%%/patterns/26_brush-marks.png -%%DATADIR%%/patterns/Canvas_Hard.pat -%%DATADIR%%/patterns/Canvas_covered.pat -%%DATADIR%%/patterns/Canvas_small_01.pat -%%DATADIR%%/patterns/Canvas_small_02.pat +%%DATADIR%%/patterns/Abstract_lines.png %%DATADIR%%/patterns/Cross01.pat %%DATADIR%%/patterns/Cross02.pat %%DATADIR%%/patterns/Cross03.pat @@ -721,12 +469,16 @@ share/icons/hicolor/scalable/apps/calligrakrita.svgz %%DATADIR%%/patterns/Grid05.pat %%DATADIR%%/patterns/HR_PastelPaper_02.pat %%DATADIR%%/patterns/HR_Wall_Paper.pat +%%DATADIR%%/patterns/Maze_lines.png %%DATADIR%%/patterns/Pattern01.pat %%DATADIR%%/patterns/Pattern02.pat %%DATADIR%%/patterns/Pattern03.pat %%DATADIR%%/patterns/Pattern04.pat %%DATADIR%%/patterns/Pattern05.pat %%DATADIR%%/patterns/Pattern06.pat +%%DATADIR%%/patterns/Rough_Paper.png +%%DATADIR%%/patterns/Rough_Wall_With_Impasto.png +%%DATADIR%%/patterns/Sand_fine.png %%DATADIR%%/patterns/Squares01.pat %%DATADIR%%/patterns/Squares02.pat %%DATADIR%%/patterns/Squares03.pat @@ -737,6 +489,7 @@ share/icons/hicolor/scalable/apps/calligrakrita.svgz %%DATADIR%%/patterns/Squares08.pat %%DATADIR%%/patterns/Squares09.pat %%DATADIR%%/patterns/Squares10.pat +%%DATADIR%%/patterns/Stars_Sized.png %%DATADIR%%/patterns/Stripes02.pat %%DATADIR%%/patterns/Stripes03.pat %%DATADIR%%/patterns/Stripes04.pat @@ -752,7 +505,6 @@ share/icons/hicolor/scalable/apps/calligrakrita.svgz %%DATADIR%%/patterns/fractal_pattern.pat %%DATADIR%%/patterns/generic_paper1.pat %%DATADIR%%/patterns/generic_paper2.pat -%%DATADIR%%/patterns/granite.pat %%DATADIR%%/patterns/hexacolBW__2.pat %%DATADIR%%/pics/dark_arrow_east.png %%DATADIR%%/pics/dark_arrow_north.png @@ -762,12 +514,22 @@ share/icons/hicolor/scalable/apps/calligrakrita.svgz %%DATADIR%%/pics/dark_arrow_south_east.png %%DATADIR%%/pics/dark_arrow_south_west.png %%DATADIR%%/pics/dark_arrow_west.png -%%DATADIR%%/pics/dark_krita_tool_ruler_assistant.png +%%DATADIR%%/pics/dark_krita_tool_assistant.png +%%DATADIR%%/pics/dark_template_DIN_A3_landscape.png +%%DATADIR%%/pics/dark_template_DIN_A4_portrait.png +%%DATADIR%%/pics/dark_template_animation.png +%%DATADIR%%/pics/dark_template_comics_empty.png +%%DATADIR%%/pics/dark_template_dslr.png +%%DATADIR%%/pics/dark_template_ratio_1610.png +%%DATADIR%%/pics/dark_template_ratio_2391.png +%%DATADIR%%/pics/dark_template_ratio_43.png +%%DATADIR%%/pics/dark_template_texture.png +%%DATADIR%%/pics/dark_template_web_design.png %%DATADIR%%/pics/extended_color_selector.png %%DATADIR%%/pics/kis_colselng_color_patches.png %%DATADIR%%/pics/kis_colselng_color_triangle.png %%DATADIR%%/pics/kis_colselng_my_paint_shade_selector.png -%%DATADIR%%/pics/krita_tool_ruler_assistant.png +%%DATADIR%%/pics/krita_tool_assistant.png %%DATADIR%%/pics/light_arrow_east.png %%DATADIR%%/pics/light_arrow_north.png %%DATADIR%%/pics/light_arrow_north_east.png @@ -776,17 +538,17 @@ share/icons/hicolor/scalable/apps/calligrakrita.svgz %%DATADIR%%/pics/light_arrow_south_east.png %%DATADIR%%/pics/light_arrow_south_west.png %%DATADIR%%/pics/light_arrow_west.png -%%DATADIR%%/pics/light_krita_tool_ruler_assistant.png -%%DATADIR%%/pics/template_DIN_A3_landscape.png -%%DATADIR%%/pics/template_DIN_A4_portrait.png -%%DATADIR%%/pics/template_animation.png -%%DATADIR%%/pics/template_comics_empty.png -%%DATADIR%%/pics/template_dslr.png -%%DATADIR%%/pics/template_ratio_1610.png -%%DATADIR%%/pics/template_ratio_2391.png -%%DATADIR%%/pics/template_ratio_43.png -%%DATADIR%%/pics/template_texture.png -%%DATADIR%%/pics/template_web_design.png +%%DATADIR%%/pics/light_krita_tool_assistant.png +%%DATADIR%%/pics/light_template_DIN_A3_landscape.png +%%DATADIR%%/pics/light_template_DIN_A4_portrait.png +%%DATADIR%%/pics/light_template_animation.png +%%DATADIR%%/pics/light_template_comics_empty.png +%%DATADIR%%/pics/light_template_dslr.png +%%DATADIR%%/pics/light_template_ratio_1610.png +%%DATADIR%%/pics/light_template_ratio_2391.png +%%DATADIR%%/pics/light_template_ratio_43.png +%%DATADIR%%/pics/light_template_texture.png +%%DATADIR%%/pics/light_template_web_design.png %%DATADIR%%/predefined_image_sizes/A3__300_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/A3__600_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/A4__300_ppi_.predefinedimage @@ -803,12 +565,242 @@ share/icons/hicolor/scalable/apps/calligrakrita.svgz %%DATADIR%%/predefined_image_sizes/US_Legal__300_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/US_Letter__300_ppi_.predefinedimage %%DATADIR%%/predefined_image_sizes/US_Tabloid__300_ppi_.predefinedimage +%%DATADIR%%/preset_icons/background.png +%%DATADIR%%/preset_icons/emblem_icons/addition.png +%%DATADIR%%/preset_icons/emblem_icons/color.png +%%DATADIR%%/preset_icons/emblem_icons/comic.png +%%DATADIR%%/preset_icons/emblem_icons/edit-pen.png +%%DATADIR%%/preset_icons/emblem_icons/emblem_angle_10.png +%%DATADIR%%/preset_icons/emblem_icons/emblem_angle_15.png +%%DATADIR%%/preset_icons/emblem_icons/emblem_angle_30.png +%%DATADIR%%/preset_icons/emblem_icons/emblem_angle_45.png +%%DATADIR%%/preset_icons/emblem_icons/emblem_angle_60.png +%%DATADIR%%/preset_icons/emblem_icons/emblem_angle_75.png +%%DATADIR%%/preset_icons/emblem_icons/emblem_angle_90.png +%%DATADIR%%/preset_icons/emblem_icons/emblem_rotation.png +%%DATADIR%%/preset_icons/emblem_icons/emblem_tilt.png +%%DATADIR%%/preset_icons/emblem_icons/experimental.png +%%DATADIR%%/preset_icons/emblem_icons/favorite.png +%%DATADIR%%/preset_icons/emblem_icons/love.png +%%DATADIR%%/preset_icons/emblem_icons/mechanical.png +%%DATADIR%%/preset_icons/emblem_icons/mouse.png +%%DATADIR%%/preset_icons/emblem_icons/multidirection.png +%%DATADIR%%/preset_icons/emblem_icons/question.png +%%DATADIR%%/preset_icons/emblem_icons/sketch.png +%%DATADIR%%/preset_icons/emblem_icons/wet.png +%%DATADIR%%/preset_icons/emblem_icons/whirlpool.png +%%DATADIR%%/preset_icons/tool_icons/acrylic-angled.png +%%DATADIR%%/preset_icons/tool_icons/acrylic-fan-used.png +%%DATADIR%%/preset_icons/tool_icons/acrylic-flat-old.png +%%DATADIR%%/preset_icons/tool_icons/acrylic-flat.png +%%DATADIR%%/preset_icons/tool_icons/acrylic-mop.png +%%DATADIR%%/preset_icons/tool_icons/acrylic-rounded-used.png +%%DATADIR%%/preset_icons/tool_icons/adjustement-contrast.png +%%DATADIR%%/preset_icons/tool_icons/adjustement-dark.png +%%DATADIR%%/preset_icons/tool_icons/airbrush.png +%%DATADIR%%/preset_icons/tool_icons/blending-stump.png +%%DATADIR%%/preset_icons/tool_icons/blur_soft.png +%%DATADIR%%/preset_icons/tool_icons/chalk-square.png +%%DATADIR%%/preset_icons/tool_icons/charcoal-block.png +%%DATADIR%%/preset_icons/tool_icons/charcoal-pencil-large.png +%%DATADIR%%/preset_icons/tool_icons/charcoal-pencil-medium.png +%%DATADIR%%/preset_icons/tool_icons/charcoal-pencil-thin.png +%%DATADIR%%/preset_icons/tool_icons/clone.png +%%DATADIR%%/preset_icons/tool_icons/color-effect.png +%%DATADIR%%/preset_icons/tool_icons/colored-pencil.png +%%DATADIR%%/preset_icons/tool_icons/deform.png +%%DATADIR%%/preset_icons/tool_icons/eraser-hard.png +%%DATADIR%%/preset_icons/tool_icons/eraser-kneaded.png +%%DATADIR%%/preset_icons/tool_icons/eraser-large.png +%%DATADIR%%/preset_icons/tool_icons/eraser-mechanical.png +%%DATADIR%%/preset_icons/tool_icons/experimental.png +%%DATADIR%%/preset_icons/tool_icons/filter.png +%%DATADIR%%/preset_icons/tool_icons/gel-pen.png +%%DATADIR%%/preset_icons/tool_icons/graphite.png +%%DATADIR%%/preset_icons/tool_icons/grid.png +%%DATADIR%%/preset_icons/tool_icons/ink-G-pen.png +%%DATADIR%%/preset_icons/tool_icons/ink-brush.png +%%DATADIR%%/preset_icons/tool_icons/ink-pen-atom.png +%%DATADIR%%/preset_icons/tool_icons/ink-pen-glass.png +%%DATADIR%%/preset_icons/tool_icons/inking_brush.png +%%DATADIR%%/preset_icons/tool_icons/inking_brush_blurry.png +%%DATADIR%%/preset_icons/tool_icons/inking_dynamic_pen.png +%%DATADIR%%/preset_icons/tool_icons/inking_dynamic_pen_though.png +%%DATADIR%%/preset_icons/tool_icons/inking_fine-line_medium.png +%%DATADIR%%/preset_icons/tool_icons/inking_fine-line_tiny.png +%%DATADIR%%/preset_icons/tool_icons/inking_pen_bumpy.png +%%DATADIR%%/preset_icons/tool_icons/inking_pen_bumpy_though.png +%%DATADIR%%/preset_icons/tool_icons/inking_pen_calligraphic.png +%%DATADIR%%/preset_icons/tool_icons/knife-rake.png +%%DATADIR%%/preset_icons/tool_icons/knife.png +%%DATADIR%%/preset_icons/tool_icons/large-rounded-cut.png +%%DATADIR%%/preset_icons/tool_icons/marker-large.png +%%DATADIR%%/preset_icons/tool_icons/marker-old.png +%%DATADIR%%/preset_icons/tool_icons/marker.png +%%DATADIR%%/preset_icons/tool_icons/mechanical-pencil.png +%%DATADIR%%/preset_icons/tool_icons/oil-filbert.png +%%DATADIR%%/preset_icons/tool_icons/oil-flat-large.png +%%DATADIR%%/preset_icons/tool_icons/oil-round-hard.png +%%DATADIR%%/preset_icons/tool_icons/paint-roller.png +%%DATADIR%%/preset_icons/tool_icons/pastel.png +%%DATADIR%%/preset_icons/tool_icons/pencil-black-stone.png +%%DATADIR%%/preset_icons/tool_icons/pencil-double-ring.png +%%DATADIR%%/preset_icons/tool_icons/rigger-brush.png +%%DATADIR%%/preset_icons/tool_icons/round_marker_detail.png +%%DATADIR%%/preset_icons/tool_icons/screentone-indicator.png +%%DATADIR%%/preset_icons/tool_icons/shape.png +%%DATADIR%%/preset_icons/tool_icons/sketching_wide_47.png +%%DATADIR%%/preset_icons/tool_icons/sketching_wide_bristles.png +%%DATADIR%%/preset_icons/tool_icons/special-effect-used-brush.png +%%DATADIR%%/preset_icons/tool_icons/stamp.png +%%DATADIR%%/preset_icons/tool_icons/stylus-colored-ring.png +%%DATADIR%%/preset_icons/tool_icons/stylus-colored.png +%%DATADIR%%/preset_icons/tool_icons/stylus-experimental.png +%%DATADIR%%/preset_icons/tool_icons/stylus-white.png +%%DATADIR%%/preset_icons/tool_icons/stylus.png +%%DATADIR%%/preset_icons/tool_icons/sumi-e.png +%%DATADIR%%/preset_icons/tool_icons/synthetic-filbert.png +%%DATADIR%%/preset_icons/tool_icons/synthetic-large-bright-used.png +%%DATADIR%%/preset_icons/tool_icons/synthetic-large-bright.png +%%DATADIR%%/preset_icons/tool_icons/synthetic-medium.png +%%DATADIR%%/preset_icons/tool_icons/synthetic-thin.png +%%DATADIR%%/preset_icons/tool_icons/synthetic-very-old.png +%%DATADIR%%/preset_icons/tool_icons/technical-pen.png +%%DATADIR%%/preset_icons/tool_icons/texture-indicator.png +%%DATADIR%%/preset_icons/tool_icons/thin-stylus-tablet.png +%%DATADIR%%/preset_icons/tool_icons/wand.png +%%DATADIR%%/preset_icons/tool_icons/watercolor-brush-medium.png +%%DATADIR%%/preset_icons/tool_icons/watercolor-flat.png +%%DATADIR%%/preset_icons/tool_icons/wide_brush_big.png +%%DATADIR%%/preset_icons/tool_icons/wide_brush_blurry.png +%%DATADIR%%/preset_icons/tool_icons/wide_dull_round.png +%%DATADIR%%/qmlthemes/default/colors.js +%%DATADIR%%/qmlthemes/default/fonts.js +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-Black.otf +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-BlackIt.otf +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-Bold.otf +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-BoldIt.otf +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-ExtraLight.otf +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-ExtraLightIt.otf +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-It.otf +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-Light.otf +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-LightIt.otf +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-Regular.otf +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-Semibold.otf +%%DATADIR%%/qmlthemes/default/fonts/SourceSansPro-SemiboldIt.otf +%%DATADIR%%/qmlthemes/default/icons/A4landscape-black.svg +%%DATADIR%%/qmlthemes/default/icons/A4portrait-black.svg +%%DATADIR%%/qmlthemes/default/icons/add-black.svg +%%DATADIR%%/qmlthemes/default/icons/add.svg +%%DATADIR%%/qmlthemes/default/icons/apply-black.svg +%%DATADIR%%/qmlthemes/default/icons/apply.svg +%%DATADIR%%/qmlthemes/default/icons/back.svg +%%DATADIR%%/qmlthemes/default/icons/camera-black.svg +%%DATADIR%%/qmlthemes/default/icons/cancel-black.svg +%%DATADIR%%/qmlthemes/default/icons/checkbox-checked.svg +%%DATADIR%%/qmlthemes/default/icons/checkbox-unchecked.svg +%%DATADIR%%/qmlthemes/default/icons/checker-small.svg +%%DATADIR%%/qmlthemes/default/icons/close.svg +%%DATADIR%%/qmlthemes/default/icons/color_wheel.svg +%%DATADIR%%/qmlthemes/default/icons/colorpicker.svg +%%DATADIR%%/qmlthemes/default/icons/combo-arrows-white.svg +%%DATADIR%%/qmlthemes/default/icons/crop-black.svg +%%DATADIR%%/qmlthemes/default/icons/crop.svg +%%DATADIR%%/qmlthemes/default/icons/delete-black.svg +%%DATADIR%%/qmlthemes/default/icons/delete.svg +%%DATADIR%%/qmlthemes/default/icons/down.svg +%%DATADIR%%/qmlthemes/default/icons/edit.svg +%%DATADIR%%/qmlthemes/default/icons/erase.svg +%%DATADIR%%/qmlthemes/default/icons/expansionmarker.svg +%%DATADIR%%/qmlthemes/default/icons/fileclip-black.svg +%%DATADIR%%/qmlthemes/default/icons/fileclip.svg +%%DATADIR%%/qmlthemes/default/icons/filenew-black.svg +%%DATADIR%%/qmlthemes/default/icons/filenew.svg +%%DATADIR%%/qmlthemes/default/icons/fileopen-black.svg +%%DATADIR%%/qmlthemes/default/icons/fileopen.svg +%%DATADIR%%/qmlthemes/default/icons/filesave.svg +%%DATADIR%%/qmlthemes/default/icons/filesaveas.svg +%%DATADIR%%/qmlthemes/default/icons/fileshare.svg +%%DATADIR%%/qmlthemes/default/icons/fill-black.svg +%%DATADIR%%/qmlthemes/default/icons/fill.svg +%%DATADIR%%/qmlthemes/default/icons/filter_delete-black.svg +%%DATADIR%%/qmlthemes/default/icons/filter_load-black.svg +%%DATADIR%%/qmlthemes/default/icons/filter_save-black.svg +%%DATADIR%%/qmlthemes/default/icons/forward.svg +%%DATADIR%%/qmlthemes/default/icons/gradient-black.svg +%%DATADIR%%/qmlthemes/default/icons/gradient.svg +%%DATADIR%%/qmlthemes/default/icons/help.svg +%%DATADIR%%/qmlthemes/default/icons/krita_sketch.svg +%%DATADIR%%/qmlthemes/default/icons/layer_clear.svg +%%DATADIR%%/qmlthemes/default/icons/layer_duplicate.svg +%%DATADIR%%/qmlthemes/default/icons/layer_filter-black.svg +%%DATADIR%%/qmlthemes/default/icons/layer_group-black.svg +%%DATADIR%%/qmlthemes/default/icons/layer_move_down.svg +%%DATADIR%%/qmlthemes/default/icons/layer_move_left.svg +%%DATADIR%%/qmlthemes/default/icons/layer_move_right.svg +%%DATADIR%%/qmlthemes/default/icons/layer_move_up.svg +%%DATADIR%%/qmlthemes/default/icons/layer_paint-black.svg +%%DATADIR%%/qmlthemes/default/icons/locked_off-black.svg +%%DATADIR%%/qmlthemes/default/icons/locked_off-small.svg +%%DATADIR%%/qmlthemes/default/icons/locked_on-black.svg +%%DATADIR%%/qmlthemes/default/icons/locked_on-small.svg +%%DATADIR%%/qmlthemes/default/icons/minimize.svg +%%DATADIR%%/qmlthemes/default/icons/mirror_c-black.svg +%%DATADIR%%/qmlthemes/default/icons/mirror_h-black.svg +%%DATADIR%%/qmlthemes/default/icons/mirror_v-black.svg +%%DATADIR%%/qmlthemes/default/icons/move-black.svg +%%DATADIR%%/qmlthemes/default/icons/move.svg +%%DATADIR%%/qmlthemes/default/icons/paint-black.svg +%%DATADIR%%/qmlthemes/default/icons/paint.svg +%%DATADIR%%/qmlthemes/default/icons/palette-add-black.svg +%%DATADIR%%/qmlthemes/default/icons/palette-black.svg +%%DATADIR%%/qmlthemes/default/icons/palette-delete-black.svg +%%DATADIR%%/qmlthemes/default/icons/palette.svg +%%DATADIR%%/qmlthemes/default/icons/redo.svg +%%DATADIR%%/qmlthemes/default/icons/select-add.svg +%%DATADIR%%/qmlthemes/default/icons/select-apply.svg +%%DATADIR%%/qmlthemes/default/icons/select-area.svg +%%DATADIR%%/qmlthemes/default/icons/select-color.svg +%%DATADIR%%/qmlthemes/default/icons/select-deselect.svg +%%DATADIR%%/qmlthemes/default/icons/select-hide.svg +%%DATADIR%%/qmlthemes/default/icons/select-intersect.svg +%%DATADIR%%/qmlthemes/default/icons/select-polygon.svg +%%DATADIR%%/qmlthemes/default/icons/select-rectangle.svg +%%DATADIR%%/qmlthemes/default/icons/select-replace.svg +%%DATADIR%%/qmlthemes/default/icons/select-reselect.svg +%%DATADIR%%/qmlthemes/default/icons/select-show.svg +%%DATADIR%%/qmlthemes/default/icons/select-sub.svg +%%DATADIR%%/qmlthemes/default/icons/settings.svg +%%DATADIR%%/qmlthemes/default/icons/switch.svg +%%DATADIR%%/qmlthemes/default/icons/transform-black.svg +%%DATADIR%%/qmlthemes/default/icons/transform.svg +%%DATADIR%%/qmlthemes/default/icons/undo.svg +%%DATADIR%%/qmlthemes/default/icons/up.svg +%%DATADIR%%/qmlthemes/default/icons/visible_off-black.svg +%%DATADIR%%/qmlthemes/default/icons/visible_off-small.svg +%%DATADIR%%/qmlthemes/default/icons/visible_off.svg +%%DATADIR%%/qmlthemes/default/icons/visible_on-black.svg +%%DATADIR%%/qmlthemes/default/icons/visible_on-small.svg +%%DATADIR%%/qmlthemes/default/icons/visible_on.svg +%%DATADIR%%/qmlthemes/default/icons/web.svg +%%DATADIR%%/qmlthemes/default/images/busyindicator.png +%%DATADIR%%/qmlthemes/default/images/divider.png +%%DATADIR%%/qmlthemes/default/images/header_krita_sketch.png +%%DATADIR%%/qmlthemes/default/images/header_krita_sketch_light.png +%%DATADIR%%/qmlthemes/default/images/kritasketch.png +%%DATADIR%%/qmlthemes/default/images/shadow.png +%%DATADIR%%/qmlthemes/default/sizes.js +%%DATADIR%%/qmlthemes/default/theme.qml %%DATADIR%%/shortcuts/krita_default.shortcuts %%DATADIR%%/shortcuts/paint_tool_sai_compatible.shortcuts %%DATADIR%%/shortcuts/photoshop_compatible.shortcuts %%DATADIR%%/shortcuts/tablet_pro.shortcuts -%%DATADIR%%/styles/markers.xml +%%DATADIR%%/styles/markers.svg +%%DATADIR%%/symbols/BalloonSymbols.svg +%%DATADIR%%/symbols/pepper_carrot_speech_bubbles.svg +%%DATADIR%%/symbols/preset_icons.svg %%DATADIR%%/tags/kis_paintoppresets_tags.xml +%%DATADIR%%/templates/animation/.directory %%DATADIR%%/templates/animation/.source/Anim-Jp-EN.kra %%DATADIR%%/templates/animation/.source/Anim-Jp-JP.kra %%DATADIR%%/templates/animation/Anim-Jp-EN.desktop @@ -878,6 +870,7 @@ share/icons/hicolor/scalable/apps/calligrakrita.svgz %%DATADIR%%/workspaces/Big_Paint_2.kws %%DATADIR%%/workspaces/Big_Vector.kws %%DATADIR%%/workspaces/Default.kws +%%DATADIR%%/workspaces/Minimal.kws %%DATADIR%%/workspaces/Small_Vector.kws %%DATADIR%%/workspaces/VFX_Paint.kws share/kritaplugins/buginfo.xmlgui diff --git a/textproc/kreport/Makefile b/textproc/kreport/Makefile index b23353dd190..d0e06e174eb 100644 --- a/textproc/kreport/Makefile +++ b/textproc/kreport/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= kreport -DISTVERSION= 3.0.2 -PORTREVISION= 1 +DISTVERSION= 3.1.0 CATEGORIES= textproc kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE/${PORTNAME} @@ -13,7 +12,7 @@ COMMENT= Framework for creation of reports in multiple formats LIB_DEPENDS= libKPropertyCore3.so:x11-toolkits/kproperty USES= cmake:outsource gettext kde:5 python:2.7 tar:xz -USE_KDE= config coreaddons ecm widgetsaddons +USE_KDE= config coreaddons ecm marble widgetsaddons USE_QT5= core gui network qml webkit widgets xml \ buildtools_build printsupport qmake_build diff --git a/textproc/kreport/distinfo b/textproc/kreport/distinfo index 2aeb94e88ad..61f2b36b24c 100644 --- a/textproc/kreport/distinfo +++ b/textproc/kreport/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1506101487 -SHA256 (KDE/kreport/kreport-3.0.2.tar.xz) = e04ea806381ec9fe40f63103e6ef45685a586faa5c85807347d733231cdca3fd -SIZE (KDE/kreport/kreport-3.0.2.tar.xz) = 227508 +TIMESTAMP = 1520616696 +SHA256 (KDE/kreport/kreport-3.1.0.tar.xz) = 3b6485629b5e4343b7ddf42efb1927310d60b143a22afe79925147d0ddcdf36c +SIZE (KDE/kreport/kreport-3.1.0.tar.xz) = 378980 diff --git a/textproc/kreport/pkg-plist b/textproc/kreport/pkg-plist index 254eb1e4da6..a7f2a0629dd 100644 --- a/textproc/kreport/pkg-plist +++ b/textproc/kreport/pkg-plist @@ -1,7 +1,7 @@ include/KReport3/KReportAsyncItemBase include/KReport3/KReportAsyncItemBase.h -include/KReport3/KReportData -include/KReport3/KReportData.h +include/KReport3/KReportDataSource +include/KReport3/KReportDataSource.h include/KReport3/KReportDesign include/KReport3/KReportDesign.h include/KReport3/KReportDesigner @@ -18,8 +18,6 @@ include/KReport3/KReportDesignerSectionDetailGroup include/KReport3/KReportDesignerSectionDetailGroup.h include/KReport3/KReportDocument include/KReport3/KReportDocument.h -include/KReport3/KReportDpi -include/KReport3/KReportDpi.h include/KReport3/KReportElement include/KReport3/KReportElement.h include/KReport3/KReportGroupTracker @@ -34,8 +32,6 @@ include/KReport3/KReportLineStyle include/KReport3/KReportLineStyle.h include/KReport3/KReportPage include/KReport3/KReportPage.h -include/KReport3/KReportPageOptions -include/KReport3/KReportPageOptions.h include/KReport3/KReportPageSize include/KReport3/KReportPageSize.h include/KReport3/KReportPluginInterface @@ -44,8 +40,6 @@ include/KReport3/KReportPluginManager include/KReport3/KReportPluginManager.h include/KReport3/KReportPluginMetaData include/KReport3/KReportPluginMetaData.h -include/KReport3/KReportPosition -include/KReport3/KReportPosition.h include/KReport3/KReportPreRenderer include/KReport3/KReportPreRenderer.h include/KReport3/KReportRenderObjects @@ -58,37 +52,225 @@ include/KReport3/KReportScriptDraw include/KReport3/KReportScriptDraw.h include/KReport3/KReportScriptHandler include/KReport3/KReportScriptHandler.h +include/KReport3/KReportScriptSource +include/KReport3/KReportScriptSource.h include/KReport3/KReportSection include/KReport3/KReportSection.h include/KReport3/KReportSectionData include/KReport3/KReportSectionData.h -include/KReport3/KReportSize -include/KReport3/KReportSize.h include/KReport3/KReportUnit include/KReport3/KReportUnit.h include/KReport3/KReportUtils include/KReport3/KReportUtils.h include/KReport3/KReportView include/KReport3/KReportView.h -include/KReport3/KReportZoomHandler -include/KReport3/KReportZoomHandler.h -include/KReport3/KReportZoomMode -include/KReport3/KReportZoomMode.h include/KReport3/config-kreport.h include/KReport3/kreport_export.h include/KReport3/kreport_version.h lib/cmake/KReport3/KReportConfig.cmake lib/cmake/KReport3/KReportConfigVersion.cmake +lib/cmake/KReport3/KReportQCHTargets.cmake lib/cmake/KReport3/KReportTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KReport3/KReportTargets.cmake lib/libKReport3.so -lib/libKReport3.so.3 -lib/libKReport3.so.3.0 +lib/libKReport3.so.4 +lib/libKReport3.so.4.1.0 %%QT_MKSPECDIR%%/modules/qt_KReport3.pri %%QT_PLUGINDIR%%/kreport3/org.kde.kreport.barcode.so +%%QT_PLUGINDIR%%/kreport3/org.kde.kreport.maps.so %%QT_PLUGINDIR%%/kreport3/org.kde.kreport.web.so libdata/pkgconfig/KReport3.pc share/kreport3/icons/kreport_breeze.rcc share/kreport3/icons/org.kde.kreport.barcode_breeze.rcc +share/kreport3/icons/org.kde.kreport.maps_breeze.rcc share/kreport3/icons/org.kde.kreport.web_breeze.rcc share/kservicetypes5/kreport_elementplugin.desktop +share/locale/af/LC_MESSAGES/kreport_qt.qm +share/locale/ar/LC_MESSAGES/kreport_qt.qm +share/locale/ast/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/ast/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/ast/LC_MESSAGES/kreport_qt.qm +share/locale/ast/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/be/LC_MESSAGES/kreport_qt.qm +share/locale/bg/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/bg/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/bg/LC_MESSAGES/kreport_qt.qm +share/locale/br/LC_MESSAGES/kreport_qt.qm +share/locale/bs/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/bs/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/bs/LC_MESSAGES/kreport_qt.qm +share/locale/bs/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/ca/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/ca/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/ca/LC_MESSAGES/kreport_qt.qm +share/locale/ca/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kreport_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/cs/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/cs/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/cs/LC_MESSAGES/kreport_qt.qm +share/locale/cs/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/cy/LC_MESSAGES/kreport_qt.qm +share/locale/da/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/da/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/da/LC_MESSAGES/kreport_qt.qm +share/locale/da/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/de/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/de/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/de/LC_MESSAGES/kreport_qt.qm +share/locale/de/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/el/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/el/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/el/LC_MESSAGES/kreport_qt.qm +share/locale/el/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/en_GB/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/en_GB/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/en_GB/LC_MESSAGES/kreport_qt.qm +share/locale/en_GB/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/eo/LC_MESSAGES/kreport_qt.qm +share/locale/es/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/es/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/es/LC_MESSAGES/kreport_qt.qm +share/locale/es/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/et/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/et/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/et/LC_MESSAGES/kreport_qt.qm +share/locale/et/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/eu/LC_MESSAGES/kreport_qt.qm +share/locale/fa/LC_MESSAGES/kreport_qt.qm +share/locale/fi/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/fi/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/fi/LC_MESSAGES/kreport_qt.qm +share/locale/fi/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/fr/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/fr/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/fr/LC_MESSAGES/kreport_qt.qm +share/locale/fr/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/fy/LC_MESSAGES/kreport_qt.qm +share/locale/ga/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/ga/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/ga/LC_MESSAGES/kreport_qt.qm +share/locale/ga/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/gl/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/gl/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/gl/LC_MESSAGES/kreport_qt.qm +share/locale/gl/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/he/LC_MESSAGES/kreport_qt.qm +share/locale/hi/LC_MESSAGES/kreport_qt.qm +share/locale/hne/LC_MESSAGES/kreport_qt.qm +share/locale/hr/LC_MESSAGES/kreport_qt.qm +share/locale/hu/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/hu/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/hu/LC_MESSAGES/kreport_qt.qm +share/locale/hu/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/ia/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/ia/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/ia/LC_MESSAGES/kreport_qt.qm +share/locale/ia/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/is/LC_MESSAGES/kreport_qt.qm +share/locale/it/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/it/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/it/LC_MESSAGES/kreport_qt.qm +share/locale/it/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/ja/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/ja/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/ja/LC_MESSAGES/kreport_qt.qm +share/locale/ja/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/kk/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/kk/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/kk/LC_MESSAGES/kreport_qt.qm +share/locale/kk/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/ko/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/ko/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/ko/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/ku/LC_MESSAGES/kreport_qt.qm +share/locale/lt/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/lt/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/lt/LC_MESSAGES/kreport_qt.qm +share/locale/lt/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/lv/LC_MESSAGES/kreport_qt.qm +share/locale/mai/LC_MESSAGES/kreport_qt.qm +share/locale/mk/LC_MESSAGES/kreport_qt.qm +share/locale/mr/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/mr/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/mr/LC_MESSAGES/kreport_qt.qm +share/locale/mr/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/ms/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/ms/LC_MESSAGES/kreport_qt.qm +share/locale/nb/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/nb/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/nb/LC_MESSAGES/kreport_qt.qm +share/locale/nb/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/nds/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/nds/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/nds/LC_MESSAGES/kreport_qt.qm +share/locale/nds/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/ne/LC_MESSAGES/kreport_qt.qm +share/locale/nl/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/nl/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/nl/LC_MESSAGES/kreport_qt.qm +share/locale/nl/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/nn/LC_MESSAGES/kreport_qt.qm +share/locale/oc/LC_MESSAGES/kreport_qt.qm +share/locale/pa/LC_MESSAGES/kreport_qt.qm +share/locale/pl/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/pl/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/pl/LC_MESSAGES/kreport_qt.qm +share/locale/pl/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/pt/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/pt/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/pt/LC_MESSAGES/kreport_qt.qm +share/locale/pt/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/pt_BR/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/pt_BR/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/pt_BR/LC_MESSAGES/kreport_qt.qm +share/locale/pt_BR/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/ro/LC_MESSAGES/kreport_qt.qm +share/locale/ru/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/ru/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/ru/LC_MESSAGES/kreport_qt.qm +share/locale/ru/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/se/LC_MESSAGES/kreport_qt.qm +share/locale/sk/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/sk/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/sk/LC_MESSAGES/kreport_qt.qm +share/locale/sk/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/sl/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/sl/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/sl/LC_MESSAGES/kreport_qt.qm +share/locale/sl/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/sv/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/sv/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/sv/LC_MESSAGES/kreport_qt.qm +share/locale/sv/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/ta/LC_MESSAGES/kreport_qt.qm +share/locale/tg/LC_MESSAGES/kreport_qt.qm +share/locale/th/LC_MESSAGES/kreport_qt.qm +share/locale/tr/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/tr/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/tr/LC_MESSAGES/kreport_qt.qm +share/locale/tr/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/ug/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/ug/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/ug/LC_MESSAGES/kreport_qt.qm +share/locale/ug/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/uk/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/uk/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/uk/LC_MESSAGES/kreport_qt.qm +share/locale/uk/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/uz/LC_MESSAGES/kreport_qt.qm +share/locale/uz@cyrillic/LC_MESSAGES/kreport_qt.qm +share/locale/vi/LC_MESSAGES/kreport_qt.qm +share/locale/wa/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/wa/LC_MESSAGES/kreport_qt.qm +share/locale/xh/LC_MESSAGES/kreport_qt.qm +share/locale/zh_CN/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/zh_CN/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/zh_CN/LC_MESSAGES/kreport_qt.qm +share/locale/zh_CN/LC_MESSAGES/kreport_webplugin_qt.qm +share/locale/zh_TW/LC_MESSAGES/kreport_barcodeplugin_qt.qm +share/locale/zh_TW/LC_MESSAGES/kreport_mapsplugin_qt.qm +share/locale/zh_TW/LC_MESSAGES/kreport_qt.qm +share/locale/zh_TW/LC_MESSAGES/kreport_webplugin_qt.qm diff --git a/x11-toolkits/kproperty/Makefile b/x11-toolkits/kproperty/Makefile index 2b91be6d8f6..dda00155696 100644 --- a/x11-toolkits/kproperty/Makefile +++ b/x11-toolkits/kproperty/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= kproperty -DISTVERSION= 3.0.2 +DISTVERSION= 3.1.0 CATEGORIES= x11-toolkits kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE/${PORTNAME} diff --git a/x11-toolkits/kproperty/distinfo b/x11-toolkits/kproperty/distinfo index b83a6497c1d..47640fe3866 100644 --- a/x11-toolkits/kproperty/distinfo +++ b/x11-toolkits/kproperty/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1506101564 -SHA256 (KDE/kproperty/kproperty-3.0.2.tar.xz) = d5fa71ee621a30221f427b53282abe124347842bcf657269b7f7b77355dbf3c3 -SIZE (KDE/kproperty/kproperty-3.0.2.tar.xz) = 82556 +TIMESTAMP = 1520616702 +SHA256 (KDE/kproperty/kproperty-3.1.0.tar.xz) = 7ede8ee868ba480e4666a32b4b26d279b1e45177f83b0ada32a15fa9cee514a3 +SIZE (KDE/kproperty/kproperty-3.1.0.tar.xz) = 123528 diff --git a/x11-toolkits/kproperty/pkg-plist b/x11-toolkits/kproperty/pkg-plist index fd117dab149..4dbd51c95f6 100644 --- a/x11-toolkits/kproperty/pkg-plist +++ b/x11-toolkits/kproperty/pkg-plist @@ -2,8 +2,12 @@ include/KPropertyCore3/KProperty include/KPropertyCore3/KProperty.h include/KPropertyCore3/KPropertyFactory include/KPropertyCore3/KPropertyFactory.h +include/KPropertyCore3/KPropertyListData +include/KPropertyCore3/KPropertyListData.h include/KPropertyCore3/KPropertySet include/KPropertyCore3/KPropertySet.h +include/KPropertyCore3/KPropertySetBuffer +include/KPropertyCore3/KPropertySetBuffer.h include/KPropertyCore3/config-kproperty.h include/KPropertyCore3/kproperty_version.h include/KPropertyCore3/kpropertycore_export.h @@ -18,6 +22,10 @@ include/KPropertyWidgets3/KPropertyEditorView include/KPropertyWidgets3/KPropertyEditorView.h include/KPropertyWidgets3/KPropertyGenericSelectionEditor include/KPropertyWidgets3/KPropertyGenericSelectionEditor.h +include/KPropertyWidgets3/KPropertyMultiLineStringEditor +include/KPropertyWidgets3/KPropertyMultiLineStringEditor.h +include/KPropertyWidgets3/KPropertyRectFEditor +include/KPropertyWidgets3/KPropertyRectFEditor.h include/KPropertyWidgets3/KPropertyStringEditor include/KPropertyWidgets3/KPropertyStringEditor.h include/KPropertyWidgets3/KPropertyUrlEditor @@ -56,18 +64,70 @@ include/KPropertyWidgets3/timeedit.h include/KPropertyWidgets3/utils.h lib/cmake/KPropertyCore3/KPropertyCoreConfig.cmake lib/cmake/KPropertyCore3/KPropertyCoreConfigVersion.cmake +lib/cmake/KPropertyCore3/KPropertyCoreQCHTargets.cmake lib/cmake/KPropertyCore3/KPropertyCoreTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KPropertyCore3/KPropertyCoreTargets.cmake lib/cmake/KPropertyWidgets3/KPropertyWidgetsConfig.cmake lib/cmake/KPropertyWidgets3/KPropertyWidgetsConfigVersion.cmake +lib/cmake/KPropertyWidgets3/KPropertyWidgetsQCHTargets.cmake lib/cmake/KPropertyWidgets3/KPropertyWidgetsTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/KPropertyWidgets3/KPropertyWidgetsTargets.cmake lib/libKPropertyCore3.so -lib/libKPropertyCore3.so.3 -lib/libKPropertyCore3.so.3.0 +lib/libKPropertyCore3.so.4 +lib/libKPropertyCore3.so.4.1.0 lib/libKPropertyWidgets3.so -lib/libKPropertyWidgets3.so.3 -lib/libKPropertyWidgets3.so.3.0 +lib/libKPropertyWidgets3.so.4 +lib/libKPropertyWidgets3.so.4.1.0 libdata/pkgconfig/KPropertyCore3.pc libdata/pkgconfig/KPropertyWidgets3.pc share/kpropertywidgets3/icons/kproperty_breeze.rcc +share/locale/ast/LC_MESSAGES/kpropertycore_qt.qm +share/locale/ast/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/ca/LC_MESSAGES/kpropertycore_qt.qm +share/locale/ca/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kpropertycore_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/cs/LC_MESSAGES/kpropertycore_qt.qm +share/locale/cs/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/de/LC_MESSAGES/kpropertycore_qt.qm +share/locale/de/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/en_GB/LC_MESSAGES/kpropertycore_qt.qm +share/locale/en_GB/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/es/LC_MESSAGES/kpropertycore_qt.qm +share/locale/es/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/fi/LC_MESSAGES/kpropertycore_qt.qm +share/locale/fi/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/fr/LC_MESSAGES/kpropertycore_qt.qm +share/locale/fr/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/gl/LC_MESSAGES/kpropertycore_qt.qm +share/locale/gl/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/ia/LC_MESSAGES/kpropertycore_qt.qm +share/locale/ia/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/it/LC_MESSAGES/kpropertycore_qt.qm +share/locale/it/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/ja/LC_MESSAGES/kpropertycore_qt.qm +share/locale/ja/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/lt/LC_MESSAGES/kpropertycore_qt.qm +share/locale/lt/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/nl/LC_MESSAGES/kpropertycore_qt.qm +share/locale/nl/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/pl/LC_MESSAGES/kpropertycore_qt.qm +share/locale/pl/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/pt/LC_MESSAGES/kpropertycore_qt.qm +share/locale/pt/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/pt_BR/LC_MESSAGES/kpropertycore_qt.qm +share/locale/pt_BR/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/ru/LC_MESSAGES/kpropertycore_qt.qm +share/locale/ru/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/sk/LC_MESSAGES/kpropertycore_qt.qm +share/locale/sk/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/sv/LC_MESSAGES/kpropertycore_qt.qm +share/locale/sv/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/tr/LC_MESSAGES/kpropertycore_qt.qm +share/locale/tr/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/uk/LC_MESSAGES/kpropertycore_qt.qm +share/locale/uk/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/zh_CN/LC_MESSAGES/kpropertycore_qt.qm +share/locale/zh_CN/LC_MESSAGES/kpropertywidgets_qt.qm +share/locale/zh_TW/LC_MESSAGES/kpropertycore_qt.qm +share/locale/zh_TW/LC_MESSAGES/kpropertywidgets_qt.qm |