Index: databases/Makefile =================================================================== --- databases/Makefile +++ databases/Makefile @@ -127,6 +127,8 @@ SUBDIR += jrobin SUBDIR += jrrd SUBDIR += kbibtex + SUBDIR += kdb + SUBDIR += kexi SUBDIR += kyotocabinet SUBDIR += kyototycoon SUBDIR += ldb Index: databases/kdb/Makefile =================================================================== --- /dev/null +++ databases/kdb/Makefile @@ -0,0 +1,32 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kdb +PORTVERSION= 3.0.0 +CATEGORIES= databases kde +MASTER_SITES= KDE/stable/${PORTNAME}/src +DIST_SUBDIR= KDE/${PORTNAME} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Database connectivity and creation framework + +LIB_DEPENDS= libicuuc.so:devel/icu + +USES= cmake:outsource gettext kde:5 python:2 tar:xz +USE_KDE= coreaddons ecm i18n +USE_QT5= core gui network widgets xml \ + buildtools_build qmake_build + +# In the future, these options will be moved into slave ports +OPTIONS_DEFINE= SQLITE MYSQL PGSQL +OPTIONS_SUB= YES +OPTIONS_DEFAULT= ${OPTIONS_DEFINE} + +SQLITE_USES= sqlite +SQLITE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Sqlite +MYSQL_USES= mysql +MYSQL_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_MySQL +PGSQL_USES= pgsql +PGSQL_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_PostgreSQL + +.include Index: databases/kdb/distinfo =================================================================== --- /dev/null +++ databases/kdb/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1481141837 +SHA256 (KDE/kdb/kdb-3.0.0.tar.xz) = b7dcc4f90a6adf069faa725bb2182639b59ff4f570f7fd1b790c3012c68913a0 +SIZE (KDE/kdb/kdb-3.0.0.tar.xz) = 478500 Index: databases/kdb/pkg-descr =================================================================== --- /dev/null +++ databases/kdb/pkg-descr @@ -0,0 +1,7 @@ +KDb is a database connectivity and creation framework, consisted of a +general-purpose C++ Qt library and set of plugins delivering support for +various database vendors. + +It is a part of the Kexi project and the general Calligra Suite. + +WWW: http://community.kde.org/KDb Index: databases/kdb/pkg-plist =================================================================== --- /dev/null +++ databases/kdb/pkg-plist @@ -0,0 +1,229 @@ +%%SQLITE%%bin/kdb3_sqlite3_dump +include/KDb3/KDb +include/KDb3/KDb.h +include/KDb3/KDbAdmin +include/KDb3/KDbAdmin.h +include/KDb3/KDbAlter +include/KDb3/KDbAlter.h +include/KDb3/KDbConnection +include/KDb3/KDbConnection.h +include/KDb3/KDbConnectionData +include/KDb3/KDbConnectionData.h +include/KDb3/KDbConnectionOptions +include/KDb3/KDbConnectionOptions.h +include/KDb3/KDbConnectionProxy +include/KDb3/KDbConnectionProxy.h +include/KDb3/KDbCursor +include/KDb3/KDbCursor.h +include/KDb3/KDbDriver +include/KDb3/KDbDriver.h +include/KDb3/KDbDriverBehavior +include/KDb3/KDbDriverBehavior.h +include/KDb3/KDbDriverManager +include/KDb3/KDbDriverManager.h +include/KDb3/KDbDriverMetaData +include/KDb3/KDbDriverMetaData.h +include/KDb3/KDbError +include/KDb3/KDbError.h +include/KDb3/KDbEscapedString +include/KDb3/KDbEscapedString.h +include/KDb3/KDbExpression +include/KDb3/KDbExpression.h +include/KDb3/KDbExpressionData +include/KDb3/KDbExpressionData.h +include/KDb3/KDbField +include/KDb3/KDbField.h +include/KDb3/KDbFieldList +include/KDb3/KDbFieldList.h +include/KDb3/KDbFieldValidator +include/KDb3/KDbFieldValidator.h +include/KDb3/KDbGlobal +include/KDb3/KDbGlobal.h +include/KDb3/KDbIdentifierValidator +include/KDb3/KDbIdentifierValidator.h +include/KDb3/KDbIndexSchema +include/KDb3/KDbIndexSchema.h +include/KDb3/KDbLongLongValidator +include/KDb3/KDbLongLongValidator.h +include/KDb3/KDbLookupFieldSchema +include/KDb3/KDbLookupFieldSchema.h +include/KDb3/KDbMessageHandler +include/KDb3/KDbMessageHandler.h +include/KDb3/KDbNativeStatementBuilder +include/KDb3/KDbNativeStatementBuilder.h +include/KDb3/KDbObject +include/KDb3/KDbObject.h +include/KDb3/KDbObjectNameValidator +include/KDb3/KDbObjectNameValidator.h +include/KDb3/KDbParser +include/KDb3/KDbParser.h +include/KDb3/KDbPreparedStatement +include/KDb3/KDbPreparedStatement.h +include/KDb3/KDbPreparedStatementInterface +include/KDb3/KDbPreparedStatementInterface.h +include/KDb3/KDbProperties +include/KDb3/KDbProperties.h +include/KDb3/KDbQueryColumnInfo +include/KDb3/KDbQueryColumnInfo.h +include/KDb3/KDbQuerySchema +include/KDb3/KDbQuerySchema.h +include/KDb3/KDbQuerySchemaParameter +include/KDb3/KDbQuerySchemaParameter.h +include/KDb3/KDbRecordData +include/KDb3/KDbRecordData.h +include/KDb3/KDbRecordEditBuffer +include/KDb3/KDbRecordEditBuffer.h +include/KDb3/KDbRelationship +include/KDb3/KDbRelationship.h +include/KDb3/KDbResult +include/KDb3/KDbResult.h +include/KDb3/KDbSqlField +include/KDb3/KDbSqlField.h +include/KDb3/KDbSqlRecord +include/KDb3/KDbSqlRecord.h +include/KDb3/KDbSqlResult +include/KDb3/KDbSqlResult.h +include/KDb3/KDbSqlString +include/KDb3/KDbSqlString.h +include/KDb3/KDbTableOrQuerySchema +include/KDb3/KDbTableOrQuerySchema.h +include/KDb3/KDbTableSchema +include/KDb3/KDbTableSchema.h +include/KDb3/KDbTableViewColumn +include/KDb3/KDbTableViewColumn.h +include/KDb3/KDbTableViewData +include/KDb3/KDbTableViewData.h +include/KDb3/KDbToken +include/KDb3/KDbToken.h +include/KDb3/KDbTransaction +include/KDb3/KDbTransaction.h +include/KDb3/KDbTristate +include/KDb3/KDbTristate.h +include/KDb3/KDbUtils +include/KDb3/KDbUtils.h +include/KDb3/KDbValidator +include/KDb3/KDbValidator.h +include/KDb3/KDbVersionInfo +include/KDb3/KDbVersionInfo.h +include/KDb3/config-kdb.h +include/KDb3/kdb_export.h +include/KDb3/kdb_version.h +lib/cmake/KDb3/KDbConfig.cmake +lib/cmake/KDb3/KDbConfigVersion.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 +lib/pkgconfig/KDb3.pc +%%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 +%%MYSQL%%share/locale/ast/LC_MESSAGES/kdb_mysqldriver_qt.mo +%%PGSQL%%share/locale/ast/LC_MESSAGES/kdb_postgresqldriver_qt.mo +share/locale/ast/LC_MESSAGES/kdb_qt.mo +%%SQLITE%%share/locale/ast/LC_MESSAGES/kdb_sqlitedriver_qt.mo +share/locale/ast/LC_MESSAGES/kdb_sybasedriver_qt.mo +share/locale/ast/LC_MESSAGES/kdb_xbasedriver_qt.mo +%%MYSQL%%share/locale/ca/LC_MESSAGES/kdb_mysqldriver_qt.mo +%%PGSQL%%share/locale/ca/LC_MESSAGES/kdb_postgresqldriver_qt.mo +share/locale/ca/LC_MESSAGES/kdb_qt.mo +%%SQLITE%%share/locale/ca/LC_MESSAGES/kdb_sqlitedriver_qt.mo +share/locale/ca/LC_MESSAGES/kdb_xbasedriver_qt.mo +%%MYSQL%%share/locale/ca@valencia/LC_MESSAGES/kdb_mysqldriver_qt.mo +%%PGSQL%%share/locale/ca@valencia/LC_MESSAGES/kdb_postgresqldriver_qt.mo +share/locale/ca@valencia/LC_MESSAGES/kdb_qt.mo +%%SQLITE%%share/locale/ca@valencia/LC_MESSAGES/kdb_sqlitedriver_qt.mo +share/locale/ca@valencia/LC_MESSAGES/kdb_xbasedriver_qt.mo +%%MYSQL%%share/locale/cs/LC_MESSAGES/kdb_mysqldriver_qt.mo +%%PGSQL%%share/locale/cs/LC_MESSAGES/kdb_postgresqldriver_qt.mo +share/locale/cs/LC_MESSAGES/kdb_qt.mo +%%SQLITE%%share/locale/cs/LC_MESSAGES/kdb_sqlitedriver_qt.mo +share/locale/cs/LC_MESSAGES/kdb_xbasedriver_qt.mo +%%MYSQL%%share/locale/de/LC_MESSAGES/kdb_mysqldriver_qt.mo +%%PGSQL%%share/locale/de/LC_MESSAGES/kdb_postgresqldriver_qt.mo +share/locale/de/LC_MESSAGES/kdb_qt.mo +%%SQLITE%%share/locale/de/LC_MESSAGES/kdb_sqlitedriver_qt.mo +share/locale/de/LC_MESSAGES/kdb_xbasedriver_qt.mo +%%MYSQL%%share/locale/en_GB/LC_MESSAGES/kdb_mysqldriver_qt.mo +%%PGSQL%%share/locale/en_GB/LC_MESSAGES/kdb_postgresqldriver_qt.mo +share/locale/en_GB/LC_MESSAGES/kdb_qt.mo +%%SQLITE%%share/locale/en_GB/LC_MESSAGES/kdb_sqlitedriver_qt.mo +share/locale/en_GB/LC_MESSAGES/kdb_xbasedriver_qt.mo +%%MYSQL%%share/locale/es/LC_MESSAGES/kdb_mysqldriver_qt.mo +%%PGSQL%%share/locale/es/LC_MESSAGES/kdb_postgresqldriver_qt.mo +share/locale/es/LC_MESSAGES/kdb_qt.mo +%%SQLITE%%share/locale/es/LC_MESSAGES/kdb_sqlitedriver_qt.mo +share/locale/es/LC_MESSAGES/kdb_sybasedriver_qt.mo +share/locale/es/LC_MESSAGES/kdb_xbasedriver_qt.mo +%%MYSQL%%share/locale/fi/LC_MESSAGES/kdb_mysqldriver_qt.mo +%%PGSQL%%share/locale/fi/LC_MESSAGES/kdb_postgresqldriver_qt.mo +share/locale/fi/LC_MESSAGES/kdb_qt.mo +%%SQLITE%%share/locale/fi/LC_MESSAGES/kdb_sqlitedriver_qt.mo +share/locale/fi/LC_MESSAGES/kdb_xbasedriver_qt.mo +%%MYSQL%%share/locale/gl/LC_MESSAGES/kdb_mysqldriver_qt.mo +%%PGSQL%%share/locale/gl/LC_MESSAGES/kdb_postgresqldriver_qt.mo +share/locale/gl/LC_MESSAGES/kdb_qt.mo +%%SQLITE%%share/locale/gl/LC_MESSAGES/kdb_sqlitedriver_qt.mo +share/locale/gl/LC_MESSAGES/kdb_xbasedriver_qt.mo +%%MYSQL%%share/locale/hu/LC_MESSAGES/kdb_mysqldriver_qt.mo +%%MYSQL%%share/locale/ja/LC_MESSAGES/kdb_mysqldriver_qt.mo +%%PGSQL%%share/locale/ja/LC_MESSAGES/kdb_postgresqldriver_qt.mo +share/locale/ja/LC_MESSAGES/kdb_qt.mo +%%SQLITE%%share/locale/ja/LC_MESSAGES/kdb_sqlitedriver_qt.mo +share/locale/ja/LC_MESSAGES/kdb_sybasedriver_qt.mo +share/locale/ja/LC_MESSAGES/kdb_xbasedriver_qt.mo +%%MYSQL%%share/locale/lt/LC_MESSAGES/kdb_mysqldriver_qt.mo +%%PGSQL%%share/locale/lt/LC_MESSAGES/kdb_postgresqldriver_qt.mo +share/locale/lt/LC_MESSAGES/kdb_qt.mo +%%SQLITE%%share/locale/lt/LC_MESSAGES/kdb_sqlitedriver_qt.mo +share/locale/lt/LC_MESSAGES/kdb_sybasedriver_qt.mo +share/locale/lt/LC_MESSAGES/kdb_xbasedriver_qt.mo +%%MYSQL%%share/locale/nl/LC_MESSAGES/kdb_mysqldriver_qt.mo +%%PGSQL%%share/locale/nl/LC_MESSAGES/kdb_postgresqldriver_qt.mo +share/locale/nl/LC_MESSAGES/kdb_qt.mo +%%SQLITE%%share/locale/nl/LC_MESSAGES/kdb_sqlitedriver_qt.mo +share/locale/nl/LC_MESSAGES/kdb_xbasedriver_qt.mo +%%MYSQL%%share/locale/pl/LC_MESSAGES/kdb_mysqldriver_qt.mo +%%PGSQL%%share/locale/pl/LC_MESSAGES/kdb_postgresqldriver_qt.mo +share/locale/pl/LC_MESSAGES/kdb_qt.mo +%%SQLITE%%share/locale/pl/LC_MESSAGES/kdb_sqlitedriver_qt.mo +share/locale/pl/LC_MESSAGES/kdb_xbasedriver_qt.mo +%%MYSQL%%share/locale/pt/LC_MESSAGES/kdb_mysqldriver_qt.mo +%%PGSQL%%share/locale/pt/LC_MESSAGES/kdb_postgresqldriver_qt.mo +share/locale/pt/LC_MESSAGES/kdb_qt.mo +%%SQLITE%%share/locale/pt/LC_MESSAGES/kdb_sqlitedriver_qt.mo +share/locale/pt/LC_MESSAGES/kdb_sybasedriver_qt.mo +share/locale/pt/LC_MESSAGES/kdb_xbasedriver_qt.mo +%%MYSQL%%share/locale/pt_BR/LC_MESSAGES/kdb_mysqldriver_qt.mo +%%PGSQL%%share/locale/pt_BR/LC_MESSAGES/kdb_postgresqldriver_qt.mo +share/locale/pt_BR/LC_MESSAGES/kdb_qt.mo +%%SQLITE%%share/locale/pt_BR/LC_MESSAGES/kdb_sqlitedriver_qt.mo +share/locale/pt_BR/LC_MESSAGES/kdb_xbasedriver_qt.mo +%%MYSQL%%share/locale/ru/LC_MESSAGES/kdb_mysqldriver_qt.mo +%%PGSQL%%share/locale/ru/LC_MESSAGES/kdb_postgresqldriver_qt.mo +share/locale/ru/LC_MESSAGES/kdb_qt.mo +%%SQLITE%%share/locale/ru/LC_MESSAGES/kdb_sqlitedriver_qt.mo +%%MYSQL%%share/locale/sk/LC_MESSAGES/kdb_mysqldriver_qt.mo +%%PGSQL%%share/locale/sk/LC_MESSAGES/kdb_postgresqldriver_qt.mo +share/locale/sk/LC_MESSAGES/kdb_qt.mo +%%SQLITE%%share/locale/sk/LC_MESSAGES/kdb_sqlitedriver_qt.mo +share/locale/sk/LC_MESSAGES/kdb_sybasedriver_qt.mo +share/locale/sk/LC_MESSAGES/kdb_xbasedriver_qt.mo +%%MYSQL%%share/locale/sv/LC_MESSAGES/kdb_mysqldriver_qt.mo +%%PGSQL%%share/locale/sv/LC_MESSAGES/kdb_postgresqldriver_qt.mo +share/locale/sv/LC_MESSAGES/kdb_qt.mo +%%SQLITE%%share/locale/sv/LC_MESSAGES/kdb_sqlitedriver_qt.mo +share/locale/sv/LC_MESSAGES/kdb_xbasedriver_qt.mo +%%MYSQL%%share/locale/uk/LC_MESSAGES/kdb_mysqldriver_qt.mo +%%PGSQL%%share/locale/uk/LC_MESSAGES/kdb_postgresqldriver_qt.mo +share/locale/uk/LC_MESSAGES/kdb_qt.mo +%%SQLITE%%share/locale/uk/LC_MESSAGES/kdb_sqlitedriver_qt.mo +share/locale/uk/LC_MESSAGES/kdb_xbasedriver_qt.mo +%%MYSQL%%share/locale/zh_CN/LC_MESSAGES/kdb_mysqldriver_qt.mo +%%PGSQL%%share/locale/zh_CN/LC_MESSAGES/kdb_postgresqldriver_qt.mo +share/locale/zh_CN/LC_MESSAGES/kdb_qt.mo +%%SQLITE%%share/locale/zh_CN/LC_MESSAGES/kdb_sqlitedriver_qt.mo +share/locale/zh_CN/LC_MESSAGES/kdb_xbasedriver_qt.mo Index: databases/kexi/Makefile =================================================================== --- /dev/null +++ databases/kexi/Makefile @@ -0,0 +1,42 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kexi +PORTVERSION= 3.0.0 +CATEGORIES= databases kde +MASTER_SITES= KDE/stable/${PORTNAME}/src +DIST_SUBDIR= KDE/${PORTNAME} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Visual database applications creator + +LIB_DEPENDS= libKDb3.so:databases/kdb \ + libKPropertyCore3.so:x11-toolkits/kproperty \ + libKReport3.so:textproc/kreport + +USES= cmake:outsource desktop-file-utils gettext iconv \ + kde:5 pkgconfig tar:xz +USE_GNOME= glib20 +USE_KDE= auth bookmarks codecs completion config \ + configwidgets coreaddons crash ecm guiaddons i18n \ + iconthemes itemviews jobwidgets kio parts service \ + solid sonnet texteditor textwidgets widgetsaddons \ + xmlgui breeze-icons_build +USE_QT5= core dbus gui network printsupport webkit widgets xml \ + buildtools_build qmake_build qml + +CONFLICTS_INSTALL= calligra-2* + +CMAKE_ARGS= -DBUILD_TESTING:BOOL=OFF \ + -DKEXI_QTGUI_RUNTIME_AVAILABLE:BOOL=TRUE \ + -DKEXI_ENABLE_QTGUI_FOR_TESTS:BOOL=FALSE + +.include +# There is a bug in clang < 3.9 not accepting pointers to incomplete classes: +# https://bugs.llvm.org//show_bug.cgi?id=26297 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000 +BUILD_DEPENDS+= clang++39:devel/llvm39 +CXX= clang++39 +.endif + +.include Index: databases/kexi/distinfo =================================================================== --- /dev/null +++ databases/kexi/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1481142580 +SHA256 (KDE/kexi/kexi-3.0.0.tar.xz) = 8acfdf9f933139544aa8a8f53b04f5266c1cec6b3844963d04404e8b7f72ffe0 +SIZE (KDE/kexi/kexi-3.0.0.tar.xz) = 3678724 Index: databases/kexi/pkg-descr =================================================================== --- /dev/null +++ databases/kexi/pkg-descr @@ -0,0 +1,5 @@ +Kexi is an open source visual database applications creator, +a long-awaited competitor for programs like MS Access +or Filemaker. + +WWW: http://www.kexi-project.org/ Index: databases/kexi/pkg-plist =================================================================== --- /dev/null +++ databases/kexi/pkg-plist @@ -0,0 +1,234 @@ +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 +share/kexi/icons/hicolor/16x16/actions/web_browser.png +share/kexi/icons/hicolor/22x22/actions/web_browser.png +share/kexi/icons/kexi_breeze.rcc +share/kexi/status/%%GTK3_VERSION%%/contribution_details.ui +share/kexi/status/%%GTK3_VERSION%%/contribution_help.ui +share/kexi/status/%%GTK3_VERSION%%/status.rcc +share/kexi/status/%%GTK3_VERSION%%/status.ui +share/kexi/status/%%GTK3_VERSION%%/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 +share/locale/ast/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/ast/LC_MESSAGES/keximigrate_spreadsheet.mo +share/locale/be/LC_MESSAGES/kexi.mo +share/locale/bg/LC_MESSAGES/kexi.mo +share/locale/br/LC_MESSAGES/kexi.mo +share/locale/bs/LC_MESSAGES/kexi.mo +share/locale/bs/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/bs/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/ca/LC_MESSAGES/kexi.mo +share/locale/ca/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/ca/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/ca/LC_MESSAGES/keximigrate_mdb.mo +share/locale/ca/LC_MESSAGES/keximigrate_spreadsheet.mo +share/locale/ca@valencia/LC_MESSAGES/kexi.mo +share/locale/ca@valencia/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/ca@valencia/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/ca@valencia/LC_MESSAGES/keximigrate_mdb.mo +share/locale/ca@valencia/LC_MESSAGES/keximigrate_spreadsheet.mo +share/locale/cs/LC_MESSAGES/kexi.mo +share/locale/cs/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/cs/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/cs/LC_MESSAGES/keximigrate_mdb.mo +share/locale/cs/LC_MESSAGES/keximigrate_spreadsheet.mo +share/locale/cy/LC_MESSAGES/kexi.mo +share/locale/da/LC_MESSAGES/kexi.mo +share/locale/da/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/da/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/de/LC_MESSAGES/kexi.mo +share/locale/de/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/de/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/de/LC_MESSAGES/keximigrate_mdb.mo +share/locale/de/LC_MESSAGES/keximigrate_spreadsheet.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/en_GB/LC_MESSAGES/kexi.mo +share/locale/en_GB/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/en_GB/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/en_GB/LC_MESSAGES/keximigrate_mdb.mo +share/locale/en_GB/LC_MESSAGES/keximigrate_spreadsheet.mo +share/locale/eo/LC_MESSAGES/kexi.mo +share/locale/es/LC_MESSAGES/kexi.mo +share/locale/es/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/es/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/es/LC_MESSAGES/keximigrate_mdb.mo +share/locale/es/LC_MESSAGES/keximigrate_spreadsheet.mo +share/locale/et/LC_MESSAGES/kexi.mo +share/locale/et/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/et/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/eu/LC_MESSAGES/kexi.mo +share/locale/fa/LC_MESSAGES/kexi.mo +share/locale/fi/LC_MESSAGES/kexi.mo +share/locale/fi/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/fi/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/fi/LC_MESSAGES/keximigrate_spreadsheet.mo +share/locale/fr/LC_MESSAGES/kexi.mo +share/locale/fr/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/fr/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/fy/LC_MESSAGES/kexi.mo +share/locale/ga/LC_MESSAGES/kexi.mo +share/locale/ga/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +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_spreadsheet.mo +share/locale/he/LC_MESSAGES/kexi.mo +share/locale/hi/LC_MESSAGES/kexi.mo +share/locale/hne/LC_MESSAGES/kexi.mo +share/locale/hr/LC_MESSAGES/kexi.mo +share/locale/hsb/LC_MESSAGES/kexi.mo +share/locale/hu/LC_MESSAGES/kexi.mo +share/locale/hu/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/hu/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/ia/LC_MESSAGES/kexi.mo +share/locale/ia/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/ia/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/ia/LC_MESSAGES/keximigrate_spreadsheet.mo +share/locale/it/LC_MESSAGES/kexi.mo +share/locale/it/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/it/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/it/LC_MESSAGES/keximigrate_mdb.mo +share/locale/it/LC_MESSAGES/keximigrate_spreadsheet.mo +share/locale/ja/LC_MESSAGES/kexi.mo +share/locale/ja/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/ja/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/kk/LC_MESSAGES/kexi.mo +share/locale/kk/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/kk/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/km/LC_MESSAGES/kexi.mo +share/locale/ko/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/ko/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/lt/LC_MESSAGES/kexi.mo +share/locale/lt/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/lt/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/mai/LC_MESSAGES/kexi.mo +share/locale/mr/LC_MESSAGES/kexi.mo +share/locale/mr/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/mr/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/ms/LC_MESSAGES/kexi.mo +share/locale/nb/LC_MESSAGES/kexi.mo +share/locale/nb/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/nb/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/nds/LC_MESSAGES/kexi.mo +share/locale/nds/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/nds/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/ne/LC_MESSAGES/kexi.mo +share/locale/nl/LC_MESSAGES/kexi.mo +share/locale/nl/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/nl/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/nl/LC_MESSAGES/keximigrate_mdb.mo +share/locale/nl/LC_MESSAGES/keximigrate_spreadsheet.mo +share/locale/nn/LC_MESSAGES/kexi.mo +share/locale/oc/LC_MESSAGES/kexi.mo +share/locale/pl/LC_MESSAGES/kexi.mo +share/locale/pl/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/pl/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/pl/LC_MESSAGES/keximigrate_mdb.mo +share/locale/pl/LC_MESSAGES/keximigrate_spreadsheet.mo +share/locale/pt/LC_MESSAGES/kexi.mo +share/locale/pt/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/pt/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/pt/LC_MESSAGES/keximigrate_mdb.mo +share/locale/pt/LC_MESSAGES/keximigrate_spreadsheet.mo +share/locale/pt_BR/LC_MESSAGES/kexi.mo +share/locale/pt_BR/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/pt_BR/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/pt_BR/LC_MESSAGES/keximigrate_mdb.mo +share/locale/pt_BR/LC_MESSAGES/keximigrate_spreadsheet.mo +share/locale/ro/LC_MESSAGES/kexi.mo +share/locale/ru/LC_MESSAGES/kexi.mo +share/locale/ru/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/ru/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/se/LC_MESSAGES/kexi.mo +share/locale/sk/LC_MESSAGES/kexi.mo +share/locale/sk/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/sk/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/sk/LC_MESSAGES/keximigrate_mdb.mo +share/locale/sk/LC_MESSAGES/keximigrate_spreadsheet.mo +share/locale/sl/LC_MESSAGES/kexi.mo +share/locale/sl/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/sl/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/sq/LC_MESSAGES/kexi.mo +share/locale/sv/LC_MESSAGES/kexi.mo +share/locale/sv/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/sv/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/sv/LC_MESSAGES/keximigrate_mdb.mo +share/locale/sv/LC_MESSAGES/keximigrate_spreadsheet.mo +share/locale/ta/LC_MESSAGES/kexi.mo +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/ug/LC_MESSAGES/kexi.mo +share/locale/ug/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/ug/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/uk/LC_MESSAGES/kexi.mo +share/locale/uk/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/uk/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/uk/LC_MESSAGES/keximigrate_mdb.mo +share/locale/uk/LC_MESSAGES/keximigrate_spreadsheet.mo +share/locale/uz/LC_MESSAGES/kexi.mo +share/locale/wa/LC_MESSAGES/kexi.mo +share/locale/xh/LC_MESSAGES/kexi.mo +share/locale/zh_CN/LC_MESSAGES/kexi.mo +share/locale/zh_CN/LC_MESSAGES/kexiforms_mapwidgetplugin.mo +share/locale/zh_CN/LC_MESSAGES/kexiforms_webbrowserwidgetplugin.mo +share/locale/zh_CN/LC_MESSAGES/keximigrate_spreadsheet.mo +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/metainfo/org.kde.kexi.appdata.xml Index: editors/Makefile =================================================================== --- editors/Makefile +++ editors/Makefile @@ -17,25 +17,6 @@ SUBDIR += bpatch SUBDIR += bvi SUBDIR += calligra - SUBDIR += calligra-l10n - SUBDIR += calligra-l10n-bs - SUBDIR += calligra-l10n-ca - SUBDIR += calligra-l10n-ca_valencia - SUBDIR += calligra-l10n-cs - SUBDIR += calligra-l10n-da - SUBDIR += calligra-l10n-el - SUBDIR += calligra-l10n-en_GB - SUBDIR += calligra-l10n-es - SUBDIR += calligra-l10n-et - SUBDIR += calligra-l10n-fi - SUBDIR += calligra-l10n-gl - SUBDIR += calligra-l10n-it - SUBDIR += calligra-l10n-kk - SUBDIR += calligra-l10n-nb - SUBDIR += calligra-l10n-nl - SUBDIR += calligra-l10n-sk - SUBDIR += calligra-l10n-sv - SUBDIR += calligra-l10n-tr SUBDIR += chexedit SUBDIR += codelite SUBDIR += conglomerate Index: editors/calligra-l10n-bs/Makefile =================================================================== --- editors/calligra-l10n-bs/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -PORTNAME= calligra-l10n -PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 1 -CATEGORIES= editors kde - -MAINTAINER= kde@FreeBSD.org -COMMENT= Bosnian messages and documentation for Calligra - -CALLIGRA_L10N= bs - -.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" -.include Index: editors/calligra-l10n-bs/distinfo =================================================================== --- editors/calligra-l10n-bs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-bs-2.9.11.tar.xz) = fb3ba145a6d5e34e87851af303f3cfb9c0a4e089ef8ee3e233fabc6477519d1b -SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-bs-2.9.11.tar.xz) = 418212 Index: editors/calligra-l10n-bs/pkg-descr =================================================================== --- editors/calligra-l10n-bs/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for Calligra. - -WWW: http://calligra.org Index: editors/calligra-l10n-bs/pkg-plist =================================================================== --- editors/calligra-l10n-bs/pkg-plist +++ /dev/null @@ -1,71 +0,0 @@ -share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_contact.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_event.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_location.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo -share/locale/%%LANG%%/LC_MESSAGES/calligraactive.mo -share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo -share/locale/%%LANG%%/LC_MESSAGES/crashhandler.mo -share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.mo -share/locale/%%LANG%%/LC_MESSAGES/kexisqlite3driver.mo -share/locale/%%LANG%%/LC_MESSAGES/kexixbasedriver.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo -share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo -share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odt.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.mo -share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo -share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/planwork.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.mo -share/locale/%%LANG%%/LC_MESSAGES/words.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/words.mo Index: editors/calligra-l10n-ca/Makefile =================================================================== --- editors/calligra-l10n-ca/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -PORTNAME= calligra-l10n -PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 1 -CATEGORIES= editors kde - -MAINTAINER= kde@FreeBSD.org -COMMENT= Catalan messages and documentation for Calligra - -CALLIGRA_L10N= ca - -.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" -.include Index: editors/calligra-l10n-ca/distinfo =================================================================== --- editors/calligra-l10n-ca/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-ca-2.9.11.tar.xz) = 5cd0a5be64fb23697fa5a0a5bc55723e3d3be24faab0e1d0604540052cd88d49 -SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-ca-2.9.11.tar.xz) = 584848 Index: editors/calligra-l10n-ca/pkg-descr =================================================================== --- editors/calligra-l10n-ca/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for Calligra. - -WWW: http://calligra.org Index: editors/calligra-l10n-ca/pkg-plist =================================================================== --- editors/calligra-l10n-ca/pkg-plist +++ /dev/null @@ -1,92 +0,0 @@ -share/doc/HTML/%%LANG%%/calligra/common -share/doc/HTML/%%LANG%%/calligra/index.cache.bz2 -share/doc/HTML/%%LANG%%/calligra/index.docbook -share/doc/HTML/%%LANG%%/sheets/advanced.docbook -share/doc/HTML/%%LANG%%/sheets/basics.docbook -share/doc/HTML/%%LANG%%/sheets/commands.docbook -share/doc/HTML/%%LANG%%/sheets/common -share/doc/HTML/%%LANG%%/sheets/config.docbook -share/doc/HTML/%%LANG%%/sheets/configdialog.docbook -share/doc/HTML/%%LANG%%/sheets/format.docbook -share/doc/HTML/%%LANG%%/sheets/functions.docbook -share/doc/HTML/%%LANG%%/sheets/index.cache.bz2 -share/doc/HTML/%%LANG%%/sheets/index.docbook -share/doc/HTML/%%LANG%%/stage/common -share/doc/HTML/%%LANG%%/stage/great-presentations.docbook -share/doc/HTML/%%LANG%%/stage/guides.docbook -share/doc/HTML/%%LANG%%/stage/index.cache.bz2 -share/doc/HTML/%%LANG%%/stage/index.docbook -share/doc/HTML/%%LANG%%/stage/menus.docbook -share/doc/HTML/%%LANG%%/stage/options.docbook -share/doc/HTML/%%LANG%%/stage/tutorial.docbook -share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_contact.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_event.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_location.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo -share/locale/%%LANG%%/LC_MESSAGES/calligraactive.mo -share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo -share/locale/%%LANG%%/LC_MESSAGES/crashhandler.mo -share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.mo -share/locale/%%LANG%%/LC_MESSAGES/kexisqlite3driver.mo -share/locale/%%LANG%%/LC_MESSAGES/kexixbasedriver.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo -share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo -share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odt.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.mo -share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo -share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/planwork.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.mo -share/locale/%%LANG%%/LC_MESSAGES/words.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/words.mo Index: editors/calligra-l10n-ca_valencia/Makefile =================================================================== --- editors/calligra-l10n-ca_valencia/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -PORTNAME= calligra-l10n -PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 1 -CATEGORIES= editors kde - -MAINTAINER= kde@FreeBSD.org -COMMENT= Valencian (southern Catalan) messages and documentation for Calligra - -CALLIGRA_L10N= ca@valencia - -.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" -.include Index: editors/calligra-l10n-ca_valencia/distinfo =================================================================== --- editors/calligra-l10n-ca_valencia/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-ca@valencia-2.9.11.tar.xz) = 9b7b4198052216a08aaee9f78e0db356fae6b5cd3d84b3b626a932e02fcd62c9 -SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-ca@valencia-2.9.11.tar.xz) = 393336 Index: editors/calligra-l10n-ca_valencia/pkg-descr =================================================================== --- editors/calligra-l10n-ca_valencia/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for Calligra. - -WWW: http://calligra.org Index: editors/calligra-l10n-ca_valencia/pkg-plist =================================================================== --- editors/calligra-l10n-ca_valencia/pkg-plist +++ /dev/null @@ -1,71 +0,0 @@ -share/locale/%%LANG%%/LC_MESSAGES/braindump.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_contact.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_event.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_location.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/calligraactive.mo -share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo -share/locale/%%LANG%%/LC_MESSAGES/crashhandler.mo -share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.mo -share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.mo -share/locale/%%LANG%%/LC_MESSAGES/kexisqlite3driver.mo -share/locale/%%LANG%%/LC_MESSAGES/kexixbasedriver.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo -share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo -share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odt.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.mo -share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo -share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/planwork.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.mo -share/locale/%%LANG%%/LC_MESSAGES/words.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/words.mo Index: editors/calligra-l10n-cs/Makefile =================================================================== --- editors/calligra-l10n-cs/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -PORTNAME= calligra-l10n -PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 1 -CATEGORIES= editors kde - -MAINTAINER= kde@FreeBSD.org -COMMENT= Czech messages and documentation for Calligra - -CALLIGRA_L10N= cs - -.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" -.include Index: editors/calligra-l10n-cs/distinfo =================================================================== --- editors/calligra-l10n-cs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-cs-2.9.11.tar.xz) = d0ac81daa3a083c78af8c5acf5745f67543133f669aa83709ab270a8b6a3fa39 -SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-cs-2.9.11.tar.xz) = 334448 Index: editors/calligra-l10n-cs/pkg-descr =================================================================== --- editors/calligra-l10n-cs/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for Calligra. - -WWW: http://calligra.org Index: editors/calligra-l10n-cs/pkg-plist =================================================================== --- editors/calligra-l10n-cs/pkg-plist +++ /dev/null @@ -1,71 +0,0 @@ -share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_contact.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_event.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_location.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo -share/locale/%%LANG%%/LC_MESSAGES/calligraactive.mo -share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo -share/locale/%%LANG%%/LC_MESSAGES/crashhandler.mo -share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.mo -share/locale/%%LANG%%/LC_MESSAGES/kexisqlite3driver.mo -share/locale/%%LANG%%/LC_MESSAGES/kexixbasedriver.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo -share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo -share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odt.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.mo -share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo -share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/planwork.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.mo -share/locale/%%LANG%%/LC_MESSAGES/words.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/words.mo Index: editors/calligra-l10n-da/Makefile =================================================================== --- editors/calligra-l10n-da/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -PORTNAME= calligra-l10n -PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 1 -CATEGORIES= editors kde - -MAINTAINER= kde@FreeBSD.org -COMMENT= Danish messages and documentation for Calligra - -CALLIGRA_L10N= da - -.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" -.include Index: editors/calligra-l10n-da/distinfo =================================================================== --- editors/calligra-l10n-da/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-da-2.9.11.tar.xz) = 033ea6d93368e55c2cca28ce720139b256124ee603c2f55b0cdef8a0af684d09 -SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-da-2.9.11.tar.xz) = 464780 Index: editors/calligra-l10n-da/pkg-descr =================================================================== --- editors/calligra-l10n-da/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for Calligra. - -WWW: http://calligra.org Index: editors/calligra-l10n-da/pkg-plist =================================================================== --- editors/calligra-l10n-da/pkg-plist +++ /dev/null @@ -1,71 +0,0 @@ -share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_contact.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_event.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_location.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo -share/locale/%%LANG%%/LC_MESSAGES/calligraactive.mo -share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo -share/locale/%%LANG%%/LC_MESSAGES/crashhandler.mo -share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.mo -share/locale/%%LANG%%/LC_MESSAGES/kexisqlite3driver.mo -share/locale/%%LANG%%/LC_MESSAGES/kexixbasedriver.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo -share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo -share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odt.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.mo -share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo -share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/planwork.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.mo -share/locale/%%LANG%%/LC_MESSAGES/words.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/words.mo Index: editors/calligra-l10n-el/Makefile =================================================================== --- editors/calligra-l10n-el/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -PORTNAME= calligra-l10n -PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 1 -CATEGORIES= editors kde - -MAINTAINER= kde@FreeBSD.org -COMMENT= Modern Greek messages and documentation for Calligra - -CALLIGRA_L10N= el - -.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" -.include Index: editors/calligra-l10n-el/distinfo =================================================================== --- editors/calligra-l10n-el/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-el-2.9.11.tar.xz) = a6788903764f2b7b4a01ce45677c5aa7590dc9ccfdd85311a05f89230d725deb -SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-el-2.9.11.tar.xz) = 465060 Index: editors/calligra-l10n-el/pkg-descr =================================================================== --- editors/calligra-l10n-el/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for Calligra. - -WWW: http://calligra.org Index: editors/calligra-l10n-el/pkg-plist =================================================================== --- editors/calligra-l10n-el/pkg-plist +++ /dev/null @@ -1,55 +0,0 @@ -share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo -share/locale/%%LANG%%/LC_MESSAGES/calligraactive.mo -share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo -share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo -share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo -share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.mo -share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo -share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/planwork.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.mo -share/locale/%%LANG%%/LC_MESSAGES/words.mo Index: editors/calligra-l10n-en_GB/Makefile =================================================================== --- editors/calligra-l10n-en_GB/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -PORTNAME= calligra-l10n -PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 1 -CATEGORIES= editors kde - -MAINTAINER= kde@FreeBSD.org -COMMENT= British messages and documentation for Calligra - -CALLIGRA_L10N= en_GB - -.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" -.include Index: editors/calligra-l10n-en_GB/distinfo =================================================================== --- editors/calligra-l10n-en_GB/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-en_GB-2.9.11.tar.xz) = a5763d0e759726cc5a4397f27b70d9001a3e31f6a52771730cd7a03f0d46a250 -SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-en_GB-2.9.11.tar.xz) = 390204 Index: editors/calligra-l10n-en_GB/pkg-descr =================================================================== --- editors/calligra-l10n-en_GB/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for Calligra. - -WWW: http://calligra.org Index: editors/calligra-l10n-en_GB/pkg-plist =================================================================== --- editors/calligra-l10n-en_GB/pkg-plist +++ /dev/null @@ -1,71 +0,0 @@ -share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_contact.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_event.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_location.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo -share/locale/%%LANG%%/LC_MESSAGES/calligraactive.mo -share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo -share/locale/%%LANG%%/LC_MESSAGES/crashhandler.mo -share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.mo -share/locale/%%LANG%%/LC_MESSAGES/kexisqlite3driver.mo -share/locale/%%LANG%%/LC_MESSAGES/kexixbasedriver.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo -share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo -share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odt.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.mo -share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo -share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/planwork.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.mo -share/locale/%%LANG%%/LC_MESSAGES/words.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/words.mo Index: editors/calligra-l10n-es/Makefile =================================================================== --- editors/calligra-l10n-es/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -PORTNAME= calligra-l10n -PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 1 -CATEGORIES= editors kde spanish - -MAINTAINER= kde@FreeBSD.org -COMMENT= Spanish messages and documentation for Calligra - -CALLIGRA_L10N= es - -.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" -.include Index: editors/calligra-l10n-es/distinfo =================================================================== --- editors/calligra-l10n-es/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-es-2.9.11.tar.xz) = 400ea00608917ec7d7cb641f233e6dfeba4cf94ef7715dec9e0f1e1e6b053cf8 -SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-es-2.9.11.tar.xz) = 1242572 Index: editors/calligra-l10n-es/pkg-descr =================================================================== --- editors/calligra-l10n-es/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for Calligra. - -WWW: http://calligra.org Index: editors/calligra-l10n-es/pkg-plist =================================================================== --- editors/calligra-l10n-es/pkg-plist +++ /dev/null @@ -1,121 +0,0 @@ -share/doc/HTML/%%LANG%%/calligra/common -share/doc/HTML/%%LANG%%/calligra/index.cache.bz2 -share/doc/HTML/%%LANG%%/calligra/index.docbook -share/doc/HTML/%%LANG%%/kexi/common -share/doc/HTML/%%LANG%%/kexi/index.cache.bz2 -share/doc/HTML/%%LANG%%/kexi/index.docbook -share/doc/HTML/%%LANG%%/sheets/advanced.docbook -share/doc/HTML/%%LANG%%/sheets/basics.docbook -share/doc/HTML/%%LANG%%/sheets/cellformat0.png -share/doc/HTML/%%LANG%%/sheets/cellformat1.png -share/doc/HTML/%%LANG%%/sheets/cellformat2.png -share/doc/HTML/%%LANG%%/sheets/cellformat3.png -share/doc/HTML/%%LANG%%/sheets/cellformat4.png -share/doc/HTML/%%LANG%%/sheets/cellformat5.png -share/doc/HTML/%%LANG%%/sheets/cellformat6.png -share/doc/HTML/%%LANG%%/sheets/cellprotection1.png -share/doc/HTML/%%LANG%%/sheets/cellprotection2.png -share/doc/HTML/%%LANG%%/sheets/chart1.png -share/doc/HTML/%%LANG%%/sheets/commands.docbook -share/doc/HTML/%%LANG%%/sheets/common -share/doc/HTML/%%LANG%%/sheets/config.docbook -share/doc/HTML/%%LANG%%/sheets/configdialog.docbook -share/doc/HTML/%%LANG%%/sheets/configure2.png -share/doc/HTML/%%LANG%%/sheets/configure3.png -share/doc/HTML/%%LANG%%/sheets/copy1.png -share/doc/HTML/%%LANG%%/sheets/decreasedecimal.png -share/doc/HTML/%%LANG%%/sheets/format.docbook -share/doc/HTML/%%LANG%%/sheets/functions.docbook -share/doc/HTML/%%LANG%%/sheets/hideformula1.png -share/doc/HTML/%%LANG%%/sheets/hideformula2.png -share/doc/HTML/%%LANG%%/sheets/hideformula3.png -share/doc/HTML/%%LANG%%/sheets/hideformula4.png -share/doc/HTML/%%LANG%%/sheets/hideformula5.png -share/doc/HTML/%%LANG%%/sheets/increasedecimal.png -share/doc/HTML/%%LANG%%/sheets/index.cache.bz2 -share/doc/HTML/%%LANG%%/sheets/index.docbook -share/doc/HTML/%%LANG%%/sheets/newdocument.png -share/doc/HTML/%%LANG%%/sheets/percent.png -share/doc/HTML/%%LANG%%/sheets/sheetproperties.png -share/doc/HTML/%%LANG%%/sheets/shortcut1.png -share/doc/HTML/%%LANG%%/sheets/sort1.png -share/doc/HTML/%%LANG%%/sheets/starting1.png -share/doc/HTML/%%LANG%%/stage/common -share/doc/HTML/%%LANG%%/stage/great-presentations.docbook -share/doc/HTML/%%LANG%%/stage/guides.docbook -share/doc/HTML/%%LANG%%/stage/index.cache.bz2 -share/doc/HTML/%%LANG%%/stage/index.docbook -share/doc/HTML/%%LANG%%/stage/menus.docbook -share/doc/HTML/%%LANG%%/stage/options.docbook -share/doc/HTML/%%LANG%%/stage/tutorial.docbook -share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_contact.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_event.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_location.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo -share/locale/%%LANG%%/LC_MESSAGES/calligraactive.mo -share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo -share/locale/%%LANG%%/LC_MESSAGES/crashhandler.mo -share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.mo -share/locale/%%LANG%%/LC_MESSAGES/kexisqlite3driver.mo -share/locale/%%LANG%%/LC_MESSAGES/kexixbasedriver.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo -share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo -share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odt.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.mo -share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo -share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/planwork.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.mo -share/locale/%%LANG%%/LC_MESSAGES/words.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/words.mo Index: editors/calligra-l10n-et/Makefile =================================================================== --- editors/calligra-l10n-et/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -PORTNAME= calligra-l10n -PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 1 -CATEGORIES= editors kde - -MAINTAINER= kde@FreeBSD.org -COMMENT= Estonian messages and documentation for Calligra - -CALLIGRA_L10N= et - -.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" -.include Index: editors/calligra-l10n-et/distinfo =================================================================== --- editors/calligra-l10n-et/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-et-2.9.11.tar.xz) = 9fe71b98768e8c3085396c5cb4f2f084e97470d90fba754b5c888f2decc792b8 -SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-et-2.9.11.tar.xz) = 686644 Index: editors/calligra-l10n-et/pkg-descr =================================================================== --- editors/calligra-l10n-et/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for Calligra. - -WWW: http://calligra.org Index: editors/calligra-l10n-et/pkg-plist =================================================================== --- editors/calligra-l10n-et/pkg-plist +++ /dev/null @@ -1,95 +0,0 @@ -share/doc/HTML/%%LANG%%/calligra/common -share/doc/HTML/%%LANG%%/calligra/index.cache.bz2 -share/doc/HTML/%%LANG%%/calligra/index.docbook -share/doc/HTML/%%LANG%%/kexi/common -share/doc/HTML/%%LANG%%/kexi/index.cache.bz2 -share/doc/HTML/%%LANG%%/kexi/index.docbook -share/doc/HTML/%%LANG%%/sheets/advanced.docbook -share/doc/HTML/%%LANG%%/sheets/basics.docbook -share/doc/HTML/%%LANG%%/sheets/commands.docbook -share/doc/HTML/%%LANG%%/sheets/common -share/doc/HTML/%%LANG%%/sheets/config.docbook -share/doc/HTML/%%LANG%%/sheets/configdialog.docbook -share/doc/HTML/%%LANG%%/sheets/format.docbook -share/doc/HTML/%%LANG%%/sheets/functions.docbook -share/doc/HTML/%%LANG%%/sheets/index.cache.bz2 -share/doc/HTML/%%LANG%%/sheets/index.docbook -share/doc/HTML/%%LANG%%/stage/common -share/doc/HTML/%%LANG%%/stage/great-presentations.docbook -share/doc/HTML/%%LANG%%/stage/guides.docbook -share/doc/HTML/%%LANG%%/stage/index.cache.bz2 -share/doc/HTML/%%LANG%%/stage/index.docbook -share/doc/HTML/%%LANG%%/stage/menus.docbook -share/doc/HTML/%%LANG%%/stage/options.docbook -share/doc/HTML/%%LANG%%/stage/tutorial.docbook -share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_contact.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_event.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_location.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo -share/locale/%%LANG%%/LC_MESSAGES/calligraactive.mo -share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo -share/locale/%%LANG%%/LC_MESSAGES/crashhandler.mo -share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.mo -share/locale/%%LANG%%/LC_MESSAGES/kexisqlite3driver.mo -share/locale/%%LANG%%/LC_MESSAGES/kexixbasedriver.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo -share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo -share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odt.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.mo -share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo -share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/planwork.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.mo -share/locale/%%LANG%%/LC_MESSAGES/words.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/words.mo Index: editors/calligra-l10n-fi/Makefile =================================================================== --- editors/calligra-l10n-fi/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -PORTNAME= calligra-l10n -PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 1 -CATEGORIES= editors kde - -MAINTAINER= kde@FreeBSD.org -COMMENT= Finnish messages and documentation for Calligra - -CALLIGRA_L10N= fi - -.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" -.include Index: editors/calligra-l10n-fi/distinfo =================================================================== --- editors/calligra-l10n-fi/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-fi-2.9.11.tar.xz) = d90d5d7e7576af8d0ec0ba622808cf84eda9e5efb9e960669e805e3b6493da86 -SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-fi-2.9.11.tar.xz) = 447452 Index: editors/calligra-l10n-fi/pkg-descr =================================================================== --- editors/calligra-l10n-fi/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for Calligra. - -WWW: http://calligra.org Index: editors/calligra-l10n-fi/pkg-plist =================================================================== --- editors/calligra-l10n-fi/pkg-plist +++ /dev/null @@ -1,72 +0,0 @@ -share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_contact.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_event.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_location.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo -share/locale/%%LANG%%/LC_MESSAGES/calligraactive.mo -share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo -share/locale/%%LANG%%/LC_MESSAGES/crashhandler.mo -share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.mo -share/locale/%%LANG%%/LC_MESSAGES/kexisqlite3driver.mo -share/locale/%%LANG%%/LC_MESSAGES/kexixbasedriver.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo -share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo -share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odt.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.mo -share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo -share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/planwork.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.mo -share/locale/%%LANG%%/LC_MESSAGES/words.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/words.mo Index: editors/calligra-l10n-gl/Makefile =================================================================== --- editors/calligra-l10n-gl/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -PORTNAME= calligra-l10n -PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 1 -CATEGORIES= editors kde - -MAINTAINER= kde@FreeBSD.org -COMMENT= Gallegan messages and documentation for Calligra - -CALLIGRA_L10N= gl - -.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" -.include Index: editors/calligra-l10n-gl/distinfo =================================================================== --- editors/calligra-l10n-gl/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-gl-2.9.11.tar.xz) = b6065b48a5f10e787c01bb060cf240db04051f5cec1939e0e7e26f0a5dfffd42 -SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-gl-2.9.11.tar.xz) = 433352 Index: editors/calligra-l10n-gl/pkg-descr =================================================================== --- editors/calligra-l10n-gl/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for Calligra. - -WWW: http://calligra.org Index: editors/calligra-l10n-gl/pkg-plist =================================================================== --- editors/calligra-l10n-gl/pkg-plist +++ /dev/null @@ -1,70 +0,0 @@ -share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_contact.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_event.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_location.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo -share/locale/%%LANG%%/LC_MESSAGES/calligraactive.mo -share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo -share/locale/%%LANG%%/LC_MESSAGES/crashhandler.mo -share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.mo -share/locale/%%LANG%%/LC_MESSAGES/kexisqlite3driver.mo -share/locale/%%LANG%%/LC_MESSAGES/kexixbasedriver.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo -share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo -share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odt.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.mo -share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo -share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/planwork.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.mo -share/locale/%%LANG%%/LC_MESSAGES/words.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/words.mo Index: editors/calligra-l10n-it/Makefile =================================================================== --- editors/calligra-l10n-it/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -PORTNAME= calligra-l10n -PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 1 -CATEGORIES= editors kde - -MAINTAINER= kde@FreeBSD.org -COMMENT= Italian messages and documentation for Calligra - -CALLIGRA_L10N= it - -.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" -.include Index: editors/calligra-l10n-it/distinfo =================================================================== --- editors/calligra-l10n-it/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-it-2.9.11.tar.xz) = ffa5d8c657fcc9c32629d152f3cc883d120477f7bf510bc123d141166b42d722 -SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-it-2.9.11.tar.xz) = 761216 Index: editors/calligra-l10n-it/pkg-descr =================================================================== --- editors/calligra-l10n-it/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for Calligra. - -WWW: http://calligra.org Index: editors/calligra-l10n-it/pkg-plist =================================================================== --- editors/calligra-l10n-it/pkg-plist +++ /dev/null @@ -1,95 +0,0 @@ -share/doc/HTML/%%LANG%%/calligra/common -share/doc/HTML/%%LANG%%/calligra/index.cache.bz2 -share/doc/HTML/%%LANG%%/calligra/index.docbook -share/doc/HTML/%%LANG%%/kexi/common -share/doc/HTML/%%LANG%%/kexi/index.cache.bz2 -share/doc/HTML/%%LANG%%/kexi/index.docbook -share/doc/HTML/%%LANG%%/sheets/advanced.docbook -share/doc/HTML/%%LANG%%/sheets/basics.docbook -share/doc/HTML/%%LANG%%/sheets/commands.docbook -share/doc/HTML/%%LANG%%/sheets/common -share/doc/HTML/%%LANG%%/sheets/config.docbook -share/doc/HTML/%%LANG%%/sheets/configdialog.docbook -share/doc/HTML/%%LANG%%/sheets/format.docbook -share/doc/HTML/%%LANG%%/sheets/functions.docbook -share/doc/HTML/%%LANG%%/sheets/index.cache.bz2 -share/doc/HTML/%%LANG%%/sheets/index.docbook -share/doc/HTML/%%LANG%%/stage/common -share/doc/HTML/%%LANG%%/stage/great-presentations.docbook -share/doc/HTML/%%LANG%%/stage/guides.docbook -share/doc/HTML/%%LANG%%/stage/index.cache.bz2 -share/doc/HTML/%%LANG%%/stage/index.docbook -share/doc/HTML/%%LANG%%/stage/menus.docbook -share/doc/HTML/%%LANG%%/stage/options.docbook -share/doc/HTML/%%LANG%%/stage/tutorial.docbook -share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_contact.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_event.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_location.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo -share/locale/%%LANG%%/LC_MESSAGES/calligraactive.mo -share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo -share/locale/%%LANG%%/LC_MESSAGES/crashhandler.mo -share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.mo -share/locale/%%LANG%%/LC_MESSAGES/kexisqlite3driver.mo -share/locale/%%LANG%%/LC_MESSAGES/kexixbasedriver.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo -share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo -share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odt.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.mo -share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo -share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/planwork.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.mo -share/locale/%%LANG%%/LC_MESSAGES/words.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/words.mo Index: editors/calligra-l10n-kk/Makefile =================================================================== --- editors/calligra-l10n-kk/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -PORTNAME= calligra-l10n -PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 1 -CATEGORIES= editors kde - -MAINTAINER= kde@FreeBSD.org -COMMENT= Kazakh messages and documentation for Calligra - -CALLIGRA_L10N= kk - -.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" -.include Index: editors/calligra-l10n-kk/distinfo =================================================================== --- editors/calligra-l10n-kk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-kk-2.9.11.tar.xz) = f0698e5a13614bb635e1239d061790b1e707ed4c8f582db8ca7f1c5cf21dcbac -SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-kk-2.9.11.tar.xz) = 459244 Index: editors/calligra-l10n-kk/pkg-descr =================================================================== --- editors/calligra-l10n-kk/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for Calligra. - -WWW: http://calligra.org Index: editors/calligra-l10n-kk/pkg-plist =================================================================== --- editors/calligra-l10n-kk/pkg-plist +++ /dev/null @@ -1,58 +0,0 @@ -share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_contact.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_event.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_location.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo -share/locale/%%LANG%%/LC_MESSAGES/calligraactive.mo -share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo -share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo -share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo -share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.mo -share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo -share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/planwork.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.mo -share/locale/%%LANG%%/LC_MESSAGES/words.mo Index: editors/calligra-l10n-nb/Makefile =================================================================== --- editors/calligra-l10n-nb/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -PORTNAME= calligra-l10n -PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 1 -CATEGORIES= editors kde - -MAINTAINER= kde@FreeBSD.org -COMMENT= Norwegian Bokmaal messages and documentation for Calligra - -CALLIGRA_L10N= nb - -.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" -.include Index: editors/calligra-l10n-nb/distinfo =================================================================== --- editors/calligra-l10n-nb/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-nb-2.9.11.tar.xz) = 852222c27d7c4a67fdec541ff7a64e0af12ced5bcc9e73e984b35dd684cc8d77 -SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-nb-2.9.11.tar.xz) = 377868 Index: editors/calligra-l10n-nb/pkg-descr =================================================================== --- editors/calligra-l10n-nb/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for Calligra. - -WWW: http://calligra.org Index: editors/calligra-l10n-nb/pkg-plist =================================================================== --- editors/calligra-l10n-nb/pkg-plist +++ /dev/null @@ -1,63 +0,0 @@ -share/apps/calligra/autocorrect/nb.xml -share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_contact.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_event.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_location.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo -share/locale/%%LANG%%/LC_MESSAGES/calligraactive.mo -share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo -share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.mo -share/locale/%%LANG%%/LC_MESSAGES/kexisqlite3driver.mo -share/locale/%%LANG%%/LC_MESSAGES/kexixbasedriver.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo -share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo -share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.mo -share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo -share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/planwork.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.mo -share/locale/%%LANG%%/LC_MESSAGES/words.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/words.mo Index: editors/calligra-l10n-nl/Makefile =================================================================== --- editors/calligra-l10n-nl/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -PORTNAME= calligra-l10n -PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 1 -CATEGORIES= editors kde - -MAINTAINER= kde@FreeBSD.org -COMMENT= Dutch messages and documentation for Calligra - -CALLIGRA_L10N= nl - -.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" -.include Index: editors/calligra-l10n-nl/distinfo =================================================================== --- editors/calligra-l10n-nl/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-nl-2.9.11.tar.xz) = 733f3a10f69f41b9cff2038926c93fd48a89dc7eb8d66e3c34e3cd0cb8617040 -SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-nl-2.9.11.tar.xz) = 1603396 Index: editors/calligra-l10n-nl/pkg-descr =================================================================== --- editors/calligra-l10n-nl/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for Calligra. - -WWW: http://calligra.org Index: editors/calligra-l10n-nl/pkg-plist =================================================================== --- editors/calligra-l10n-nl/pkg-plist +++ /dev/null @@ -1,167 +0,0 @@ -share/doc/HTML/%%LANG%%/calligra/common -share/doc/HTML/%%LANG%%/calligra/index.cache.bz2 -share/doc/HTML/%%LANG%%/calligra/index.docbook -share/doc/HTML/%%LANG%%/kexi/common -share/doc/HTML/%%LANG%%/kexi/index.cache.bz2 -share/doc/HTML/%%LANG%%/kexi/index.docbook -share/doc/HTML/%%LANG%%/sheets/advanced.docbook -share/doc/HTML/%%LANG%%/sheets/basics.docbook -share/doc/HTML/%%LANG%%/sheets/celformat0.png -share/doc/HTML/%%LANG%%/sheets/celformat1.png -share/doc/HTML/%%LANG%%/sheets/celformat2.png -share/doc/HTML/%%LANG%%/sheets/celformat3.png -share/doc/HTML/%%LANG%%/sheets/celformat4.png -share/doc/HTML/%%LANG%%/sheets/celformat5.png -share/doc/HTML/%%LANG%%/sheets/chart1.png -share/doc/HTML/%%LANG%%/sheets/commands.docbook -share/doc/HTML/%%LANG%%/sheets/common -share/doc/HTML/%%LANG%%/sheets/config.docbook -share/doc/HTML/%%LANG%%/sheets/configdialog.docbook -share/doc/HTML/%%LANG%%/sheets/copy1.png -share/doc/HTML/%%LANG%%/sheets/format.docbook -share/doc/HTML/%%LANG%%/sheets/functions.docbook -share/doc/HTML/%%LANG%%/sheets/index.cache.bz2 -share/doc/HTML/%%LANG%%/sheets/index.docbook -share/doc/HTML/%%LANG%%/sheets/shortcut1.png -share/doc/HTML/%%LANG%%/sheets/shortcut2.png -share/doc/HTML/%%LANG%%/sheets/shortcut3.png -share/doc/HTML/%%LANG%%/sheets/sort1.png -share/doc/HTML/%%LANG%%/sheets/starting1.png -share/doc/HTML/%%LANG%%/stage/barstyle1.png -share/doc/HTML/%%LANG%%/stage/barstyle2.png -share/doc/HTML/%%LANG%%/stage/barstyle3.png -share/doc/HTML/%%LANG%%/stage/barstyle4.png -share/doc/HTML/%%LANG%%/stage/barstyle5.png -share/doc/HTML/%%LANG%%/stage/barstyle6.png -share/doc/HTML/%%LANG%%/stage/barstyle7.png -share/doc/HTML/%%LANG%%/stage/common -share/doc/HTML/%%LANG%%/stage/great-presentations.docbook -share/doc/HTML/%%LANG%%/stage/guides.docbook -share/doc/HTML/%%LANG%%/stage/htmlshow00.png -share/doc/HTML/%%LANG%%/stage/htmlshow01.png -share/doc/HTML/%%LANG%%/stage/htmlshow02.png -share/doc/HTML/%%LANG%%/stage/htmlshow02a.png -share/doc/HTML/%%LANG%%/stage/htmlshow03.png -share/doc/HTML/%%LANG%%/stage/htmlshow04.png -share/doc/HTML/%%LANG%%/stage/htmlshow05.png -share/doc/HTML/%%LANG%%/stage/htmlshow07.png -share/doc/HTML/%%LANG%%/stage/index.cache.bz2 -share/doc/HTML/%%LANG%%/stage/index.docbook -share/doc/HTML/%%LANG%%/stage/menus.docbook -share/doc/HTML/%%LANG%%/stage/msexport1.png -share/doc/HTML/%%LANG%%/stage/msexport2.png -share/doc/HTML/%%LANG%%/stage/msexport3.png -share/doc/HTML/%%LANG%%/stage/msexport4.png -share/doc/HTML/%%LANG%%/stage/options.docbook -share/doc/HTML/%%LANG%%/stage/settings01.png -share/doc/HTML/%%LANG%%/stage/settings03.png -share/doc/HTML/%%LANG%%/stage/settings04.png -share/doc/HTML/%%LANG%%/stage/settings05.png -share/doc/HTML/%%LANG%%/stage/settings06.png -share/doc/HTML/%%LANG%%/stage/template02.png -share/doc/HTML/%%LANG%%/stage/template03.png -share/doc/HTML/%%LANG%%/stage/template04.png -share/doc/HTML/%%LANG%%/stage/template05.png -share/doc/HTML/%%LANG%%/stage/template06.png -share/doc/HTML/%%LANG%%/stage/template07.png -share/doc/HTML/%%LANG%%/stage/textmenu01.png -share/doc/HTML/%%LANG%%/stage/textmenu02.png -share/doc/HTML/%%LANG%%/stage/textmenu03.png -share/doc/HTML/%%LANG%%/stage/textmenu03a.png -share/doc/HTML/%%LANG%%/stage/textmenu04.png -share/doc/HTML/%%LANG%%/stage/toolsmenu01.png -share/doc/HTML/%%LANG%%/stage/tut01.png -share/doc/HTML/%%LANG%%/stage/tut02.png -share/doc/HTML/%%LANG%%/stage/tut03.png -share/doc/HTML/%%LANG%%/stage/tut04.png -share/doc/HTML/%%LANG%%/stage/tut05.png -share/doc/HTML/%%LANG%%/stage/tut06.png -share/doc/HTML/%%LANG%%/stage/tut07.png -share/doc/HTML/%%LANG%%/stage/tut08.png -share/doc/HTML/%%LANG%%/stage/tut09.png -share/doc/HTML/%%LANG%%/stage/tut10.png -share/doc/HTML/%%LANG%%/stage/tut11.png -share/doc/HTML/%%LANG%%/stage/tut12.png -share/doc/HTML/%%LANG%%/stage/tut13.png -share/doc/HTML/%%LANG%%/stage/tut14.png -share/doc/HTML/%%LANG%%/stage/tut15.png -share/doc/HTML/%%LANG%%/stage/tut16.png -share/doc/HTML/%%LANG%%/stage/tut17.png -share/doc/HTML/%%LANG%%/stage/tut18.png -share/doc/HTML/%%LANG%%/stage/tut19.png -share/doc/HTML/%%LANG%%/stage/tut20.png -share/doc/HTML/%%LANG%%/stage/tut21.png -share/doc/HTML/%%LANG%%/stage/tut22.png -share/doc/HTML/%%LANG%%/stage/tut23.png -share/doc/HTML/%%LANG%%/stage/tutorial.docbook -share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_contact.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_event.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_location.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo -share/locale/%%LANG%%/LC_MESSAGES/calligraactive.mo -share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo -share/locale/%%LANG%%/LC_MESSAGES/crashhandler.mo -share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.mo -share/locale/%%LANG%%/LC_MESSAGES/kexisqlite3driver.mo -share/locale/%%LANG%%/LC_MESSAGES/kexixbasedriver.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo -share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo -share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odt.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.mo -share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo -share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/planwork.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.mo -share/locale/%%LANG%%/LC_MESSAGES/words.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/words.mo Index: editors/calligra-l10n-sk/Makefile =================================================================== --- editors/calligra-l10n-sk/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -PORTNAME= calligra-l10n -PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 1 -CATEGORIES= editors kde - -MAINTAINER= kde@FreeBSD.org -COMMENT= Slovak messages and documentation for Calligra - -CALLIGRA_L10N= sk - -.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" -.include Index: editors/calligra-l10n-sk/distinfo =================================================================== --- editors/calligra-l10n-sk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-sk-2.9.11.tar.xz) = 8330042c2d06eb9a8ccb76eae614e3020fd34bf26bc0d8fbc17c34c7dd8cca07 -SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-sk-2.9.11.tar.xz) = 393432 Index: editors/calligra-l10n-sk/pkg-descr =================================================================== --- editors/calligra-l10n-sk/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for Calligra. - -WWW: http://calligra.org Index: editors/calligra-l10n-sk/pkg-plist =================================================================== --- editors/calligra-l10n-sk/pkg-plist +++ /dev/null @@ -1,71 +0,0 @@ -share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_contact.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_event.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_location.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo -share/locale/%%LANG%%/LC_MESSAGES/calligraactive.mo -share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo -share/locale/%%LANG%%/LC_MESSAGES/crashhandler.mo -share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.mo -share/locale/%%LANG%%/LC_MESSAGES/kexisqlite3driver.mo -share/locale/%%LANG%%/LC_MESSAGES/kexixbasedriver.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo -share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo -share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odt.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.mo -share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo -share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/planwork.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.mo -share/locale/%%LANG%%/LC_MESSAGES/words.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/words.mo Index: editors/calligra-l10n-sv/Makefile =================================================================== --- editors/calligra-l10n-sv/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -PORTNAME= calligra-l10n -PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 1 -CATEGORIES= editors kde - -MAINTAINER= kde@FreeBSD.org -COMMENT= Swedish messages and documentation for Calligra - -CALLIGRA_L10N= sv - -.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" -.include Index: editors/calligra-l10n-sv/distinfo =================================================================== --- editors/calligra-l10n-sv/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-sv-2.9.11.tar.xz) = 5d1bedcac9f968c4787cc72857e957a4f1bcc3af4734704a45aa94111e88cfcf -SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-sv-2.9.11.tar.xz) = 2004156 Index: editors/calligra-l10n-sv/pkg-descr =================================================================== --- editors/calligra-l10n-sv/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for Calligra. - -WWW: http://calligra.org Index: editors/calligra-l10n-sv/pkg-plist =================================================================== --- editors/calligra-l10n-sv/pkg-plist +++ /dev/null @@ -1,204 +0,0 @@ -share/doc/HTML/%%LANG%%/calligra/common -share/doc/HTML/%%LANG%%/calligra/index.cache.bz2 -share/doc/HTML/%%LANG%%/calligra/index.docbook -share/doc/HTML/%%LANG%%/kexi/common -share/doc/HTML/%%LANG%%/kexi/index.cache.bz2 -share/doc/HTML/%%LANG%%/kexi/index.docbook -share/doc/HTML/%%LANG%%/sheets/advanced.docbook -share/doc/HTML/%%LANG%%/sheets/basics.docbook -share/doc/HTML/%%LANG%%/sheets/cellformat0.png -share/doc/HTML/%%LANG%%/sheets/cellformat1.png -share/doc/HTML/%%LANG%%/sheets/cellformat2.png -share/doc/HTML/%%LANG%%/sheets/cellformat3.png -share/doc/HTML/%%LANG%%/sheets/cellformat4.png -share/doc/HTML/%%LANG%%/sheets/cellformat5.png -share/doc/HTML/%%LANG%%/sheets/cellformat6.png -share/doc/HTML/%%LANG%%/sheets/cellformat7.png -share/doc/HTML/%%LANG%%/sheets/cellprotection1.png -share/doc/HTML/%%LANG%%/sheets/cellprotection2.png -share/doc/HTML/%%LANG%%/sheets/chart1.png -share/doc/HTML/%%LANG%%/sheets/commands.docbook -share/doc/HTML/%%LANG%%/sheets/common -share/doc/HTML/%%LANG%%/sheets/config.docbook -share/doc/HTML/%%LANG%%/sheets/configdialog.docbook -share/doc/HTML/%%LANG%%/sheets/configure1.png -share/doc/HTML/%%LANG%%/sheets/configure2.png -share/doc/HTML/%%LANG%%/sheets/configure3.png -share/doc/HTML/%%LANG%%/sheets/configure4.png -share/doc/HTML/%%LANG%%/sheets/configure5.png -share/doc/HTML/%%LANG%%/sheets/configure6.png -share/doc/HTML/%%LANG%%/sheets/copy1.png -share/doc/HTML/%%LANG%%/sheets/format.docbook -share/doc/HTML/%%LANG%%/sheets/functions.docbook -share/doc/HTML/%%LANG%%/sheets/hideformula1.png -share/doc/HTML/%%LANG%%/sheets/hideformula2.png -share/doc/HTML/%%LANG%%/sheets/hideformula3.png -share/doc/HTML/%%LANG%%/sheets/hideformula4.png -share/doc/HTML/%%LANG%%/sheets/hideformula5.png -share/doc/HTML/%%LANG%%/sheets/index.cache.bz2 -share/doc/HTML/%%LANG%%/sheets/index.docbook -share/doc/HTML/%%LANG%%/sheets/kbd-focus-ext.png -share/doc/HTML/%%LANG%%/sheets/mousenav.png -share/doc/HTML/%%LANG%%/sheets/newdocument.png -share/doc/HTML/%%LANG%%/sheets/sheetproperties.png -share/doc/HTML/%%LANG%%/sheets/shortcut1.png -share/doc/HTML/%%LANG%%/sheets/shortcut2.png -share/doc/HTML/%%LANG%%/sheets/shortcut3.png -share/doc/HTML/%%LANG%%/sheets/sort1.png -share/doc/HTML/%%LANG%%/sheets/starting1.png -share/doc/HTML/%%LANG%%/sheets/tts.png -share/doc/HTML/%%LANG%%/stage/autocorrection1.png -share/doc/HTML/%%LANG%%/stage/autocorrection2.png -share/doc/HTML/%%LANG%%/stage/autocorrection3.png -share/doc/HTML/%%LANG%%/stage/autocorrection4.png -share/doc/HTML/%%LANG%%/stage/barstyle1.png -share/doc/HTML/%%LANG%%/stage/barstyle3.png -share/doc/HTML/%%LANG%%/stage/barstyle4.png -share/doc/HTML/%%LANG%%/stage/barstyle5.png -share/doc/HTML/%%LANG%%/stage/barstyle6.png -share/doc/HTML/%%LANG%%/stage/barstyle7.png -share/doc/HTML/%%LANG%%/stage/changeformat.png -share/doc/HTML/%%LANG%%/stage/common -share/doc/HTML/%%LANG%%/stage/completion.png -share/doc/HTML/%%LANG%%/stage/configure1.png -share/doc/HTML/%%LANG%%/stage/configure2.png -share/doc/HTML/%%LANG%%/stage/configure3.png -share/doc/HTML/%%LANG%%/stage/configure4.png -share/doc/HTML/%%LANG%%/stage/configure5.png -share/doc/HTML/%%LANG%%/stage/configure6.png -share/doc/HTML/%%LANG%%/stage/configure6b.png -share/doc/HTML/%%LANG%%/stage/configure6c.png -share/doc/HTML/%%LANG%%/stage/configure6d.png -share/doc/HTML/%%LANG%%/stage/configure6e.png -share/doc/HTML/%%LANG%%/stage/configure7.png -share/doc/HTML/%%LANG%%/stage/great-presentations.docbook -share/doc/HTML/%%LANG%%/stage/guides.docbook -share/doc/HTML/%%LANG%%/stage/htmlshow1.png -share/doc/HTML/%%LANG%%/stage/htmlshow2.png -share/doc/HTML/%%LANG%%/stage/htmlshow3.png -share/doc/HTML/%%LANG%%/stage/htmlshow4.png -share/doc/HTML/%%LANG%%/stage/htmlshow5.png -share/doc/HTML/%%LANG%%/stage/htmlshow6.png -share/doc/HTML/%%LANG%%/stage/htmlshow7.png -share/doc/HTML/%%LANG%%/stage/htmlshow8.png -share/doc/HTML/%%LANG%%/stage/index.cache.bz2 -share/doc/HTML/%%LANG%%/stage/index.docbook -share/doc/HTML/%%LANG%%/stage/kbd-focus-ext.png -share/doc/HTML/%%LANG%%/stage/menus.docbook -share/doc/HTML/%%LANG%%/stage/mousenav.png -share/doc/HTML/%%LANG%%/stage/msexport1.png -share/doc/HTML/%%LANG%%/stage/msexport2.png -share/doc/HTML/%%LANG%%/stage/msexport2b.png -share/doc/HTML/%%LANG%%/stage/msexport3.png -share/doc/HTML/%%LANG%%/stage/options.docbook -share/doc/HTML/%%LANG%%/stage/properties.png -share/doc/HTML/%%LANG%%/stage/settings01.png -share/doc/HTML/%%LANG%%/stage/settings03.png -share/doc/HTML/%%LANG%%/stage/settings04.png -share/doc/HTML/%%LANG%%/stage/template02.png -share/doc/HTML/%%LANG%%/stage/template03.png -share/doc/HTML/%%LANG%%/stage/template04.png -share/doc/HTML/%%LANG%%/stage/template05.png -share/doc/HTML/%%LANG%%/stage/template06.png -share/doc/HTML/%%LANG%%/stage/template07.png -share/doc/HTML/%%LANG%%/stage/textmenu1.png -share/doc/HTML/%%LANG%%/stage/textmenu2.png -share/doc/HTML/%%LANG%%/stage/toolsmenu01.png -share/doc/HTML/%%LANG%%/stage/tts.png -share/doc/HTML/%%LANG%%/stage/tut01.png -share/doc/HTML/%%LANG%%/stage/tut02.png -share/doc/HTML/%%LANG%%/stage/tut03.png -share/doc/HTML/%%LANG%%/stage/tut04.png -share/doc/HTML/%%LANG%%/stage/tut05.png -share/doc/HTML/%%LANG%%/stage/tut06.png -share/doc/HTML/%%LANG%%/stage/tut07.png -share/doc/HTML/%%LANG%%/stage/tut08.png -share/doc/HTML/%%LANG%%/stage/tut09.png -share/doc/HTML/%%LANG%%/stage/tut10.png -share/doc/HTML/%%LANG%%/stage/tut11.png -share/doc/HTML/%%LANG%%/stage/tut12.png -share/doc/HTML/%%LANG%%/stage/tut13.png -share/doc/HTML/%%LANG%%/stage/tut14.png -share/doc/HTML/%%LANG%%/stage/tut15.png -share/doc/HTML/%%LANG%%/stage/tut16.png -share/doc/HTML/%%LANG%%/stage/tut17.png -share/doc/HTML/%%LANG%%/stage/tut18.png -share/doc/HTML/%%LANG%%/stage/tut19.png -share/doc/HTML/%%LANG%%/stage/tut20.png -share/doc/HTML/%%LANG%%/stage/tut21.png -share/doc/HTML/%%LANG%%/stage/tut22.png -share/doc/HTML/%%LANG%%/stage/tut23.png -share/doc/HTML/%%LANG%%/stage/tut24.png -share/doc/HTML/%%LANG%%/stage/tut26.png -share/doc/HTML/%%LANG%%/stage/tutorial.docbook -share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_contact.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_event.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_location.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo -share/locale/%%LANG%%/LC_MESSAGES/calligraactive.mo -share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo -share/locale/%%LANG%%/LC_MESSAGES/crashhandler.mo -share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.mo -share/locale/%%LANG%%/LC_MESSAGES/kexisqlite3driver.mo -share/locale/%%LANG%%/LC_MESSAGES/kexixbasedriver.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo -share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo -share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odt.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.mo -share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo -share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/planwork.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.mo -share/locale/%%LANG%%/LC_MESSAGES/words.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/words.mo Index: editors/calligra-l10n-tr/Makefile =================================================================== --- editors/calligra-l10n-tr/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $FreeBSD$ - -PORTNAME= calligra-l10n -PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 1 -CATEGORIES= editors kde - -MAINTAINER= kde@FreeBSD.org -COMMENT= Turkish messages and documentation for Calligra - -CALLIGRA_L10N= tr - -.include "${.CURDIR:H:H}/editors/calligra-l10n/files/bsd.l10n.mk" -.include Index: editors/calligra-l10n-tr/distinfo =================================================================== --- editors/calligra-l10n-tr/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KDE/calligra/2.9.11/l10n/calligra-l10n-tr-2.9.11.tar.xz) = ac30ce359c26b8bc046fca3898ae92ffd4b118e11535db95a491ee2d224b01b7 -SIZE (KDE/calligra/2.9.11/l10n/calligra-l10n-tr-2.9.11.tar.xz) = 394228 Index: editors/calligra-l10n-tr/pkg-descr =================================================================== --- editors/calligra-l10n-tr/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for Calligra. - -WWW: http://calligra.org Index: editors/calligra-l10n-tr/pkg-plist =================================================================== --- editors/calligra-l10n-tr/pkg-plist +++ /dev/null @@ -1,71 +0,0 @@ -share/locale/%%LANG%%/LC_MESSAGES/KarbonTools.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/braindump.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-defaulttools.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-dockers.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra-opener.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_contact.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_event.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_semanticitem_location.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_artistictext.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_chart.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_comment.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_formular.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_music.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_paths.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_picture.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_plugin.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_spreadsheet.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_template.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_text.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_threed.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_vector.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_shape_video.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_autocorrect.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_changecase.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_spellcheck.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textediting_thesaurus.mo -share/locale/%%LANG%%/LC_MESSAGES/calligra_textinlineobject_variables.mo -share/locale/%%LANG%%/LC_MESSAGES/calligraactive.mo -share/locale/%%LANG%%/LC_MESSAGES/calligrafilters.mo -share/locale/%%LANG%%/LC_MESSAGES/crashhandler.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/flow.mo -share/locale/%%LANG%%/LC_MESSAGES/desktop_calligra_calligra.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/karbon.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/kexi.mo -share/locale/%%LANG%%/LC_MESSAGES/kexisqlite3driver.mo -share/locale/%%LANG%%/LC_MESSAGES/kexixbasedriver.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_mapbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kformdesigner_webbrowser.mo -share/locale/%%LANG%%/LC_MESSAGES/kocolorspaces.mo -share/locale/%%LANG%%/LC_MESSAGES/koconverter.mo -share/locale/%%LANG%%/LC_MESSAGES/koproperty.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_barcodeplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_chartplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_mapsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/koreport_webplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/krita.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmoduleplan.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulesheets.mo -share/locale/%%LANG%%/LC_MESSAGES/krossmodulewords.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odp.mo -share/locale/%%LANG%%/LC_MESSAGES/okularGenerator_odt.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/plan.mo -share/locale/%%LANG%%/LC_MESSAGES/planlibs.mo -share/locale/%%LANG%%/LC_MESSAGES/planrcpsplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/plantjplugin.mo -share/locale/%%LANG%%/LC_MESSAGES/planwork.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/sheets.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetscalendartool.mo -share/locale/%%LANG%%/LC_MESSAGES/sheetssolver.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/stage.mo -share/locale/%%LANG%%/LC_MESSAGES/words.appdata.mo -share/locale/%%LANG%%/LC_MESSAGES/words.mo Index: editors/calligra-l10n/Makefile =================================================================== --- editors/calligra-l10n/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# $FreeBSD$ - -PORTNAME= calligra-l10n -PORTVERSION= ${CALLIGRA_VERSION} -CATEGORIES= editors kde - -MAINTAINER= kde@FreeBSD.org -COMMENT= Localized messages and documentation for Calligra - -USES= kde:4 metaport - -CALLIGRA_LANG_ALL= bs ca ca@valencia cs da de el en_GB es et fi fr \ - gl hu it ja kk nb nl pl pt pt_BR ru sk \ - sv tr uk zh_CN zh_TW - -de_PORT= german/calligra-l10n -fr_PORT= french/calligra-l10n -hu_PORT= hungarian/calligra-l10n -ja_PORT= japanese/calligra-l10n -pl_PORT= polish/calligra-l10n -pt_PORT= portuguese/calligra-l10n -pt_BR_PORT= portuguese/calligra-l10n-pt_BR -ru_PORT= russian/calligra-l10n -uk_PORT= ukrainian/calligra-l10n -zh_CN_PORT= chinese/calligra-l10n-zh_CN -zh_TW_PORT= chinese/calligra-l10n-zh_TW - -.include "${.CURDIR:H:H}/misc/kde4-l10n/files/kde4-lang-names" -nb_NAME= Norwegian Bokmal - -OPTIONS_DEFINE= ALL ${LANG_OPT_ALL} -OPTIONS_DEFAULT=ALL - -ALL_DESC= All localizations -ALL_RUN_DEPENDS=# empty - -.for lang in ${CALLIGRA_LANG_ALL} -${lang}_DETECT?= ${KDE_PREFIX}/share/locale/${lang}/LC_MESSAGES/calligra.mo -${lang}_PORT?= editors/calligra-l10n-${lang:S/@/_/} -${lang}_NAME?= ${lang} - -${lang}_OPT= ${lang:S/@/_/} -LANG_OPT_ALL+= ${${lang}_OPT} -${${lang}_OPT}_DESC= ${${lang}_NAME} localization - -${${lang}_OPT}_RUN_DEPENDS=${${lang}_DETECT}:${${lang}_PORT} -ALL_RUN_DEPENDS+= ${${${lang}_OPT}_RUN_DEPENDS} -.endfor - -.include Index: editors/calligra-l10n/files/bsd.l10n.mk =================================================================== --- editors/calligra-l10n/files/bsd.l10n.mk +++ /dev/null @@ -1,13 +0,0 @@ -.if defined(CALLIGRA_L10N) -MASTER_SITES?= KDE/${CALLIGRA_BRANCH}/calligra-${PORTVERSION}/calligra-l10n -PKGNAMEPREFIX= ${CALLIGRA_L10N:S/@/_/}- -DISTNAME= ${PORTNAME}-${CALLIGRA_L10N}-${PORTVERSION} -DIST_SUBDIR= KDE/calligra/${PORTVERSION}/l10n - -PLIST_SUB+= LANG=${CALLIGRA_L10N} - -USE_KDE= kdelibs automoc4 -USE_QT4= corelib xml moc_build qmake_build rcc_build uic_build -USES+= cmake gettext kde:4 tar:xz -NO_ARCH= yes -.endif Index: editors/calligra-l10n/pkg-descr =================================================================== --- editors/calligra-l10n/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Localized messages and documentation for Calligra. - -WWW: http://calligra.org Index: editors/calligra/Makefile =================================================================== --- editors/calligra/Makefile +++ editors/calligra/Makefile @@ -1,98 +1,83 @@ +# Created by: tcberner # $FreeBSD$ PORTNAME= calligra -PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 6 +PORTVERSION= 3.0.1 CATEGORIES= editors kde -MASTER_SITES= KDE/${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}/ -DIST_SUBDIR= KDE/${PORTNAME}/${PORTVERSION} +MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} +DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org -COMMENT= KDE graphic art and office suite +COMMENT= KDE office suite -LIB_DEPENDS= libpng.so:graphics/png \ - libIlmImf.so:graphics/OpenEXR \ +LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ + libImath-2_2.so:graphics/ilmbase \ + libKPropertyCore3.so:x11-toolkits/kproperty \ + libKReport3.so:textproc/kreport \ + libOkular5Core.so:graphics/okular \ libboost_thread.so:devel/boost-libs \ - libqca.so:devel/qca \ - libexiv2.so:graphics/exiv2 \ - liblcms2.so:graphics/lcms2 \ + libetonyek-0.1.so:graphics/libetonyek01 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ - libwpd-0.10.so:textproc/libwpd010 \ - libwpg-0.3.so:graphics/libwpg03 \ - libpoppler-qt4.so:graphics/poppler-qt4 \ + libgsl.so:math/gsl \ + liblcms2.so:graphics/lcms2 \ + libKGantt.so:graphics/kdiagram \ + libodfgen-0.1.so:textproc/libodfgen01 \ libopenjpeg.so:graphics/openjpeg15 \ - libfftw3.so:math/fftw3 \ + libpng.so:graphics/png \ + libpoppler-qt5.so:graphics/poppler-qt5 \ + libpoppler.so:graphics/poppler \ + libqca-qt5.so:devel/qca-qt5 \ + librevenge-0.0.so:textproc/librevenge \ libtiff.so:graphics/tiff \ - libgsl.so:math/gsl \ - libwps-0.3.so:textproc/libwps03 \ libvisio-0.1.so:textproc/libvisio01 \ - libOpenColorIO.so:graphics/opencolorio \ - libodfgen-0.1.so:textproc/libodfgen01 \ - libetonyek-0.1.so:graphics/libetonyek01 \ - librevenge-0.0.so:textproc/librevenge + libwpd-0.10.so:textproc/libwpd010 \ + libwpg-0.3.so:graphics/libwpg03 \ + libwps-0.3.so:textproc/libwps03 + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 \ pstoedit:graphics/pstoedit RUN_DEPENDS= pstoedit:graphics/pstoedit -USE_GL= glew -USE_GNOME= glib20 libxml2 libxslt -USE_KDE= kactivities kdelibs libkdcraw \ - okular pimlibs attica automoc4 soprano -USE_QT4= corelib dbus designer_build gui opengl phonon \ - qtestlib_build script sql svg webkit xml \ - moc_build qmake_build rcc_build uic_build -USES= cmake:outsource cpe compiler:c++11-lang iconv:translit jpeg \ - kde:4 perl5 pkgconfig shared-mime-info sqlite tar:xz +USES= cmake:outsource cpe compiler:c++11-lib desktop-file-utils \ + gettext iconv:translit jpeg kde:5 localbase:ldflags perl5 pkgconfig \ + shared-mime-info sqlite tar:xz +USE_KDE= activities archive auth bookmarks calendarcore codecs completion config \ + configwidgets coreaddons crash dbusaddons doctools ecm \ + emoticons guiaddons i18n iconthemes init itemmodels itemviews \ + jobwidgets js kcmutils kdelibs4support khtml kio \ + kross notifications notifyconfig parts service solid sonnet \ + texteditor textwidgets threadweaver unitconversion wallet \ + widgetsaddons windowsystem xmlgui +USE_QT5= buildtools_build core dbus gui network opengl \ + phonon4 printsupport qmake_build qml \ + quick script sql svg testlib webkit widgets x11extras xml +USE_XORG= ice sm x11 xext +USE_LDCONFIG= yes + CMAKE_ARGS= -DCMAKE_INCLUDE_PATH:STRING="${QT_INCDIR} ${LOCALBASE}/include" \ -DPRODUCTSET:STRING="DESKTOP" -USE_LDCONFIG= yes -PLIST_SUB+= SHLIB_VER=14.0.0 \ - SHLIB_SHVER=14 +# Requested by upstream, to not include unfinished modules +CMAKE_ARGS+= -DRELEASE_BUILD:BOOL=TRUE +# Performance increase according to README.PACKAGERS +CMAKE_ARGS+= -DCMAKE_CXX_FLAGS="-DKDE_NO_DEBUG_OUTPUT" -OPTIONS_DEFINE= GMIC MARBLE MYSQL PGSQL SYBASE -OPTIONS_DEFAULT=MARBLE MYSQL PGSQL -OPTIONS_SUB= yes +# Disable KDE Pim support +CMAKE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_KF5Akonadi:BOOL=FALSE \ + -DCMAKE_DISABLE_FIND_PACKAGE_KF5AkonadiContact:BOOL=FALSE -# GMIC does not mix well with clang as compiler. It needs >20GB of memory to be -# built, which is not sensible on most systems -# See bug report: https://llvm.org/bugs/show_bug.cgi?id=22199 -GMIC_DESC= Build the G'Mic plugin (needs lots and lots of RAM) -GMIC_CMAKE_ON= -DWITH_GMIC:BOOL=ON -GMIC_CMAKE_OFF= -DWITH_GMIC:BOOL=OFF +PLIST_SUB+= SHLIB_VER=15.0.0 \ + SHLIB_SHVER=15 -MARBLE_DESC= World globe widget support via Marble -MARBLE_USE= KDE=marble -MARBLE_CMAKE_OFF=-DWITH_Marble:BOOL=FALSE +CONFLICTS_INSTALL= calligra-2* -MYSQL_DESC= MySQL database support in Kexi -MYSQL_USE= MYSQL=yes -MYSQL_CMAKE_OFF=-DWITH_MySQL:BOOL=FALSE - -PGSQL_DESC= PostgreSQL database support in Kexi -PGSQL_LIB_DEPENDS=libpqxx-3.1.so:databases/postgresql-libpqxx3 -PGSQL_USES= pgsql -PGSQL_CMAKE_OFF=-DWITH_PostgreSQL:BOOL=FALSE - -SYBASE_DESC= Sybase database support in Kexi -SYBASE_LIB_DEPENDS=libsybdb.so:databases/freetds -SYBASE_CMAKE_OFF=-DWITH_FreeTDS:BOOL=FALSE - post-patch: -# They require memalign() to build; as they're not installed, they're just a -# waste of CPU cycles. - @${REINPLACE_CMD} -e '/add_subdirectory.*benchmarks/ d' \ - ${PATCH_WRKSRC}/krita/CMakeLists.txt # Prevent updating MIME during build/install. @${REINPLACE_CMD} -e '/^update_xdg_mimetypes/ d' \ ${PATCH_WRKSRC}/filters/libmsooxml/CMakeLists.txt \ - ${PATCH_WRKSRC}/filters/plan/mpxj/import/CMakeLists.txt \ ${PATCH_WRKSRC}/filters/stage/keynote/import/CMakeLists.txt \ ${PATCH_WRKSRC}/filters/words/wiki/CMakeLists.txt \ - ${PATCH_WRKSRC}/krita/data/CMakeLists.txt \ - ${PATCH_WRKSRC}/krita/plugins/formats/ora/CMakeLists.txt \ - ${PATCH_WRKSRC}/krita/plugins/formats/ora/CMakeLists.txt \ ${PATCH_WRKSRC}/plugins/vectorshape/CMakeLists.txt .include Index: editors/calligra/distinfo =================================================================== --- editors/calligra/distinfo +++ editors/calligra/distinfo @@ -1,2 +1,3 @@ -SHA256 (KDE/calligra/2.9.11/calligra-2.9.11.tar.xz) = b18d2d0f87bc92753ec8b1eb780a596770a49141e3e60d811da51e752e54ea09 -SIZE (KDE/calligra/2.9.11/calligra-2.9.11.tar.xz) = 196039892 +TIMESTAMP = 1491294880 +SHA256 (KDE/calligra/calligra-3.0.1.tar.xz) = 452bddc4e03cfbf48de508b991dc94209d386d86bf010ea9d10afed0f5694db2 +SIZE (KDE/calligra/calligra-3.0.1.tar.xz) = 60764344 Index: editors/calligra/files/patch-filters_words_msword-odf_wv2_src_parser9x.h =================================================================== --- /dev/null +++ editors/calligra/files/patch-filters_words_msword-odf_wv2_src_parser9x.h @@ -0,0 +1,13 @@ +To use 'uint' we need to include ''. + +--- filters/words/msword-odf/wv2/src/parser9x.h.orig 2016-12-20 09:48:40 UTC ++++ filters/words/msword-odf/wv2/src/parser9x.h +@@ -27,6 +27,8 @@ + #include + #include + ++#include ++ + class QString; + + namespace wvWare Index: editors/calligra/files/patch-plan_plugins_schedulers_tj_PlanTJScheduler.h =================================================================== --- /dev/null +++ editors/calligra/files/patch-plan_plugins_schedulers_tj_PlanTJScheduler.h @@ -0,0 +1,13 @@ +Include necessary header + +--- 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 + #include + ++#include ++ + class QDateTime; + + namespace TJ Index: editors/calligra/pkg-plist =================================================================== --- editors/calligra/pkg-plist +++ editors/calligra/pkg-plist @@ -1,7204 +1,4706 @@ -bin/braindump bin/calligra -bin/calligraauthor bin/calligraconverter -bin/calligraflow bin/calligraplan bin/calligraplanwork bin/calligrasheets -bin/calligrastage bin/calligrawords -%%GMIC%%bin/gmicparser bin/karbon -bin/kexi -bin/kexi_sqlite3_dump -bin/krita -include/kde4/calligra/DebugPigment.h -include/kde4/calligra/Ko3dScene.h -include/kde4/calligra/KoAnchorInlineObject.h -include/kde4/calligra/KoAnchorTextRange.h -include/kde4/calligra/KoAnnotationManager.h -include/kde4/calligra/KoBasicHistogramProducers.h -include/kde4/calligra/KoBookmark.h -include/kde4/calligra/KoBookmarkManager.h -include/kde4/calligra/KoBorder.h -include/kde4/calligra/KoCanvasBase.h -include/kde4/calligra/KoCanvasController.h -include/kde4/calligra/KoCanvasControllerWidget.h -include/kde4/calligra/KoCanvasObserverBase.h -include/kde4/calligra/KoCanvasResourceManager.h -include/kde4/calligra/KoCanvasSupervisor.h -include/kde4/calligra/KoCell.h -include/kde4/calligra/KoCellStyle.h -include/kde4/calligra/KoChannelInfo.h -include/kde4/calligra/KoChartInterface.h -include/kde4/calligra/KoChartModel.h -include/kde4/calligra/KoCmykColorSpaceTraits.h -include/kde4/calligra/KoColor.h -include/kde4/calligra/KoColorConversionTransformation.h -include/kde4/calligra/KoColorConversionTransformationAbstractFactory.h -include/kde4/calligra/KoColorConversionTransformationFactory.h -include/kde4/calligra/KoColorModelStandardIds.h -include/kde4/calligra/KoColorPatch.h -include/kde4/calligra/KoColorPopupAction.h -include/kde4/calligra/KoColorProfile.h -include/kde4/calligra/KoColorSetWidget.h -include/kde4/calligra/KoColorSlider.h -include/kde4/calligra/KoColorSpace.h -include/kde4/calligra/KoColorSpaceAbstract.h -include/kde4/calligra/KoColorSpaceConstants.h -include/kde4/calligra/KoColorSpaceEngine.h -include/kde4/calligra/KoColorSpaceFactory.h -include/kde4/calligra/KoColorSpaceMaths.h -include/kde4/calligra/KoColorSpaceRegistry.h -include/kde4/calligra/KoColorSpaceTraits.h -include/kde4/calligra/KoColorTransformation.h -include/kde4/calligra/KoColorTransformationFactory.h -include/kde4/calligra/KoColorTransformationFactoryRegistry.h -include/kde4/calligra/KoColumn.h -include/kde4/calligra/KoColumnStyle.h -include/kde4/calligra/KoColumns.h -include/kde4/calligra/KoCompositeOp.h -include/kde4/calligra/KoConfig.h -include/kde4/calligra/KoConnectionPoint.h -include/kde4/calligra/KoConvolutionOp.h -include/kde4/calligra/KoCopyController.h -include/kde4/calligra/KoCreatePathTool.h -include/kde4/calligra/KoCutController.h -include/kde4/calligra/KoDataCenterBase.h -include/kde4/calligra/KoDeferredShapeFactoryBase.h -include/kde4/calligra/KoDockFactoryBase.h -include/kde4/calligra/KoDockRegistry.h -include/kde4/calligra/KoDockWidgetTitleBar.h -include/kde4/calligra/KoDockWidgetTitleBarButton.h -include/kde4/calligra/KoDocumentBase.h -include/kde4/calligra/KoDocumentRdf.h -include/kde4/calligra/KoDocumentRdfBase.h -include/kde4/calligra/KoDocumentRdfEditWidget.h -include/kde4/calligra/KoDocumentResourceManager.h -include/kde4/calligra/KoDpi.h -include/kde4/calligra/KoDrag.h -include/kde4/calligra/KoDragOdfSaveHelper.h -include/kde4/calligra/KoDualColorButton.h -include/kde4/calligra/KoEditColorSetDialog.h -include/kde4/calligra/KoElementReference.h -include/kde4/calligra/KoEmbeddedDocumentSaver.h -include/kde4/calligra/KoEventActionAddCommand.h -include/kde4/calligra/KoEventActionRemoveCommand.h -include/kde4/calligra/KoFallBackColorTransformation.h -include/kde4/calligra/KoFileDialog.h -include/kde4/calligra/KoFillConfigWidget.h -include/kde4/calligra/KoFilterEffect.h -include/kde4/calligra/KoFilterEffectConfigWidgetBase.h -include/kde4/calligra/KoFilterEffectFactoryBase.h -include/kde4/calligra/KoFilterEffectLoadingContext.h -include/kde4/calligra/KoFilterEffectRegistry.h -include/kde4/calligra/KoFilterEffectRenderContext.h -include/kde4/calligra/KoFilterEffectStack.h -include/kde4/calligra/KoFlake.h -include/kde4/calligra/KoFontFace.h -include/kde4/calligra/KoFrameShape.h -include/kde4/calligra/KoGenChange.h -include/kde4/calligra/KoGenChanges.h -include/kde4/calligra/KoGenStyle.h -include/kde4/calligra/KoGenStyles.h -include/kde4/calligra/KoGenericRegistry.h -include/kde4/calligra/KoGenericRegistryModel.h -include/kde4/calligra/KoGlobal.h -include/kde4/calligra/KoGrayColorSpaceTraits.h -include/kde4/calligra/KoGridData.h -include/kde4/calligra/KoGroupButton.h -include/kde4/calligra/KoGuidesData.h -include/kde4/calligra/KoHistogramProducer.h -include/kde4/calligra/KoID.h -include/kde4/calligra/KoImageCollection.h -include/kde4/calligra/KoImageData.h -include/kde4/calligra/KoInlineObject.h -include/kde4/calligra/KoInlineObjectFactoryBase.h -include/kde4/calligra/KoInlineObjectRegistry.h -include/kde4/calligra/KoInlineTextObjectManager.h -include/kde4/calligra/KoInputDevice.h -include/kde4/calligra/KoInsets.h -include/kde4/calligra/KoIntegerMaths.h -include/kde4/calligra/KoInteractionTool.h -include/kde4/calligra/KoLabColorSpaceTraits.h -include/kde4/calligra/KoLabDarkenColorTransformation.h -include/kde4/calligra/KoLineStyleSelector.h -include/kde4/calligra/KoList.h -include/kde4/calligra/KoLoadingShapeUpdater.h -include/kde4/calligra/KoMixColorsOp.h -include/kde4/calligra/KoMixColorsOpImpl.h -include/kde4/calligra/KoOasisSettings.h -include/kde4/calligra/KoOdf.h -include/kde4/calligra/KoOdfBibliographyConfiguration.h -include/kde4/calligra/KoOdfGraphicProperties.h -include/kde4/calligra/KoOdfGraphicStyles.h -include/kde4/calligra/KoOdfHeaderFooterProperties.h -include/kde4/calligra/KoOdfLineNumberingConfiguration.h -include/kde4/calligra/KoOdfLoadingContext.h -include/kde4/calligra/KoOdfManifestEntry.h -include/kde4/calligra/KoOdfNotesConfiguration.h -include/kde4/calligra/KoOdfNumberDefinition.h -include/kde4/calligra/KoOdfNumberStyles.h -include/kde4/calligra/KoOdfPageLayoutProperties.h -include/kde4/calligra/KoOdfParagraphProperties.h -include/kde4/calligra/KoOdfPaste.h -include/kde4/calligra/KoOdfReadStore.h -include/kde4/calligra/KoOdfStyle.h -include/kde4/calligra/KoOdfStyleBase.h -include/kde4/calligra/KoOdfStyleManager.h -include/kde4/calligra/KoOdfStyleProperties.h -include/kde4/calligra/KoOdfStylesReader.h -include/kde4/calligra/KoOdfTextProperties.h -include/kde4/calligra/KoOdfWriteStore.h -include/kde4/calligra/KoPABackgroundTool.h -include/kde4/calligra/KoPACanvas.h -include/kde4/calligra/KoPACanvasBase.h -include/kde4/calligra/KoPACanvasItem.h -include/kde4/calligra/KoPADocument.h -include/kde4/calligra/KoPALoadingContext.h -include/kde4/calligra/KoPAMasterPage.h -include/kde4/calligra/KoPAPage.h -include/kde4/calligra/KoPAPageBase.h -include/kde4/calligra/KoPAPageContainerModel.h -include/kde4/calligra/KoPASavingContext.h -include/kde4/calligra/KoPAUtil.h -include/kde4/calligra/KoPAView.h -include/kde4/calligra/KoPAViewBase.h -include/kde4/calligra/KoPAViewMode.h -include/kde4/calligra/KoPAViewModeNormal.h -include/kde4/calligra/KoPageApp.h -include/kde4/calligra/KoPageFormat.h -include/kde4/calligra/KoPageLayout.h -include/kde4/calligra/KoPageLayoutDialog.h -include/kde4/calligra/KoPageLayoutWidget.h -include/kde4/calligra/KoPagePreviewWidget.h -include/kde4/calligra/KoPanTool.h -include/kde4/calligra/KoParameterToPathCommand.h -include/kde4/calligra/KoPathCombineCommand.h -include/kde4/calligra/KoPathControlPointMoveCommand.h -include/kde4/calligra/KoPathFillRuleCommand.h -include/kde4/calligra/KoPathPointInsertCommand.h -include/kde4/calligra/KoPathPointMergeCommand.h -include/kde4/calligra/KoPathPointMoveCommand.h -include/kde4/calligra/KoPathPointRemoveCommand.h -include/kde4/calligra/KoPathPointTypeCommand.h -include/kde4/calligra/KoPathReverseCommand.h -include/kde4/calligra/KoPathSegment.h -include/kde4/calligra/KoPathSegmentTypeCommand.h -include/kde4/calligra/KoPathShapeMarkerCommand.h -include/kde4/calligra/KoPencilTool.h -include/kde4/calligra/KoPointedAt.h -include/kde4/calligra/KoPointerEvent.h -include/kde4/calligra/KoPositionSelector.h -include/kde4/calligra/KoProgressBar.h -include/kde4/calligra/KoProgressProxy.h -include/kde4/calligra/KoProgressUpdater.h -include/kde4/calligra/KoProperties.h -include/kde4/calligra/KoRTree.h -include/kde4/calligra/KoRawCellChild.h -include/kde4/calligra/KoRdfPrefixMapping.h -include/kde4/calligra/KoRdfSemanticItem.h -include/kde4/calligra/KoRdfSemanticItemFactoryBase.h -include/kde4/calligra/KoRdfSemanticItemRegistry.h -include/kde4/calligra/KoRdfSemanticItemViewSite.h -include/kde4/calligra/KoRdfSemanticTree.h -include/kde4/calligra/KoRdfSemanticTreeWidgetItem.h -include/kde4/calligra/KoResourceItemChooser.h -include/kde4/calligra/KoResourceItemChooserContextMenu.h -include/kde4/calligra/KoResourceModelBase.h -include/kde4/calligra/KoResourceSelector.h -include/kde4/calligra/KoResourceServer.h -include/kde4/calligra/KoResourceServerAdapter.h -include/kde4/calligra/KoResourceServerObserver.h -include/kde4/calligra/KoResourceServerProvider.h -include/kde4/calligra/KoResourceTagStore.h -include/kde4/calligra/KoRgbColorSpaceTraits.h -include/kde4/calligra/KoRow.h -include/kde4/calligra/KoRowStyle.h -include/kde4/calligra/KoSection.h -include/kde4/calligra/KoSectionEnd.h -include/kde4/calligra/KoSectionManager.h -include/kde4/calligra/KoSectionUtils.h -include/kde4/calligra/KoSelection.h -include/kde4/calligra/KoSemanticStylesheet.h -include/kde4/calligra/KoSemanticStylesheetsEditor.h -include/kde4/calligra/KoShadowConfigWidget.h -include/kde4/calligra/KoShadowStyle.h -include/kde4/calligra/KoShape.h -include/kde4/calligra/KoShapeAlignCommand.h -include/kde4/calligra/KoShapeAnchor.h -include/kde4/calligra/KoShapeApplicationData.h -include/kde4/calligra/KoShapeBackgroundCommand.h -include/kde4/calligra/KoShapeBasedDocumentBase.h -include/kde4/calligra/KoShapeConfigWidgetBase.h -include/kde4/calligra/KoShapeContainer.h -include/kde4/calligra/KoShapeContainerDefaultModel.h -include/kde4/calligra/KoShapeContainerModel.h -include/kde4/calligra/KoShapeController.h -include/kde4/calligra/KoShapeCreateCommand.h -include/kde4/calligra/KoShapeDeleteCommand.h -include/kde4/calligra/KoShapeDistributeCommand.h -include/kde4/calligra/KoShapeFactoryBase.h -include/kde4/calligra/KoShapeGroup.h -include/kde4/calligra/KoShapeGroupCommand.h -include/kde4/calligra/KoShapeLayer.h -include/kde4/calligra/KoShapeLoadingContext.h -include/kde4/calligra/KoShapeManager.h -include/kde4/calligra/KoShapeManagerPaintingStrategy.h -include/kde4/calligra/KoShapeMoveCommand.h -include/kde4/calligra/KoShapeOdfSaveHelper.h -include/kde4/calligra/KoShapePainter.h -include/kde4/calligra/KoShapeRegistry.h -include/kde4/calligra/KoShapeRenameCommand.h -include/kde4/calligra/KoShapeReorderCommand.h -include/kde4/calligra/KoShapeSavingContext.h -include/kde4/calligra/KoShapeShadowCommand.h -include/kde4/calligra/KoShapeShearCommand.h -include/kde4/calligra/KoShapeSizeCommand.h -include/kde4/calligra/KoShapeStrokeCommand.h -include/kde4/calligra/KoShapeStrokeModel.h -include/kde4/calligra/KoShapeTransformCommand.h -include/kde4/calligra/KoShapeUngroupCommand.h -include/kde4/calligra/KoShapeUserData.h -include/kde4/calligra/KoSharedSavingData.h -include/kde4/calligra/KoSizeGroup.h -include/kde4/calligra/KoStore.h -include/kde4/calligra/KoStoreDevice.h -include/kde4/calligra/KoStrokeConfigWidget.h -include/kde4/calligra/KoStyle.h -include/kde4/calligra/KoStyleStack.h -include/kde4/calligra/KoStyleThumbnailer.h -include/kde4/calligra/KoSubpathRemoveCommand.h -include/kde4/calligra/KoTable.h -include/kde4/calligra/KoTableTemplate.h -include/kde4/calligra/KoTblStyle.h -include/kde4/calligra/KoText.h -include/kde4/calligra/KoTextBlockBorderData.h -include/kde4/calligra/KoTextBlockData.h -include/kde4/calligra/KoTextCommandBase.h -include/kde4/calligra/KoTextDocument.h -include/kde4/calligra/KoTextDocumentLayout.h -include/kde4/calligra/KoTextEditingFactory.h -include/kde4/calligra/KoTextEditingPlugin.h -include/kde4/calligra/KoTextEditingRegistry.h -include/kde4/calligra/KoTextEditor.h -include/kde4/calligra/KoTextInlineRdf.h -include/kde4/calligra/KoTextLayoutArea.h -include/kde4/calligra/KoTextLayoutRootArea.h -include/kde4/calligra/KoTextLocator.h -include/kde4/calligra/KoTextMeta.h -include/kde4/calligra/KoTextPage.h -include/kde4/calligra/KoTextPaste.h -include/kde4/calligra/KoTextRange.h -include/kde4/calligra/KoTextRangeManager.h -include/kde4/calligra/KoTextRdfCore.h -include/kde4/calligra/KoTextShapeData.h -include/kde4/calligra/KoTextShapeDataBase.h -include/kde4/calligra/KoTextSoftPageBreak.cpp -include/kde4/calligra/KoTextTableTemplate.h -include/kde4/calligra/KoToolBase.h -include/kde4/calligra/KoToolFactoryBase.h -include/kde4/calligra/KoToolManager.h -include/kde4/calligra/KoToolProxy.h -include/kde4/calligra/KoToolRegistry.h -include/kde4/calligra/KoToolSelection.h -include/kde4/calligra/KoTriangleColorSelector.h -include/kde4/calligra/KoUnit.h -include/kde4/calligra/KoUpdater.h -include/kde4/calligra/KoVariable.h -include/kde4/calligra/KoVariableManager.h -include/kde4/calligra/KoViewConverter.h -include/kde4/calligra/KoXmlNS.h -include/kde4/calligra/KoXmlReader.h -include/kde4/calligra/KoXmlReaderForward.h -include/kde4/calligra/KoXmlWriter.h -include/kde4/calligra/KoXyzColorSpaceTraits.h -include/kde4/calligra/KoYcbcrColorSpaceTraits.h -include/kde4/calligra/KoZoomAction.h -include/kde4/calligra/KoZoomController.h -include/kde4/calligra/KoZoomHandler.h -include/kde4/calligra/KoZoomInput.h -include/kde4/calligra/KoZoomMode.h -include/kde4/calligra/RdfForward.h -include/kde4/calligra/RdfSemanticTreeWidgetAction.h -include/kde4/calligra/RdfSemanticTreeWidgetSelectAction.h -include/kde4/calligra/basicflakes_export.h -include/kde4/calligra/calligragitversion.h -include/kde4/calligra/calligraversion.h -include/kde4/calligra/changetracker/KoChangeTracker.h -include/kde4/calligra/changetracker/KoChangeTrackerElement.h -include/kde4/calligra/changetracker/KoDeletedCellData.cpp -include/kde4/calligra/changetracker/KoDeletedColumnData.cpp -include/kde4/calligra/changetracker/KoDeletedRowColumnDataStore.h -include/kde4/calligra/changetracker/KoDeletedRowData.cpp -include/kde4/calligra/flake_export.h -include/kde4/calligra/koodf2_export.h -include/kde4/calligra/koodf_export.h -include/kde4/calligra/kopageapp_export.h -include/kde4/calligra/kordf_export.h -include/kde4/calligra/kotext_export.h -include/kde4/calligra/kotextlayout_export.h -include/kde4/calligra/koversion_export.h -include/kde4/calligra/kowidgets_export.h -include/kde4/calligra/kowidgetutils_export.h -include/kde4/calligra/kundo2_export.h -include/kde4/calligra/kundo2command.h -include/kde4/calligra/kundo2group.h -include/kde4/calligra/kundo2magicstring.h -include/kde4/calligra/kundo2model.h -include/kde4/calligra/kundo2qstack.h -include/kde4/calligra/kundo2stack.h -include/kde4/calligra/kundo2view.h -include/kde4/calligra/pigment_export.h -include/kde4/calligra/styles/KoCharacterStyle.h -include/kde4/calligra/styles/KoListLevelProperties.h -include/kde4/calligra/styles/KoListStyle.h -include/kde4/calligra/styles/KoParagraphStyle.h -include/kde4/calligra/styles/KoSectionStyle.h -include/kde4/calligra/styles/KoStyleManager.h -include/kde4/calligra/styles/KoTableCellStyle.h -include/kde4/calligra/styles/KoTableColumnStyle.h -include/kde4/calligra/styles/KoTableRowStyle.h -include/kde4/calligra/styles/KoTableStyle.h -include/kde4/krita/KisViewManager.h -include/kde4/krita/fill_processing_visitor.h -include/kde4/krita/kis_base_node.h -include/kde4/krita/kis_base_processor.h -include/kde4/krita/kis_canvas2.h -include/kde4/krita/kis_canvas_decoration.h -include/kde4/krita/kis_canvas_resource_provider.h -include/kde4/krita/kis_config_widget.h -include/kde4/krita/kis_convolution_kernel.h -include/kde4/krita/kis_convolution_painter.h -include/kde4/krita/kis_convolution_worker.h -include/kde4/krita/kis_coordinates_converter.h -include/kde4/krita/kis_cubic_curve.h -include/kde4/krita/kis_cursor.h -include/kde4/krita/kis_debug.h -include/kde4/krita/kis_default_bounds.h -include/kde4/krita/kis_distance_information.h -include/kde4/krita/kis_filter.h -include/kde4/krita/kis_filter_configuration.h -include/kde4/krita/kis_filter_registry.h -include/kde4/krita/kis_filter_strategy.h -include/kde4/krita/kis_generator.h -include/kde4/krita/kis_generator_registry.h -include/kde4/krita/kis_global.h -include/kde4/krita/kis_image.h -include/kde4/krita/kis_locked_properties.h -include/kde4/krita/kis_locked_properties_proxy.h -include/kde4/krita/kis_locked_properties_server.h -include/kde4/krita/kis_mask.h -include/kde4/krita/kis_multi_bool_filter_widget.h -include/kde4/krita/kis_multi_double_filter_widget.h -include/kde4/krita/kis_multi_integer_filter_widget.h -include/kde4/krita/kis_node.h -include/kde4/krita/kis_node_facade.h -include/kde4/krita/kis_node_graph_listener.h -include/kde4/krita/kis_paint_device.h -include/kde4/krita/kis_painter.h -include/kde4/krita/kis_paintop_option.h -include/kde4/krita/kis_paintop_options_model.h -include/kde4/krita/kis_paintop_settings_widget.h -include/kde4/krita/kis_perspectivetransform_worker.h -include/kde4/krita/kis_processing_information.h -include/kde4/krita/kis_properties_configuration.h -include/kde4/krita/kis_selection.h -include/kde4/krita/kis_serializable_configuration.h -include/kde4/krita/kis_shared.h -include/kde4/krita/kis_shared_ptr.h -include/kde4/krita/kis_tiled_data_manager.h -include/kde4/krita/kis_tool.h -include/kde4/krita/kis_transaction.h -include/kde4/krita/kis_transform_worker.h -include/kde4/krita/kis_types.h -include/kde4/krita/kis_ui_types.h -include/kde4/krita/kis_warptransform_worker.h -include/kde4/krita/kritaimage_export.h -include/kde4/krita/kritaui_export.h -include/kde4/sheets/Cell.h -include/kde4/sheets/CellStorage.h -include/kde4/sheets/Condition.h -include/kde4/sheets/Currency.h -include/kde4/sheets/DocBase.h -include/kde4/sheets/Format.h -include/kde4/sheets/Global.h -include/kde4/sheets/Map.h -include/kde4/sheets/Number.h -include/kde4/sheets/OdfLoadingContext.h -include/kde4/sheets/PointStorage.h -include/kde4/sheets/PrintSettings.h -include/kde4/sheets/ProtectableObject.h -include/kde4/sheets/RTree.h -include/kde4/sheets/RectStorage.h -include/kde4/sheets/Region.h -include/kde4/sheets/RowColumnFormat.h -include/kde4/sheets/RowFormatStorage.h -include/kde4/sheets/Sheet.h -include/kde4/sheets/Style.h -include/kde4/sheets/Value.h -include/kde4/sheets/ValueCalc.h -include/kde4/sheets/ValueConverter.h -include/kde4/sheets/ValueStorage.h -include/kde4/sheets/calligra_sheets_export.h -include/kde4/sheets/calligra_sheets_limits.h -include/kde4/sheets/commands/AbstractRegionCommand.h -include/kde4/sheets/commands/DataManipulators.h -include/kde4/sheets/commands/SortManipulator.h -include/kde4/sheets/commands/pivot.h -include/kde4/sheets/commands/pivotfilters.h -include/kde4/sheets/commands/pivotmain.h -include/kde4/sheets/commands/pivotoptions.h -include/kde4/sheets/database/Database.h -include/kde4/sheets/database/Filter.h -include/kde4/sheets/part/CanvasBase.h -include/kde4/sheets/part/CanvasItem.h -include/kde4/sheets/part/CellTool.h -include/kde4/sheets/part/Doc.h -include/kde4/sheets/part/Find.h -include/kde4/sheets/part/HeaderItems.h -include/kde4/sheets/part/Headers.h -include/kde4/sheets/part/Part.h -include/kde4/sheets/part/ToolRegistry.h -include/kde4/sheets/part/View.h -include/kde4/sheets/ui/CellEditorBase.h -include/kde4/sheets/ui/CellToolBase.h -include/kde4/sheets/ui/Selection.h -include/kde4/sheets/ui/SheetView.h -include/kde4/stage/part/KPrAnimationDirector.h -include/kde4/stage/part/KPrCustomSlideShows.h -include/kde4/stage/part/KPrDeclarations.h -include/kde4/stage/part/KPrDocument.h -include/kde4/stage/part/KPrNotes.h -include/kde4/stage/part/KPrPage.h -include/kde4/stage/part/KPrPageData.h -include/kde4/stage/part/KPrPresentationTool.h -include/kde4/stage/part/KPrShapeAnimations.h -include/kde4/stage/part/KPrView.h -include/kde4/stage/part/KPrViewModePresentation.h -include/kde4/stage/part/animations/KPrAnimationData.h -include/kde4/stage/part/animations/KPrAnimationStep.h -include/kde4/stage/part/animations/KPrShapeAnimation.h -include/kde4/stage/part/pagelayout/KPrPlaceholders.h -include/kde4/stage/part/stage_export.h -include/kde4/words/part/KWApplicationConfig.h -include/kde4/words/part/KWCanvas.h -include/kde4/words/part/KWCanvasBase.h -include/kde4/words/part/KWCanvasItem.h -include/kde4/words/part/KWDocument.h -include/kde4/words/part/KWPage.h -include/kde4/words/part/KWPageManager.h -include/kde4/words/part/KWPageStyle.h -include/kde4/words/part/KWView.h -include/kde4/words/part/KWViewMode.h -include/kde4/words/part/KWViewModeNormal.h -include/kde4/words/part/Words.h -include/kde4/words/part/frames/KWFrame.h -include/kde4/words/part/frames/KWFrameLayout.h -include/kde4/words/part/frames/KWFrameSet.h -include/kde4/words/part/frames/KWTextFrameSet.h -include/kde4/words/part/words_export.h -lib/calligra/imports/org/krita/draganddrop/libdraganddropplugin.so -lib/calligra/imports/org/krita/draganddrop/qmldir -lib/kde4/authorpart.so -lib/kde4/braindump_shape_state.so -lib/kde4/braindump_shape_web.so -lib/kde4/calligra_docker_defaults.so -lib/kde4/calligra_filter_applixspread2kspread.so -lib/kde4/calligra_filter_applixword2odt.so -lib/kde4/calligra_filter_ascii2words.so -lib/kde4/calligra_filter_csv2sheets.so -lib/kde4/calligra_filter_dbase2kspread.so -lib/kde4/calligra_filter_doc2odt.so -lib/kde4/calligra_filter_docx2odt.so -lib/kde4/calligra_filter_eps2svgai.so -lib/kde4/calligra_filter_gnumeric2sheets.so -lib/kde4/calligra_filter_html2ods.so -lib/kde4/calligra_filter_karbon1x2karbon.so -lib/kde4/calligra_filter_karbon2image.so -lib/kde4/calligra_filter_karbon2svg.so -lib/kde4/calligra_filter_karbon2wmf.so -lib/kde4/calligra_filter_key2odp.so -lib/kde4/calligra_filter_kpr2odp.so -lib/kde4/calligra_filter_kspread2tex.so -lib/kde4/calligra_filter_mpxj2plan.so -lib/kde4/calligra_filter_odt2ascii.so -lib/kde4/calligra_filter_odt2docx.so -lib/kde4/calligra_filter_odt2epub2.so -lib/kde4/calligra_filter_odt2html.so -lib/kde4/calligra_filter_odt2mobi.so -lib/kde4/calligra_filter_odt2wiki.so -lib/kde4/calligra_filter_opencalc2sheets.so -lib/kde4/calligra_filter_pdf2svg.so -lib/kde4/calligra_filter_ppt2odp.so -lib/kde4/calligra_filter_pptx2odp.so -lib/kde4/calligra_filter_qpro2sheets.so -lib/kde4/calligra_filter_rtf2odt.so -lib/kde4/calligra_filter_sheets2csv.so -lib/kde4/calligra_filter_sheets2gnumeric.so -lib/kde4/calligra_filter_sheets2html.so -lib/kde4/calligra_filter_sheets2opencalc.so -lib/kde4/calligra_filter_svg2karbon.so -lib/kde4/calligra_filter_vsdx2odg.so -lib/kde4/calligra_filter_wmf2svg.so -lib/kde4/calligra_filter_wpd2odt.so -lib/kde4/calligra_filter_wpg2odg.so -lib/kde4/calligra_filter_wpg2svg.so -lib/kde4/calligra_filter_wps2odt.so -lib/kde4/calligra_filter_xfig2odg.so -lib/kde4/calligra_filter_xls2ods.so -lib/kde4/calligra_filter_xlsx2ods.so -lib/kde4/calligra_semanticitem_contact.so -lib/kde4/calligra_semanticitem_event.so -lib/kde4/calligra_semanticitem_location.so -lib/kde4/calligra_shape_artistictext.so -lib/kde4/calligra_shape_chart.so -lib/kde4/calligra_shape_formular.so -lib/kde4/calligra_shape_music.so -lib/kde4/calligra_shape_paths.so -lib/kde4/calligra_shape_picture.so -lib/kde4/calligra_shape_plugin.so -lib/kde4/calligra_shape_spreadsheet-deferred.so -lib/kde4/calligra_shape_spreadsheet.so -lib/kde4/calligra_shape_text.so -lib/kde4/calligra_shape_vector.so -lib/kde4/calligra_shape_video.so -lib/kde4/calligra_textediting_autocorrect.so -lib/kde4/calligra_textediting_changecase.so -lib/kde4/calligra_textediting_spellcheck.so -lib/kde4/calligra_textediting_thesaurus.so -lib/kde4/calligra_textinlineobject_variables.so -lib/kde4/calligra_tool_basicflakes.so -lib/kde4/calligra_tool_defaults.so -lib/kde4/calligradocinfopropspage.so -lib/kde4/calligraimagethumbnail.so -lib/kde4/calligrasheetspart.so -lib/kde4/calligrastageeventactions.so -lib/kde4/calligrastagepart.so -lib/kde4/calligrastagetoolanimation.so -lib/kde4/calligrathumbnail.so -lib/kde4/flowdockersplugin.so -lib/kde4/flowpart.so -lib/kde4/karbon_flattenpathplugin.so -lib/kde4/karbon_refinepathplugin.so -lib/kde4/karbon_roundcornersplugin.so -lib/kde4/karbon_whirlpinchplugin.so -lib/kde4/karbonfiltereffects.so -lib/kde4/karbonpart.so -lib/kde4/karbontools.so -%%MYSQL%%lib/kde4/kexidb_mysqldriver.so -%%PGSQL%%lib/kde4/kexidb_pqxxsqldriver.so -lib/kde4/kexidb_sqlite3_icu.so -lib/kde4/kexidb_sqlite3driver.so -%%SYBASE%%lib/kde4/kexidb_sybasedriver.so -lib/kde4/kexihandler_csv_importexport.so -lib/kde4/kexihandler_form.so -lib/kde4/kexihandler_migration.so -lib/kde4/kexihandler_query.so -lib/kde4/kexihandler_report.so -lib/kde4/kexihandler_script.so -lib/kde4/kexihandler_table.so -lib/kde4/keximigrate_mdb.so -%%MYSQL%%lib/kde4/keximigrate_mysql.so -%%PGSQL%%lib/kde4/keximigrate_pqxx.so -lib/kde4/keximigrate_spreadsheet.so -%%SYBASE%%lib/kde4/keximigrate_sybase.so -lib/kde4/keximigrate_txt.so -lib/kde4/kformdesigner_containers.so -lib/kde4/kformdesigner_kexidbwidgets.so -%%MARBLE%%lib/kde4/kformdesigner_mapbrowser.so -lib/kde4/kformdesigner_stdwidgets.so -lib/kde4/kformdesigner_webbrowser.so -lib/kde4/kolcmsengine.so -lib/kde4/kopabackgroundtool.so -lib/kde4/koreport_barcodeplugin.so -lib/kde4/koreport_chartplugin.so -%%MARBLE%%lib/kde4/koreport_mapsplugin.so -lib/kde4/koreport_webplugin.so -lib/kde4/kplatorcpsscheduler.so -lib/kde4/kpr_pageeffect_barwipe.so -lib/kde4/kpr_pageeffect_clockwipe.so -lib/kde4/kpr_pageeffect_edgewipe.so -lib/kde4/kpr_pageeffect_fade.so -lib/kde4/kpr_pageeffect_iriswipe.so -lib/kde4/kpr_pageeffect_matrixwipe.so -lib/kde4/kpr_pageeffect_slidewipe.so -lib/kde4/kpr_pageeffect_spacerotation.so -lib/kde4/kpr_pageeffect_swapeffect.so -lib/kde4/kpr_shapeanimation_example.so -lib/kde4/kprvariables.so -lib/kde4/krita_colorspaces_extensions.so -lib/kde4/krita_raw_import.so -lib/kde4/kritaartisticcolorselector.so -lib/kde4/kritabigbrother.so -lib/kde4/kritablurfilter.so -lib/kde4/kritabmpexport.so -lib/kde4/kritabmpimport.so -lib/kde4/kritachalkpaintop.so -lib/kde4/kritachanneldocker.so -lib/kde4/kritaclonesarray.so -lib/kde4/kritacolorgenerator.so -lib/kde4/kritacolorrange.so -lib/kde4/kritacolorselectorng.so -lib/kde4/kritacolorsfilters.so -lib/kde4/kritacolorslider.so -lib/kde4/kritacolorsmudgepaintop.so -lib/kde4/kritacolorspaceconversion.so -lib/kde4/kritacompositiondocker.so -lib/kde4/kritaconvolutionfilters.so -lib/kde4/kritacurvepaintop.so -lib/kde4/kritadefaultdockers.so -lib/kde4/kritadefaultpaintops.so -lib/kde4/kritadefaulttools.so -lib/kde4/kritadeformpaintop.so -lib/kde4/kritadigitalmixer.so -lib/kde4/kritadodgeburn.so -lib/kde4/kritadynapaintop.so -lib/kde4/kritaembossfilter.so -lib/kde4/kritaexample.so -lib/kde4/kritaexperimentpaintop.so -lib/kde4/kritaexrexport.so -lib/kde4/kritaexrimport.so -lib/kde4/kritaextensioncolorsfilters.so -lib/kde4/kritafastcolortransferfilter.so -lib/kde4/kritafilterop.so -%%GMIC%%lib/kde4/kritagmic.so -lib/kde4/kritagridpaintop.so -lib/kde4/kritahairypaintop.so -lib/kde4/kritahatchingpaintop.so -lib/kde4/kritaheightmapexport.so -lib/kde4/kritaheightmapimport.so -lib/kde4/kritahistogram.so -lib/kde4/kritahistorydocker.so -lib/kde4/kritaimagedocker.so -lib/kde4/kritaimageenhancement.so -lib/kde4/kritaimagesize.so -lib/kde4/kritaimagesplit.so -lib/kde4/kritaindexcolors.so -lib/kde4/kritajp2export.so -lib/kde4/kritajp2import.so -lib/kde4/kritajpegexport.so -lib/kde4/kritajpegimport.so -lib/kde4/kritalayergroupswitcher.so -lib/kde4/kritalayersplit.so -lib/kde4/kritalevelfilter.so -lib/kde4/kritalutdocker.so -lib/kde4/kritametadataeditor.so -lib/kde4/kritamodifyselection.so -lib/kde4/kritanoisefilter.so -lib/kde4/kritanormalize.so -lib/kde4/kritaodgimport.so -lib/kde4/kritaoffsetimage.so -lib/kde4/kritaoilpaintfilter.so -lib/kde4/kritaoraexport.so -lib/kde4/kritaoraimport.so -lib/kde4/kritaoverviewdocker.so -lib/kde4/kritapalettedocker.so -lib/kde4/kritaparticlepaintop.so -lib/kde4/kritapatterndocker.so -lib/kde4/kritapatterngenerator.so -lib/kde4/kritapdfimport.so -lib/kde4/kritaphongbumpmap.so -lib/kde4/kritapixelizefilter.so -lib/kde4/kritapngexport.so -lib/kde4/kritapngimport.so -lib/kde4/kritaposterize.so -lib/kde4/kritappmexport.so -lib/kde4/kritappmimport.so -lib/kde4/kritapresetdocker.so -lib/kde4/kritapresethistory.so -lib/kde4/kritapsdexport.so -lib/kde4/kritapsdimport.so -lib/kde4/kritaqmlexport.so -lib/kde4/kritaraindropsfilter.so -lib/kde4/kritarandompickfilter.so -lib/kde4/kritaresourcemanager.so -lib/kde4/kritarotateimage.so -lib/kde4/kritaroundcornersfilter.so -lib/kde4/kritarulerassistanttool.so -lib/kde4/kritaselectiontools.so -lib/kde4/kritaseparatechannels.so -lib/kde4/kritashearimage.so -lib/kde4/kritasketchpaintop.so -lib/kde4/kritasmallcolorselector.so -lib/kde4/kritasmalltilesfilter.so -lib/kde4/kritasobelfilter.so -lib/kde4/kritaspecificcolorselector.so -lib/kde4/kritaspraypaintop.so -lib/kde4/kritatangentnormalpaintop.so -lib/kde4/kritatasksetdocker.so -lib/kde4/kritatgaexport.so -lib/kde4/kritatgaimport.so -lib/kde4/kritathumbnail.so -lib/kde4/kritatiffexport.so -lib/kde4/kritatiffimport.so -lib/kde4/kritatoolcrop.so -lib/kde4/kritatooldyna.so -lib/kde4/kritatoolgrid.so -lib/kde4/kritatoolperspectivegrid.so -lib/kde4/kritatoolpolygon.so -lib/kde4/kritatoolpolyline.so -lib/kde4/kritatooltext.so -lib/kde4/kritatooltransform.so -lib/kde4/kritaunsharpfilter.so -lib/kde4/kritawavefilter.so -lib/kde4/kritaxcfimport.so -lib/kde4/krossmodulekexidb.so -lib/kde4/krossmoduleplan.so -lib/kde4/krossmodulesheets.so -lib/kde4/kspread_plugin_tool_calendar.so -lib/kde4/kspreadbitopsmodule.so -lib/kde4/kspreadconversionmodule.so -lib/kde4/kspreaddatabasemodule.so -lib/kde4/kspreaddatetimemodule.so -lib/kde4/kspreadengineeringmodule.so -lib/kde4/kspreadfinancialmodule.so -lib/kde4/kspreadinformationmodule.so -lib/kde4/kspreadlogicmodule.so -lib/kde4/kspreadmathmodule.so -lib/kde4/kspreadreferencemodule.so -lib/kde4/kspreadstatisticalmodule.so -lib/kde4/kspreadtextmodule.so -lib/kde4/kspreadtrigonometrymodule.so -lib/kde4/okularGenerator_odp.so -lib/kde4/okularGenerator_odt.so -lib/kde4/planconvert/PlanConvert.jar -lib/kde4/planicalexport.so -lib/kde4/plankplatoimport.so -lib/kde4/planpart.so -lib/kde4/plantjscheduler.so -lib/kde4/planworkpart.so -lib/kde4/plugins/imageformats/kimg_kra.so -lib/kde4/plugins/imageformats/kimg_ora.so -lib/kde4/sheetssolver.so -lib/kde4/wordspart.so +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.%%SHLIB_SHVER%% +lib/libRtfReader.so.15 lib/libRtfReader.so.%%SHLIB_VER%% lib/libbasicflakes.so -lib/libbasicflakes.so.%%SHLIB_SHVER%% +lib/libbasicflakes.so.15 lib/libbasicflakes.so.%%SHLIB_VER%% -lib/libbraindumpcore.so.%%SHLIB_SHVER%% -lib/libbraindumpcore.so.%%SHLIB_VER%% -lib/libcalligradb.so -lib/libcalligradb.so.%%SHLIB_SHVER%% -lib/libcalligradb.so.%%SHLIB_VER%% -lib/libcalligrakdchart.so -lib/libcalligrakdchart.so.%%SHLIB_SHVER%% -lib/libcalligrakdchart.so.%%SHLIB_VER%% -lib/libcalligrakdgantt.so -lib/libcalligrakdgantt.so.%%SHLIB_SHVER%% -lib/libcalligrakdgantt.so.%%SHLIB_VER%% lib/libcalligrasheetscommon.so -lib/libcalligrasheetscommon.so.%%SHLIB_SHVER%% +lib/libcalligrasheetscommon.so.15 lib/libcalligrasheetscommon.so.%%SHLIB_VER%% lib/libcalligrasheetsodf.so -lib/libcalligrasheetsodf.so.%%SHLIB_SHVER%% +lib/libcalligrasheetsodf.so.15 lib/libcalligrasheetsodf.so.%%SHLIB_VER%% lib/libcalligrastageprivate.so -lib/libcalligrastageprivate.so.%%SHLIB_SHVER%% +lib/libcalligrastageprivate.so.15 lib/libcalligrastageprivate.so.%%SHLIB_VER%% lib/libflake.so -lib/libflake.so.%%SHLIB_SHVER%% +lib/libflake.so.15 lib/libflake.so.%%SHLIB_VER%% -lib/libflowprivate.so -lib/libflowprivate.so.%%SHLIB_SHVER%% -lib/libflowprivate.so.%%SHLIB_VER%% lib/libkarboncommon.so -lib/libkarboncommon.so.%%SHLIB_SHVER%% +lib/libkarboncommon.so.15 lib/libkarboncommon.so.%%SHLIB_VER%% lib/libkarbonui.so -lib/libkarbonui.so.%%SHLIB_SHVER%% +lib/libkarbonui.so.15 lib/libkarbonui.so.%%SHLIB_VER%% -lib/libkdeinit4_calligraauthor.so -lib/libkdeinit4_calligraflow.so -lib/libkdeinit4_calligraplan.so -lib/libkdeinit4_calligraplanwork.so -lib/libkdeinit4_calligrasheets.so -lib/libkdeinit4_calligrastage.so -lib/libkdeinit4_calligrawords.so -lib/libkdeinit4_karbon.so -lib/libkexicore.so -lib/libkexicore.so.%%SHLIB_SHVER%% -lib/libkexicore.so.%%SHLIB_VER%% -lib/libkexidatatable.so -lib/libkexidatatable.so.%%SHLIB_SHVER%% -lib/libkexidatatable.so.%%SHLIB_VER%% -lib/libkexidataviewcommon.so -lib/libkexidataviewcommon.so.%%SHLIB_SHVER%% -lib/libkexidataviewcommon.so.%%SHLIB_VER%% -lib/libkexidb.so -lib/libkexidb.so.%%SHLIB_SHVER%% -lib/libkexidb.so.%%SHLIB_VER%% -lib/libkexiextendedwidgets.so -lib/libkexiextendedwidgets.so.%%SHLIB_SHVER%% -lib/libkexiextendedwidgets.so.%%SHLIB_VER%% -lib/libkexiformutils.so -lib/libkexiformutils.so.%%SHLIB_SHVER%% -lib/libkexiformutils.so.%%SHLIB_VER%% -lib/libkexiguiutils.so -lib/libkexiguiutils.so.%%SHLIB_SHVER%% -lib/libkexiguiutils.so.%%SHLIB_VER%% -lib/libkeximain.so -lib/libkeximain.so.%%SHLIB_SHVER%% -lib/libkeximain.so.%%SHLIB_VER%% -lib/libkeximigrate.so -lib/libkeximigrate.so.%%SHLIB_SHVER%% -lib/libkeximigrate.so.%%SHLIB_VER%% -lib/libkexirelationsview.so -lib/libkexirelationsview.so.%%SHLIB_SHVER%% -lib/libkexirelationsview.so.%%SHLIB_VER%% -lib/libkexiutils.so -lib/libkexiutils.so.%%SHLIB_SHVER%% -lib/libkexiutils.so.%%SHLIB_VER%% -lib/libkformdesigner.so -lib/libkformdesigner.so.%%SHLIB_SHVER%% -lib/libkformdesigner.so.%%SHLIB_VER%% -lib/libkformula.so -lib/libkformula.so.%%SHLIB_SHVER%% -lib/libkformula.so.%%SHLIB_VER%% -lib/libkokross.so -lib/libkokross.so.%%SHLIB_SHVER%% -lib/libkokross.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.%%SHLIB_VER%% lib/libkomain.so -lib/libkomain.so.%%SHLIB_SHVER%% +lib/libkomain.so.15 lib/libkomain.so.%%SHLIB_VER%% lib/libkomsooxml.so -lib/libkomsooxml.so.%%SHLIB_SHVER%% +lib/libkomsooxml.so.15 lib/libkomsooxml.so.%%SHLIB_VER%% lib/libkoodf.so -lib/libkoodf.so.%%SHLIB_SHVER%% +lib/libkoodf.so.15 lib/libkoodf.so.%%SHLIB_VER%% lib/libkoodf2.so -lib/libkoodf2.so.%%SHLIB_SHVER%% +lib/libkoodf2.so.15 lib/libkoodf2.so.%%SHLIB_VER%% lib/libkoodfreader.so -lib/libkoodfreader.so.%%SHLIB_SHVER%% +lib/libkoodfreader.so.15 lib/libkoodfreader.so.%%SHLIB_VER%% +lib/libkookularGenerator_odp.so +lib/libkookularGenerator_odp.so.15 +lib/libkookularGenerator_odp.so.%%SHLIB_VER%% +lib/libkookularGenerator_odt.so +lib/libkookularGenerator_odt.so.15 +lib/libkookularGenerator_odt.so.%%SHLIB_VER%% lib/libkopageapp.so -lib/libkopageapp.so.%%SHLIB_SHVER%% +lib/libkopageapp.so.15 lib/libkopageapp.so.%%SHLIB_VER%% lib/libkoplugin.so -lib/libkoplugin.so.%%SHLIB_SHVER%% +lib/libkoplugin.so.15 lib/libkoplugin.so.%%SHLIB_VER%% -lib/libkoproperty.so -lib/libkoproperty.so.%%SHLIB_SHVER%% -lib/libkoproperty.so.%%SHLIB_VER%% -lib/libkordf.so -lib/libkordf.so.%%SHLIB_SHVER%% -lib/libkordf.so.%%SHLIB_VER%% -lib/libkoreport.so -lib/libkoreport.so.%%SHLIB_SHVER%% -lib/libkoreport.so.%%SHLIB_VER%% +lib/libkostore.so +lib/libkostore.so.15 +lib/libkostore.so.%%SHLIB_VER%% lib/libkotext.so -lib/libkotext.so.%%SHLIB_SHVER%% +lib/libkotext.so.15 lib/libkotext.so.%%SHLIB_VER%% lib/libkotextlayout.so -lib/libkotextlayout.so.%%SHLIB_SHVER%% +lib/libkotextlayout.so.15 lib/libkotextlayout.so.%%SHLIB_VER%% lib/libkovectorimage.so -lib/libkovectorimage.so.%%SHLIB_SHVER%% +lib/libkovectorimage.so.15 lib/libkovectorimage.so.%%SHLIB_VER%% lib/libkoversion.so -lib/libkoversion.so.%%SHLIB_SHVER%% +lib/libkoversion.so.15 lib/libkoversion.so.%%SHLIB_VER%% lib/libkowidgets.so -lib/libkowidgets.so.%%SHLIB_SHVER%% +lib/libkowidgets.so.15 lib/libkowidgets.so.%%SHLIB_VER%% lib/libkowidgetutils.so -lib/libkowidgetutils.so.%%SHLIB_SHVER%% +lib/libkowidgetutils.so.15 lib/libkowidgetutils.so.%%SHLIB_VER%% lib/libkowv2.so lib/libkowv2.so.9 lib/libkowv2.so.9.0.0 lib/libkplatokernel.so -lib/libkplatokernel.so.%%SHLIB_SHVER%% +lib/libkplatokernel.so.15 lib/libkplatokernel.so.%%SHLIB_VER%% lib/libkplatomodels.so -lib/libkplatomodels.so.%%SHLIB_SHVER%% +lib/libkplatomodels.so.15 lib/libkplatomodels.so.%%SHLIB_VER%% lib/libkplatoui.so -lib/libkplatoui.so.%%SHLIB_SHVER%% +lib/libkplatoui.so.15 lib/libkplatoui.so.%%SHLIB_VER%% -lib/libkritacolor.so -lib/libkritacolor.so.%%SHLIB_SHVER%% -lib/libkritacolor.so.%%SHLIB_VER%% -lib/libkritacolord.so -lib/libkritaglobal.so -lib/libkritaglobal.so.%%SHLIB_SHVER%% -lib/libkritaglobal.so.%%SHLIB_VER%% -lib/libkritaimage.so -lib/libkritaimage.so.%%SHLIB_SHVER%% -lib/libkritaimage.so.%%SHLIB_VER%% -lib/libkritalibbrush.so -lib/libkritalibbrush.so.%%SHLIB_SHVER%% -lib/libkritalibbrush.so.%%SHLIB_VER%% -lib/libkritalibpaintop.so -lib/libkritalibpaintop.so.%%SHLIB_SHVER%% -lib/libkritalibpaintop.so.%%SHLIB_VER%% -lib/libkritapsd.so -lib/libkritapsd.so.%%SHLIB_SHVER%% -lib/libkritapsd.so.%%SHLIB_VER%% -lib/libkritaui.so -lib/libkritaui.so.%%SHLIB_SHVER%% -lib/libkritaui.so.%%SHLIB_VER%% lib/libkundo2.so -lib/libkundo2.so.%%SHLIB_SHVER%% +lib/libkundo2.so.15 lib/libkundo2.so.%%SHLIB_VER%% lib/libpigmentcms.so -lib/libpigmentcms.so.%%SHLIB_SHVER%% +lib/libpigmentcms.so.15 lib/libpigmentcms.so.%%SHLIB_VER%% lib/libplanprivate.so -lib/libplanprivate.so.%%SHLIB_SHVER%% +lib/libplanprivate.so.15 lib/libplanprivate.so.%%SHLIB_VER%% -lib/libplanworkapp.so -lib/libplanworkapp.so.%%SHLIB_SHVER%% -lib/libplanworkapp.so.%%SHLIB_VER%% lib/libplanworkfactory.so -lib/libplanworkfactory.so.%%SHLIB_SHVER%% +lib/libplanworkfactory.so.15 lib/libplanworkfactory.so.%%SHLIB_VER%% -lib/librcps_plan.so -lib/librcps_plan.so.%%SHLIB_SHVER%% -lib/librcps_plan.so.%%SHLIB_VER%% lib/libwordsprivate.so -lib/libwordsprivate.so.%%SHLIB_SHVER%% +lib/libwordsprivate.so.15 lib/libwordsprivate.so.%%SHLIB_VER%% -share/appdata/braindump.appdata.xml -share/appdata/flow.appdata.xml -share/appdata/karbon.appdata.xml -share/appdata/kexi.appdata.xml -share/appdata/krita.appdata.xml -share/appdata/plan.appdata.xml -share/appdata/sheets.appdata.xml -share/appdata/stage.appdata.xml -share/appdata/words.appdata.xml -share/applications/kde4/author.desktop -share/applications/kde4/braindump.desktop -share/applications/kde4/calligra.desktop -share/applications/kde4/calligrawords_ascii.desktop -share/applications/kde4/flow.desktop -share/applications/kde4/karbon.desktop -share/applications/kde4/kexi.desktop -share/applications/kde4/krita.desktop -share/applications/kde4/krita_bmp.desktop -share/applications/kde4/krita_exr.desktop -share/applications/kde4/krita_heightmap.desktop -share/applications/kde4/krita_jp2.desktop -share/applications/kde4/krita_jpeg.desktop -share/applications/kde4/krita_odg.desktop -share/applications/kde4/krita_ora.desktop -share/applications/kde4/krita_pdf.desktop -share/applications/kde4/krita_png.desktop -share/applications/kde4/krita_ppm.desktop -share/applications/kde4/krita_psd.desktop -share/applications/kde4/krita_raw.desktop -share/applications/kde4/krita_tga.desktop -share/applications/kde4/krita_tiff.desktop -share/applications/kde4/krita_xcf.desktop -share/applications/kde4/okularApplication_doc_calligra.desktop -share/applications/kde4/okularApplication_docx_calligra.desktop -share/applications/kde4/okularApplication_odp.desktop -share/applications/kde4/okularApplication_odt.desktop -share/applications/kde4/okularApplication_powerpoint_calligra.desktop -share/applications/kde4/okularApplication_pptx_calligra.desktop -share/applications/kde4/okularApplication_wpd_calligra.desktop -share/applications/kde4/plan.desktop -share/applications/kde4/planwork.desktop -share/applications/kde4/sheets.desktop -share/applications/kde4/stage.desktop -share/applications/kde4/words.desktop -share/apps/author/author.rc -share/apps/author/author_readonly.rc -share/apps/braindump/braindumpui.rc -share/apps/braindump/braindumpview.rc -share/apps/braindump/icons/hicolor/22x22/actions/zoom-pixels.png -share/apps/calligra/autocorrect/autocorrect.xml -share/apps/calligra/autocorrect/en_US.xml -share/apps/calligra/calligra_shell.rc -share/apps/calligra/icons/cursor_connect.png -share/apps/calligra/icons/cursor_rotate.png -share/apps/calligra/icons/cursor_shear.png -share/apps/calligra/icons/hicolor/128x128/actions/template_DIN_A3_landscape.png -share/apps/calligra/icons/hicolor/128x128/actions/template_DIN_A4_portrait.png -share/apps/calligra/icons/hicolor/128x128/actions/template_ratio_1610.png -share/apps/calligra/icons/hicolor/128x128/actions/template_ratio_2391.png -share/apps/calligra/icons/hicolor/128x128/actions/template_ratio_43.png -share/apps/calligra/icons/hicolor/128x128/actions/template_web_design.png -share/apps/calligra/icons/hicolor/16x16/actions/abs.png -share/apps/calligra/icons/hicolor/16x16/actions/bevelled.png -share/apps/calligra/icons/hicolor/16x16/actions/borderpainter.png -share/apps/calligra/icons/hicolor/16x16/actions/brackets.png -share/apps/calligra/icons/hicolor/16x16/actions/enclosed.png -share/apps/calligra/icons/hicolor/16x16/actions/escape-direction-all.png -share/apps/calligra/icons/hicolor/16x16/actions/escape-direction-down.png -share/apps/calligra/icons/hicolor/16x16/actions/escape-direction-horizontal.png -share/apps/calligra/icons/hicolor/16x16/actions/escape-direction-left.png -share/apps/calligra/icons/hicolor/16x16/actions/escape-direction-right.png -share/apps/calligra/icons/hicolor/16x16/actions/escape-direction-up.png -share/apps/calligra/icons/hicolor/16x16/actions/escape-direction-vertical.png -share/apps/calligra/icons/hicolor/16x16/actions/format_decreaseindent.png -share/apps/calligra/icons/hicolor/16x16/actions/format_increaseindent.png -share/apps/calligra/icons/hicolor/16x16/actions/frac.png -share/apps/calligra/icons/hicolor/16x16/actions/frame_edit.png -share/apps/calligra/icons/hicolor/16x16/actions/frame_formula.png -share/apps/calligra/icons/hicolor/16x16/actions/frame_image.png -share/apps/calligra/icons/hicolor/16x16/actions/frame_query.png -share/apps/calligra/icons/hicolor/16x16/actions/frame_spreadsheet.png -share/apps/calligra/icons/hicolor/16x16/actions/frame_text.png -share/apps/calligra/icons/hicolor/16x16/actions/gsub.png -share/apps/calligra/icons/hicolor/16x16/actions/gsubup.png -share/apps/calligra/icons/hicolor/16x16/actions/gsup.png -share/apps/calligra/icons/hicolor/16x16/actions/inline_image.png -share/apps/calligra/icons/hicolor/16x16/actions/inline_table.png -share/apps/calligra/icons/hicolor/16x16/actions/insert-pagebreak.png -share/apps/calligra/icons/hicolor/16x16/actions/insert_table_row.png -share/apps/calligra/icons/hicolor/16x16/actions/int.png -share/apps/calligra/icons/hicolor/16x16/actions/kdb_form.png -share/apps/calligra/icons/hicolor/16x16/actions/kdb_table.png -share/apps/calligra/icons/hicolor/16x16/actions/line.png -share/apps/calligra/icons/hicolor/16x16/actions/linewidth.png -share/apps/calligra/icons/hicolor/16x16/actions/lsub.png -share/apps/calligra/icons/hicolor/16x16/actions/lsup.png -share/apps/calligra/icons/hicolor/16x16/actions/matrix.png -share/apps/calligra/icons/hicolor/16x16/actions/multiline.png -share/apps/calligra/icons/hicolor/16x16/actions/onetwomatrix.png -share/apps/calligra/icons/hicolor/16x16/actions/over.png -share/apps/calligra/icons/hicolor/16x16/actions/paren.png -share/apps/calligra/icons/hicolor/16x16/actions/prod.png -share/apps/calligra/icons/hicolor/16x16/actions/report_barcode_element.png -%%MARBLE%%share/apps/calligra/icons/hicolor/16x16/actions/report_map_element.png -share/apps/calligra/icons/hicolor/16x16/actions/report_web_element.png -share/apps/calligra/icons/hicolor/16x16/actions/root.png -share/apps/calligra/icons/hicolor/16x16/actions/rsub.png -share/apps/calligra/icons/hicolor/16x16/actions/rsubup.png -share/apps/calligra/icons/hicolor/16x16/actions/rsup.png -share/apps/calligra/icons/hicolor/16x16/actions/sqrt.png -share/apps/calligra/icons/hicolor/16x16/actions/sum.png -share/apps/calligra/icons/hicolor/16x16/actions/under.png -share/apps/calligra/icons/hicolor/16x16/actions/vector.png -share/apps/calligra/icons/hicolor/16x16/apps/key_bindings.png -share/apps/calligra/icons/hicolor/16x16/apps/style.png -share/apps/calligra/icons/hicolor/22x22/actions/abs.png -share/apps/calligra/icons/hicolor/22x22/actions/aobottom.png -share/apps/calligra/icons/hicolor/22x22/actions/aoleft.png -share/apps/calligra/icons/hicolor/22x22/actions/aoright.png -share/apps/calligra/icons/hicolor/22x22/actions/aotop.png -share/apps/calligra/icons/hicolor/22x22/actions/artistictext-attach-path.png -share/apps/calligra/icons/hicolor/22x22/actions/artistictext-detach-path.png -share/apps/calligra/icons/hicolor/22x22/actions/artistictext-tool.png -share/apps/calligra/icons/hicolor/22x22/actions/bevelled.png -share/apps/calligra/icons/hicolor/22x22/actions/brackets.png -share/apps/calligra/icons/hicolor/22x22/actions/calligraphy.png -share/apps/calligra/icons/hicolor/22x22/actions/cancel.png -share/apps/calligra/icons/hicolor/22x22/actions/char.png -share/apps/calligra/icons/hicolor/22x22/actions/edittext.png -share/apps/calligra/icons/hicolor/22x22/actions/enclosed.png -share/apps/calligra/icons/hicolor/22x22/actions/format_decreaseindent.png -share/apps/calligra/icons/hicolor/22x22/actions/format_increaseindent.png -share/apps/calligra/icons/hicolor/22x22/actions/formulashape.png -share/apps/calligra/icons/hicolor/22x22/actions/frac.png -share/apps/calligra/icons/hicolor/22x22/actions/frame_chart.png -share/apps/calligra/icons/hicolor/22x22/actions/frame_edit.png -share/apps/calligra/icons/hicolor/22x22/actions/frame_formula.png -share/apps/calligra/icons/hicolor/22x22/actions/frame_image.png -share/apps/calligra/icons/hicolor/22x22/actions/frame_query.png -share/apps/calligra/icons/hicolor/22x22/actions/frame_spreadsheet.png -share/apps/calligra/icons/hicolor/22x22/actions/frame_text.png -share/apps/calligra/icons/hicolor/22x22/actions/gradient.png -share/apps/calligra/icons/hicolor/22x22/actions/gsub.png -share/apps/calligra/icons/hicolor/22x22/actions/gsubup.png -share/apps/calligra/icons/hicolor/22x22/actions/gsup.png -share/apps/calligra/icons/hicolor/22x22/actions/inline_image.png -share/apps/calligra/icons/hicolor/22x22/actions/inline_table.png -share/apps/calligra/icons/hicolor/22x22/actions/inscol.png -share/apps/calligra/icons/hicolor/22x22/actions/insert_table_row.png -share/apps/calligra/icons/hicolor/22x22/actions/insrow.png -share/apps/calligra/icons/hicolor/22x22/actions/int.png -share/apps/calligra/icons/hicolor/22x22/actions/label.png -share/apps/calligra/icons/hicolor/22x22/actions/line.png -share/apps/calligra/icons/hicolor/22x22/actions/lower.png -share/apps/calligra/icons/hicolor/22x22/actions/lsub.png -share/apps/calligra/icons/hicolor/22x22/actions/lsup.png -share/apps/calligra/icons/hicolor/22x22/actions/matrix.png -share/apps/calligra/icons/hicolor/22x22/actions/multiline.png -share/apps/calligra/icons/hicolor/22x22/actions/music-cross.png -share/apps/calligra/icons/hicolor/22x22/actions/music-dottednote.png -share/apps/calligra/icons/hicolor/22x22/actions/music-doublecross.png -share/apps/calligra/icons/hicolor/22x22/actions/music-doubleflat.png -share/apps/calligra/icons/hicolor/22x22/actions/music-flat.png -share/apps/calligra/icons/hicolor/22x22/actions/music-natural.png -share/apps/calligra/icons/hicolor/22x22/actions/music-note-128th.png -share/apps/calligra/icons/hicolor/22x22/actions/music-note-16th.png -share/apps/calligra/icons/hicolor/22x22/actions/music-note-32nd.png -share/apps/calligra/icons/hicolor/22x22/actions/music-note-64th.png -share/apps/calligra/icons/hicolor/22x22/actions/music-note-breve.png -share/apps/calligra/icons/hicolor/22x22/actions/music-note-eighth.png -share/apps/calligra/icons/hicolor/22x22/actions/music-note-half.png -share/apps/calligra/icons/hicolor/22x22/actions/music-note-quarter.png -share/apps/calligra/icons/hicolor/22x22/actions/music-note-whole.png -share/apps/calligra/icons/hicolor/22x22/actions/music-rest-128th.png -share/apps/calligra/icons/hicolor/22x22/actions/music-rest-16th.png -share/apps/calligra/icons/hicolor/22x22/actions/music-rest-32nd.png -share/apps/calligra/icons/hicolor/22x22/actions/music-rest-64th.png -share/apps/calligra/icons/hicolor/22x22/actions/music-rest-breve.png -share/apps/calligra/icons/hicolor/22x22/actions/music-rest-eighth.png -share/apps/calligra/icons/hicolor/22x22/actions/music-rest-half.png -share/apps/calligra/icons/hicolor/22x22/actions/music-rest-quarter.png -share/apps/calligra/icons/hicolor/22x22/actions/music-rest-whole.png -share/apps/calligra/icons/hicolor/22x22/actions/music-tiednote.png -share/apps/calligra/icons/hicolor/22x22/actions/neonpen.png -share/apps/calligra/icons/hicolor/22x22/actions/ok.png -share/apps/calligra/icons/hicolor/22x22/actions/onetwomatrix.png -share/apps/calligra/icons/hicolor/22x22/actions/over.png -share/apps/calligra/icons/hicolor/22x22/actions/page.png -share/apps/calligra/icons/hicolor/22x22/actions/paren.png -share/apps/calligra/icons/hicolor/22x22/actions/pattern.png -share/apps/calligra/icons/hicolor/22x22/actions/prod.png -share/apps/calligra/icons/hicolor/22x22/actions/raise.png -share/apps/calligra/icons/hicolor/22x22/actions/remcol.png -share/apps/calligra/icons/hicolor/22x22/actions/remrow.png -share/apps/calligra/icons/hicolor/22x22/actions/report_barcode_element.png -%%MARBLE%%share/apps/calligra/icons/hicolor/22x22/actions/report_map_element.png -share/apps/calligra/icons/hicolor/22x22/actions/report_web_element.png -share/apps/calligra/icons/hicolor/22x22/actions/root.png -share/apps/calligra/icons/hicolor/22x22/actions/rsub.png -share/apps/calligra/icons/hicolor/22x22/actions/rsubup.png -share/apps/calligra/icons/hicolor/22x22/actions/rsup.png -share/apps/calligra/icons/hicolor/22x22/actions/select.png -share/apps/calligra/icons/hicolor/22x22/actions/shadow.png -share/apps/calligra/icons/hicolor/22x22/actions/shadowB.png -share/apps/calligra/icons/hicolor/22x22/actions/shadowL.png -share/apps/calligra/icons/hicolor/22x22/actions/shadowLB.png -share/apps/calligra/icons/hicolor/22x22/actions/shadowLU.png -share/apps/calligra/icons/hicolor/22x22/actions/shadowR.png -share/apps/calligra/icons/hicolor/22x22/actions/shadowRB.png -share/apps/calligra/icons/hicolor/22x22/actions/shadowRU.png -share/apps/calligra/icons/hicolor/22x22/actions/shadowU.png -share/apps/calligra/icons/hicolor/22x22/actions/spreadsheetshape.png -share/apps/calligra/icons/hicolor/22x22/actions/sqrt.png -share/apps/calligra/icons/hicolor/22x22/actions/sum.png -share/apps/calligra/icons/hicolor/22x22/actions/toggle_docbrowser.png -share/apps/calligra/icons/hicolor/22x22/actions/tool-text.png -share/apps/calligra/icons/hicolor/22x22/actions/tool_cellformatting.png -share/apps/calligra/icons/hicolor/22x22/actions/tool_references.png -share/apps/calligra/icons/hicolor/22x22/actions/tool_review.png -share/apps/calligra/icons/hicolor/22x22/actions/under.png -share/apps/calligra/icons/hicolor/22x22/actions/vector.png -share/apps/calligra/icons/hicolor/22x22/actions/zoom-pixels.png -share/apps/calligra/icons/hicolor/22x22/actions/zoom-two-pages.png -share/apps/calligra/icons/hicolor/24x24/actions/insert-pagebreak.png -share/apps/calligra/icons/hicolor/32x32/actions/abs.png -share/apps/calligra/icons/hicolor/32x32/actions/bevelled.png -share/apps/calligra/icons/hicolor/32x32/actions/brackets.png -share/apps/calligra/icons/hicolor/32x32/actions/enclosed.png -share/apps/calligra/icons/hicolor/32x32/actions/frac.png -share/apps/calligra/icons/hicolor/32x32/actions/grid.png -share/apps/calligra/icons/hicolor/32x32/actions/gsub.png -share/apps/calligra/icons/hicolor/32x32/actions/gsubup.png -share/apps/calligra/icons/hicolor/32x32/actions/gsup.png -share/apps/calligra/icons/hicolor/32x32/actions/insert-endnote.png -share/apps/calligra/icons/hicolor/32x32/actions/insert-footnote.png -share/apps/calligra/icons/hicolor/32x32/actions/insert-pagebreak.png -share/apps/calligra/icons/hicolor/32x32/actions/insert_table_row.png -share/apps/calligra/icons/hicolor/32x32/actions/int.png -share/apps/calligra/icons/hicolor/32x32/actions/lsub.png -share/apps/calligra/icons/hicolor/32x32/actions/lsup.png -share/apps/calligra/icons/hicolor/32x32/actions/matrix.png -share/apps/calligra/icons/hicolor/32x32/actions/multiline.png -share/apps/calligra/icons/hicolor/32x32/actions/onetwomatrix.png -share/apps/calligra/icons/hicolor/32x32/actions/over.png -share/apps/calligra/icons/hicolor/32x32/actions/paren.png -share/apps/calligra/icons/hicolor/32x32/actions/prod.png -share/apps/calligra/icons/hicolor/32x32/actions/report_barcode_element.png -share/apps/calligra/icons/hicolor/32x32/actions/root.png -share/apps/calligra/icons/hicolor/32x32/actions/rsub.png -share/apps/calligra/icons/hicolor/32x32/actions/rsubup.png -share/apps/calligra/icons/hicolor/32x32/actions/rsup.png -share/apps/calligra/icons/hicolor/32x32/actions/spreadsheetshape.png -share/apps/calligra/icons/hicolor/32x32/actions/sqrt.png -share/apps/calligra/icons/hicolor/32x32/actions/sum.png -share/apps/calligra/icons/hicolor/32x32/actions/tool_imageeffects.png -share/apps/calligra/icons/hicolor/32x32/actions/under.png -share/apps/calligra/icons/hicolor/32x32/actions/vector.png -share/apps/calligra/icons/hicolor/48x48/actions/format-line-spacing-simple.png -share/apps/calligra/icons/hicolor/48x48/apps/key_bindings.png -share/apps/calligra/icons/hicolor/scalable/actions/send_backward.svgz -share/apps/calligra/icons/oxygen/16x16/actions/animation-stage.png -share/apps/calligra/icons/oxygen/16x16/actions/snap-boundingbox.png -share/apps/calligra/icons/oxygen/16x16/actions/snap-extension.png -share/apps/calligra/icons/oxygen/22x22/actions/backgroundtool.png -share/apps/calligra/icons/oxygen/22x22/actions/callout-shape.png -share/apps/calligra/icons/oxygen/22x22/actions/circular-arrow-shape.png -share/apps/calligra/icons/oxygen/22x22/actions/convert-to-path.png -share/apps/calligra/icons/oxygen/22x22/actions/createpath.png -share/apps/calligra/icons/oxygen/22x22/actions/cross-shape.png -share/apps/calligra/icons/oxygen/22x22/actions/divine-shape.png -share/apps/calligra/icons/oxygen/22x22/actions/edit-table-cell-merge.png -share/apps/calligra/icons/oxygen/22x22/actions/edit-table-cell-split.png -share/apps/calligra/icons/oxygen/22x22/actions/editpath.png -share/apps/calligra/icons/oxygen/22x22/actions/ellipse-shape.png -share/apps/calligra/icons/oxygen/22x22/actions/flower-shape.png -share/apps/calligra/icons/oxygen/22x22/actions/gearhead-shape.png -share/apps/calligra/icons/oxygen/22x22/actions/hand.png -share/apps/calligra/icons/oxygen/22x22/actions/hexagon-shape.png -share/apps/calligra/icons/oxygen/22x22/actions/path-break-point.png -share/apps/calligra/icons/oxygen/22x22/actions/path-break-segment.png -share/apps/calligra/icons/oxygen/22x22/actions/pathpoint-corner.png -share/apps/calligra/icons/oxygen/22x22/actions/pathpoint-curve.png -share/apps/calligra/icons/oxygen/22x22/actions/pathpoint-insert.png -share/apps/calligra/icons/oxygen/22x22/actions/pathpoint-join.png -share/apps/calligra/icons/oxygen/22x22/actions/pathpoint-line.png -share/apps/calligra/icons/oxygen/22x22/actions/pathpoint-merge.png -share/apps/calligra/icons/oxygen/22x22/actions/pathpoint-remove.png -share/apps/calligra/icons/oxygen/22x22/actions/pathpoint-smooth.png -share/apps/calligra/icons/oxygen/22x22/actions/pathpoint-symmetric.png -share/apps/calligra/icons/oxygen/22x22/actions/pathsegment-curve.png -share/apps/calligra/icons/oxygen/22x22/actions/pathsegment-line.png -share/apps/calligra/icons/oxygen/22x22/actions/pathshape.png -share/apps/calligra/icons/oxygen/22x22/actions/pentagon-shape.png -share/apps/calligra/icons/oxygen/22x22/actions/polygon-shape.png -share/apps/calligra/icons/oxygen/22x22/actions/rectangle-shape.png -share/apps/calligra/icons/oxygen/22x22/actions/smiley-shape.png -share/apps/calligra/icons/oxygen/22x22/actions/spiral-shape.png -share/apps/calligra/icons/oxygen/22x22/actions/star-shape.png -share/apps/calligra/icons/oxygen/22x22/actions/zoom-draw.png -share/apps/calligra/icons/oxygen/22x22/actions/zoom-select.png -share/apps/calligra/icons/questionmark.png -share/apps/calligra/icons/zoom_in_cursor.png -share/apps/calligra/icons/zoom_out_cursor.png -share/apps/calligra/palettes/concept-cookie.gpl -share/apps/calligra/palettes/default.gpl -share/apps/calligra/palettes/gradient.gpl -share/apps/calligra/palettes/marker.gpl -share/apps/calligra/palettes/pixelart-16.gpl -share/apps/calligra/palettes/pixelart-32.gpl -share/apps/calligra/palettes/ps.gpl -share/apps/calligra/palettes/swatch-cmyk.gpl -share/apps/calligra/palettes/swatch-colored-grey.gpl -share/apps/calligra/palettes/swatch-rgb.gpl -share/apps/calligra/palettes/swatche.gpl -share/apps/calligra/palettes/web.gpl -share/apps/calligra/pics/dark_docker_close.png -share/apps/calligra/pics/dark_docker_collapse_a.png -share/apps/calligra/pics/dark_docker_collapse_b.png -share/apps/calligra/pics/dark_docker_float.png -share/apps/calligra/pics/dark_docker_lock_a.png -share/apps/calligra/pics/dark_docker_lock_b.png -share/apps/calligra/pics/light_docker_close.png -share/apps/calligra/pics/light_docker_collapse_a.png -share/apps/calligra/pics/light_docker_collapse_b.png -share/apps/calligra/pics/light_docker_float.png -share/apps/calligra/pics/light_docker_lock_a.png -share/apps/calligra/pics/light_docker_lock_b.png -share/apps/calligra/styles/markers.xml -share/apps/calligra/thesaurus/thesaurus.txt -share/apps/cmake/modules/FindCalligraLibs.cmake -share/apps/color-schemes/KritaBlender.colors -share/apps/color-schemes/KritaBright.colors -share/apps/color-schemes/KritaDark.colors -share/apps/color-schemes/KritaNeutral.colors -share/apps/flow/flow.rc -share/apps/flow/icons/hicolor/48x48/actions/template_basicflow.png -share/apps/flow/icons/hicolor/48x48/actions/template_empty_landscape.png -share/apps/flow/icons/hicolor/48x48/actions/template_empty_portrait.png -share/apps/flow/icons/hicolor/scalable/actions/template_basicworkflow.svgz -share/apps/flow/icons/hicolor/scalable/actions/template_empty_landscape.svgz -share/apps/flow/icons/hicolor/scalable/actions/template_empty_portrait.svgz -share/apps/flow/stencils/Assorted/arrow-chevron.desktop -share/apps/flow/stencils/Assorted/arrow-chevron.odg -share/apps/flow/stencils/Assorted/arrow-chevron.png -share/apps/flow/stencils/Assorted/arrow-down.desktop -share/apps/flow/stencils/Assorted/arrow-down.odg -share/apps/flow/stencils/Assorted/arrow-down.png -share/apps/flow/stencils/Assorted/arrow-left-notched.desktop -share/apps/flow/stencils/Assorted/arrow-left-notched.odg -share/apps/flow/stencils/Assorted/arrow-left-notched.png -share/apps/flow/stencils/Assorted/arrow-left-right-up.desktop -share/apps/flow/stencils/Assorted/arrow-left-right-up.odg -share/apps/flow/stencils/Assorted/arrow-left-right-up.png -share/apps/flow/stencils/Assorted/arrow-left-right.desktop -share/apps/flow/stencils/Assorted/arrow-left-right.odg -share/apps/flow/stencils/Assorted/arrow-left-right.png -share/apps/flow/stencils/Assorted/arrow-left-up.desktop -share/apps/flow/stencils/Assorted/arrow-left-up.odg -share/apps/flow/stencils/Assorted/arrow-left-up.png -share/apps/flow/stencils/Assorted/arrow-left.desktop -share/apps/flow/stencils/Assorted/arrow-left.odg -share/apps/flow/stencils/Assorted/arrow-left.png -share/apps/flow/stencils/Assorted/arrow-pentagon.desktop -share/apps/flow/stencils/Assorted/arrow-pentagon.odg -share/apps/flow/stencils/Assorted/arrow-pentagon.png -share/apps/flow/stencils/Assorted/arrow-quad.desktop -share/apps/flow/stencils/Assorted/arrow-quad.odg -share/apps/flow/stencils/Assorted/arrow-quad.png -share/apps/flow/stencils/Assorted/arrow-right-notched.desktop -share/apps/flow/stencils/Assorted/arrow-right-notched.odg -share/apps/flow/stencils/Assorted/arrow-right-notched.png -share/apps/flow/stencils/Assorted/arrow-right.desktop -share/apps/flow/stencils/Assorted/arrow-right.odg -share/apps/flow/stencils/Assorted/arrow-right.png -share/apps/flow/stencils/Assorted/arrow-turn-up.desktop -share/apps/flow/stencils/Assorted/arrow-turn-up.odg -share/apps/flow/stencils/Assorted/arrow-turn-up.png -share/apps/flow/stencils/Assorted/arrow-up-down-left.desktop -share/apps/flow/stencils/Assorted/arrow-up-down-left.odg -share/apps/flow/stencils/Assorted/arrow-up-down-left.png -share/apps/flow/stencils/Assorted/arrow-up-down.desktop -share/apps/flow/stencils/Assorted/arrow-up-down.odg -share/apps/flow/stencils/Assorted/arrow-up-down.png -share/apps/flow/stencils/Assorted/arrow-up.desktop -share/apps/flow/stencils/Assorted/arrow-up.odg -share/apps/flow/stencils/Assorted/arrow-up.png -share/apps/flow/stencils/Assorted/circle-quarter.desktop -share/apps/flow/stencils/Assorted/circle-quarter.odg -share/apps/flow/stencils/Assorted/circle-quarter.png -share/apps/flow/stencils/Assorted/circle.desktop -share/apps/flow/stencils/Assorted/circle.odg -share/apps/flow/stencils/Assorted/circle.png -share/apps/flow/stencils/Assorted/collection.desktop -share/apps/flow/stencils/Assorted/cross-maltese.desktop -share/apps/flow/stencils/Assorted/cross-maltese.odg -share/apps/flow/stencils/Assorted/cross-maltese.png -share/apps/flow/stencils/Assorted/cross-swiss.desktop -share/apps/flow/stencils/Assorted/cross-swiss.odg -share/apps/flow/stencils/Assorted/cross-swiss.png -share/apps/flow/stencils/Assorted/diamond.desktop -share/apps/flow/stencils/Assorted/diamond.odg -share/apps/flow/stencils/Assorted/diamond.png -share/apps/flow/stencils/Assorted/heart.desktop -share/apps/flow/stencils/Assorted/heart.odg -share/apps/flow/stencils/Assorted/heart.png -share/apps/flow/stencils/Assorted/heptagon.desktop -share/apps/flow/stencils/Assorted/heptagon.odg -share/apps/flow/stencils/Assorted/heptagon.png -share/apps/flow/stencils/Assorted/hexagon.desktop -share/apps/flow/stencils/Assorted/hexagon.odg -share/apps/flow/stencils/Assorted/hexagon.png -share/apps/flow/stencils/Assorted/moon-quarter.desktop -share/apps/flow/stencils/Assorted/moon-quarter.odg -share/apps/flow/stencils/Assorted/moon-quarter.png -share/apps/flow/stencils/Assorted/octagon.desktop -share/apps/flow/stencils/Assorted/octagon.odg -share/apps/flow/stencils/Assorted/octagon.png -share/apps/flow/stencils/Assorted/parallelogram-horizontal.desktop -share/apps/flow/stencils/Assorted/parallelogram-horizontal.odg -share/apps/flow/stencils/Assorted/parallelogram-horizontal.png -share/apps/flow/stencils/Assorted/parallelogram-vertical.desktop -share/apps/flow/stencils/Assorted/parallelogram-vertical.odg -share/apps/flow/stencils/Assorted/parallelogram-vertical.png -share/apps/flow/stencils/Assorted/pentagon.desktop -share/apps/flow/stencils/Assorted/pentagon.odg -share/apps/flow/stencils/Assorted/pentagon.png -share/apps/flow/stencils/Assorted/square.desktop -share/apps/flow/stencils/Assorted/square.odg -share/apps/flow/stencils/Assorted/square.png -share/apps/flow/stencils/Assorted/star4.desktop -share/apps/flow/stencils/Assorted/star4.odg -share/apps/flow/stencils/Assorted/star4.png -share/apps/flow/stencils/Assorted/star4curved.desktop -share/apps/flow/stencils/Assorted/star4curved.odg -share/apps/flow/stencils/Assorted/star4curved.png -share/apps/flow/stencils/Assorted/star5.desktop -share/apps/flow/stencils/Assorted/star5.odg -share/apps/flow/stencils/Assorted/star5.png -share/apps/flow/stencils/Assorted/star6.desktop -share/apps/flow/stencils/Assorted/star6.odg -share/apps/flow/stencils/Assorted/star6.png -share/apps/flow/stencils/Assorted/star7.desktop -share/apps/flow/stencils/Assorted/star7.odg -share/apps/flow/stencils/Assorted/star7.png -share/apps/flow/stencils/Assorted/star8.desktop -share/apps/flow/stencils/Assorted/star8.odg -share/apps/flow/stencils/Assorted/star8.png -share/apps/flow/stencils/Assorted/star8curved.desktop -share/apps/flow/stencils/Assorted/star8curved.odg -share/apps/flow/stencils/Assorted/star8curved.png -share/apps/flow/stencils/Assorted/star8sharp.desktop -share/apps/flow/stencils/Assorted/star8sharp.odg -share/apps/flow/stencils/Assorted/star8sharp.png -share/apps/flow/stencils/Assorted/sun.desktop -share/apps/flow/stencils/Assorted/sun.odg -share/apps/flow/stencils/Assorted/sun.png -share/apps/flow/stencils/Assorted/trapezoid.desktop -share/apps/flow/stencils/Assorted/trapezoid.odg -share/apps/flow/stencils/Assorted/trapezoid.png -share/apps/flow/stencils/Assorted/triangle-isoceles.desktop -share/apps/flow/stencils/Assorted/triangle-isoceles.odg -share/apps/flow/stencils/Assorted/triangle-isoceles.png -share/apps/flow/stencils/Assorted/triangle-rightangle.desktop -share/apps/flow/stencils/Assorted/triangle-rightangle.odg -share/apps/flow/stencils/Assorted/triangle-rightangle.png -share/apps/flow/stencils/BPMN/Activity-Looping.desktop -share/apps/flow/stencils/BPMN/Activity-Looping.odg -share/apps/flow/stencils/BPMN/Activity-Looping.png -share/apps/flow/stencils/BPMN/Ad-Hoc-Collapsed-Sub-Process.desktop -share/apps/flow/stencils/BPMN/Ad-Hoc-Collapsed-Sub-Process.odg -share/apps/flow/stencils/BPMN/Ad-Hoc-Collapsed-Sub-Process.png -share/apps/flow/stencils/BPMN/Collapsed-Sub-Process.desktop -share/apps/flow/stencils/BPMN/Collapsed-Sub-Process.odg -share/apps/flow/stencils/BPMN/Collapsed-Sub-Process.png -share/apps/flow/stencils/BPMN/Compensation-Collapsed-Sub-Process.desktop -share/apps/flow/stencils/BPMN/Compensation-Collapsed-Sub-Process.odg -share/apps/flow/stencils/BPMN/Compensation-Collapsed-Sub-Process.png -share/apps/flow/stencils/BPMN/Compensation.desktop -share/apps/flow/stencils/BPMN/Compensation.odg -share/apps/flow/stencils/BPMN/Compensation.png -share/apps/flow/stencils/BPMN/Data-Object.desktop -share/apps/flow/stencils/BPMN/Data-Object.odg -share/apps/flow/stencils/BPMN/Data-Object.png -share/apps/flow/stencils/BPMN/End-Event-Cancel.desktop -share/apps/flow/stencils/BPMN/End-Event-Cancel.odg -share/apps/flow/stencils/BPMN/End-Event-Cancel.png -share/apps/flow/stencils/BPMN/End-Event-Compensation.desktop -share/apps/flow/stencils/BPMN/End-Event-Compensation.odg -share/apps/flow/stencils/BPMN/End-Event-Compensation.png -share/apps/flow/stencils/BPMN/End-Event-Error.desktop -share/apps/flow/stencils/BPMN/End-Event-Error.odg -share/apps/flow/stencils/BPMN/End-Event-Error.png -share/apps/flow/stencils/BPMN/End-Event-Link.desktop -share/apps/flow/stencils/BPMN/End-Event-Link.odg -share/apps/flow/stencils/BPMN/End-Event-Link.png -share/apps/flow/stencils/BPMN/End-Event-Message.desktop -share/apps/flow/stencils/BPMN/End-Event-Message.odg -share/apps/flow/stencils/BPMN/End-Event-Message.png -share/apps/flow/stencils/BPMN/End-Event-Multiple.desktop -share/apps/flow/stencils/BPMN/End-Event-Multiple.odg -share/apps/flow/stencils/BPMN/End-Event-Multiple.png -share/apps/flow/stencils/BPMN/End-Event-Terminate.desktop -share/apps/flow/stencils/BPMN/End-Event-Terminate.odg -share/apps/flow/stencils/BPMN/End-Event-Terminate.png -share/apps/flow/stencils/BPMN/End-Event.desktop -share/apps/flow/stencils/BPMN/End-Event.odg -share/apps/flow/stencils/BPMN/End-Event.png -share/apps/flow/stencils/BPMN/Gateway-Complex.desktop -share/apps/flow/stencils/BPMN/Gateway-Complex.odg -share/apps/flow/stencils/BPMN/Gateway-Complex.png -share/apps/flow/stencils/BPMN/Gateway-Exclusive-XOR-Data-Based.desktop -share/apps/flow/stencils/BPMN/Gateway-Exclusive-XOR-Data-Based.odg -share/apps/flow/stencils/BPMN/Gateway-Exclusive-XOR-Data-Based.png -share/apps/flow/stencils/BPMN/Gateway-Exclusive-XOR-Event-Based.desktop -share/apps/flow/stencils/BPMN/Gateway-Exclusive-XOR-Event-Based.odg -share/apps/flow/stencils/BPMN/Gateway-Exclusive-XOR-Event-Based.png -share/apps/flow/stencils/BPMN/Gateway-Inclusive-OR.desktop -share/apps/flow/stencils/BPMN/Gateway-Inclusive-OR.odg -share/apps/flow/stencils/BPMN/Gateway-Inclusive-OR.png -share/apps/flow/stencils/BPMN/Gateway-Parallel-AND.desktop -share/apps/flow/stencils/BPMN/Gateway-Parallel-AND.odg -share/apps/flow/stencils/BPMN/Gateway-Parallel-AND.png -share/apps/flow/stencils/BPMN/Gateway.desktop -share/apps/flow/stencils/BPMN/Gateway.odg -share/apps/flow/stencils/BPMN/Gateway.png -share/apps/flow/stencils/BPMN/Group.desktop -share/apps/flow/stencils/BPMN/Group.odg -share/apps/flow/stencils/BPMN/Group.png -share/apps/flow/stencils/BPMN/Intermediate-Event-Cancel.desktop -share/apps/flow/stencils/BPMN/Intermediate-Event-Cancel.odg -share/apps/flow/stencils/BPMN/Intermediate-Event-Cancel.png -share/apps/flow/stencils/BPMN/Intermediate-Event-Compensation.desktop -share/apps/flow/stencils/BPMN/Intermediate-Event-Compensation.odg -share/apps/flow/stencils/BPMN/Intermediate-Event-Compensation.png -share/apps/flow/stencils/BPMN/Intermediate-Event-Error.desktop -share/apps/flow/stencils/BPMN/Intermediate-Event-Error.odg -share/apps/flow/stencils/BPMN/Intermediate-Event-Error.png -share/apps/flow/stencils/BPMN/Intermediate-Event-Link.desktop -share/apps/flow/stencils/BPMN/Intermediate-Event-Link.odg -share/apps/flow/stencils/BPMN/Intermediate-Event-Link.png -share/apps/flow/stencils/BPMN/Intermediate-Event-Message.desktop -share/apps/flow/stencils/BPMN/Intermediate-Event-Message.odg -share/apps/flow/stencils/BPMN/Intermediate-Event-Message.png -share/apps/flow/stencils/BPMN/Intermediate-Event-Multiple.desktop -share/apps/flow/stencils/BPMN/Intermediate-Event-Multiple.odg -share/apps/flow/stencils/BPMN/Intermediate-Event-Multiple.png -share/apps/flow/stencils/BPMN/Intermediate-Event-Rule.desktop -share/apps/flow/stencils/BPMN/Intermediate-Event-Rule.odg -share/apps/flow/stencils/BPMN/Intermediate-Event-Rule.png -share/apps/flow/stencils/BPMN/Intermediate-Event-Timer.desktop -share/apps/flow/stencils/BPMN/Intermediate-Event-Timer.odg -share/apps/flow/stencils/BPMN/Intermediate-Event-Timer.png -share/apps/flow/stencils/BPMN/Intermediate-Event.desktop -share/apps/flow/stencils/BPMN/Intermediate-Event.odg -share/apps/flow/stencils/BPMN/Intermediate-Event.png -share/apps/flow/stencils/BPMN/Looping-Collapsed-Sub-Process.desktop -share/apps/flow/stencils/BPMN/Looping-Collapsed-Sub-Process.odg -share/apps/flow/stencils/BPMN/Looping-Collapsed-Sub-Process.png -share/apps/flow/stencils/BPMN/Multiple-Instance-Collapsed-Sub-Process.desktop -share/apps/flow/stencils/BPMN/Multiple-Instance-Collapsed-Sub-Process.odg -share/apps/flow/stencils/BPMN/Multiple-Instance-Collapsed-Sub-Process.png -share/apps/flow/stencils/BPMN/Multiple-Instance-Task.desktop -share/apps/flow/stencils/BPMN/Multiple-Instance-Task.odg -share/apps/flow/stencils/BPMN/Multiple-Instance-Task.png -share/apps/flow/stencils/BPMN/Start-Event-Link.desktop -share/apps/flow/stencils/BPMN/Start-Event-Link.odg -share/apps/flow/stencils/BPMN/Start-Event-Link.png -share/apps/flow/stencils/BPMN/Start-Event-Message.desktop -share/apps/flow/stencils/BPMN/Start-Event-Message.odg -share/apps/flow/stencils/BPMN/Start-Event-Message.png -share/apps/flow/stencils/BPMN/Start-Event-Multiple.desktop -share/apps/flow/stencils/BPMN/Start-Event-Multiple.odg -share/apps/flow/stencils/BPMN/Start-Event-Multiple.png -share/apps/flow/stencils/BPMN/Start-Event-Rule.desktop -share/apps/flow/stencils/BPMN/Start-Event-Rule.odg -share/apps/flow/stencils/BPMN/Start-Event-Rule.png -share/apps/flow/stencils/BPMN/Start-Event-Timer.desktop -share/apps/flow/stencils/BPMN/Start-Event-Timer.odg -share/apps/flow/stencils/BPMN/Start-Event-Timer.png -share/apps/flow/stencils/BPMN/Start-Event.desktop -share/apps/flow/stencils/BPMN/Start-Event.odg -share/apps/flow/stencils/BPMN/Start-Event.png -share/apps/flow/stencils/BPMN/Task.desktop -share/apps/flow/stencils/BPMN/Task.odg -share/apps/flow/stencils/BPMN/Task.png -share/apps/flow/stencils/BPMN/Text-Annotation.desktop -share/apps/flow/stencils/BPMN/Text-Annotation.odg -share/apps/flow/stencils/BPMN/Text-Annotation.png -share/apps/flow/stencils/BPMN/Transaction.desktop -share/apps/flow/stencils/BPMN/Transaction.odg -share/apps/flow/stencils/BPMN/Transaction.png -share/apps/flow/stencils/BPMN/collection.desktop -share/apps/flow/stencils/Basic_Flowchart/card.desktop -share/apps/flow/stencils/Basic_Flowchart/card.odg -share/apps/flow/stencils/Basic_Flowchart/collection.desktop -share/apps/flow/stencils/Basic_Flowchart/data.desktop -share/apps/flow/stencils/Basic_Flowchart/data.odg -share/apps/flow/stencils/Basic_Flowchart/database.desktop -share/apps/flow/stencils/Basic_Flowchart/database.odg -share/apps/flow/stencils/Basic_Flowchart/decision.desktop -share/apps/flow/stencils/Basic_Flowchart/decision.odg -share/apps/flow/stencils/Basic_Flowchart/delay.desktop -share/apps/flow/stencils/Basic_Flowchart/delay.odg -share/apps/flow/stencils/Basic_Flowchart/direct_data.desktop -share/apps/flow/stencils/Basic_Flowchart/direct_data.odg -share/apps/flow/stencils/Basic_Flowchart/display.desktop -share/apps/flow/stencils/Basic_Flowchart/display.odg -share/apps/flow/stencils/Basic_Flowchart/document.desktop -share/apps/flow/stencils/Basic_Flowchart/document.odg -share/apps/flow/stencils/Basic_Flowchart/internal_storage.desktop -share/apps/flow/stencils/Basic_Flowchart/internal_storage.odg -share/apps/flow/stencils/Basic_Flowchart/loop_limit.desktop -share/apps/flow/stencils/Basic_Flowchart/loop_limit.odg -share/apps/flow/stencils/Basic_Flowchart/manual_input.desktop -share/apps/flow/stencils/Basic_Flowchart/manual_input.odg -share/apps/flow/stencils/Basic_Flowchart/manual_operation.desktop -share/apps/flow/stencils/Basic_Flowchart/manual_operation.odg -share/apps/flow/stencils/Basic_Flowchart/off-page_reference.desktop -share/apps/flow/stencils/Basic_Flowchart/off-page_reference.odg -share/apps/flow/stencils/Basic_Flowchart/paper_tape.desktop -share/apps/flow/stencils/Basic_Flowchart/paper_tape.odg -share/apps/flow/stencils/Basic_Flowchart/parallel_mode.desktop -share/apps/flow/stencils/Basic_Flowchart/parallel_mode.odg -share/apps/flow/stencils/Basic_Flowchart/predefined_process.desktop -share/apps/flow/stencils/Basic_Flowchart/predefined_process.odg -share/apps/flow/stencils/Basic_Flowchart/preparation.desktop -share/apps/flow/stencils/Basic_Flowchart/preparation.odg -share/apps/flow/stencils/Basic_Flowchart/process.desktop -share/apps/flow/stencils/Basic_Flowchart/process.odg -share/apps/flow/stencils/Basic_Flowchart/sequential_data.desktop -share/apps/flow/stencils/Basic_Flowchart/sequential_data.odg -share/apps/flow/stencils/Basic_Flowchart/start_1.desktop -share/apps/flow/stencils/Basic_Flowchart/start_1.odg -share/apps/flow/stencils/Basic_Flowchart/start_2.desktop -share/apps/flow/stencils/Basic_Flowchart/start_2.odg -share/apps/flow/stencils/Basic_Flowchart/stored_data.desktop -share/apps/flow/stencils/Basic_Flowchart/stored_data.odg -share/apps/flow/stencils/Basic_Flowchart/terminator.desktop -share/apps/flow/stencils/Basic_Flowchart/terminator.odg -share/apps/flow/stencils/Building_Site/circle_diagonal_quarters_filled.desktop -share/apps/flow/stencils/Building_Site/circle_diagonal_quarters_filled.odg -share/apps/flow/stencils/Building_Site/circle_diagonal_quarters_filled.png -share/apps/flow/stencils/Building_Site/collection.desktop -share/apps/flow/stencils/Building_Site/concrete_mixer.desktop -share/apps/flow/stencils/Building_Site/concrete_mixer.odg -share/apps/flow/stencils/Building_Site/concrete_mixer.png -share/apps/flow/stencils/Building_Site/fence_horizontal.desktop -share/apps/flow/stencils/Building_Site/fence_horizontal.odg -share/apps/flow/stencils/Building_Site/fence_horizontal.png -share/apps/flow/stencils/Building_Site/fence_vertical.desktop -share/apps/flow/stencils/Building_Site/fence_vertical.odg -share/apps/flow/stencils/Building_Site/fence_vertical.png -share/apps/flow/stencils/Building_Site/pre_silo.desktop -share/apps/flow/stencils/Building_Site/pre_silo.odg -share/apps/flow/stencils/Building_Site/pre_silo.png -share/apps/flow/stencils/Building_Site/proportioning_batcher.desktop -share/apps/flow/stencils/Building_Site/proportioning_batcher.odg -share/apps/flow/stencils/Building_Site/proportioning_batcher.png -share/apps/flow/stencils/Building_Site/road_crossroads.desktop -share/apps/flow/stencils/Building_Site/road_crossroads.odg -share/apps/flow/stencils/Building_Site/road_crossroads.png -share/apps/flow/stencils/Building_Site/road_horizontal.desktop -share/apps/flow/stencils/Building_Site/road_horizontal.odg -share/apps/flow/stencils/Building_Site/road_horizontal.png -share/apps/flow/stencils/Building_Site/road_rotated_tee.desktop -share/apps/flow/stencils/Building_Site/road_rotated_tee.odg -share/apps/flow/stencils/Building_Site/road_rotated_tee.png -share/apps/flow/stencils/Building_Site/road_tee.desktop -share/apps/flow/stencils/Building_Site/road_tee.odg -share/apps/flow/stencils/Building_Site/road_tee.png -share/apps/flow/stencils/Building_Site/road_turn.desktop -share/apps/flow/stencils/Building_Site/road_turn.odg -share/apps/flow/stencils/Building_Site/road_turn.png -share/apps/flow/stencils/Building_Site/road_vertical.desktop -share/apps/flow/stencils/Building_Site/road_vertical.odg -share/apps/flow/stencils/Building_Site/road_vertical.png -share/apps/flow/stencils/Building_Site/slope_horizontal.desktop -share/apps/flow/stencils/Building_Site/slope_horizontal.odg -share/apps/flow/stencils/Building_Site/slope_horizontal.png -share/apps/flow/stencils/Building_Site/slope_vertical.desktop -share/apps/flow/stencils/Building_Site/slope_vertical.odg -share/apps/flow/stencils/Building_Site/slope_vertical.png -share/apps/flow/stencils/Building_Site/wall_horizontal.desktop -share/apps/flow/stencils/Building_Site/wall_horizontal.odg -share/apps/flow/stencils/Building_Site/wall_horizontal.png -share/apps/flow/stencils/Building_Site/wall_vertical.desktop -share/apps/flow/stencils/Building_Site/wall_vertical.odg -share/apps/flow/stencils/Building_Site/wall_vertical.png -share/apps/flow/stencils/CMOS/collection.desktop -share/apps/flow/stencils/CMOS/gnd_h.desktop -share/apps/flow/stencils/CMOS/gnd_h.odg -share/apps/flow/stencils/CMOS/gnd_h.png -share/apps/flow/stencils/CMOS/gnd_v.desktop -share/apps/flow/stencils/CMOS/gnd_v.odg -share/apps/flow/stencils/CMOS/gnd_v.png -share/apps/flow/stencils/CMOS/nmos_h.desktop -share/apps/flow/stencils/CMOS/nmos_h.odg -share/apps/flow/stencils/CMOS/nmos_h.png -share/apps/flow/stencils/CMOS/nmos_v.desktop -share/apps/flow/stencils/CMOS/nmos_v.odg -share/apps/flow/stencils/CMOS/nmos_v.png -share/apps/flow/stencils/CMOS/pmos_h.desktop -share/apps/flow/stencils/CMOS/pmos_h.odg -share/apps/flow/stencils/CMOS/pmos_h.png -share/apps/flow/stencils/CMOS/pmos_v.desktop -share/apps/flow/stencils/CMOS/pmos_v.odg -share/apps/flow/stencils/CMOS/pmos_v.png -share/apps/flow/stencils/CMOS/vdd_h.desktop -share/apps/flow/stencils/CMOS/vdd_h.odg -share/apps/flow/stencils/CMOS/vdd_h.png -share/apps/flow/stencils/CMOS/vdd_v.desktop -share/apps/flow/stencils/CMOS/vdd_v.odg -share/apps/flow/stencils/CMOS/vdd_v.png -share/apps/flow/stencils/Central_Data_Processing/CPD_rack_15.desktop -share/apps/flow/stencils/Central_Data_Processing/CPD_rack_15.odg -share/apps/flow/stencils/Central_Data_Processing/CPD_rack_15.png -share/apps/flow/stencils/Central_Data_Processing/CPD_rack_32.desktop -share/apps/flow/stencils/Central_Data_Processing/CPD_rack_32.odg -share/apps/flow/stencils/Central_Data_Processing/CPD_rack_32.png -share/apps/flow/stencils/Central_Data_Processing/CPD_rack_36.desktop -share/apps/flow/stencils/Central_Data_Processing/CPD_rack_36.odg -share/apps/flow/stencils/Central_Data_Processing/CPD_rack_36.png -share/apps/flow/stencils/Central_Data_Processing/CPD_rack_42.desktop -share/apps/flow/stencils/Central_Data_Processing/CPD_rack_42.odg -share/apps/flow/stencils/Central_Data_Processing/CPD_rack_42.png -share/apps/flow/stencils/Central_Data_Processing/CPD_rack_44.desktop -share/apps/flow/stencils/Central_Data_Processing/CPD_rack_44.odg -share/apps/flow/stencils/Central_Data_Processing/CPD_rack_44.png -share/apps/flow/stencils/Central_Data_Processing/CPD_rack_5.desktop -share/apps/flow/stencils/Central_Data_Processing/CPD_rack_5.odg -share/apps/flow/stencils/Central_Data_Processing/CPD_rack_5.png -share/apps/flow/stencils/Central_Data_Processing/CPD_rack_7.desktop -share/apps/flow/stencils/Central_Data_Processing/CPD_rack_7.odg -share/apps/flow/stencils/Central_Data_Processing/CPD_rack_7.png -share/apps/flow/stencils/Central_Data_Processing/Litter.desktop -share/apps/flow/stencils/Central_Data_Processing/Litter.odg -share/apps/flow/stencils/Central_Data_Processing/Litter.png -share/apps/flow/stencils/Central_Data_Processing/Modem.desktop -share/apps/flow/stencils/Central_Data_Processing/Modem.odg -share/apps/flow/stencils/Central_Data_Processing/Modem.png -share/apps/flow/stencils/Central_Data_Processing/Organizador_Rack_1U.desktop -share/apps/flow/stencils/Central_Data_Processing/Organizador_Rack_1U.odg -share/apps/flow/stencils/Central_Data_Processing/Organizador_Rack_1U.png -share/apps/flow/stencils/Central_Data_Processing/Organizador_Rack_2U.desktop -share/apps/flow/stencils/Central_Data_Processing/Organizador_Rack_2U.odg -share/apps/flow/stencils/Central_Data_Processing/Organizador_Rack_2U.png -share/apps/flow/stencils/Central_Data_Processing/Organizer_Rack_1U.desktop -share/apps/flow/stencils/Central_Data_Processing/Organizer_Rack_1U.odg -share/apps/flow/stencils/Central_Data_Processing/Organizer_Rack_1U.png -share/apps/flow/stencils/Central_Data_Processing/Organizer_Rack_2U.desktop -share/apps/flow/stencils/Central_Data_Processing/Organizer_Rack_2U.odg -share/apps/flow/stencils/Central_Data_Processing/Organizer_Rack_2U.png -share/apps/flow/stencils/Central_Data_Processing/Path_Painel_24P.desktop -share/apps/flow/stencils/Central_Data_Processing/Path_Painel_24P.odg -share/apps/flow/stencils/Central_Data_Processing/Path_Painel_24P.png -share/apps/flow/stencils/Central_Data_Processing/Router.desktop -share/apps/flow/stencils/Central_Data_Processing/Router.odg -share/apps/flow/stencils/Central_Data_Processing/Router.png -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_1U.desktop -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_1U.odg -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_1U.png -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_2U.desktop -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_2U.odg -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_2U.png -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_2U_Slow.desktop -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_2U_Slow.odg -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_2U_Slow.png -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_2U_Very_Slow.desktop -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_2U_Very_Slow.odg -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_2U_Very_Slow.png -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_3U.desktop -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_3U.odg -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_3U.png -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_3U_Slow_Density.desktop -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_3U_Slow_Density.odg -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_3U_Slow_Density.png -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_4U.desktop -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_4U.odg -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_4U.png -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_4U_Right_Capacity.desktop -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_4U_Right_Capacity.odg -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_4U_Right_Capacity.png -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_4U_Slow_Capacity.desktop -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_4U_Slow_Capacity.odg -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_4U_Slow_Capacity.png -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_4U_Very_Right_Capacity.desktop -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_4U_Very_Right_Capacity.odg -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_4U_Very_Right_Capacity.png -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_5U.desktop -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_5U.odg -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_5U.png -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_5U_Right_Density.desktop -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_5U_Right_Density.odg -share/apps/flow/stencils/Central_Data_Processing/Server_Rack_5U_Right_Density.png -share/apps/flow/stencils/Central_Data_Processing/Storage_Rack_3U.desktop -share/apps/flow/stencils/Central_Data_Processing/Storage_Rack_3U.odg -share/apps/flow/stencils/Central_Data_Processing/Storage_Rack_3U.png -share/apps/flow/stencils/Central_Data_Processing/Storage_Rack_3U_SAN.desktop -share/apps/flow/stencils/Central_Data_Processing/Storage_Rack_3U_SAN.odg -share/apps/flow/stencils/Central_Data_Processing/Storage_Rack_3U_SAN.png -share/apps/flow/stencils/Central_Data_Processing/Switch_Rack_16P.desktop -share/apps/flow/stencils/Central_Data_Processing/Switch_Rack_16P.odg -share/apps/flow/stencils/Central_Data_Processing/Switch_Rack_16P.png -share/apps/flow/stencils/Central_Data_Processing/Switch_Rack_24P.desktop -share/apps/flow/stencils/Central_Data_Processing/Switch_Rack_24P.odg -share/apps/flow/stencils/Central_Data_Processing/Switch_Rack_24P.png -share/apps/flow/stencils/Central_Data_Processing/Switch_Rack_48P.desktop -share/apps/flow/stencils/Central_Data_Processing/Switch_Rack_48P.odg -share/apps/flow/stencils/Central_Data_Processing/Switch_Rack_48P.png -share/apps/flow/stencils/Central_Data_Processing/Switch_Rack_50P.desktop -share/apps/flow/stencils/Central_Data_Processing/Switch_Rack_50P.odg -share/apps/flow/stencils/Central_Data_Processing/Switch_Rack_50P.png -share/apps/flow/stencils/Central_Data_Processing/Telephone_exchange.desktop -share/apps/flow/stencils/Central_Data_Processing/Telephone_exchange.odg -share/apps/flow/stencils/Central_Data_Processing/Telephone_exchange.png -share/apps/flow/stencils/Central_Data_Processing/Voice_Painel_20P.desktop -share/apps/flow/stencils/Central_Data_Processing/Voice_Painel_20P.odg -share/apps/flow/stencils/Central_Data_Processing/Voice_Painel_20P.png -share/apps/flow/stencils/Central_Data_Processing/Voice_Painel_50P.desktop -share/apps/flow/stencils/Central_Data_Processing/Voice_Painel_50P.odg -share/apps/flow/stencils/Central_Data_Processing/Voice_Painel_50P.png -share/apps/flow/stencils/Central_Data_Processing/collection.desktop -share/apps/flow/stencils/ChemEng/ACgen.desktop -share/apps/flow/stencils/ChemEng/ACgen.odg -share/apps/flow/stencils/ChemEng/ACgen.png -share/apps/flow/stencils/ChemEng/SaT-fixedtube.desktop -share/apps/flow/stencils/ChemEng/SaT-fixedtube.odg -share/apps/flow/stencils/ChemEng/SaT-fixedtube.png -share/apps/flow/stencils/ChemEng/SaT-floatinghead.desktop -share/apps/flow/stencils/ChemEng/SaT-floatinghead.odg -share/apps/flow/stencils/ChemEng/SaT-floatinghead.png -share/apps/flow/stencils/ChemEng/aircooler.desktop -share/apps/flow/stencils/ChemEng/aircooler.odg -share/apps/flow/stencils/ChemEng/aircooler.png -share/apps/flow/stencils/ChemEng/airforced.desktop -share/apps/flow/stencils/ChemEng/airforced.odg -share/apps/flow/stencils/ChemEng/airforced.png -share/apps/flow/stencils/ChemEng/airinduced.desktop -share/apps/flow/stencils/ChemEng/airinduced.odg -share/apps/flow/stencils/ChemEng/airinduced.png -share/apps/flow/stencils/ChemEng/autoclave.desktop -share/apps/flow/stencils/ChemEng/autoclave.odg -share/apps/flow/stencils/ChemEng/autoclave.png -share/apps/flow/stencils/ChemEng/bigtraycol.desktop -share/apps/flow/stencils/ChemEng/bigtraycol.odg -share/apps/flow/stencils/ChemEng/bigtraycol.png -share/apps/flow/stencils/ChemEng/centrifuge.desktop -share/apps/flow/stencils/ChemEng/centrifuge.odg -share/apps/flow/stencils/ChemEng/centrifuge.png -share/apps/flow/stencils/ChemEng/coil.desktop -share/apps/flow/stencils/ChemEng/coil.odg -share/apps/flow/stencils/ChemEng/coil.png -share/apps/flow/stencils/ChemEng/coilv.desktop -share/apps/flow/stencils/ChemEng/coilv.odg -share/apps/flow/stencils/ChemEng/coilv.png -share/apps/flow/stencils/ChemEng/collection.desktop -share/apps/flow/stencils/ChemEng/compr.desktop -share/apps/flow/stencils/ChemEng/compr.odg -share/apps/flow/stencils/ChemEng/compr.png -share/apps/flow/stencils/ChemEng/coveredtank.desktop -share/apps/flow/stencils/ChemEng/coveredtank.odg -share/apps/flow/stencils/ChemEng/coveredtank.png -share/apps/flow/stencils/ChemEng/cyclone.desktop -share/apps/flow/stencils/ChemEng/cyclone.odg -share/apps/flow/stencils/ChemEng/cyclone.png -share/apps/flow/stencils/ChemEng/displa.desktop -share/apps/flow/stencils/ChemEng/displa.odg -share/apps/flow/stencils/ChemEng/displa.png -share/apps/flow/stencils/ChemEng/doublepipe.desktop -share/apps/flow/stencils/ChemEng/doublepipe.odg -share/apps/flow/stencils/ChemEng/doublepipe.png -share/apps/flow/stencils/ChemEng/ejector.desktop -share/apps/flow/stencils/ChemEng/ejector.odg -share/apps/flow/stencils/ChemEng/ejector.png -share/apps/flow/stencils/ChemEng/fan.desktop -share/apps/flow/stencils/ChemEng/fan.odg -share/apps/flow/stencils/ChemEng/fan.png -share/apps/flow/stencils/ChemEng/filter.desktop -share/apps/flow/stencils/ChemEng/filter.odg -share/apps/flow/stencils/ChemEng/filter.png -share/apps/flow/stencils/ChemEng/fixedroof.desktop -share/apps/flow/stencils/ChemEng/fixedroof.odg -share/apps/flow/stencils/ChemEng/fixedroof.png -share/apps/flow/stencils/ChemEng/floatingroof.desktop -share/apps/flow/stencils/ChemEng/floatingroof.odg -share/apps/flow/stencils/ChemEng/floatingroof.png -share/apps/flow/stencils/ChemEng/flowfan.desktop -share/apps/flow/stencils/ChemEng/flowfan.odg -share/apps/flow/stencils/ChemEng/flowfan.png -share/apps/flow/stencils/ChemEng/fluidcont.desktop -share/apps/flow/stencils/ChemEng/fluidcont.odg -share/apps/flow/stencils/ChemEng/fluidcont.png -share/apps/flow/stencils/ChemEng/furnace.desktop -share/apps/flow/stencils/ChemEng/furnace.odg -share/apps/flow/stencils/ChemEng/furnace.png -share/apps/flow/stencils/ChemEng/gasholder.desktop -share/apps/flow/stencils/ChemEng/gasholder.odg -share/apps/flow/stencils/ChemEng/gasholder.png -share/apps/flow/stencils/ChemEng/hx.desktop -share/apps/flow/stencils/ChemEng/hx.odg -share/apps/flow/stencils/ChemEng/hx.png -share/apps/flow/stencils/ChemEng/hxv.desktop -share/apps/flow/stencils/ChemEng/hxv.odg -share/apps/flow/stencils/ChemEng/hxv.png -share/apps/flow/stencils/ChemEng/kettle.desktop -share/apps/flow/stencils/ChemEng/kettle.odg -share/apps/flow/stencils/ChemEng/kettle.png -share/apps/flow/stencils/ChemEng/knockout.desktop -share/apps/flow/stencils/ChemEng/knockout.odg -share/apps/flow/stencils/ChemEng/knockout.png -share/apps/flow/stencils/ChemEng/measure.desktop -share/apps/flow/stencils/ChemEng/measure.odg -share/apps/flow/stencils/ChemEng/measure.png -share/apps/flow/stencils/ChemEng/mixer.desktop -share/apps/flow/stencils/ChemEng/mixer.odg -share/apps/flow/stencils/ChemEng/mixer.png -share/apps/flow/stencils/ChemEng/plate.desktop -share/apps/flow/stencils/ChemEng/plate.odg -share/apps/flow/stencils/ChemEng/plate.png -share/apps/flow/stencils/ChemEng/pneum.desktop -share/apps/flow/stencils/ChemEng/pneum.odg -share/apps/flow/stencils/ChemEng/pneum.png -share/apps/flow/stencils/ChemEng/pneumv.desktop -share/apps/flow/stencils/ChemEng/pneumv.odg -share/apps/flow/stencils/ChemEng/pneumv.png -share/apps/flow/stencils/ChemEng/pnuemv.desktop -share/apps/flow/stencils/ChemEng/pnuemv.odg -share/apps/flow/stencils/ChemEng/pnuemv.png -share/apps/flow/stencils/ChemEng/pump.desktop -share/apps/flow/stencils/ChemEng/pump.odg -share/apps/flow/stencils/ChemEng/pump.png -share/apps/flow/stencils/ChemEng/reactor.desktop -share/apps/flow/stencils/ChemEng/reactor.odg -share/apps/flow/stencils/ChemEng/reactor.png -share/apps/flow/stencils/ChemEng/recipr.desktop -share/apps/flow/stencils/ChemEng/recipr.odg -share/apps/flow/stencils/ChemEng/recipr.png -share/apps/flow/stencils/ChemEng/regval.desktop -share/apps/flow/stencils/ChemEng/regval.odg -share/apps/flow/stencils/ChemEng/regval.png -share/apps/flow/stencils/ChemEng/regvalv.desktop -share/apps/flow/stencils/ChemEng/regvalv.odg -share/apps/flow/stencils/ChemEng/regvalv.png -share/apps/flow/stencils/ChemEng/sealedtank.desktop -share/apps/flow/stencils/ChemEng/sealedtank.odg -share/apps/flow/stencils/ChemEng/sealedtank.png -share/apps/flow/stencils/ChemEng/settling.desktop -share/apps/flow/stencils/ChemEng/settling.odg -share/apps/flow/stencils/ChemEng/settling.png -share/apps/flow/stencils/ChemEng/spray.desktop -share/apps/flow/stencils/ChemEng/spray.odg -share/apps/flow/stencils/ChemEng/spray.png -share/apps/flow/stencils/ChemEng/spraydrier.desktop -share/apps/flow/stencils/ChemEng/spraydrier.odg -share/apps/flow/stencils/ChemEng/spraydrier.png -share/apps/flow/stencils/ChemEng/storagesphere.desktop -share/apps/flow/stencils/ChemEng/storagesphere.odg -share/apps/flow/stencils/ChemEng/storagesphere.png -share/apps/flow/stencils/ChemEng/tank.desktop -share/apps/flow/stencils/ChemEng/tank.odg -share/apps/flow/stencils/ChemEng/tank.png -share/apps/flow/stencils/ChemEng/traycol.desktop -share/apps/flow/stencils/ChemEng/traycol.odg -share/apps/flow/stencils/ChemEng/traycol.png -share/apps/flow/stencils/ChemEng/val.desktop -share/apps/flow/stencils/ChemEng/val.odg -share/apps/flow/stencils/ChemEng/val.png -share/apps/flow/stencils/ChemEng/valv.desktop -share/apps/flow/stencils/ChemEng/valv.odg -share/apps/flow/stencils/ChemEng/valv.png -share/apps/flow/stencils/ChemEng/vessel.desktop -share/apps/flow/stencils/ChemEng/vessel.odg -share/apps/flow/stencils/ChemEng/vessel.png -share/apps/flow/stencils/ChemEng/wcool.desktop -share/apps/flow/stencils/ChemEng/wcool.odg -share/apps/flow/stencils/ChemEng/wcool.png -share/apps/flow/stencils/ChemEng/wcoolv.desktop -share/apps/flow/stencils/ChemEng/wcoolv.odg -share/apps/flow/stencils/ChemEng/wcoolv.png -share/apps/flow/stencils/Chemistry_Lab/30-degree-bend.desktop -share/apps/flow/stencils/Chemistry_Lab/30-degree-bend.odg -share/apps/flow/stencils/Chemistry_Lab/30-degree-bend.png -share/apps/flow/stencils/Chemistry_Lab/beaker.desktop -share/apps/flow/stencils/Chemistry_Lab/beaker.odg -share/apps/flow/stencils/Chemistry_Lab/beaker.png -share/apps/flow/stencils/Chemistry_Lab/buechner-funnel.desktop -share/apps/flow/stencils/Chemistry_Lab/buechner-funnel.odg -share/apps/flow/stencils/Chemistry_Lab/buechner-funnel.png -share/apps/flow/stencils/Chemistry_Lab/burette.desktop -share/apps/flow/stencils/Chemistry_Lab/burette.odg -share/apps/flow/stencils/Chemistry_Lab/burette.png -share/apps/flow/stencils/Chemistry_Lab/clamp-extra-large.desktop -share/apps/flow/stencils/Chemistry_Lab/clamp-extra-large.odg -share/apps/flow/stencils/Chemistry_Lab/clamp-extra-large.png -share/apps/flow/stencils/Chemistry_Lab/clamp-front.desktop -share/apps/flow/stencils/Chemistry_Lab/clamp-front.odg -share/apps/flow/stencils/Chemistry_Lab/clamp-front.png -share/apps/flow/stencils/Chemistry_Lab/clamp-large.desktop -share/apps/flow/stencils/Chemistry_Lab/clamp-large.odg -share/apps/flow/stencils/Chemistry_Lab/clamp-large.png -share/apps/flow/stencils/Chemistry_Lab/clamp.desktop -share/apps/flow/stencils/Chemistry_Lab/clamp.odg -share/apps/flow/stencils/Chemistry_Lab/clamp.png -share/apps/flow/stencils/Chemistry_Lab/collection.desktop -share/apps/flow/stencils/Chemistry_Lab/column-reflux-red-blue.desktop -share/apps/flow/stencils/Chemistry_Lab/column-reflux-red-blue.odg -share/apps/flow/stencils/Chemistry_Lab/column-reflux-red-blue.png -share/apps/flow/stencils/Chemistry_Lab/column-reflux-red.desktop -share/apps/flow/stencils/Chemistry_Lab/column-reflux-red.odg -share/apps/flow/stencils/Chemistry_Lab/column-reflux-red.png -share/apps/flow/stencils/Chemistry_Lab/column-reflux.desktop -share/apps/flow/stencils/Chemistry_Lab/column-reflux.odg -share/apps/flow/stencils/Chemistry_Lab/column-reflux.png -share/apps/flow/stencils/Chemistry_Lab/condenser-black.desktop -share/apps/flow/stencils/Chemistry_Lab/condenser-black.odg -share/apps/flow/stencils/Chemistry_Lab/condenser-black.png -share/apps/flow/stencils/Chemistry_Lab/condenser-blue.desktop -share/apps/flow/stencils/Chemistry_Lab/condenser-blue.odg -share/apps/flow/stencils/Chemistry_Lab/condenser-blue.png -share/apps/flow/stencils/Chemistry_Lab/condenser-green.desktop -share/apps/flow/stencils/Chemistry_Lab/condenser-green.odg -share/apps/flow/stencils/Chemistry_Lab/condenser-green.png -share/apps/flow/stencils/Chemistry_Lab/condenser-liebig-vertical.desktop -share/apps/flow/stencils/Chemistry_Lab/condenser-liebig-vertical.odg -share/apps/flow/stencils/Chemistry_Lab/condenser-liebig-vertical.png -share/apps/flow/stencils/Chemistry_Lab/condenser-orange.desktop -share/apps/flow/stencils/Chemistry_Lab/condenser-orange.odg -share/apps/flow/stencils/Chemistry_Lab/condenser-orange.png -share/apps/flow/stencils/Chemistry_Lab/condenser-pale-blue.desktop -share/apps/flow/stencils/Chemistry_Lab/condenser-pale-blue.odg -share/apps/flow/stencils/Chemistry_Lab/condenser-pale-blue.png -share/apps/flow/stencils/Chemistry_Lab/condenser-red.desktop -share/apps/flow/stencils/Chemistry_Lab/condenser-red.odg -share/apps/flow/stencils/Chemistry_Lab/condenser-red.png -share/apps/flow/stencils/Chemistry_Lab/condenser.desktop -share/apps/flow/stencils/Chemistry_Lab/condenser.odg -share/apps/flow/stencils/Chemistry_Lab/condenser.png -share/apps/flow/stencils/Chemistry_Lab/erlenmeyer.desktop -share/apps/flow/stencils/Chemistry_Lab/erlenmeyer.odg -share/apps/flow/stencils/Chemistry_Lab/erlenmeyer.png -share/apps/flow/stencils/Chemistry_Lab/funnel.desktop -share/apps/flow/stencils/Chemistry_Lab/funnel.odg -share/apps/flow/stencils/Chemistry_Lab/funnel.png -share/apps/flow/stencils/Chemistry_Lab/gooseneck.desktop -share/apps/flow/stencils/Chemistry_Lab/gooseneck.odg -share/apps/flow/stencils/Chemistry_Lab/gooseneck.png -share/apps/flow/stencils/Chemistry_Lab/lab-stand-front.desktop -share/apps/flow/stencils/Chemistry_Lab/lab-stand-front.odg -share/apps/flow/stencils/Chemistry_Lab/lab-stand-front.png -share/apps/flow/stencils/Chemistry_Lab/lab-stand.desktop -share/apps/flow/stencils/Chemistry_Lab/lab-stand.odg -share/apps/flow/stencils/Chemistry_Lab/lab-stand.png -share/apps/flow/stencils/Chemistry_Lab/ring-front.desktop -share/apps/flow/stencils/Chemistry_Lab/ring-front.odg -share/apps/flow/stencils/Chemistry_Lab/ring-front.png -share/apps/flow/stencils/Chemistry_Lab/ring.desktop -share/apps/flow/stencils/Chemistry_Lab/ring.odg -share/apps/flow/stencils/Chemistry_Lab/ring.png -share/apps/flow/stencils/Chemistry_Lab/sep-funnel-three-phases.desktop -share/apps/flow/stencils/Chemistry_Lab/sep-funnel-three-phases.odg -share/apps/flow/stencils/Chemistry_Lab/sep-funnel-three-phases.png -share/apps/flow/stencils/Chemistry_Lab/sep-funnel-two-phases.desktop -share/apps/flow/stencils/Chemistry_Lab/sep-funnel-two-phases.odg -share/apps/flow/stencils/Chemistry_Lab/sep-funnel-two-phases.png -share/apps/flow/stencils/Chemistry_Lab/sep-funnel.desktop -share/apps/flow/stencils/Chemistry_Lab/sep-funnel.odg -share/apps/flow/stencils/Chemistry_Lab/sep-funnel.png -share/apps/flow/stencils/Chemistry_Lab/stirbar.desktop -share/apps/flow/stencils/Chemistry_Lab/stirbar.odg -share/apps/flow/stencils/Chemistry_Lab/stirbar.png -share/apps/flow/stencils/Chemistry_Lab/stirplate-front.desktop -share/apps/flow/stencils/Chemistry_Lab/stirplate-front.odg -share/apps/flow/stencils/Chemistry_Lab/stirplate-front.png -share/apps/flow/stencils/Chemistry_Lab/stirplate.desktop -share/apps/flow/stencils/Chemistry_Lab/stirplate.odg -share/apps/flow/stencils/Chemistry_Lab/stirplate.png -share/apps/flow/stencils/Circuit/collection.desktop -share/apps/flow/stencils/Circuit/ground.desktop -share/apps/flow/stencils/Circuit/ground.odg -share/apps/flow/stencils/Circuit/ground.png -share/apps/flow/stencils/Circuit/hcapacitor.desktop -share/apps/flow/stencils/Circuit/hcapacitor.odg -share/apps/flow/stencils/Circuit/hcapacitor.png -share/apps/flow/stencils/Circuit/hdiode.desktop -share/apps/flow/stencils/Circuit/hdiode.odg -share/apps/flow/stencils/Circuit/hdiode.png -share/apps/flow/stencils/Circuit/hfuse_de.desktop -share/apps/flow/stencils/Circuit/hfuse_de.odg -share/apps/flow/stencils/Circuit/hfuse_de.png -share/apps/flow/stencils/Circuit/hinductor.desktop -share/apps/flow/stencils/Circuit/hinductor.odg -share/apps/flow/stencils/Circuit/hinductor.png -share/apps/flow/stencils/Circuit/hinductor_de.desktop -share/apps/flow/stencils/Circuit/hinductor_de.odg -share/apps/flow/stencils/Circuit/hinductor_de.png -share/apps/flow/stencils/Circuit/hjumper.desktop -share/apps/flow/stencils/Circuit/hjumper.odg -share/apps/flow/stencils/Circuit/hjumper.png -share/apps/flow/stencils/Circuit/hled_de.desktop -share/apps/flow/stencils/Circuit/hled_de.odg -share/apps/flow/stencils/Circuit/hled_de.png -share/apps/flow/stencils/Circuit/hpowersource_de.desktop -share/apps/flow/stencils/Circuit/hpowersource_de.odg -share/apps/flow/stencils/Circuit/hpowersource_de.png -share/apps/flow/stencils/Circuit/hresistor.desktop -share/apps/flow/stencils/Circuit/hresistor.odg -share/apps/flow/stencils/Circuit/hresistor.png -share/apps/flow/stencils/Circuit/hresistor_de.desktop -share/apps/flow/stencils/Circuit/hresistor_de.odg -share/apps/flow/stencils/Circuit/hresistor_de.png -share/apps/flow/stencils/Circuit/hzener.desktop -share/apps/flow/stencils/Circuit/hzener.odg -share/apps/flow/stencils/Circuit/hzener.png -share/apps/flow/stencils/Circuit/lamp_de.desktop -share/apps/flow/stencils/Circuit/lamp_de.odg -share/apps/flow/stencils/Circuit/lamp_de.png -share/apps/flow/stencils/Circuit/microphone_de.desktop -share/apps/flow/stencils/Circuit/microphone_de.odg -share/apps/flow/stencils/Circuit/microphone_de.png -share/apps/flow/stencils/Circuit/nmos_de.desktop -share/apps/flow/stencils/Circuit/nmos_de.odg -share/apps/flow/stencils/Circuit/nmos_de.png -share/apps/flow/stencils/Circuit/npn.desktop -share/apps/flow/stencils/Circuit/npn.odg -share/apps/flow/stencils/Circuit/npn.png -share/apps/flow/stencils/Circuit/opamp.desktop -share/apps/flow/stencils/Circuit/opamp.odg -share/apps/flow/stencils/Circuit/opamp.png -share/apps/flow/stencils/Circuit/pmos_de.desktop -share/apps/flow/stencils/Circuit/pmos_de.odg -share/apps/flow/stencils/Circuit/pmos_de.png -share/apps/flow/stencils/Circuit/pnp.desktop -share/apps/flow/stencils/Circuit/pnp.odg -share/apps/flow/stencils/Circuit/pnp.png -share/apps/flow/stencils/Circuit/speaker_de.desktop -share/apps/flow/stencils/Circuit/speaker_de.odg -share/apps/flow/stencils/Circuit/speaker_de.png -share/apps/flow/stencils/Circuit/vcapacitor.desktop -share/apps/flow/stencils/Circuit/vcapacitor.odg -share/apps/flow/stencils/Circuit/vcapacitor.png -share/apps/flow/stencils/Circuit/vdiode.desktop -share/apps/flow/stencils/Circuit/vdiode.odg -share/apps/flow/stencils/Circuit/vdiode.png -share/apps/flow/stencils/Circuit/vfuse_de.desktop -share/apps/flow/stencils/Circuit/vfuse_de.odg -share/apps/flow/stencils/Circuit/vfuse_de.png -share/apps/flow/stencils/Circuit/vinductor.desktop -share/apps/flow/stencils/Circuit/vinductor.odg -share/apps/flow/stencils/Circuit/vinductor.png -share/apps/flow/stencils/Circuit/vinductor_de.desktop -share/apps/flow/stencils/Circuit/vinductor_de.odg -share/apps/flow/stencils/Circuit/vinductor_de.png -share/apps/flow/stencils/Circuit/vled_de.desktop -share/apps/flow/stencils/Circuit/vled_de.odg -share/apps/flow/stencils/Circuit/vled_de.png -share/apps/flow/stencils/Circuit/vpowersource_de.desktop -share/apps/flow/stencils/Circuit/vpowersource_de.odg -share/apps/flow/stencils/Circuit/vpowersource_de.png -share/apps/flow/stencils/Circuit/vresistor.desktop -share/apps/flow/stencils/Circuit/vresistor.odg -share/apps/flow/stencils/Circuit/vresistor.png -share/apps/flow/stencils/Circuit/vresistor_de.desktop -share/apps/flow/stencils/Circuit/vresistor_de.odg -share/apps/flow/stencils/Circuit/vresistor_de.png -share/apps/flow/stencils/Circuit/vzener.desktop -share/apps/flow/stencils/Circuit/vzener.odg -share/apps/flow/stencils/Circuit/vzener.png -share/apps/flow/stencils/Circuit2/collection.desktop -share/apps/flow/stencils/Circuit2/dcapacitor.desktop -share/apps/flow/stencils/Circuit2/dcapacitor.odg -share/apps/flow/stencils/Circuit2/dcapacitor.png -share/apps/flow/stencils/Circuit2/ddiode.desktop -share/apps/flow/stencils/Circuit2/ddiode.odg -share/apps/flow/stencils/Circuit2/ddiode.png -share/apps/flow/stencils/Circuit2/dinductor.desktop -share/apps/flow/stencils/Circuit2/dinductor.odg -share/apps/flow/stencils/Circuit2/dinductor.png -share/apps/flow/stencils/Circuit2/dinductor_de.desktop -share/apps/flow/stencils/Circuit2/dinductor_de.odg -share/apps/flow/stencils/Circuit2/dinductor_de.png -share/apps/flow/stencils/Circuit2/dled_de.desktop -share/apps/flow/stencils/Circuit2/dled_de.odg -share/apps/flow/stencils/Circuit2/dled_de.png -share/apps/flow/stencils/Circuit2/dpcapacitor.desktop -share/apps/flow/stencils/Circuit2/dpcapacitor.odg -share/apps/flow/stencils/Circuit2/dpcapacitor.png -share/apps/flow/stencils/Circuit2/dresistor.desktop -share/apps/flow/stencils/Circuit2/dresistor.odg -share/apps/flow/stencils/Circuit2/dresistor.png -share/apps/flow/stencils/Circuit2/dresistor_de.desktop -share/apps/flow/stencils/Circuit2/dresistor_de.odg -share/apps/flow/stencils/Circuit2/dresistor_de.png -share/apps/flow/stencils/Circuit2/dzener.desktop -share/apps/flow/stencils/Circuit2/dzener.odg -share/apps/flow/stencils/Circuit2/dzener.png -share/apps/flow/stencils/Circuit2/hammeter.desktop -share/apps/flow/stencils/Circuit2/hammeter.odg -share/apps/flow/stencils/Circuit2/hammeter.png -share/apps/flow/stencils/Circuit2/hpcapacitor.desktop -share/apps/flow/stencils/Circuit2/hpcapacitor.odg -share/apps/flow/stencils/Circuit2/hpcapacitor.png -share/apps/flow/stencils/Circuit2/hvoltmeter.desktop -share/apps/flow/stencils/Circuit2/hvoltmeter.odg -share/apps/flow/stencils/Circuit2/hvoltmeter.png -share/apps/flow/stencils/Circuit2/newhled.desktop -share/apps/flow/stencils/Circuit2/newhled.odg -share/apps/flow/stencils/Circuit2/newhled.png -share/apps/flow/stencils/Circuit2/newvled.desktop -share/apps/flow/stencils/Circuit2/newvled.odg -share/apps/flow/stencils/Circuit2/newvled.png -share/apps/flow/stencils/Circuit2/opto.desktop -share/apps/flow/stencils/Circuit2/opto.odg -share/apps/flow/stencils/Circuit2/opto.png -share/apps/flow/stencils/Circuit2/ramp.desktop -share/apps/flow/stencils/Circuit2/ramp.odg -share/apps/flow/stencils/Circuit2/ramp.png -share/apps/flow/stencils/Circuit2/relay.desktop -share/apps/flow/stencils/Circuit2/relay.odg -share/apps/flow/stencils/Circuit2/relay.png -share/apps/flow/stencils/Circuit2/sine.desktop -share/apps/flow/stencils/Circuit2/sine.odg -share/apps/flow/stencils/Circuit2/sine.png -share/apps/flow/stencils/Circuit2/square.desktop -share/apps/flow/stencils/Circuit2/square.odg -share/apps/flow/stencils/Circuit2/square.png -share/apps/flow/stencils/Circuit2/triac.desktop -share/apps/flow/stencils/Circuit2/triac.odg -share/apps/flow/stencils/Circuit2/triac.png -share/apps/flow/stencils/Circuit2/triangle.desktop -share/apps/flow/stencils/Circuit2/triangle.odg -share/apps/flow/stencils/Circuit2/triangle.png -share/apps/flow/stencils/Circuit2/vammeter.desktop -share/apps/flow/stencils/Circuit2/vammeter.odg -share/apps/flow/stencils/Circuit2/vammeter.png -share/apps/flow/stencils/Circuit2/vpcapacitor.desktop -share/apps/flow/stencils/Circuit2/vpcapacitor.odg -share/apps/flow/stencils/Circuit2/vpcapacitor.png -share/apps/flow/stencils/Circuit2/vvoltmeter.desktop -share/apps/flow/stencils/Circuit2/vvoltmeter.odg -share/apps/flow/stencils/Circuit2/vvoltmeter.png -share/apps/flow/stencils/Cisco/1000.desktop -share/apps/flow/stencils/Cisco/1000.odg -share/apps/flow/stencils/Cisco/1000.png -share/apps/flow/stencils/Cisco/100baset_hub.desktop -share/apps/flow/stencils/Cisco/100baset_hub.odg -share/apps/flow/stencils/Cisco/100baset_hub.png -share/apps/flow/stencils/Cisco/10700.desktop -share/apps/flow/stencils/Cisco/10700.odg -share/apps/flow/stencils/Cisco/10700.png -share/apps/flow/stencils/Cisco/15200.desktop -share/apps/flow/stencils/Cisco/15200.odg -share/apps/flow/stencils/Cisco/15200.png -share/apps/flow/stencils/Cisco/15800.desktop -share/apps/flow/stencils/Cisco/15800.odg -share/apps/flow/stencils/Cisco/15800.png -share/apps/flow/stencils/Cisco/3174.desktop -share/apps/flow/stencils/Cisco/3174.odg -share/apps/flow/stencils/Cisco/3174.png -share/apps/flow/stencils/Cisco/3x74.desktop -share/apps/flow/stencils/Cisco/3x74.odg -share/apps/flow/stencils/Cisco/3x74.png -share/apps/flow/stencils/Cisco/5000.desktop -share/apps/flow/stencils/Cisco/5000.odg -share/apps/flow/stencils/Cisco/5000.png -share/apps/flow/stencils/Cisco/5002.desktop -share/apps/flow/stencils/Cisco/5002.odg -share/apps/flow/stencils/Cisco/5002.png -share/apps/flow/stencils/Cisco/5500.desktop -share/apps/flow/stencils/Cisco/5500.odg -share/apps/flow/stencils/Cisco/5500.png -share/apps/flow/stencils/Cisco/6701.desktop -share/apps/flow/stencils/Cisco/6701.odg -share/apps/flow/stencils/Cisco/6701.png -share/apps/flow/stencils/Cisco/6705.desktop -share/apps/flow/stencils/Cisco/6705.odg -share/apps/flow/stencils/Cisco/6705.png -share/apps/flow/stencils/Cisco/6732.desktop -share/apps/flow/stencils/Cisco/6732.odg -share/apps/flow/stencils/Cisco/6732.png -share/apps/flow/stencils/Cisco/7500ars.desktop -share/apps/flow/stencils/Cisco/7500ars.odg -share/apps/flow/stencils/Cisco/7500ars.png -share/apps/flow/stencils/Cisco/7505.desktop -share/apps/flow/stencils/Cisco/7505.odg -share/apps/flow/stencils/Cisco/7505.png -share/apps/flow/stencils/Cisco/7507.desktop -share/apps/flow/stencils/Cisco/7507.odg -share/apps/flow/stencils/Cisco/7507.png -share/apps/flow/stencils/Cisco/access_gateway.desktop -share/apps/flow/stencils/Cisco/access_gateway.odg -share/apps/flow/stencils/Cisco/access_gateway.png -share/apps/flow/stencils/Cisco/access_server.desktop -share/apps/flow/stencils/Cisco/access_server.odg -share/apps/flow/stencils/Cisco/access_server.png -share/apps/flow/stencils/Cisco/accesspoint.desktop -share/apps/flow/stencils/Cisco/accesspoint.odg -share/apps/flow/stencils/Cisco/accesspoint.png -share/apps/flow/stencils/Cisco/adm.desktop -share/apps/flow/stencils/Cisco/adm.odg -share/apps/flow/stencils/Cisco/adm.png -share/apps/flow/stencils/Cisco/androgynous_person.desktop -share/apps/flow/stencils/Cisco/androgynous_person.odg -share/apps/flow/stencils/Cisco/androgynous_person.png -share/apps/flow/stencils/Cisco/antenna.desktop -share/apps/flow/stencils/Cisco/antenna.odg -share/apps/flow/stencils/Cisco/antenna.png -share/apps/flow/stencils/Cisco/asic.desktop -share/apps/flow/stencils/Cisco/asic.odg -share/apps/flow/stencils/Cisco/asic.png -share/apps/flow/stencils/Cisco/ata.desktop -share/apps/flow/stencils/Cisco/ata.odg -share/apps/flow/stencils/Cisco/ata.png -share/apps/flow/stencils/Cisco/atm3800.desktop -share/apps/flow/stencils/Cisco/atm3800.odg -share/apps/flow/stencils/Cisco/atm3800.png -share/apps/flow/stencils/Cisco/atm_fast_gigabit_etherswitch.desktop -share/apps/flow/stencils/Cisco/atm_fast_gigabit_etherswitch.odg -share/apps/flow/stencils/Cisco/atm_fast_gigabit_etherswitch.png -share/apps/flow/stencils/Cisco/atm_router.desktop -share/apps/flow/stencils/Cisco/atm_router.odg -share/apps/flow/stencils/Cisco/atm_switch.desktop -share/apps/flow/stencils/Cisco/atm_switch.odg -share/apps/flow/stencils/Cisco/atm_switch.png -share/apps/flow/stencils/Cisco/atm_tag_switch_router.desktop -share/apps/flow/stencils/Cisco/atm_tag_switch_router.odg -share/apps/flow/stencils/Cisco/atm_tag_switch_router.png -share/apps/flow/stencils/Cisco/automatic_protection_switching.desktop -share/apps/flow/stencils/Cisco/automatic_protection_switching.odg -share/apps/flow/stencils/Cisco/automatic_protection_switching.png -share/apps/flow/stencils/Cisco/bbfw.desktop -share/apps/flow/stencils/Cisco/bbfw.odg -share/apps/flow/stencils/Cisco/bbfw.png -share/apps/flow/stencils/Cisco/bbfw_media.desktop -share/apps/flow/stencils/Cisco/bbfw_media.odg -share/apps/flow/stencils/Cisco/bbfw_media.png -share/apps/flow/stencils/Cisco/bbs.desktop -share/apps/flow/stencils/Cisco/bbs.odg -share/apps/flow/stencils/Cisco/bbs.png -share/apps/flow/stencils/Cisco/bbsm.desktop -share/apps/flow/stencils/Cisco/bbsm.odg -share/apps/flow/stencils/Cisco/bbsm.png -share/apps/flow/stencils/Cisco/branch_office.desktop -share/apps/flow/stencils/Cisco/branch_office.odg -share/apps/flow/stencils/Cisco/branch_office.png -share/apps/flow/stencils/Cisco/branch_office_blue.desktop -share/apps/flow/stencils/Cisco/branch_office_blue.odg -share/apps/flow/stencils/Cisco/branch_office_blue.png -share/apps/flow/stencils/Cisco/branch_office_subdued.desktop -share/apps/flow/stencils/Cisco/branch_office_subdued.odg -share/apps/flow/stencils/Cisco/branch_office_subdued.png -share/apps/flow/stencils/Cisco/breakout_box.desktop -share/apps/flow/stencils/Cisco/breakout_box.odg -share/apps/flow/stencils/Cisco/breakout_box.png -share/apps/flow/stencils/Cisco/bridge.desktop -share/apps/flow/stencils/Cisco/bridge.odg -share/apps/flow/stencils/Cisco/bridge.png -share/apps/flow/stencils/Cisco/broadband_router.desktop -share/apps/flow/stencils/Cisco/broadband_router.odg -share/apps/flow/stencils/Cisco/broadband_router.png -share/apps/flow/stencils/Cisco/bts10200.desktop -share/apps/flow/stencils/Cisco/bts10200.odg -share/apps/flow/stencils/Cisco/bts10200.png -share/apps/flow/stencils/Cisco/ca.desktop -share/apps/flow/stencils/Cisco/ca.odg -share/apps/flow/stencils/Cisco/ca.png -share/apps/flow/stencils/Cisco/cable_modem.desktop -share/apps/flow/stencils/Cisco/cable_modem.odg -share/apps/flow/stencils/Cisco/cable_modem.png -share/apps/flow/stencils/Cisco/callmanager.desktop -share/apps/flow/stencils/Cisco/callmanager.odg -share/apps/flow/stencils/Cisco/callmanager.png -share/apps/flow/stencils/Cisco/car.desktop -share/apps/flow/stencils/Cisco/car.odg -share/apps/flow/stencils/Cisco/car.png -share/apps/flow/stencils/Cisco/carrier_routing_system.desktop -share/apps/flow/stencils/Cisco/carrier_routing_system.odg -share/apps/flow/stencils/Cisco/carrier_routing_system.png -share/apps/flow/stencils/Cisco/catalyst_access_gateway.desktop -share/apps/flow/stencils/Cisco/catalyst_access_gateway.odg -share/apps/flow/stencils/Cisco/catalyst_access_gateway.png -share/apps/flow/stencils/Cisco/cddi_fddi_concentrator.desktop -share/apps/flow/stencils/Cisco/cddi_fddi_concentrator.odg -share/apps/flow/stencils/Cisco/cddi_fddi_concentrator.png -share/apps/flow/stencils/Cisco/cdm.desktop -share/apps/flow/stencils/Cisco/cdm.odg -share/apps/flow/stencils/Cisco/cdm.png -share/apps/flow/stencils/Cisco/cellular_phone.desktop -share/apps/flow/stencils/Cisco/cellular_phone.odg -share/apps/flow/stencils/Cisco/cellular_phone.png -share/apps/flow/stencils/Cisco/centri_firewall.desktop -share/apps/flow/stencils/Cisco/centri_firewall.odg -share/apps/flow/stencils/Cisco/centri_firewall.png -share/apps/flow/stencils/Cisco/channelized_pipe.desktop -share/apps/flow/stencils/Cisco/channelized_pipe.odg -share/apps/flow/stencils/Cisco/channelized_pipe.png -share/apps/flow/stencils/Cisco/cisco_hub.desktop -share/apps/flow/stencils/Cisco/cisco_hub.odg -share/apps/flow/stencils/Cisco/cisco_hub.png -share/apps/flow/stencils/Cisco/ciscosecurity.desktop -share/apps/flow/stencils/Cisco/ciscosecurity.odg -share/apps/flow/stencils/Cisco/ciscosecurity.png -share/apps/flow/stencils/Cisco/ciscoworks.desktop -share/apps/flow/stencils/Cisco/ciscoworks.odg -share/apps/flow/stencils/Cisco/ciscoworks.png -share/apps/flow/stencils/Cisco/ciscoworks_man.desktop -share/apps/flow/stencils/Cisco/ciscoworks_man.odg -share/apps/flow/stencils/Cisco/ciscoworks_man.png -share/apps/flow/stencils/Cisco/class45_switch.desktop -share/apps/flow/stencils/Cisco/class45_switch.odg -share/apps/flow/stencils/Cisco/class45_switch.png -share/apps/flow/stencils/Cisco/cloud.desktop -share/apps/flow/stencils/Cisco/cloud.odg -share/apps/flow/stencils/Cisco/cloud.png -share/apps/flow/stencils/Cisco/cloud_dark.desktop -share/apps/flow/stencils/Cisco/cloud_dark.odg -share/apps/flow/stencils/Cisco/cloud_dark.png -share/apps/flow/stencils/Cisco/cloud_gold.desktop -share/apps/flow/stencils/Cisco/cloud_gold.odg -share/apps/flow/stencils/Cisco/cloud_gold.png -share/apps/flow/stencils/Cisco/cloud_white.desktop -share/apps/flow/stencils/Cisco/cloud_white.odg -share/apps/flow/stencils/Cisco/cloud_white.png -share/apps/flow/stencils/Cisco/collection.desktop -share/apps/flow/stencils/Cisco/communications_server.desktop -share/apps/flow/stencils/Cisco/communications_server.odg -share/apps/flow/stencils/Cisco/communications_server.png -share/apps/flow/stencils/Cisco/concatenated_payload.desktop -share/apps/flow/stencils/Cisco/concatenated_payload.odg -share/apps/flow/stencils/Cisco/concatenated_payload.png -share/apps/flow/stencils/Cisco/content_engine.desktop -share/apps/flow/stencils/Cisco/content_engine.odg -share/apps/flow/stencils/Cisco/content_engine.png -share/apps/flow/stencils/Cisco/content_router.desktop -share/apps/flow/stencils/Cisco/content_router.odg -share/apps/flow/stencils/Cisco/content_router.png -share/apps/flow/stencils/Cisco/content_service_module.desktop -share/apps/flow/stencils/Cisco/content_service_module.odg -share/apps/flow/stencils/Cisco/content_service_module.png -share/apps/flow/stencils/Cisco/content_switch.desktop -share/apps/flow/stencils/Cisco/content_switch.odg -share/apps/flow/stencils/Cisco/content_switch.png -share/apps/flow/stencils/Cisco/csm-s.desktop -share/apps/flow/stencils/Cisco/csm-s.odg -share/apps/flow/stencils/Cisco/csm-s.png -share/apps/flow/stencils/Cisco/css1100.desktop -share/apps/flow/stencils/Cisco/css1100.odg -share/apps/flow/stencils/Cisco/css1100.png -share/apps/flow/stencils/Cisco/csu_dsu.desktop -share/apps/flow/stencils/Cisco/csu_dsu.odg -share/apps/flow/stencils/Cisco/csu_dsu.png -share/apps/flow/stencils/Cisco/cte.desktop -share/apps/flow/stencils/Cisco/cte.odg -share/apps/flow/stencils/Cisco/cte.png -share/apps/flow/stencils/Cisco/data_center_switch.desktop -share/apps/flow/stencils/Cisco/data_center_switch.odg -share/apps/flow/stencils/Cisco/data_center_switch.png -share/apps/flow/stencils/Cisco/data_center_switch_reversed.desktop -share/apps/flow/stencils/Cisco/data_center_switch_reversed.odg -share/apps/flow/stencils/Cisco/data_center_switch_reversed.png -share/apps/flow/stencils/Cisco/data_switch_processor.desktop -share/apps/flow/stencils/Cisco/data_switch_processor.odg -share/apps/flow/stencils/Cisco/data_switch_processor.png -share/apps/flow/stencils/Cisco/detector.desktop -share/apps/flow/stencils/Cisco/detector.odg -share/apps/flow/stencils/Cisco/detector.png -share/apps/flow/stencils/Cisco/digital_cross-connect.desktop -share/apps/flow/stencils/Cisco/digital_cross-connect.odg -share/apps/flow/stencils/Cisco/digital_cross-connect.png -share/apps/flow/stencils/Cisco/director_fcis.desktop -share/apps/flow/stencils/Cisco/director_fcis.odg -share/apps/flow/stencils/Cisco/director_fcis.png -share/apps/flow/stencils/Cisco/directory_server.desktop -share/apps/flow/stencils/Cisco/directory_server.odg -share/apps/flow/stencils/Cisco/directory_server.png -share/apps/flow/stencils/Cisco/disk_subsystem.desktop -share/apps/flow/stencils/Cisco/disk_subsystem.odg -share/apps/flow/stencils/Cisco/disk_subsystem.png -share/apps/flow/stencils/Cisco/diskette.desktop -share/apps/flow/stencils/Cisco/diskette.odg -share/apps/flow/stencils/Cisco/diskette.png -share/apps/flow/stencils/Cisco/distributed_director.desktop -share/apps/flow/stencils/Cisco/distributed_director.odg -share/apps/flow/stencils/Cisco/distributed_director.png -share/apps/flow/stencils/Cisco/dot_dot.desktop -share/apps/flow/stencils/Cisco/dot_dot.odg -share/apps/flow/stencils/Cisco/dot_dot.png -share/apps/flow/stencils/Cisco/dpt.desktop -share/apps/flow/stencils/Cisco/dpt.odg -share/apps/flow/stencils/Cisco/dpt.png -share/apps/flow/stencils/Cisco/dslam.desktop -share/apps/flow/stencils/Cisco/dslam.odg -share/apps/flow/stencils/Cisco/dslam.png -share/apps/flow/stencils/Cisco/dual_mode_accesspoint.desktop -share/apps/flow/stencils/Cisco/dual_mode_accesspoint.odg -share/apps/flow/stencils/Cisco/dual_mode_accesspoint.png -share/apps/flow/stencils/Cisco/dwdm_filter.desktop -share/apps/flow/stencils/Cisco/dwdm_filter.odg -share/apps/flow/stencils/Cisco/dwdm_filter.png -share/apps/flow/stencils/Cisco/edge_label_switch_router.png -share/apps/flow/stencils/Cisco/edge_label_switch_router_with_netflow.desktop -share/apps/flow/stencils/Cisco/edge_label_switch_router_with_netflow.odg -share/apps/flow/stencils/Cisco/edge_label_switch_router_with_netflow.png -share/apps/flow/stencils/Cisco/end_office.desktop -share/apps/flow/stencils/Cisco/end_office.odg -share/apps/flow/stencils/Cisco/end_office.png -share/apps/flow/stencils/Cisco/etherclient.desktop -share/apps/flow/stencils/Cisco/etherclient.odg -share/apps/flow/stencils/Cisco/etherclient.png -share/apps/flow/stencils/Cisco/fax.desktop -share/apps/flow/stencils/Cisco/fax.odg -share/apps/flow/stencils/Cisco/fax.png -share/apps/flow/stencils/Cisco/fc_storage.desktop -share/apps/flow/stencils/Cisco/fc_storage.odg -share/apps/flow/stencils/Cisco/fc_storage.png -share/apps/flow/stencils/Cisco/fddi_ring.desktop -share/apps/flow/stencils/Cisco/fddi_ring.odg -share/apps/flow/stencils/Cisco/fddi_ring.png -share/apps/flow/stencils/Cisco/file_cabinet.desktop -share/apps/flow/stencils/Cisco/file_cabinet.odg -share/apps/flow/stencils/Cisco/file_cabinet.png -share/apps/flow/stencils/Cisco/file_engine.desktop -share/apps/flow/stencils/Cisco/file_engine.odg -share/apps/flow/stencils/Cisco/file_engine.png -share/apps/flow/stencils/Cisco/file_server.desktop -share/apps/flow/stencils/Cisco/file_server.odg -share/apps/flow/stencils/Cisco/file_server.png -share/apps/flow/stencils/Cisco/firewall.desktop -share/apps/flow/stencils/Cisco/firewall.odg -share/apps/flow/stencils/Cisco/firewall.png -share/apps/flow/stencils/Cisco/firewall_horizontal.desktop -share/apps/flow/stencils/Cisco/firewall_horizontal.odg -share/apps/flow/stencils/Cisco/firewall_horizontal.png -share/apps/flow/stencils/Cisco/firewall_subdued.desktop -share/apps/flow/stencils/Cisco/firewall_subdued.odg -share/apps/flow/stencils/Cisco/firewall_subdued.png -share/apps/flow/stencils/Cisco/front_end_processor.desktop -share/apps/flow/stencils/Cisco/front_end_processor.odg -share/apps/flow/stencils/Cisco/front_end_processor.png -share/apps/flow/stencils/Cisco/fwsm.desktop -share/apps/flow/stencils/Cisco/fwsm.odg -share/apps/flow/stencils/Cisco/fwsm.png -share/apps/flow/stencils/Cisco/general_appliance.desktop -share/apps/flow/stencils/Cisco/general_appliance.odg -share/apps/flow/stencils/Cisco/general_appliance.png -share/apps/flow/stencils/Cisco/generic_building.desktop -share/apps/flow/stencils/Cisco/generic_building.odg -share/apps/flow/stencils/Cisco/generic_building.png -share/apps/flow/stencils/Cisco/generic_building_blue.desktop -share/apps/flow/stencils/Cisco/generic_building_blue.odg -share/apps/flow/stencils/Cisco/generic_building_blue.png -share/apps/flow/stencils/Cisco/generic_building_subdued.desktop -share/apps/flow/stencils/Cisco/generic_building_subdued.odg -share/apps/flow/stencils/Cisco/generic_building_subdued.png -share/apps/flow/stencils/Cisco/generic_gateway.desktop -share/apps/flow/stencils/Cisco/generic_gateway.odg -share/apps/flow/stencils/Cisco/generic_gateway.png -share/apps/flow/stencils/Cisco/generic_processor.desktop -share/apps/flow/stencils/Cisco/generic_processor.odg -share/apps/flow/stencils/Cisco/generic_processor.png -share/apps/flow/stencils/Cisco/generic_softswitch.desktop -share/apps/flow/stencils/Cisco/generic_softswitch.odg -share/apps/flow/stencils/Cisco/generic_softswitch.png -share/apps/flow/stencils/Cisco/gigabit_switch_router_atm_tag.desktop -share/apps/flow/stencils/Cisco/gigabit_switch_router_atm_tag.odg -share/apps/flow/stencils/Cisco/gigabit_switch_router_atm_tag.png -share/apps/flow/stencils/Cisco/government_building.desktop -share/apps/flow/stencils/Cisco/government_building.odg -share/apps/flow/stencils/Cisco/government_building.png -share/apps/flow/stencils/Cisco/guard.desktop -share/apps/flow/stencils/Cisco/guard.odg -share/apps/flow/stencils/Cisco/guard.png -share/apps/flow/stencils/Cisco/h323.desktop -share/apps/flow/stencils/Cisco/h323.odg -share/apps/flow/stencils/Cisco/h323.png -share/apps/flow/stencils/Cisco/handheld.desktop -share/apps/flow/stencils/Cisco/handheld.odg -share/apps/flow/stencils/Cisco/handheld.png -share/apps/flow/stencils/Cisco/headphones.desktop -share/apps/flow/stencils/Cisco/headphones.odg -share/apps/flow/stencils/Cisco/headphones.png -share/apps/flow/stencils/Cisco/home_office.desktop -share/apps/flow/stencils/Cisco/home_office.odg -share/apps/flow/stencils/Cisco/home_office.png -share/apps/flow/stencils/Cisco/hootphone.desktop -share/apps/flow/stencils/Cisco/hootphone.odg -share/apps/flow/stencils/Cisco/hootphone.png -share/apps/flow/stencils/Cisco/host.desktop -share/apps/flow/stencils/Cisco/host.odg -share/apps/flow/stencils/Cisco/host.png -share/apps/flow/stencils/Cisco/house.desktop -share/apps/flow/stencils/Cisco/house.odg -share/apps/flow/stencils/Cisco/house.png -share/apps/flow/stencils/Cisco/house_blue.desktop -share/apps/flow/stencils/Cisco/house_blue.odg -share/apps/flow/stencils/Cisco/house_blue.png -share/apps/flow/stencils/Cisco/hp_mini.desktop -share/apps/flow/stencils/Cisco/hp_mini.odg -share/apps/flow/stencils/Cisco/hp_mini.png -share/apps/flow/stencils/Cisco/hub.desktop -share/apps/flow/stencils/Cisco/hub.odg -share/apps/flow/stencils/Cisco/hub.png -share/apps/flow/stencils/Cisco/hub_subdued.desktop -share/apps/flow/stencils/Cisco/hub_subdued.odg -share/apps/flow/stencils/Cisco/hub_subdued.png -share/apps/flow/stencils/Cisco/iad_router.desktop -share/apps/flow/stencils/Cisco/iad_router.odg -share/apps/flow/stencils/Cisco/iad_router.png -share/apps/flow/stencils/Cisco/ibm_mainframe.desktop -share/apps/flow/stencils/Cisco/ibm_mainframe.odg -share/apps/flow/stencils/Cisco/ibm_mainframe.png -share/apps/flow/stencils/Cisco/ibm_mainframe_with_fep.desktop -share/apps/flow/stencils/Cisco/ibm_mainframe_with_fep.odg -share/apps/flow/stencils/Cisco/ibm_mainframe_with_fep.png -share/apps/flow/stencils/Cisco/ibm_mini.desktop -share/apps/flow/stencils/Cisco/ibm_mini.odg -share/apps/flow/stencils/Cisco/ibm_mini.png -share/apps/flow/stencils/Cisco/ibm_tower.desktop -share/apps/flow/stencils/Cisco/ibm_tower.odg -share/apps/flow/stencils/Cisco/ibm_tower.png -share/apps/flow/stencils/Cisco/icm.desktop -share/apps/flow/stencils/Cisco/icm.odg -share/apps/flow/stencils/Cisco/icm.png -share/apps/flow/stencils/Cisco/ics.desktop -share/apps/flow/stencils/Cisco/ics.odg -share/apps/flow/stencils/Cisco/ics.png -share/apps/flow/stencils/Cisco/intelliswitch_stack.desktop -share/apps/flow/stencils/Cisco/intelliswitch_stack.odg -share/apps/flow/stencils/Cisco/intelliswitch_stack.png -share/apps/flow/stencils/Cisco/ios_firewall.desktop -share/apps/flow/stencils/Cisco/ios_firewall.odg -share/apps/flow/stencils/Cisco/ios_firewall.png -share/apps/flow/stencils/Cisco/ios_slb.desktop -share/apps/flow/stencils/Cisco/ios_slb.odg -share/apps/flow/stencils/Cisco/ios_slb.png -share/apps/flow/stencils/Cisco/ip.desktop -share/apps/flow/stencils/Cisco/ip.odg -share/apps/flow/stencils/Cisco/ip.png -share/apps/flow/stencils/Cisco/ip_dsl.desktop -share/apps/flow/stencils/Cisco/ip_dsl.odg -share/apps/flow/stencils/Cisco/ip_dsl.png -share/apps/flow/stencils/Cisco/ip_old-style.desktop -share/apps/flow/stencils/Cisco/ip_old-style.odg -share/apps/flow/stencils/Cisco/ip_old-style.png -share/apps/flow/stencils/Cisco/ip_phone.desktop -share/apps/flow/stencils/Cisco/ip_phone.odg -share/apps/flow/stencils/Cisco/ip_phone.png -share/apps/flow/stencils/Cisco/ip_softphone.desktop -share/apps/flow/stencils/Cisco/ip_softphone.odg -share/apps/flow/stencils/Cisco/ip_softphone.png -share/apps/flow/stencils/Cisco/ip_telephony_router.desktop -share/apps/flow/stencils/Cisco/ip_telephony_router.odg -share/apps/flow/stencils/Cisco/ip_telephony_router.png -share/apps/flow/stencils/Cisco/ip_transport_concentrator.desktop -share/apps/flow/stencils/Cisco/ip_transport_concentrator.odg -share/apps/flow/stencils/Cisco/ip_transport_concentrator.png -share/apps/flow/stencils/Cisco/iptv_broadcast_server.desktop -share/apps/flow/stencils/Cisco/iptv_broadcast_server.odg -share/apps/flow/stencils/Cisco/iptv_broadcast_server.png -share/apps/flow/stencils/Cisco/iptv_content_manager.desktop -share/apps/flow/stencils/Cisco/iptv_content_manager.odg -share/apps/flow/stencils/Cisco/iptv_content_manager.png -share/apps/flow/stencils/Cisco/iscsi_switch.desktop -share/apps/flow/stencils/Cisco/iscsi_switch.odg -share/apps/flow/stencils/Cisco/iscsi_switch.png -share/apps/flow/stencils/Cisco/isdn_switch.desktop -share/apps/flow/stencils/Cisco/isdn_switch.odg -share/apps/flow/stencils/Cisco/isdn_switch.png -share/apps/flow/stencils/Cisco/itp.desktop -share/apps/flow/stencils/Cisco/itp.odg -share/apps/flow/stencils/Cisco/itp.png -share/apps/flow/stencils/Cisco/jbod.desktop -share/apps/flow/stencils/Cisco/jbod.odg -share/apps/flow/stencils/Cisco/jbod.png -share/apps/flow/stencils/Cisco/key.desktop -share/apps/flow/stencils/Cisco/key.odg -share/apps/flow/stencils/Cisco/key.png -share/apps/flow/stencils/Cisco/label_switch_router.desktop -share/apps/flow/stencils/Cisco/label_switch_router.odg -share/apps/flow/stencils/Cisco/label_switch_router.png -share/apps/flow/stencils/Cisco/lan2lan_switch.desktop -share/apps/flow/stencils/Cisco/lan2lan_switch.odg -share/apps/flow/stencils/Cisco/lan2lan_switch.png -share/apps/flow/stencils/Cisco/lan_to_lan.desktop -share/apps/flow/stencils/Cisco/lan_to_lan.odg -share/apps/flow/stencils/Cisco/lan_to_lan.png -share/apps/flow/stencils/Cisco/laptop.desktop -share/apps/flow/stencils/Cisco/laptop.odg -share/apps/flow/stencils/Cisco/laptop.png -share/apps/flow/stencils/Cisco/layer3_switch.desktop -share/apps/flow/stencils/Cisco/layer3_switch.odg -share/apps/flow/stencils/Cisco/layer3_switch.png -share/apps/flow/stencils/Cisco/layer_2_remote_switch.desktop -share/apps/flow/stencils/Cisco/layer_2_remote_switch.odg -share/apps/flow/stencils/Cisco/layer_2_remote_switch.png -share/apps/flow/stencils/Cisco/lightweight_ap.desktop -share/apps/flow/stencils/Cisco/lightweight_ap.odg -share/apps/flow/stencils/Cisco/lightweight_ap.png -share/apps/flow/stencils/Cisco/localdirector.desktop -share/apps/flow/stencils/Cisco/localdirector.odg -share/apps/flow/stencils/Cisco/localdirector.png -share/apps/flow/stencils/Cisco/location_server.desktop -share/apps/flow/stencils/Cisco/location_server.odg -share/apps/flow/stencils/Cisco/location_server.png -share/apps/flow/stencils/Cisco/lock.desktop -share/apps/flow/stencils/Cisco/lock.odg -share/apps/flow/stencils/Cisco/lock.png -share/apps/flow/stencils/Cisco/lock_and_key.desktop -share/apps/flow/stencils/Cisco/lock_and_key.odg -share/apps/flow/stencils/Cisco/lock_and_key.png -share/apps/flow/stencils/Cisco/longreach_cpe.desktop -share/apps/flow/stencils/Cisco/longreach_cpe.odg -share/apps/flow/stencils/Cisco/longreach_cpe.png -share/apps/flow/stencils/Cisco/mac_woman.desktop -share/apps/flow/stencils/Cisco/mac_woman.odg -share/apps/flow/stencils/Cisco/mac_woman.png -share/apps/flow/stencils/Cisco/mac_woman_right.desktop -share/apps/flow/stencils/Cisco/mac_woman_right.odg -share/apps/flow/stencils/Cisco/mac_woman_right.png -share/apps/flow/stencils/Cisco/macintosh.desktop -share/apps/flow/stencils/Cisco/macintosh.odg -share/apps/flow/stencils/Cisco/macintosh.png -share/apps/flow/stencils/Cisco/man.desktop -share/apps/flow/stencils/Cisco/man.odg -share/apps/flow/stencils/Cisco/man.png -share/apps/flow/stencils/Cisco/man_blue.desktop -share/apps/flow/stencils/Cisco/man_blue.odg -share/apps/flow/stencils/Cisco/man_blue.png -share/apps/flow/stencils/Cisco/man_gold.desktop -share/apps/flow/stencils/Cisco/man_gold.odg -share/apps/flow/stencils/Cisco/man_gold.png -share/apps/flow/stencils/Cisco/man_red.desktop -share/apps/flow/stencils/Cisco/man_red.odg -share/apps/flow/stencils/Cisco/man_red.png -share/apps/flow/stencils/Cisco/man_woman.desktop -share/apps/flow/stencils/Cisco/man_woman.odg -share/apps/flow/stencils/Cisco/man_woman.png -share/apps/flow/stencils/Cisco/mas_gateway.desktop -share/apps/flow/stencils/Cisco/mas_gateway.odg -share/apps/flow/stencils/Cisco/mas_gateway.png -share/apps/flow/stencils/Cisco/mau.desktop -share/apps/flow/stencils/Cisco/mau.odg -share/apps/flow/stencils/Cisco/mau.png -share/apps/flow/stencils/Cisco/mcu.desktop -share/apps/flow/stencils/Cisco/mcu.odg -share/apps/flow/stencils/Cisco/mcu.png -share/apps/flow/stencils/Cisco/mdu.desktop -share/apps/flow/stencils/Cisco/mdu.odg -share/apps/flow/stencils/Cisco/mdu.png -share/apps/flow/stencils/Cisco/me1100.desktop -share/apps/flow/stencils/Cisco/me1100.odg -share/apps/flow/stencils/Cisco/me1100.png -share/apps/flow/stencils/Cisco/medium_building.desktop -share/apps/flow/stencils/Cisco/medium_building.odg -share/apps/flow/stencils/Cisco/medium_building.png -share/apps/flow/stencils/Cisco/medium_building_blue.desktop -share/apps/flow/stencils/Cisco/medium_building_blue.odg -share/apps/flow/stencils/Cisco/medium_building_blue.png -share/apps/flow/stencils/Cisco/medium_building_subdued.desktop -share/apps/flow/stencils/Cisco/medium_building_subdued.odg -share/apps/flow/stencils/Cisco/medium_building_subdued.png -share/apps/flow/stencils/Cisco/metro1500.desktop -share/apps/flow/stencils/Cisco/metro1500.odg -share/apps/flow/stencils/Cisco/metro1500.png -share/apps/flow/stencils/Cisco/mgx8220.desktop -share/apps/flow/stencils/Cisco/mgx8220.odg -share/apps/flow/stencils/Cisco/mgx8220.png -share/apps/flow/stencils/Cisco/mgx8240.desktop -share/apps/flow/stencils/Cisco/mgx8240.odg -share/apps/flow/stencils/Cisco/mgx8240.png -share/apps/flow/stencils/Cisco/mgx8260.desktop -share/apps/flow/stencils/Cisco/mgx8260.odg -share/apps/flow/stencils/Cisco/mgx8260.png -share/apps/flow/stencils/Cisco/mgx_8000_series_voice_gateway.desktop -share/apps/flow/stencils/Cisco/mgx_8000_series_voice_gateway.odg -share/apps/flow/stencils/Cisco/mgx_8000_series_voice_gateway.png -share/apps/flow/stencils/Cisco/microphone.desktop -share/apps/flow/stencils/Cisco/microphone.odg -share/apps/flow/stencils/Cisco/microphone.png -share/apps/flow/stencils/Cisco/microwebserver.desktop -share/apps/flow/stencils/Cisco/microwebserver.odg -share/apps/flow/stencils/Cisco/microwebserver.png -share/apps/flow/stencils/Cisco/mini_vax.desktop -share/apps/flow/stencils/Cisco/mini_vax.odg -share/apps/flow/stencils/Cisco/mini_vax.png -share/apps/flow/stencils/Cisco/mobile_access_ip_phone.desktop -share/apps/flow/stencils/Cisco/mobile_access_ip_phone.odg -share/apps/flow/stencils/Cisco/mobile_access_ip_phone.png -share/apps/flow/stencils/Cisco/mobile_access_router.desktop -share/apps/flow/stencils/Cisco/mobile_access_router.odg -share/apps/flow/stencils/Cisco/mobile_access_router.png -share/apps/flow/stencils/Cisco/modem.desktop -share/apps/flow/stencils/Cisco/modem.odg -share/apps/flow/stencils/Cisco/modem.png -share/apps/flow/stencils/Cisco/moh_server.desktop -share/apps/flow/stencils/Cisco/moh_server.odg -share/apps/flow/stencils/Cisco/moh_server.png -share/apps/flow/stencils/Cisco/monitor.desktop -share/apps/flow/stencils/Cisco/monitor.odg -share/apps/flow/stencils/Cisco/monitor.png -share/apps/flow/stencils/Cisco/multi-fabric_server_switch.desktop -share/apps/flow/stencils/Cisco/multi-fabric_server_switch.odg -share/apps/flow/stencils/Cisco/multi-fabric_server_switch.png -share/apps/flow/stencils/Cisco/multilayer_remote_switch.desktop -share/apps/flow/stencils/Cisco/multilayer_remote_switch.odg -share/apps/flow/stencils/Cisco/multilayer_remote_switch.png -share/apps/flow/stencils/Cisco/multilayer_switch.desktop -share/apps/flow/stencils/Cisco/multilayer_switch.odg -share/apps/flow/stencils/Cisco/multilayer_switch.png -share/apps/flow/stencils/Cisco/multilayer_switch_with_silicon.desktop -share/apps/flow/stencils/Cisco/multilayer_switch_with_silicon.odg -share/apps/flow/stencils/Cisco/multilayer_switch_with_silicon.png -share/apps/flow/stencils/Cisco/multilayer_switch_with_silicon_subdued.desktop -share/apps/flow/stencils/Cisco/multilayer_switch_with_silicon_subdued.odg -share/apps/flow/stencils/Cisco/multilayer_switch_with_silicon_subdued.png -share/apps/flow/stencils/Cisco/multiswitch_device.desktop -share/apps/flow/stencils/Cisco/multiswitch_device.odg -share/apps/flow/stencils/Cisco/multiswitch_device.png -share/apps/flow/stencils/Cisco/mux.desktop -share/apps/flow/stencils/Cisco/mux.odg -share/apps/flow/stencils/Cisco/mux.png -share/apps/flow/stencils/Cisco/nat.desktop -share/apps/flow/stencils/Cisco/nat.odg -share/apps/flow/stencils/Cisco/nat.png -share/apps/flow/stencils/Cisco/netflow_router.desktop -share/apps/flow/stencils/Cisco/netflow_router.odg -share/apps/flow/stencils/Cisco/netflow_router.png -share/apps/flow/stencils/Cisco/netranger.desktop -share/apps/flow/stencils/Cisco/netranger.odg -share/apps/flow/stencils/Cisco/netranger.png -share/apps/flow/stencils/Cisco/netsonar.desktop -share/apps/flow/stencils/Cisco/netsonar.odg -share/apps/flow/stencils/Cisco/netsonar.png -share/apps/flow/stencils/Cisco/network_management.desktop -share/apps/flow/stencils/Cisco/network_management.odg -share/apps/flow/stencils/Cisco/network_management.png -share/apps/flow/stencils/Cisco/newton.desktop -share/apps/flow/stencils/Cisco/newton.odg -share/apps/flow/stencils/Cisco/newton.png -share/apps/flow/stencils/Cisco/octel.desktop -share/apps/flow/stencils/Cisco/octel.odg -share/apps/flow/stencils/Cisco/octel.png -share/apps/flow/stencils/Cisco/ons15104.desktop -share/apps/flow/stencils/Cisco/ons15104.odg -share/apps/flow/stencils/Cisco/ons15104.png -share/apps/flow/stencils/Cisco/ons15540.desktop -share/apps/flow/stencils/Cisco/ons15540.odg -share/apps/flow/stencils/Cisco/ons15540.png -share/apps/flow/stencils/Cisco/optical_amplifier.desktop -share/apps/flow/stencils/Cisco/optical_amplifier.odg -share/apps/flow/stencils/Cisco/optical_amplifier.png -share/apps/flow/stencils/Cisco/optical_cross-connect.desktop -share/apps/flow/stencils/Cisco/optical_cross-connect.odg -share/apps/flow/stencils/Cisco/optical_cross-connect.png -share/apps/flow/stencils/Cisco/optical_fiber.desktop -share/apps/flow/stencils/Cisco/optical_fiber.odg -share/apps/flow/stencils/Cisco/optical_fiber.png -share/apps/flow/stencils/Cisco/optical_services_router.desktop -share/apps/flow/stencils/Cisco/optical_services_router.odg -share/apps/flow/stencils/Cisco/optical_services_router.png -share/apps/flow/stencils/Cisco/optical_transport.desktop -share/apps/flow/stencils/Cisco/optical_transport.odg -share/apps/flow/stencils/Cisco/optical_transport.png -share/apps/flow/stencils/Cisco/pad.desktop -share/apps/flow/stencils/Cisco/pad.odg -share/apps/flow/stencils/Cisco/pad.png -share/apps/flow/stencils/Cisco/pager.desktop -share/apps/flow/stencils/Cisco/pager.odg -share/apps/flow/stencils/Cisco/pager.png -share/apps/flow/stencils/Cisco/pbx.desktop -share/apps/flow/stencils/Cisco/pbx.odg -share/apps/flow/stencils/Cisco/pbx.png -share/apps/flow/stencils/Cisco/pbx_switch.desktop -share/apps/flow/stencils/Cisco/pbx_switch.odg -share/apps/flow/stencils/Cisco/pbx_switch.png -share/apps/flow/stencils/Cisco/pc.desktop -share/apps/flow/stencils/Cisco/pc.odg -share/apps/flow/stencils/Cisco/pc.png -share/apps/flow/stencils/Cisco/pc_adapter_card.desktop -share/apps/flow/stencils/Cisco/pc_adapter_card.odg -share/apps/flow/stencils/Cisco/pc_adapter_card.png -share/apps/flow/stencils/Cisco/pc_card.desktop -share/apps/flow/stencils/Cisco/pc_card.odg -share/apps/flow/stencils/Cisco/pc_card.png -share/apps/flow/stencils/Cisco/pc_man.desktop -share/apps/flow/stencils/Cisco/pc_man.odg -share/apps/flow/stencils/Cisco/pc_man.png -share/apps/flow/stencils/Cisco/pc_man_left.desktop -share/apps/flow/stencils/Cisco/pc_man_left.odg -share/apps/flow/stencils/Cisco/pc_man_left.png -share/apps/flow/stencils/Cisco/pc_router_card.desktop -share/apps/flow/stencils/Cisco/pc_router_card.odg -share/apps/flow/stencils/Cisco/pc_router_card.png -share/apps/flow/stencils/Cisco/pc_software.desktop -share/apps/flow/stencils/Cisco/pc_software.odg -share/apps/flow/stencils/Cisco/pc_software.png -share/apps/flow/stencils/Cisco/pc_video.desktop -share/apps/flow/stencils/Cisco/pc_video.odg -share/apps/flow/stencils/Cisco/pc_video.png -share/apps/flow/stencils/Cisco/pc_with_router-based_software.desktop -share/apps/flow/stencils/Cisco/pc_with_router-based_software.odg -share/apps/flow/stencils/Cisco/pc_with_router-based_software.png -share/apps/flow/stencils/Cisco/pda.desktop -share/apps/flow/stencils/Cisco/pda.odg -share/apps/flow/stencils/Cisco/pda.png -share/apps/flow/stencils/Cisco/phone.desktop -share/apps/flow/stencils/Cisco/phone.odg -share/apps/flow/stencils/Cisco/phone.png -share/apps/flow/stencils/Cisco/phone_2.desktop -share/apps/flow/stencils/Cisco/phone_2.odg -share/apps/flow/stencils/Cisco/phone_2.png -share/apps/flow/stencils/Cisco/phone_appliance.desktop -share/apps/flow/stencils/Cisco/phone_appliance.odg -share/apps/flow/stencils/Cisco/phone_appliance.png -share/apps/flow/stencils/Cisco/phone_ethernet.desktop -share/apps/flow/stencils/Cisco/phone_ethernet.odg -share/apps/flow/stencils/Cisco/phone_ethernet.png -share/apps/flow/stencils/Cisco/phone_fax.desktop -share/apps/flow/stencils/Cisco/phone_fax.odg -share/apps/flow/stencils/Cisco/phone_fax.png -share/apps/flow/stencils/Cisco/phone_feature.desktop -share/apps/flow/stencils/Cisco/phone_feature.odg -share/apps/flow/stencils/Cisco/phone_feature.png -share/apps/flow/stencils/Cisco/pix_firewall.desktop -share/apps/flow/stencils/Cisco/pix_firewall.odg -share/apps/flow/stencils/Cisco/pix_firewall.png -share/apps/flow/stencils/Cisco/pix_firewall_left.desktop -share/apps/flow/stencils/Cisco/pix_firewall_left.odg -share/apps/flow/stencils/Cisco/pix_firewall_left.png -share/apps/flow/stencils/Cisco/printer.desktop -share/apps/flow/stencils/Cisco/printer.odg -share/apps/flow/stencils/Cisco/printer.png -share/apps/flow/stencils/Cisco/programmable_switch.desktop -share/apps/flow/stencils/Cisco/programmable_switch.odg -share/apps/flow/stencils/Cisco/programmable_switch.png -share/apps/flow/stencils/Cisco/protocol_translator.desktop -share/apps/flow/stencils/Cisco/protocol_translator.odg -share/apps/flow/stencils/Cisco/protocol_translator.png -share/apps/flow/stencils/Cisco/pxf.desktop -share/apps/flow/stencils/Cisco/pxf.odg -share/apps/flow/stencils/Cisco/pxf.png -share/apps/flow/stencils/Cisco/radio_tower.desktop -share/apps/flow/stencils/Cisco/radio_tower.odg -share/apps/flow/stencils/Cisco/radio_tower.png -share/apps/flow/stencils/Cisco/ratemux.desktop -share/apps/flow/stencils/Cisco/ratemux.odg -share/apps/flow/stencils/Cisco/ratemux.png -share/apps/flow/stencils/Cisco/relational_database.desktop -share/apps/flow/stencils/Cisco/relational_database.odg -share/apps/flow/stencils/Cisco/relational_database.png -share/apps/flow/stencils/Cisco/repeater.desktop -share/apps/flow/stencils/Cisco/repeater.odg -share/apps/flow/stencils/Cisco/repeater.png -share/apps/flow/stencils/Cisco/route_switch_processor.desktop -share/apps/flow/stencils/Cisco/route_switch_processor.odg -share/apps/flow/stencils/Cisco/route_switch_processor.png -share/apps/flow/stencils/Cisco/route_switch_processor_with_si.desktop -share/apps/flow/stencils/Cisco/route_switch_processor_with_si.odg -share/apps/flow/stencils/Cisco/route_switch_processor_with_si.png -share/apps/flow/stencils/Cisco/router.desktop -share/apps/flow/stencils/Cisco/router.odg -share/apps/flow/stencils/Cisco/router.png -share/apps/flow/stencils/Cisco/router_in_building.desktop -share/apps/flow/stencils/Cisco/router_in_building.odg -share/apps/flow/stencils/Cisco/router_in_building.png -share/apps/flow/stencils/Cisco/router_subdued.desktop -share/apps/flow/stencils/Cisco/router_subdued.odg -share/apps/flow/stencils/Cisco/router_subdued.png -share/apps/flow/stencils/Cisco/router_with_firewall.desktop -share/apps/flow/stencils/Cisco/router_with_firewall.odg -share/apps/flow/stencils/Cisco/router_with_firewall.png -share/apps/flow/stencils/Cisco/router_with_silicon_switch.desktop -share/apps/flow/stencils/Cisco/router_with_silicon_switch.odg -share/apps/flow/stencils/Cisco/router_with_silicon_switch.png -share/apps/flow/stencils/Cisco/rps.desktop -share/apps/flow/stencils/Cisco/rps.odg -share/apps/flow/stencils/Cisco/rps.png -share/apps/flow/stencils/Cisco/running_man.desktop -share/apps/flow/stencils/Cisco/running_man.odg -share/apps/flow/stencils/Cisco/running_man.png -share/apps/flow/stencils/Cisco/running_man_subdued.desktop -share/apps/flow/stencils/Cisco/running_man_subdued.odg -share/apps/flow/stencils/Cisco/running_man_subdued.png -share/apps/flow/stencils/Cisco/running_woman.desktop -share/apps/flow/stencils/Cisco/running_woman.odg -share/apps/flow/stencils/Cisco/running_woman.png -share/apps/flow/stencils/Cisco/satellite.desktop -share/apps/flow/stencils/Cisco/satellite.odg -share/apps/flow/stencils/Cisco/satellite.png -share/apps/flow/stencils/Cisco/satellite_dish.desktop -share/apps/flow/stencils/Cisco/satellite_dish.odg -share/apps/flow/stencils/Cisco/satellite_dish.png -share/apps/flow/stencils/Cisco/sc2200.desktop -share/apps/flow/stencils/Cisco/sc2200.odg -share/apps/flow/stencils/Cisco/sc2200.png -share/apps/flow/stencils/Cisco/sc2200_vsc3000_host.desktop -share/apps/flow/stencils/Cisco/sc2200_vsc3000_host.odg -share/apps/flow/stencils/Cisco/sc2200_vsc3000_host.png -share/apps/flow/stencils/Cisco/scanner.desktop -share/apps/flow/stencils/Cisco/scanner.odg -share/apps/flow/stencils/Cisco/scanner.png -share/apps/flow/stencils/Cisco/security_appliance.desktop -share/apps/flow/stencils/Cisco/security_appliance.odg -share/apps/flow/stencils/Cisco/security_appliance.png -share/apps/flow/stencils/Cisco/server_switch.desktop -share/apps/flow/stencils/Cisco/server_switch.odg -share/apps/flow/stencils/Cisco/server_switch.png -share/apps/flow/stencils/Cisco/server_with_pc_router.desktop -share/apps/flow/stencils/Cisco/server_with_pc_router.odg -share/apps/flow/stencils/Cisco/server_with_pc_router.png -share/apps/flow/stencils/Cisco/service_control.desktop -share/apps/flow/stencils/Cisco/service_control.odg -share/apps/flow/stencils/Cisco/service_control.png -share/apps/flow/stencils/Cisco/sip_proxy_server.desktop -share/apps/flow/stencils/Cisco/sip_proxy_server.odg -share/apps/flow/stencils/Cisco/sip_proxy_server.png -share/apps/flow/stencils/Cisco/sitting_woman.desktop -share/apps/flow/stencils/Cisco/sitting_woman.odg -share/apps/flow/stencils/Cisco/sitting_woman.png -share/apps/flow/stencils/Cisco/small_business.desktop -share/apps/flow/stencils/Cisco/small_business.odg -share/apps/flow/stencils/Cisco/small_business.png -share/apps/flow/stencils/Cisco/small_hub.desktop -share/apps/flow/stencils/Cisco/small_hub.odg -share/apps/flow/stencils/Cisco/small_hub.png -share/apps/flow/stencils/Cisco/softphone.desktop -share/apps/flow/stencils/Cisco/softphone.odg -share/apps/flow/stencils/Cisco/softphone.png -share/apps/flow/stencils/Cisco/software-based_router_on_file_server.desktop -share/apps/flow/stencils/Cisco/software-based_router_on_file_server.odg -share/apps/flow/stencils/Cisco/software-based_router_on_file_server.png -share/apps/flow/stencils/Cisco/sonet_mux.desktop -share/apps/flow/stencils/Cisco/sonet_mux.odg -share/apps/flow/stencils/Cisco/sonet_mux.png -share/apps/flow/stencils/Cisco/speaker.desktop -share/apps/flow/stencils/Cisco/speaker.odg -share/apps/flow/stencils/Cisco/speaker.png -share/apps/flow/stencils/Cisco/ssl_terminator.desktop -share/apps/flow/stencils/Cisco/ssl_terminator.odg -share/apps/flow/stencils/Cisco/ssl_terminator.png -share/apps/flow/stencils/Cisco/standing_man.desktop -share/apps/flow/stencils/Cisco/standing_man.odg -share/apps/flow/stencils/Cisco/standing_man.png -share/apps/flow/stencils/Cisco/stb.desktop -share/apps/flow/stencils/Cisco/stb.odg -share/apps/flow/stencils/Cisco/stb.png -share/apps/flow/stencils/Cisco/storage_array.desktop -share/apps/flow/stencils/Cisco/storage_array.odg -share/apps/flow/stencils/Cisco/storage_array.png -share/apps/flow/stencils/Cisco/storage_router.desktop -share/apps/flow/stencils/Cisco/storage_router.odg -share/apps/flow/stencils/Cisco/storage_router.png -share/apps/flow/stencils/Cisco/storage_solution_engine.desktop -share/apps/flow/stencils/Cisco/storage_solution_engine.odg -share/apps/flow/stencils/Cisco/storage_solution_engine.png -share/apps/flow/stencils/Cisco/stp.desktop -share/apps/flow/stencils/Cisco/stp.odg -share/apps/flow/stencils/Cisco/stp.png -share/apps/flow/stencils/Cisco/sun_workstation.desktop -share/apps/flow/stencils/Cisco/sun_workstation.odg -share/apps/flow/stencils/Cisco/sun_workstation.png -share/apps/flow/stencils/Cisco/supercomputer.desktop -share/apps/flow/stencils/Cisco/supercomputer.odg -share/apps/flow/stencils/Cisco/supercomputer.png -share/apps/flow/stencils/Cisco/svx.desktop -share/apps/flow/stencils/Cisco/svx.odg -share/apps/flow/stencils/Cisco/svx.png -share/apps/flow/stencils/Cisco/switch_processor.desktop -share/apps/flow/stencils/Cisco/switch_processor.odg -share/apps/flow/stencils/Cisco/switch_processor.png -share/apps/flow/stencils/Cisco/system_controller.desktop -share/apps/flow/stencils/Cisco/system_controller.odg -share/apps/flow/stencils/Cisco/system_controller.png -share/apps/flow/stencils/Cisco/tablet.desktop -share/apps/flow/stencils/Cisco/tablet.odg -share/apps/flow/stencils/Cisco/tablet.png -share/apps/flow/stencils/Cisco/tape_array.desktop -share/apps/flow/stencils/Cisco/tape_array.odg -share/apps/flow/stencils/Cisco/tape_array.png -share/apps/flow/stencils/Cisco/tdm_router.desktop -share/apps/flow/stencils/Cisco/tdm_router.odg -share/apps/flow/stencils/Cisco/tdm_router.png -share/apps/flow/stencils/Cisco/telecommuter.desktop -share/apps/flow/stencils/Cisco/telecommuter.odg -share/apps/flow/stencils/Cisco/telecommuter.png -share/apps/flow/stencils/Cisco/telecommuter_house.desktop -share/apps/flow/stencils/Cisco/telecommuter_house.odg -share/apps/flow/stencils/Cisco/telecommuter_house.png -share/apps/flow/stencils/Cisco/telecommuter_house_router.desktop -share/apps/flow/stencils/Cisco/telecommuter_house_router.odg -share/apps/flow/stencils/Cisco/telecommuter_house_router.png -share/apps/flow/stencils/Cisco/telecommuter_house_subdued.desktop -share/apps/flow/stencils/Cisco/telecommuter_house_subdued.odg -share/apps/flow/stencils/Cisco/telecommuter_house_subdued.png -share/apps/flow/stencils/Cisco/terminal.desktop -share/apps/flow/stencils/Cisco/terminal.odg -share/apps/flow/stencils/Cisco/terminal.png -share/apps/flow/stencils/Cisco/terminal_server.desktop -share/apps/flow/stencils/Cisco/terminal_server.odg -share/apps/flow/stencils/Cisco/terminal_server.png -share/apps/flow/stencils/Cisco/tokenring.desktop -share/apps/flow/stencils/Cisco/tokenring.odg -share/apps/flow/stencils/Cisco/tokenring.png -share/apps/flow/stencils/Cisco/transpath.desktop -share/apps/flow/stencils/Cisco/transpath.odg -share/apps/flow/stencils/Cisco/transpath.png -share/apps/flow/stencils/Cisco/truck.desktop -share/apps/flow/stencils/Cisco/truck.odg -share/apps/flow/stencils/Cisco/truck.png -share/apps/flow/stencils/Cisco/turret.desktop -share/apps/flow/stencils/Cisco/turret.odg -share/apps/flow/stencils/Cisco/turret.png -share/apps/flow/stencils/Cisco/tv.desktop -share/apps/flow/stencils/Cisco/tv.odg -share/apps/flow/stencils/Cisco/tv.png -share/apps/flow/stencils/Cisco/ubr910_cable_dsu.desktop -share/apps/flow/stencils/Cisco/ubr910_cable_dsu.odg -share/apps/flow/stencils/Cisco/ubr910_cable_dsu.png -share/apps/flow/stencils/Cisco/umg_series.desktop -share/apps/flow/stencils/Cisco/umg_series.odg -share/apps/flow/stencils/Cisco/umg_series.png -share/apps/flow/stencils/Cisco/unity_express.desktop -share/apps/flow/stencils/Cisco/unity_express.odg -share/apps/flow/stencils/Cisco/unity_express.png -share/apps/flow/stencils/Cisco/unity_server.desktop -share/apps/flow/stencils/Cisco/unity_server.odg -share/apps/flow/stencils/Cisco/unity_server.png -share/apps/flow/stencils/Cisco/universal_gateway.desktop -share/apps/flow/stencils/Cisco/universal_gateway.odg -share/apps/flow/stencils/Cisco/universal_gateway.png -share/apps/flow/stencils/Cisco/university.desktop -share/apps/flow/stencils/Cisco/university.odg -share/apps/flow/stencils/Cisco/university.png -share/apps/flow/stencils/Cisco/ups.desktop -share/apps/flow/stencils/Cisco/ups.odg -share/apps/flow/stencils/Cisco/ups.png -share/apps/flow/stencils/Cisco/video_camera.desktop -share/apps/flow/stencils/Cisco/video_camera.odg -share/apps/flow/stencils/Cisco/video_camera.png -share/apps/flow/stencils/Cisco/video_camera_right.desktop -share/apps/flow/stencils/Cisco/video_camera_right.odg -share/apps/flow/stencils/Cisco/video_camera_right.png -share/apps/flow/stencils/Cisco/vip.desktop -share/apps/flow/stencils/Cisco/vip.odg -share/apps/flow/stencils/Cisco/vip.png -share/apps/flow/stencils/Cisco/virtual_layer_switch.desktop -share/apps/flow/stencils/Cisco/virtual_layer_switch.odg -share/apps/flow/stencils/Cisco/virtual_layer_switch.png -share/apps/flow/stencils/Cisco/vn2900.desktop -share/apps/flow/stencils/Cisco/vn2900.odg -share/apps/flow/stencils/Cisco/vn2900.png -share/apps/flow/stencils/Cisco/vn5900.desktop -share/apps/flow/stencils/Cisco/vn5900.odg -share/apps/flow/stencils/Cisco/vn5900.png -share/apps/flow/stencils/Cisco/vn5902.desktop -share/apps/flow/stencils/Cisco/vn5902.odg -share/apps/flow/stencils/Cisco/vn5902.png -share/apps/flow/stencils/Cisco/voice-enabled_access_server.desktop -share/apps/flow/stencils/Cisco/voice-enabled_access_server.odg -share/apps/flow/stencils/Cisco/voice-enabled_access_server.png -share/apps/flow/stencils/Cisco/voice-enabled_atm_switch.desktop -share/apps/flow/stencils/Cisco/voice-enabled_atm_switch.odg -share/apps/flow/stencils/Cisco/voice-enabled_atm_switch.png -share/apps/flow/stencils/Cisco/voice-enabled_router.desktop -share/apps/flow/stencils/Cisco/voice-enabled_router.odg -share/apps/flow/stencils/Cisco/voice-enabled_router.png -share/apps/flow/stencils/Cisco/voice_switch2.desktop -share/apps/flow/stencils/Cisco/voice_switch2.odg -share/apps/flow/stencils/Cisco/voice_switch2.png -share/apps/flow/stencils/Cisco/vpn_concentrator.desktop -share/apps/flow/stencils/Cisco/vpn_concentrator.odg -share/apps/flow/stencils/Cisco/vpn_concentrator.png -share/apps/flow/stencils/Cisco/vpn_gateway.desktop -share/apps/flow/stencils/Cisco/vpn_gateway.odg -share/apps/flow/stencils/Cisco/vpn_gateway.png -share/apps/flow/stencils/Cisco/vsc3000.desktop -share/apps/flow/stencils/Cisco/vsc3000.odg -share/apps/flow/stencils/Cisco/vsc3000.png -share/apps/flow/stencils/Cisco/wan.desktop -share/apps/flow/stencils/Cisco/wan.odg -share/apps/flow/stencils/Cisco/wan.png -share/apps/flow/stencils/Cisco/wavelength_router.desktop -share/apps/flow/stencils/Cisco/wavelength_router.odg -share/apps/flow/stencils/Cisco/wavelength_router.png -share/apps/flow/stencils/Cisco/wdm.desktop -share/apps/flow/stencils/Cisco/wdm.odg -share/apps/flow/stencils/Cisco/wdm.png -share/apps/flow/stencils/Cisco/web_browser.desktop -share/apps/flow/stencils/Cisco/web_browser.odg -share/apps/flow/stencils/Cisco/web_browser.png -share/apps/flow/stencils/Cisco/web_cluster.desktop -share/apps/flow/stencils/Cisco/web_cluster.odg -share/apps/flow/stencils/Cisco/web_cluster.png -share/apps/flow/stencils/Cisco/wi-fi_tag.desktop -share/apps/flow/stencils/Cisco/wi-fi_tag.odg -share/apps/flow/stencils/Cisco/wi-fi_tag.png -share/apps/flow/stencils/Cisco/wireless.desktop -share/apps/flow/stencils/Cisco/wireless.odg -share/apps/flow/stencils/Cisco/wireless.png -share/apps/flow/stencils/Cisco/wireless_bridge.desktop -share/apps/flow/stencils/Cisco/wireless_bridge.odg -share/apps/flow/stencils/Cisco/wireless_bridge.png -share/apps/flow/stencils/Cisco/wireless_connectivity.desktop -share/apps/flow/stencils/Cisco/wireless_connectivity.odg -share/apps/flow/stencils/Cisco/wireless_connectivity.png -share/apps/flow/stencils/Cisco/wireless_location_appliance.desktop -share/apps/flow/stencils/Cisco/wireless_location_appliance.odg -share/apps/flow/stencils/Cisco/wireless_location_appliance.png -share/apps/flow/stencils/Cisco/wireless_router.desktop -share/apps/flow/stencils/Cisco/wireless_router.odg -share/apps/flow/stencils/Cisco/wireless_router.png -share/apps/flow/stencils/Cisco/wireless_transport.desktop -share/apps/flow/stencils/Cisco/wireless_transport.odg -share/apps/flow/stencils/Cisco/wireless_transport.png -share/apps/flow/stencils/Cisco/wlan_controller.desktop -share/apps/flow/stencils/Cisco/wlan_controller.odg -share/apps/flow/stencils/Cisco/wlan_controller.png -share/apps/flow/stencils/Cisco/woman.desktop -share/apps/flow/stencils/Cisco/woman.odg -share/apps/flow/stencils/Cisco/woman.png -share/apps/flow/stencils/Cisco/woman_blue.desktop -share/apps/flow/stencils/Cisco/woman_blue.odg -share/apps/flow/stencils/Cisco/woman_blue.png -share/apps/flow/stencils/Cisco/woman_gold.desktop -share/apps/flow/stencils/Cisco/woman_gold.odg -share/apps/flow/stencils/Cisco/woman_gold.png -share/apps/flow/stencils/Cisco/woman_red.desktop -share/apps/flow/stencils/Cisco/woman_red.odg -share/apps/flow/stencils/Cisco/woman_red.png -share/apps/flow/stencils/Cisco/workgroup_director.desktop -share/apps/flow/stencils/Cisco/workgroup_director.odg -share/apps/flow/stencils/Cisco/workgroup_director.png -share/apps/flow/stencils/Cisco/workgroup_fcis.desktop -share/apps/flow/stencils/Cisco/workgroup_fcis.odg -share/apps/flow/stencils/Cisco/workgroup_fcis.png -share/apps/flow/stencils/Cisco/workgroup_switch.desktop -share/apps/flow/stencils/Cisco/workgroup_switch.odg -share/apps/flow/stencils/Cisco/workgroup_switch.png -share/apps/flow/stencils/Cisco/workgroup_switch_subdued.desktop -share/apps/flow/stencils/Cisco/workgroup_switch_subdued.odg -share/apps/flow/stencils/Cisco/workgroup_switch_subdued.png -share/apps/flow/stencils/Cisco/workgroup_switch_voice-enabled.desktop -share/apps/flow/stencils/Cisco/workgroup_switch_voice-enabled.odg -share/apps/flow/stencils/Cisco/workgroup_switch_voice-enabled.png -share/apps/flow/stencils/Cisco/workstation.desktop -share/apps/flow/stencils/Cisco/workstation.odg -share/apps/flow/stencils/Cisco/workstation.png -share/apps/flow/stencils/Cisco/www_server.desktop -share/apps/flow/stencils/Cisco/www_server.odg -share/apps/flow/stencils/Cisco/www_server.png -share/apps/flow/stencils/Civil/bvrest.desktop -share/apps/flow/stencils/Civil/bvrest.odg -share/apps/flow/stencils/Civil/bvrest.png -share/apps/flow/stencils/Civil/civil_aerator.desktop -share/apps/flow/stencils/Civil/civil_aerator.odg -share/apps/flow/stencils/Civil/civil_aerator.png -share/apps/flow/stencils/Civil/civil_arrow_right.desktop -share/apps/flow/stencils/Civil/civil_arrow_right.odg -share/apps/flow/stencils/Civil/civil_arrow_right.png -share/apps/flow/stencils/Civil/civil_arrow_up.desktop -share/apps/flow/stencils/Civil/civil_arrow_up.odg -share/apps/flow/stencils/Civil/civil_arrow_up.png -share/apps/flow/stencils/Civil/civil_backflow_preventer.desktop -share/apps/flow/stencils/Civil/civil_backflow_preventer.odg -share/apps/flow/stencils/Civil/civil_backflow_preventer.png -share/apps/flow/stencils/Civil/civil_basin.desktop -share/apps/flow/stencils/Civil/civil_basin.odg -share/apps/flow/stencils/Civil/civil_basin.png -share/apps/flow/stencils/Civil/civil_container.desktop -share/apps/flow/stencils/Civil/civil_container.odg -share/apps/flow/stencils/Civil/civil_container.png -share/apps/flow/stencils/Civil/civil_final-settling_basin.desktop -share/apps/flow/stencils/Civil/civil_final-settling_basin.odg -share/apps/flow/stencils/Civil/civil_final-settling_basin.png -share/apps/flow/stencils/Civil/civil_frequency_converter.desktop -share/apps/flow/stencils/Civil/civil_frequency_converter.odg -share/apps/flow/stencils/Civil/civil_frequency_converter.png -share/apps/flow/stencils/Civil/civil_gas_bottle.desktop -share/apps/flow/stencils/Civil/civil_gas_bottle.odg -share/apps/flow/stencils/Civil/civil_gas_bottle.png -share/apps/flow/stencils/Civil/civil_horizontal_limiting_line.desktop -share/apps/flow/stencils/Civil/civil_horizontal_limiting_line.odg -share/apps/flow/stencils/Civil/civil_horizontal_limiting_line.png -share/apps/flow/stencils/Civil/civil_horizontal_valve.desktop -share/apps/flow/stencils/Civil/civil_horizontal_valve.odg -share/apps/flow/stencils/Civil/civil_horizontal_valve.png -share/apps/flow/stencils/Civil/civil_motor.desktop -share/apps/flow/stencils/Civil/civil_motor.odg -share/apps/flow/stencils/Civil/civil_motor.png -share/apps/flow/stencils/Civil/civil_preliminary_clarification_tank.desktop -share/apps/flow/stencils/Civil/civil_preliminary_clarification_tank.odg -share/apps/flow/stencils/Civil/civil_preliminary_clarification_tank.png -share/apps/flow/stencils/Civil/civil_rotor.desktop -share/apps/flow/stencils/Civil/civil_rotor.odg -share/apps/flow/stencils/Civil/civil_rotor.png -share/apps/flow/stencils/Civil/civil_soil.desktop -share/apps/flow/stencils/Civil/civil_soil.odg -share/apps/flow/stencils/Civil/civil_soil.png -share/apps/flow/stencils/Civil/civil_vertical_limiting_line.desktop -share/apps/flow/stencils/Civil/civil_vertical_limiting_line.odg -share/apps/flow/stencils/Civil/civil_vertical_limiting_line.png -share/apps/flow/stencils/Civil/civil_vertical_propeller.desktop -share/apps/flow/stencils/Civil/civil_vertical_propeller.odg -share/apps/flow/stencils/Civil/civil_vertical_propeller.png -share/apps/flow/stencils/Civil/collection.desktop -share/apps/flow/stencils/Civil/hcompressor.desktop -share/apps/flow/stencils/Civil/hcompressor.odg -share/apps/flow/stencils/Civil/hcompressor.png -share/apps/flow/stencils/Civil/hpump.desktop -share/apps/flow/stencils/Civil/hpump.odg -share/apps/flow/stencils/Civil/hpump.png -share/apps/flow/stencils/Civil/hrest.desktop -share/apps/flow/stencils/Civil/hrest.odg -share/apps/flow/stencils/Civil/hrest.png -share/apps/flow/stencils/Civil/line.desktop -share/apps/flow/stencils/Civil/line.odg -share/apps/flow/stencils/Civil/line.png -share/apps/flow/stencils/Civil/vcompressor.desktop -share/apps/flow/stencils/Civil/vcompressor.odg -share/apps/flow/stencils/Civil/vcompressor.png -share/apps/flow/stencils/Civil/vpump.desktop -share/apps/flow/stencils/Civil/vpump.odg -share/apps/flow/stencils/Civil/vpump.png -share/apps/flow/stencils/Civil/vrest.desktop -share/apps/flow/stencils/Civil/vrest.odg -share/apps/flow/stencils/Civil/vrest.png -share/apps/flow/stencils/Civil/water_level.desktop -share/apps/flow/stencils/Civil/water_level.odg -share/apps/flow/stencils/Civil/water_level.png -share/apps/flow/stencils/Contact/c_if.desktop -share/apps/flow/stencils/Contact/c_if.odg -share/apps/flow/stencils/Contact/c_if.png -share/apps/flow/stencils/Contact/c_ifnot.desktop -share/apps/flow/stencils/Contact/c_ifnot.odg -share/apps/flow/stencils/Contact/c_ifnot.png -share/apps/flow/stencils/Contact/c_lamp.desktop -share/apps/flow/stencils/Contact/c_lamp.odg -share/apps/flow/stencils/Contact/c_lamp.png -share/apps/flow/stencils/Contact/c_relay.desktop -share/apps/flow/stencils/Contact/c_relay.odg -share/apps/flow/stencils/Contact/c_relay.png -share/apps/flow/stencils/Contact/collection.desktop -share/apps/flow/stencils/Contact/l_if.desktop -share/apps/flow/stencils/Contact/l_if.odg -share/apps/flow/stencils/Contact/l_if.png -share/apps/flow/stencils/Contact/l_ifnot.desktop -share/apps/flow/stencils/Contact/l_ifnot.odg -share/apps/flow/stencils/Contact/l_ifnot.png -share/apps/flow/stencils/Contact/l_out.desktop -share/apps/flow/stencils/Contact/l_out.odg -share/apps/flow/stencils/Contact/l_out.png -share/apps/flow/stencils/Contact/l_outj.desktop -share/apps/flow/stencils/Contact/l_outj.odg -share/apps/flow/stencils/Contact/l_outj.png -share/apps/flow/stencils/Contact/l_outnot.desktop -share/apps/flow/stencils/Contact/l_outnot.odg -share/apps/flow/stencils/Contact/l_outnot.png -share/apps/flow/stencils/Contact/l_outr.desktop -share/apps/flow/stencils/Contact/l_outr.odg -share/apps/flow/stencils/Contact/l_outr.png -share/apps/flow/stencils/Contact/l_outrcep.desktop -share/apps/flow/stencils/Contact/l_outrcep.odg -share/apps/flow/stencils/Contact/l_outrcep.png -share/apps/flow/stencils/Contact/l_outs.desktop -share/apps/flow/stencils/Contact/l_outs.odg -share/apps/flow/stencils/Contact/l_outs.png -share/apps/flow/stencils/Contact/l_sout.desktop -share/apps/flow/stencils/Contact/l_sout.odg -share/apps/flow/stencils/Contact/l_sout.png -share/apps/flow/stencils/Contact/l_soutnot.desktop -share/apps/flow/stencils/Contact/l_soutnot.odg -share/apps/flow/stencils/Contact/l_soutnot.png -share/apps/flow/stencils/Contact/l_soutr.desktop -share/apps/flow/stencils/Contact/l_soutr.odg -share/apps/flow/stencils/Contact/l_soutr.png -share/apps/flow/stencils/Contact/l_souts.desktop -share/apps/flow/stencils/Contact/l_souts.odg -share/apps/flow/stencils/Contact/l_souts.png -share/apps/flow/stencils/Cybernetics/b-integrator.desktop -share/apps/flow/stencils/Cybernetics/b-integrator.odg -share/apps/flow/stencils/Cybernetics/b-integrator.png -share/apps/flow/stencils/Cybernetics/b-minus.desktop -share/apps/flow/stencils/Cybernetics/b-minus.odg -share/apps/flow/stencils/Cybernetics/b-minus.png -share/apps/flow/stencils/Cybernetics/b-sens.desktop -share/apps/flow/stencils/Cybernetics/b-sens.odg -share/apps/flow/stencils/Cybernetics/b-sens.png -share/apps/flow/stencils/Cybernetics/collection.desktop -share/apps/flow/stencils/Cybernetics/delta-t.desktop -share/apps/flow/stencils/Cybernetics/delta-t.odg -share/apps/flow/stencils/Cybernetics/delta-t.png -share/apps/flow/stencils/Cybernetics/empty-func.desktop -share/apps/flow/stencils/Cybernetics/empty-func.odg -share/apps/flow/stencils/Cybernetics/empty-func.png -share/apps/flow/stencils/Cybernetics/factor-0to-1.desktop -share/apps/flow/stencils/Cybernetics/factor-0to-1.odg -share/apps/flow/stencils/Cybernetics/factor-0to-1.png -share/apps/flow/stencils/Cybernetics/factor-0to1.desktop -share/apps/flow/stencils/Cybernetics/factor-0to1.odg -share/apps/flow/stencils/Cybernetics/factor-0to1.png -share/apps/flow/stencils/Cybernetics/factor-greater1.desktop -share/apps/flow/stencils/Cybernetics/factor-greater1.odg -share/apps/flow/stencils/Cybernetics/factor-greater1.png -share/apps/flow/stencils/Cybernetics/factor-smaller-1.desktop -share/apps/flow/stencils/Cybernetics/factor-smaller-1.odg -share/apps/flow/stencils/Cybernetics/factor-smaller-1.png -share/apps/flow/stencils/Cybernetics/full-wave-rectifier.desktop -share/apps/flow/stencils/Cybernetics/full-wave-rectifier.odg -share/apps/flow/stencils/Cybernetics/full-wave-rectifier.png -share/apps/flow/stencils/Cybernetics/half-wave-rectifier.desktop -share/apps/flow/stencils/Cybernetics/half-wave-rectifier.odg -share/apps/flow/stencils/Cybernetics/half-wave-rectifier.png -share/apps/flow/stencils/Cybernetics/hpf.desktop -share/apps/flow/stencils/Cybernetics/hpf.odg -share/apps/flow/stencils/Cybernetics/hpf.png -share/apps/flow/stencils/Cybernetics/l-integrator.desktop -share/apps/flow/stencils/Cybernetics/l-integrator.odg -share/apps/flow/stencils/Cybernetics/l-integrator.png -share/apps/flow/stencils/Cybernetics/l-minus.desktop -share/apps/flow/stencils/Cybernetics/l-minus.odg -share/apps/flow/stencils/Cybernetics/l-minus.png -share/apps/flow/stencils/Cybernetics/l-sens.desktop -share/apps/flow/stencils/Cybernetics/l-sens.odg -share/apps/flow/stencils/Cybernetics/l-sens.png -share/apps/flow/stencils/Cybernetics/lpf.desktop -share/apps/flow/stencils/Cybernetics/lpf.odg -share/apps/flow/stencils/Cybernetics/lpf.png -share/apps/flow/stencils/Cybernetics/negative-shift.desktop -share/apps/flow/stencils/Cybernetics/negative-shift.odg -share/apps/flow/stencils/Cybernetics/negative-shift.png -share/apps/flow/stencils/Cybernetics/positive-shift.desktop -share/apps/flow/stencils/Cybernetics/positive-shift.odg -share/apps/flow/stencils/Cybernetics/positive-shift.png -share/apps/flow/stencils/Cybernetics/product.desktop -share/apps/flow/stencils/Cybernetics/product.odg -share/apps/flow/stencils/Cybernetics/product.png -share/apps/flow/stencils/Cybernetics/r-integrator.desktop -share/apps/flow/stencils/Cybernetics/r-integrator.odg -share/apps/flow/stencils/Cybernetics/r-integrator.png -share/apps/flow/stencils/Cybernetics/r-minus.desktop -share/apps/flow/stencils/Cybernetics/r-minus.odg -share/apps/flow/stencils/Cybernetics/r-minus.png -share/apps/flow/stencils/Cybernetics/r-sens.desktop -share/apps/flow/stencils/Cybernetics/r-sens.odg -share/apps/flow/stencils/Cybernetics/r-sens.png -share/apps/flow/stencils/Cybernetics/relay.desktop -share/apps/flow/stencils/Cybernetics/relay.odg -share/apps/flow/stencils/Cybernetics/relay.png -share/apps/flow/stencils/Cybernetics/saturation.desktop -share/apps/flow/stencils/Cybernetics/saturation.odg -share/apps/flow/stencils/Cybernetics/saturation.png -share/apps/flow/stencils/Cybernetics/sigmoid.desktop -share/apps/flow/stencils/Cybernetics/sigmoid.odg -share/apps/flow/stencils/Cybernetics/sigmoid.png -share/apps/flow/stencils/Cybernetics/sine.desktop -share/apps/flow/stencils/Cybernetics/sine.odg -share/apps/flow/stencils/Cybernetics/sine.png -share/apps/flow/stencils/Cybernetics/sum.desktop -share/apps/flow/stencils/Cybernetics/sum.odg -share/apps/flow/stencils/Cybernetics/sum.png -share/apps/flow/stencils/Cybernetics/t-integrator.desktop -share/apps/flow/stencils/Cybernetics/t-integrator.odg -share/apps/flow/stencils/Cybernetics/t-integrator.png -share/apps/flow/stencils/Cybernetics/t-minus.desktop -share/apps/flow/stencils/Cybernetics/t-minus.odg -share/apps/flow/stencils/Cybernetics/t-minus.png -share/apps/flow/stencils/Cybernetics/t-sens.desktop -share/apps/flow/stencils/Cybernetics/t-sens.odg -share/apps/flow/stencils/Cybernetics/t-sens.png -share/apps/flow/stencils/Digital/add_h.desktop -share/apps/flow/stencils/Digital/add_h.odg -share/apps/flow/stencils/Digital/add_h.png -share/apps/flow/stencils/Digital/add_v.desktop -share/apps/flow/stencils/Digital/add_v.odg -share/apps/flow/stencils/Digital/add_v.png -share/apps/flow/stencils/Digital/and_h.desktop -share/apps/flow/stencils/Digital/and_h.odg -share/apps/flow/stencils/Digital/and_h.png -share/apps/flow/stencils/Digital/and_v.desktop -share/apps/flow/stencils/Digital/and_v.odg -share/apps/flow/stencils/Digital/and_v.png -share/apps/flow/stencils/Digital/buff_h.desktop -share/apps/flow/stencils/Digital/buff_h.odg -share/apps/flow/stencils/Digital/buff_h.png -share/apps/flow/stencils/Digital/buff_v.desktop -share/apps/flow/stencils/Digital/buff_v.odg -share/apps/flow/stencils/Digital/buff_v.png -share/apps/flow/stencils/Digital/collection.desktop -share/apps/flow/stencils/Digital/conn.desktop -share/apps/flow/stencils/Digital/conn.odg -share/apps/flow/stencils/Digital/conn.png -share/apps/flow/stencils/Digital/inv_h.desktop -share/apps/flow/stencils/Digital/inv_h.odg -share/apps/flow/stencils/Digital/inv_h.png -share/apps/flow/stencils/Digital/inv_v.desktop -share/apps/flow/stencils/Digital/inv_v.odg -share/apps/flow/stencils/Digital/inv_v.png -share/apps/flow/stencils/Digital/mux_h.desktop -share/apps/flow/stencils/Digital/mux_h.odg -share/apps/flow/stencils/Digital/mux_h.png -share/apps/flow/stencils/Digital/mux_v.desktop -share/apps/flow/stencils/Digital/mux_v.odg -share/apps/flow/stencils/Digital/mux_v.png -share/apps/flow/stencils/Digital/nand_h.desktop -share/apps/flow/stencils/Digital/nand_h.odg -share/apps/flow/stencils/Digital/nand_h.png -share/apps/flow/stencils/Digital/nand_v.desktop -share/apps/flow/stencils/Digital/nand_v.odg -share/apps/flow/stencils/Digital/nand_v.png -share/apps/flow/stencils/Digital/nor_h.desktop -share/apps/flow/stencils/Digital/nor_h.odg -share/apps/flow/stencils/Digital/nor_h.png -share/apps/flow/stencils/Digital/nor_v.desktop -share/apps/flow/stencils/Digital/nor_v.odg -share/apps/flow/stencils/Digital/nor_v.png -share/apps/flow/stencils/Digital/or_h.desktop -share/apps/flow/stencils/Digital/or_h.odg -share/apps/flow/stencils/Digital/or_h.png -share/apps/flow/stencils/Digital/or_v.desktop -share/apps/flow/stencils/Digital/or_v.odg -share/apps/flow/stencils/Digital/or_v.png -share/apps/flow/stencils/Digital/reg_h.desktop -share/apps/flow/stencils/Digital/reg_h.odg -share/apps/flow/stencils/Digital/reg_h.png -share/apps/flow/stencils/Digital/reg_v.desktop -share/apps/flow/stencils/Digital/reg_v.odg -share/apps/flow/stencils/Digital/reg_v.png -share/apps/flow/stencils/Digital/xnor_h.desktop -share/apps/flow/stencils/Digital/xnor_h.odg -share/apps/flow/stencils/Digital/xnor_h.png -share/apps/flow/stencils/Digital/xnor_v.desktop -share/apps/flow/stencils/Digital/xnor_v.odg -share/apps/flow/stencils/Digital/xnor_v.png -share/apps/flow/stencils/Digital/xor_h.desktop -share/apps/flow/stencils/Digital/xor_h.odg -share/apps/flow/stencils/Digital/xor_h.png -share/apps/flow/stencils/Digital/xor_v.desktop -share/apps/flow/stencils/Digital/xor_v.odg -share/apps/flow/stencils/Digital/xor_v.png -share/apps/flow/stencils/Edpc/and.desktop -share/apps/flow/stencils/Edpc/and.odg -share/apps/flow/stencils/Edpc/and.png -share/apps/flow/stencils/Edpc/collection.desktop -share/apps/flow/stencils/Edpc/function.desktop -share/apps/flow/stencils/Edpc/function.odg -share/apps/flow/stencils/Edpc/function.png -share/apps/flow/stencils/Edpc/or.desktop -share/apps/flow/stencils/Edpc/or.odg -share/apps/flow/stencils/Edpc/or.png -share/apps/flow/stencils/Edpc/organisation_unit.desktop -share/apps/flow/stencils/Edpc/organisation_unit.odg -share/apps/flow/stencils/Edpc/organisation_unit.png -share/apps/flow/stencils/Edpc/xor.desktop -share/apps/flow/stencils/Edpc/xor.odg -share/apps/flow/stencils/Edpc/xor.png -share/apps/flow/stencils/Electric/cnx.desktop -share/apps/flow/stencils/Electric/cnx.odg -share/apps/flow/stencils/Electric/cnx.png -share/apps/flow/stencils/Electric/collection.desktop -share/apps/flow/stencils/Electric/command.desktop -share/apps/flow/stencils/Electric/command.odg -share/apps/flow/stencils/Electric/command.png -share/apps/flow/stencils/Electric/contact_f.desktop -share/apps/flow/stencils/Electric/contact_f.odg -share/apps/flow/stencils/Electric/contact_f.png -share/apps/flow/stencils/Electric/contact_o.desktop -share/apps/flow/stencils/Electric/contact_o.odg -share/apps/flow/stencils/Electric/contact_o.png -share/apps/flow/stencils/Electric/intpos_f.desktop -share/apps/flow/stencils/Electric/intpos_f.odg -share/apps/flow/stencils/Electric/intpos_f.png -share/apps/flow/stencils/Electric/intpos_o.desktop -share/apps/flow/stencils/Electric/intpos_o.odg -share/apps/flow/stencils/Electric/intpos_o.png -share/apps/flow/stencils/Electric/lamp.desktop -share/apps/flow/stencils/Electric/lamp.odg -share/apps/flow/stencils/Electric/lamp.png -share/apps/flow/stencils/Electric/relay.desktop -share/apps/flow/stencils/Electric/relay.odg -share/apps/flow/stencils/Electric/relay.png -share/apps/flow/stencils/Electric/vcommand.desktop -share/apps/flow/stencils/Electric/vcommand.odg -share/apps/flow/stencils/Electric/vcommand.png -share/apps/flow/stencils/Electric/vcontact_f.desktop -share/apps/flow/stencils/Electric/vcontact_f.odg -share/apps/flow/stencils/Electric/vcontact_f.png -share/apps/flow/stencils/Electric/vcontact_o.desktop -share/apps/flow/stencils/Electric/vcontact_o.odg -share/apps/flow/stencils/Electric/vcontact_o.png -share/apps/flow/stencils/Electric/vintpos_f.desktop -share/apps/flow/stencils/Electric/vintpos_f.odg -share/apps/flow/stencils/Electric/vintpos_f.png -share/apps/flow/stencils/Electric/vintpos_o.desktop -share/apps/flow/stencils/Electric/vintpos_o.odg -share/apps/flow/stencils/Electric/vintpos_o.png -share/apps/flow/stencils/Electric/vlamp.desktop -share/apps/flow/stencils/Electric/vlamp.odg -share/apps/flow/stencils/Electric/vlamp.png -share/apps/flow/stencils/Electric/vrelay.desktop -share/apps/flow/stencils/Electric/vrelay.odg -share/apps/flow/stencils/Electric/vrelay.png -share/apps/flow/stencils/Electric2/ckt-breaker.desktop -share/apps/flow/stencils/Electric2/ckt-breaker.odg -share/apps/flow/stencils/Electric2/ckt-breaker.png -share/apps/flow/stencils/Electric2/collection.desktop -share/apps/flow/stencils/Electric2/generator.desktop -share/apps/flow/stencils/Electric2/generator.odg -share/apps/flow/stencils/Electric2/generator.png -share/apps/flow/stencils/Electric2/isolator.desktop -share/apps/flow/stencils/Electric2/isolator.odg -share/apps/flow/stencils/Electric2/isolator.png -share/apps/flow/stencils/Electric2/transformer.desktop -share/apps/flow/stencils/Electric2/transformer.odg -share/apps/flow/stencils/Electric2/transformer.png -share/apps/flow/stencils/Electronic/ampermeter.desktop -share/apps/flow/stencils/Electronic/ampermeter.odg -share/apps/flow/stencils/Electronic/ampermeter.png -share/apps/flow/stencils/Electronic/antenna.desktop -share/apps/flow/stencils/Electronic/antenna.odg -share/apps/flow/stencils/Electronic/antenna.png -share/apps/flow/stencils/Electronic/bell.desktop -share/apps/flow/stencils/Electronic/bell.odg -share/apps/flow/stencils/Electronic/bell.png -share/apps/flow/stencils/Electronic/button.desktop -share/apps/flow/stencils/Electronic/button.odg -share/apps/flow/stencils/Electronic/button.png -share/apps/flow/stencils/Electronic/capacitor.desktop -share/apps/flow/stencils/Electronic/capacitor.odg -share/apps/flow/stencils/Electronic/capacitor.png -share/apps/flow/stencils/Electronic/capacitor_electrolytic.desktop -share/apps/flow/stencils/Electronic/capacitor_electrolytic.odg -share/apps/flow/stencils/Electronic/capacitor_electrolytic.png -share/apps/flow/stencils/Electronic/collection.desktop -share/apps/flow/stencils/Electronic/contact.desktop -share/apps/flow/stencils/Electronic/contact.odg -share/apps/flow/stencils/Electronic/contact.png -share/apps/flow/stencils/Electronic/contact_pair.desktop -share/apps/flow/stencils/Electronic/contact_pair.odg -share/apps/flow/stencils/Electronic/contact_pair.png -share/apps/flow/stencils/Electronic/crystal.desktop -share/apps/flow/stencils/Electronic/crystal.odg -share/apps/flow/stencils/Electronic/crystal.png -share/apps/flow/stencils/Electronic/di_gate.desktop -share/apps/flow/stencils/Electronic/di_gate.odg -share/apps/flow/stencils/Electronic/di_gate.png -share/apps/flow/stencils/Electronic/diac.desktop -share/apps/flow/stencils/Electronic/diac.odg -share/apps/flow/stencils/Electronic/diac.png -share/apps/flow/stencils/Electronic/diode_inverse.desktop -share/apps/flow/stencils/Electronic/diode_inverse.odg -share/apps/flow/stencils/Electronic/diode_inverse.png -share/apps/flow/stencils/Electronic/diode_schottky.desktop -share/apps/flow/stencils/Electronic/diode_schottky.odg -share/apps/flow/stencils/Electronic/diode_schottky.png -share/apps/flow/stencils/Electronic/diode_tunnel.desktop -share/apps/flow/stencils/Electronic/diode_tunnel.odg -share/apps/flow/stencils/Electronic/diode_tunnel.png -share/apps/flow/stencils/Electronic/diode_zenner.desktop -share/apps/flow/stencils/Electronic/diode_zenner.odg -share/apps/flow/stencils/Electronic/diode_zenner.png -share/apps/flow/stencils/Electronic/engine.desktop -share/apps/flow/stencils/Electronic/engine.odg -share/apps/flow/stencils/Electronic/engine.png -share/apps/flow/stencils/Electronic/ground.desktop -share/apps/flow/stencils/Electronic/ground.odg -share/apps/flow/stencils/Electronic/ground.png -share/apps/flow/stencils/Electronic/headphone.desktop -share/apps/flow/stencils/Electronic/headphone.odg -share/apps/flow/stencils/Electronic/headphone.png -share/apps/flow/stencils/Electronic/inductor.desktop -share/apps/flow/stencils/Electronic/inductor.odg -share/apps/flow/stencils/Electronic/inductor.png -share/apps/flow/stencils/Electronic/led_display.desktop -share/apps/flow/stencils/Electronic/led_display.odg -share/apps/flow/stencils/Electronic/led_display.png -share/apps/flow/stencils/Electronic/microphone.desktop -share/apps/flow/stencils/Electronic/microphone.odg -share/apps/flow/stencils/Electronic/microphone.png -share/apps/flow/stencils/Electronic/photo_emiting_part.desktop -share/apps/flow/stencils/Electronic/photo_emiting_part.odg -share/apps/flow/stencils/Electronic/photo_emiting_part.png -share/apps/flow/stencils/Electronic/photo_sensitive_part.desktop -share/apps/flow/stencils/Electronic/photo_sensitive_part.odg -share/apps/flow/stencils/Electronic/photo_sensitive_part.png -share/apps/flow/stencils/Electronic/port_in.desktop -share/apps/flow/stencils/Electronic/port_in.odg -share/apps/flow/stencils/Electronic/port_in.png -share/apps/flow/stencils/Electronic/port_inout.desktop -share/apps/flow/stencils/Electronic/port_inout.odg -share/apps/flow/stencils/Electronic/port_inout.png -share/apps/flow/stencils/Electronic/port_out.desktop -share/apps/flow/stencils/Electronic/port_out.odg -share/apps/flow/stencils/Electronic/port_out.png -share/apps/flow/stencils/Electronic/potenciometer.desktop -share/apps/flow/stencils/Electronic/potenciometer.odg -share/apps/flow/stencils/Electronic/potenciometer.png -share/apps/flow/stencils/Electronic/source.desktop -share/apps/flow/stencils/Electronic/source.odg -share/apps/flow/stencils/Electronic/source.png -share/apps/flow/stencils/Electronic/source_current.desktop -share/apps/flow/stencils/Electronic/source_current.odg -share/apps/flow/stencils/Electronic/source_current.png -share/apps/flow/stencils/Electronic/source_substitution.desktop -share/apps/flow/stencils/Electronic/source_substitution.odg -share/apps/flow/stencils/Electronic/source_substitution.png -share/apps/flow/stencils/Electronic/source_voltage.desktop -share/apps/flow/stencils/Electronic/source_voltage.odg -share/apps/flow/stencils/Electronic/source_voltage.png -share/apps/flow/stencils/Electronic/source_voltage_alternating.desktop -share/apps/flow/stencils/Electronic/source_voltage_alternating.odg -share/apps/flow/stencils/Electronic/source_voltage_alternating.png -share/apps/flow/stencils/Electronic/source_voltage_direct.desktop -share/apps/flow/stencils/Electronic/source_voltage_direct.odg -share/apps/flow/stencils/Electronic/source_voltage_direct.png -share/apps/flow/stencils/Electronic/transistor_bipolar_npn_1.desktop -share/apps/flow/stencils/Electronic/transistor_bipolar_npn_1.odg -share/apps/flow/stencils/Electronic/transistor_bipolar_npn_1.png -share/apps/flow/stencils/Electronic/transistor_bipolar_npn_2.desktop -share/apps/flow/stencils/Electronic/transistor_bipolar_npn_2.odg -share/apps/flow/stencils/Electronic/transistor_bipolar_npn_2.png -share/apps/flow/stencils/Electronic/transistor_bipolar_pnp_1.desktop -share/apps/flow/stencils/Electronic/transistor_bipolar_pnp_1.odg -share/apps/flow/stencils/Electronic/transistor_bipolar_pnp_1.png -share/apps/flow/stencils/Electronic/transistor_bipolar_pnp_2.desktop -share/apps/flow/stencils/Electronic/transistor_bipolar_pnp_2.odg -share/apps/flow/stencils/Electronic/transistor_bipolar_pnp_2.png -share/apps/flow/stencils/Electronic/transistor_jfe_n.desktop -share/apps/flow/stencils/Electronic/transistor_jfe_n.odg -share/apps/flow/stencils/Electronic/transistor_jfe_n.png -share/apps/flow/stencils/Electronic/transistor_jfe_p.desktop -share/apps/flow/stencils/Electronic/transistor_jfe_p.odg -share/apps/flow/stencils/Electronic/transistor_jfe_p.png -share/apps/flow/stencils/Electronic/transistor_misfe_c_n.desktop -share/apps/flow/stencils/Electronic/transistor_misfe_c_n.odg -share/apps/flow/stencils/Electronic/transistor_misfe_c_n.png -share/apps/flow/stencils/Electronic/transistor_misfe_c_p.desktop -share/apps/flow/stencils/Electronic/transistor_misfe_c_p.odg -share/apps/flow/stencils/Electronic/transistor_misfe_c_p.png -share/apps/flow/stencils/Electronic/transistor_misfe_i_n.desktop -share/apps/flow/stencils/Electronic/transistor_misfe_i_n.odg -share/apps/flow/stencils/Electronic/transistor_misfe_i_n.png -share/apps/flow/stencils/Electronic/transistor_misfe_i_p.desktop -share/apps/flow/stencils/Electronic/transistor_misfe_i_p.odg -share/apps/flow/stencils/Electronic/transistor_misfe_i_p.png -share/apps/flow/stencils/Electronic/transistor_single_pn.desktop -share/apps/flow/stencils/Electronic/transistor_single_pn.odg -share/apps/flow/stencils/Electronic/transistor_single_pn.png -share/apps/flow/stencils/Electronic/triac.desktop -share/apps/flow/stencils/Electronic/triac.odg -share/apps/flow/stencils/Electronic/triac.png -share/apps/flow/stencils/Electronic/tyristor_diode.desktop -share/apps/flow/stencils/Electronic/tyristor_diode.odg -share/apps/flow/stencils/Electronic/tyristor_diode.png -share/apps/flow/stencils/Electronic/tyristor_triode.desktop -share/apps/flow/stencils/Electronic/tyristor_triode.odg -share/apps/flow/stencils/Electronic/tyristor_triode.png -share/apps/flow/stencils/Electronic/vacuum_diode.desktop -share/apps/flow/stencils/Electronic/vacuum_diode.odg -share/apps/flow/stencils/Electronic/vacuum_diode.png -share/apps/flow/stencils/Electronic/vacuum_pentode.desktop -share/apps/flow/stencils/Electronic/vacuum_pentode.odg -share/apps/flow/stencils/Electronic/vacuum_pentode.png -share/apps/flow/stencils/Electronic/vacuum_triode.desktop -share/apps/flow/stencils/Electronic/vacuum_triode.odg -share/apps/flow/stencils/Electronic/vacuum_triode.png -share/apps/flow/stencils/Electronic/variable_linear_part.desktop -share/apps/flow/stencils/Electronic/variable_linear_part.odg -share/apps/flow/stencils/Electronic/variable_linear_part.png -share/apps/flow/stencils/Electronic/variable_nonlinear_part.desktop -share/apps/flow/stencils/Electronic/variable_nonlinear_part.odg -share/apps/flow/stencils/Electronic/variable_nonlinear_part.png -share/apps/flow/stencils/Electronic/varicap.desktop -share/apps/flow/stencils/Electronic/varicap.odg -share/apps/flow/stencils/Electronic/varicap.png -share/apps/flow/stencils/Electronic/voltmeter.desktop -share/apps/flow/stencils/Electronic/voltmeter.odg -share/apps/flow/stencils/Electronic/voltmeter.png -share/apps/flow/stencils/Flags/afghanistan.desktop -share/apps/flow/stencils/Flags/afghanistan.odg -share/apps/flow/stencils/Flags/afghanistan.png -share/apps/flow/stencils/Flags/albania.desktop -share/apps/flow/stencils/Flags/albania.odg -share/apps/flow/stencils/Flags/albania.png -share/apps/flow/stencils/Flags/algeria.desktop -share/apps/flow/stencils/Flags/algeria.odg -share/apps/flow/stencils/Flags/algeria.png -share/apps/flow/stencils/Flags/andorra.desktop -share/apps/flow/stencils/Flags/andorra.odg -share/apps/flow/stencils/Flags/andorra.png -share/apps/flow/stencils/Flags/angola.desktop -share/apps/flow/stencils/Flags/angola.odg -share/apps/flow/stencils/Flags/angola.png -share/apps/flow/stencils/Flags/antarctica.desktop -share/apps/flow/stencils/Flags/antarctica.odg -share/apps/flow/stencils/Flags/antarctica.png -share/apps/flow/stencils/Flags/antigua_and_barbuda.desktop -share/apps/flow/stencils/Flags/antigua_and_barbuda.odg -share/apps/flow/stencils/Flags/antigua_and_barbuda.png -share/apps/flow/stencils/Flags/argentina.desktop -share/apps/flow/stencils/Flags/argentina.odg -share/apps/flow/stencils/Flags/argentina.png -share/apps/flow/stencils/Flags/armenia.desktop -share/apps/flow/stencils/Flags/armenia.odg -share/apps/flow/stencils/Flags/armenia.png -share/apps/flow/stencils/Flags/australia.desktop -share/apps/flow/stencils/Flags/australia.odg -share/apps/flow/stencils/Flags/australia.png -share/apps/flow/stencils/Flags/austria.desktop -share/apps/flow/stencils/Flags/austria.odg -share/apps/flow/stencils/Flags/austria.png -share/apps/flow/stencils/Flags/azerbaijan.desktop -share/apps/flow/stencils/Flags/azerbaijan.odg -share/apps/flow/stencils/Flags/azerbaijan.png -share/apps/flow/stencils/Flags/bahamas.desktop -share/apps/flow/stencils/Flags/bahamas.odg -share/apps/flow/stencils/Flags/bahamas.png -share/apps/flow/stencils/Flags/bahrain.desktop -share/apps/flow/stencils/Flags/bahrain.odg -share/apps/flow/stencils/Flags/bahrain.png -share/apps/flow/stencils/Flags/bangladesh.desktop -share/apps/flow/stencils/Flags/bangladesh.odg -share/apps/flow/stencils/Flags/bangladesh.png -share/apps/flow/stencils/Flags/barbados.desktop -share/apps/flow/stencils/Flags/barbados.odg -share/apps/flow/stencils/Flags/barbados.png -share/apps/flow/stencils/Flags/belarus.desktop -share/apps/flow/stencils/Flags/belarus.odg -share/apps/flow/stencils/Flags/belarus.png -share/apps/flow/stencils/Flags/belgium.desktop -share/apps/flow/stencils/Flags/belgium.odg -share/apps/flow/stencils/Flags/belgium.png -share/apps/flow/stencils/Flags/belize.desktop -share/apps/flow/stencils/Flags/belize.odg -share/apps/flow/stencils/Flags/belize.png -share/apps/flow/stencils/Flags/benin.desktop -share/apps/flow/stencils/Flags/benin.odg -share/apps/flow/stencils/Flags/benin.png -share/apps/flow/stencils/Flags/bhutan.desktop -share/apps/flow/stencils/Flags/bhutan.odg -share/apps/flow/stencils/Flags/bhutan.png -share/apps/flow/stencils/Flags/bolivia.desktop -share/apps/flow/stencils/Flags/bolivia.odg -share/apps/flow/stencils/Flags/bolivia.png -share/apps/flow/stencils/Flags/bosnia_and_herzegovina.desktop -share/apps/flow/stencils/Flags/bosnia_and_herzegovina.odg -share/apps/flow/stencils/Flags/bosnia_and_herzegovina.png -share/apps/flow/stencils/Flags/botswana.desktop -share/apps/flow/stencils/Flags/botswana.odg -share/apps/flow/stencils/Flags/botswana.png -share/apps/flow/stencils/Flags/brazil.desktop -share/apps/flow/stencils/Flags/brazil.odg -share/apps/flow/stencils/Flags/brazil.png -share/apps/flow/stencils/Flags/brunei_darussalam.desktop -share/apps/flow/stencils/Flags/brunei_darussalam.odg -share/apps/flow/stencils/Flags/brunei_darussalam.png -share/apps/flow/stencils/Flags/bulgaria.desktop -share/apps/flow/stencils/Flags/bulgaria.odg -share/apps/flow/stencils/Flags/bulgaria.png -share/apps/flow/stencils/Flags/burkina_faso.desktop -share/apps/flow/stencils/Flags/burkina_faso.odg -share/apps/flow/stencils/Flags/burkina_faso.png -share/apps/flow/stencils/Flags/burundi.desktop -share/apps/flow/stencils/Flags/burundi.odg -share/apps/flow/stencils/Flags/burundi.png -share/apps/flow/stencils/Flags/cambodia.desktop -share/apps/flow/stencils/Flags/cambodia.odg -share/apps/flow/stencils/Flags/cambodia.png -share/apps/flow/stencils/Flags/cameroon.desktop -share/apps/flow/stencils/Flags/cameroon.odg -share/apps/flow/stencils/Flags/cameroon.png -share/apps/flow/stencils/Flags/canada.desktop -share/apps/flow/stencils/Flags/canada.odg -share/apps/flow/stencils/Flags/canada.png -share/apps/flow/stencils/Flags/cape_verde.desktop -share/apps/flow/stencils/Flags/cape_verde.odg -share/apps/flow/stencils/Flags/cape_verde.png -share/apps/flow/stencils/Flags/central_african_republic.desktop -share/apps/flow/stencils/Flags/central_african_republic.odg -share/apps/flow/stencils/Flags/central_african_republic.png -share/apps/flow/stencils/Flags/chad.desktop -share/apps/flow/stencils/Flags/chad.odg -share/apps/flow/stencils/Flags/chad.png -share/apps/flow/stencils/Flags/chile.desktop -share/apps/flow/stencils/Flags/chile.odg -share/apps/flow/stencils/Flags/chile.png -share/apps/flow/stencils/Flags/china_hong_kong.desktop -share/apps/flow/stencils/Flags/china_hong_kong.odg -share/apps/flow/stencils/Flags/china_hong_kong.png -share/apps/flow/stencils/Flags/china_macao.desktop -share/apps/flow/stencils/Flags/china_macao.odg -share/apps/flow/stencils/Flags/china_macao.png -share/apps/flow/stencils/Flags/china_prc.desktop -share/apps/flow/stencils/Flags/china_prc.odg -share/apps/flow/stencils/Flags/china_prc.png -share/apps/flow/stencils/Flags/china_roc.desktop -share/apps/flow/stencils/Flags/china_roc.odg -share/apps/flow/stencils/Flags/china_roc.png -share/apps/flow/stencils/Flags/collection.desktop -share/apps/flow/stencils/Flags/colombia.desktop -share/apps/flow/stencils/Flags/colombia.odg -share/apps/flow/stencils/Flags/colombia.png -share/apps/flow/stencils/Flags/comoros.desktop -share/apps/flow/stencils/Flags/comoros.odg -share/apps/flow/stencils/Flags/comoros.png -share/apps/flow/stencils/Flags/congo_brazzaville.desktop -share/apps/flow/stencils/Flags/congo_brazzaville.odg -share/apps/flow/stencils/Flags/congo_brazzaville.png -share/apps/flow/stencils/Flags/congo_kinshasa.desktop -share/apps/flow/stencils/Flags/congo_kinshasa.odg -share/apps/flow/stencils/Flags/congo_kinshasa.png -share/apps/flow/stencils/Flags/costa_rica.desktop -share/apps/flow/stencils/Flags/costa_rica.odg -share/apps/flow/stencils/Flags/costa_rica.png -share/apps/flow/stencils/Flags/cote_divoire.desktop -share/apps/flow/stencils/Flags/cote_divoire.odg -share/apps/flow/stencils/Flags/cote_divoire.png -share/apps/flow/stencils/Flags/croatia.desktop -share/apps/flow/stencils/Flags/croatia.odg -share/apps/flow/stencils/Flags/croatia.png -share/apps/flow/stencils/Flags/cuba.desktop -share/apps/flow/stencils/Flags/cuba.odg -share/apps/flow/stencils/Flags/cuba.png -share/apps/flow/stencils/Flags/cyprus.desktop -share/apps/flow/stencils/Flags/cyprus.odg -share/apps/flow/stencils/Flags/cyprus.png -share/apps/flow/stencils/Flags/czech_republic.desktop -share/apps/flow/stencils/Flags/czech_republic.odg -share/apps/flow/stencils/Flags/czech_republic.png -share/apps/flow/stencils/Flags/denmark.desktop -share/apps/flow/stencils/Flags/denmark.odg -share/apps/flow/stencils/Flags/denmark.png -share/apps/flow/stencils/Flags/djibouti.desktop -share/apps/flow/stencils/Flags/djibouti.odg -share/apps/flow/stencils/Flags/djibouti.png -share/apps/flow/stencils/Flags/dominica.desktop -share/apps/flow/stencils/Flags/dominica.odg -share/apps/flow/stencils/Flags/dominica.png -share/apps/flow/stencils/Flags/dominican_republic.desktop -share/apps/flow/stencils/Flags/dominican_republic.odg -share/apps/flow/stencils/Flags/dominican_republic.png -share/apps/flow/stencils/Flags/ecuador.desktop -share/apps/flow/stencils/Flags/ecuador.odg -share/apps/flow/stencils/Flags/ecuador.png -share/apps/flow/stencils/Flags/egypt.desktop -share/apps/flow/stencils/Flags/egypt.odg -share/apps/flow/stencils/Flags/egypt.png -share/apps/flow/stencils/Flags/el_salvador.desktop -share/apps/flow/stencils/Flags/el_salvador.odg -share/apps/flow/stencils/Flags/el_salvador.png -share/apps/flow/stencils/Flags/equatorial_guinea.desktop -share/apps/flow/stencils/Flags/equatorial_guinea.odg -share/apps/flow/stencils/Flags/equatorial_guinea.png -share/apps/flow/stencils/Flags/eritrea.desktop -share/apps/flow/stencils/Flags/eritrea.odg -share/apps/flow/stencils/Flags/eritrea.png -share/apps/flow/stencils/Flags/estonia.desktop -share/apps/flow/stencils/Flags/estonia.odg -share/apps/flow/stencils/Flags/estonia.png -share/apps/flow/stencils/Flags/ethiopia.desktop -share/apps/flow/stencils/Flags/ethiopia.odg -share/apps/flow/stencils/Flags/ethiopia.png -share/apps/flow/stencils/Flags/europeanunion.desktop -share/apps/flow/stencils/Flags/europeanunion.odg -share/apps/flow/stencils/Flags/europeanunion.png -share/apps/flow/stencils/Flags/fiji.desktop -share/apps/flow/stencils/Flags/fiji.odg -share/apps/flow/stencils/Flags/fiji.png -share/apps/flow/stencils/Flags/finland.desktop -share/apps/flow/stencils/Flags/finland.odg -share/apps/flow/stencils/Flags/finland.png -share/apps/flow/stencils/Flags/france.desktop -share/apps/flow/stencils/Flags/france.odg -share/apps/flow/stencils/Flags/france.png -share/apps/flow/stencils/Flags/gabon.desktop -share/apps/flow/stencils/Flags/gabon.odg -share/apps/flow/stencils/Flags/gabon.png -share/apps/flow/stencils/Flags/gambia.desktop -share/apps/flow/stencils/Flags/gambia.odg -share/apps/flow/stencils/Flags/gambia.png -share/apps/flow/stencils/Flags/georgia.desktop -share/apps/flow/stencils/Flags/georgia.odg -share/apps/flow/stencils/Flags/georgia.png -share/apps/flow/stencils/Flags/germany.desktop -share/apps/flow/stencils/Flags/germany.odg -share/apps/flow/stencils/Flags/germany.png -share/apps/flow/stencils/Flags/ghana.desktop -share/apps/flow/stencils/Flags/ghana.odg -share/apps/flow/stencils/Flags/ghana.png -share/apps/flow/stencils/Flags/greece.desktop -share/apps/flow/stencils/Flags/greece.odg -share/apps/flow/stencils/Flags/greece.png -share/apps/flow/stencils/Flags/grenada.desktop -share/apps/flow/stencils/Flags/grenada.odg -share/apps/flow/stencils/Flags/grenada.png -share/apps/flow/stencils/Flags/guatemala.desktop -share/apps/flow/stencils/Flags/guatemala.odg -share/apps/flow/stencils/Flags/guatemala.png -share/apps/flow/stencils/Flags/guinea.desktop -share/apps/flow/stencils/Flags/guinea.odg -share/apps/flow/stencils/Flags/guinea.png -share/apps/flow/stencils/Flags/guyana.desktop -share/apps/flow/stencils/Flags/guyana.odg -share/apps/flow/stencils/Flags/guyana.png -share/apps/flow/stencils/Flags/haiti.desktop -share/apps/flow/stencils/Flags/haiti.odg -share/apps/flow/stencils/Flags/haiti.png -share/apps/flow/stencils/Flags/honduras.desktop -share/apps/flow/stencils/Flags/honduras.odg -share/apps/flow/stencils/Flags/honduras.png -share/apps/flow/stencils/Flags/hungary.desktop -share/apps/flow/stencils/Flags/hungary.odg -share/apps/flow/stencils/Flags/hungary.png -share/apps/flow/stencils/Flags/iceland.desktop -share/apps/flow/stencils/Flags/iceland.odg -share/apps/flow/stencils/Flags/iceland.png -share/apps/flow/stencils/Flags/india.desktop -share/apps/flow/stencils/Flags/india.odg -share/apps/flow/stencils/Flags/india.png -share/apps/flow/stencils/Flags/indonesia.desktop -share/apps/flow/stencils/Flags/indonesia.odg -share/apps/flow/stencils/Flags/indonesia.png -share/apps/flow/stencils/Flags/iran.desktop -share/apps/flow/stencils/Flags/iran.odg -share/apps/flow/stencils/Flags/iran.png -share/apps/flow/stencils/Flags/iraq.desktop -share/apps/flow/stencils/Flags/iraq.odg -share/apps/flow/stencils/Flags/iraq.png -share/apps/flow/stencils/Flags/ireland.desktop -share/apps/flow/stencils/Flags/ireland.odg -share/apps/flow/stencils/Flags/ireland.png -share/apps/flow/stencils/Flags/israel.desktop -share/apps/flow/stencils/Flags/israel.odg -share/apps/flow/stencils/Flags/israel.png -share/apps/flow/stencils/Flags/italy.desktop -share/apps/flow/stencils/Flags/italy.odg -share/apps/flow/stencils/Flags/italy.png -share/apps/flow/stencils/Flags/jamaica.desktop -share/apps/flow/stencils/Flags/jamaica.odg -share/apps/flow/stencils/Flags/jamaica.png -share/apps/flow/stencils/Flags/japan.desktop -share/apps/flow/stencils/Flags/japan.odg -share/apps/flow/stencils/Flags/japan.png -share/apps/flow/stencils/Flags/jordan.desktop -share/apps/flow/stencils/Flags/jordan.odg -share/apps/flow/stencils/Flags/jordan.png -share/apps/flow/stencils/Flags/kazakhstan.desktop -share/apps/flow/stencils/Flags/kazakhstan.odg -share/apps/flow/stencils/Flags/kazakhstan.png -share/apps/flow/stencils/Flags/kenya.desktop -share/apps/flow/stencils/Flags/kenya.odg -share/apps/flow/stencils/Flags/kenya.png -share/apps/flow/stencils/Flags/kiribati.desktop -share/apps/flow/stencils/Flags/kiribati.odg -share/apps/flow/stencils/Flags/kiribati.png -share/apps/flow/stencils/Flags/kuwait.desktop -share/apps/flow/stencils/Flags/kuwait.odg -share/apps/flow/stencils/Flags/kuwait.png -share/apps/flow/stencils/Flags/kyrgyzstan.desktop -share/apps/flow/stencils/Flags/kyrgyzstan.odg -share/apps/flow/stencils/Flags/kyrgyzstan.png -share/apps/flow/stencils/Flags/laos.desktop -share/apps/flow/stencils/Flags/laos.odg -share/apps/flow/stencils/Flags/laos.png -share/apps/flow/stencils/Flags/latvia.desktop -share/apps/flow/stencils/Flags/latvia.odg -share/apps/flow/stencils/Flags/latvia.png -share/apps/flow/stencils/Flags/lebanon.desktop -share/apps/flow/stencils/Flags/lebanon.odg -share/apps/flow/stencils/Flags/lebanon.png -share/apps/flow/stencils/Flags/lesotho.desktop -share/apps/flow/stencils/Flags/lesotho.odg -share/apps/flow/stencils/Flags/lesotho.png -share/apps/flow/stencils/Flags/liberia.desktop -share/apps/flow/stencils/Flags/liberia.odg -share/apps/flow/stencils/Flags/liberia.png -share/apps/flow/stencils/Flags/libyan_arab_jamahiriya.desktop -share/apps/flow/stencils/Flags/libyan_arab_jamahiriya.odg -share/apps/flow/stencils/Flags/libyan_arab_jamahiriya.png -share/apps/flow/stencils/Flags/liechtenstein.desktop -share/apps/flow/stencils/Flags/liechtenstein.odg -share/apps/flow/stencils/Flags/liechtenstein.png -share/apps/flow/stencils/Flags/lithuania.desktop -share/apps/flow/stencils/Flags/lithuania.odg -share/apps/flow/stencils/Flags/lithuania.png -share/apps/flow/stencils/Flags/luxembourg.desktop -share/apps/flow/stencils/Flags/luxembourg.odg -share/apps/flow/stencils/Flags/luxembourg.png -share/apps/flow/stencils/Flags/macedonia.desktop -share/apps/flow/stencils/Flags/macedonia.odg -share/apps/flow/stencils/Flags/macedonia.png -share/apps/flow/stencils/Flags/madagascar.desktop -share/apps/flow/stencils/Flags/madagascar.odg -share/apps/flow/stencils/Flags/madagascar.png -share/apps/flow/stencils/Flags/malawi.desktop -share/apps/flow/stencils/Flags/malawi.odg -share/apps/flow/stencils/Flags/malawi.png -share/apps/flow/stencils/Flags/malaysia.desktop -share/apps/flow/stencils/Flags/malaysia.odg -share/apps/flow/stencils/Flags/malaysia.png -share/apps/flow/stencils/Flags/maldives.desktop -share/apps/flow/stencils/Flags/maldives.odg -share/apps/flow/stencils/Flags/maldives.png -share/apps/flow/stencils/Flags/mali.desktop -share/apps/flow/stencils/Flags/mali.odg -share/apps/flow/stencils/Flags/mali.png -share/apps/flow/stencils/Flags/malta.desktop -share/apps/flow/stencils/Flags/malta.odg -share/apps/flow/stencils/Flags/malta.png -share/apps/flow/stencils/Flags/marshall_islands.desktop -share/apps/flow/stencils/Flags/marshall_islands.odg -share/apps/flow/stencils/Flags/marshall_islands.png -share/apps/flow/stencils/Flags/mauritania.desktop -share/apps/flow/stencils/Flags/mauritania.odg -share/apps/flow/stencils/Flags/mauritania.png -share/apps/flow/stencils/Flags/mauritius.desktop -share/apps/flow/stencils/Flags/mauritius.odg -share/apps/flow/stencils/Flags/mauritius.png -share/apps/flow/stencils/Flags/mexico.desktop -share/apps/flow/stencils/Flags/mexico.odg -share/apps/flow/stencils/Flags/mexico.png -share/apps/flow/stencils/Flags/micronesia.desktop -share/apps/flow/stencils/Flags/micronesia.odg -share/apps/flow/stencils/Flags/micronesia.png -share/apps/flow/stencils/Flags/moldova.desktop -share/apps/flow/stencils/Flags/moldova.odg -share/apps/flow/stencils/Flags/moldova.png -share/apps/flow/stencils/Flags/monaco.desktop -share/apps/flow/stencils/Flags/monaco.odg -share/apps/flow/stencils/Flags/monaco.png -share/apps/flow/stencils/Flags/mongolia.desktop -share/apps/flow/stencils/Flags/mongolia.odg -share/apps/flow/stencils/Flags/mongolia.png -share/apps/flow/stencils/Flags/montenegro.desktop -share/apps/flow/stencils/Flags/montenegro.odg -share/apps/flow/stencils/Flags/montenegro.png -share/apps/flow/stencils/Flags/morocco.desktop -share/apps/flow/stencils/Flags/morocco.odg -share/apps/flow/stencils/Flags/morocco.png -share/apps/flow/stencils/Flags/mozambique.desktop -share/apps/flow/stencils/Flags/mozambique.odg -share/apps/flow/stencils/Flags/mozambique.png -share/apps/flow/stencils/Flags/myanmar.desktop -share/apps/flow/stencils/Flags/myanmar.odg -share/apps/flow/stencils/Flags/myanmar.png -share/apps/flow/stencils/Flags/namibia.desktop -share/apps/flow/stencils/Flags/namibia.odg -share/apps/flow/stencils/Flags/namibia.png -share/apps/flow/stencils/Flags/nauru.desktop -share/apps/flow/stencils/Flags/nauru.odg -share/apps/flow/stencils/Flags/nauru.png -share/apps/flow/stencils/Flags/nepal.desktop -share/apps/flow/stencils/Flags/nepal.odg -share/apps/flow/stencils/Flags/nepal.png -share/apps/flow/stencils/Flags/netherlands.desktop -share/apps/flow/stencils/Flags/netherlands.odg -share/apps/flow/stencils/Flags/netherlands.png -share/apps/flow/stencils/Flags/netherlands_antilles.desktop -share/apps/flow/stencils/Flags/netherlands_antilles.odg -share/apps/flow/stencils/Flags/netherlands_antilles.png -share/apps/flow/stencils/Flags/newzealand.desktop -share/apps/flow/stencils/Flags/newzealand.odg -share/apps/flow/stencils/Flags/newzealand.png -share/apps/flow/stencils/Flags/nicaragua.desktop -share/apps/flow/stencils/Flags/nicaragua.odg -share/apps/flow/stencils/Flags/nicaragua.png -share/apps/flow/stencils/Flags/niger.desktop -share/apps/flow/stencils/Flags/niger.odg -share/apps/flow/stencils/Flags/niger.png -share/apps/flow/stencils/Flags/nigeria.desktop -share/apps/flow/stencils/Flags/nigeria.odg -share/apps/flow/stencils/Flags/nigeria.png -share/apps/flow/stencils/Flags/north_korea.desktop -share/apps/flow/stencils/Flags/north_korea.odg -share/apps/flow/stencils/Flags/north_korea.png -share/apps/flow/stencils/Flags/norway.desktop -share/apps/flow/stencils/Flags/norway.odg -share/apps/flow/stencils/Flags/norway.png -share/apps/flow/stencils/Flags/olympic.desktop -share/apps/flow/stencils/Flags/olympic.odg -share/apps/flow/stencils/Flags/olympic.png -share/apps/flow/stencils/Flags/oman.desktop -share/apps/flow/stencils/Flags/oman.odg -share/apps/flow/stencils/Flags/oman.png -share/apps/flow/stencils/Flags/pakistan.desktop -share/apps/flow/stencils/Flags/pakistan.odg -share/apps/flow/stencils/Flags/pakistan.png -share/apps/flow/stencils/Flags/palau.desktop -share/apps/flow/stencils/Flags/palau.odg -share/apps/flow/stencils/Flags/palau.png -share/apps/flow/stencils/Flags/palestine.desktop -share/apps/flow/stencils/Flags/palestine.odg -share/apps/flow/stencils/Flags/palestine.png -share/apps/flow/stencils/Flags/panama.desktop -share/apps/flow/stencils/Flags/panama.odg -share/apps/flow/stencils/Flags/panama.png -share/apps/flow/stencils/Flags/papua_new_guinea.desktop -share/apps/flow/stencils/Flags/papua_new_guinea.odg -share/apps/flow/stencils/Flags/papua_new_guinea.png -share/apps/flow/stencils/Flags/paraguay.desktop -share/apps/flow/stencils/Flags/paraguay.odg -share/apps/flow/stencils/Flags/paraguay.png -share/apps/flow/stencils/Flags/peru.desktop -share/apps/flow/stencils/Flags/peru.odg -share/apps/flow/stencils/Flags/peru.png -share/apps/flow/stencils/Flags/philippines.desktop -share/apps/flow/stencils/Flags/philippines.odg -share/apps/flow/stencils/Flags/philippines.png -share/apps/flow/stencils/Flags/poland.desktop -share/apps/flow/stencils/Flags/poland.odg -share/apps/flow/stencils/Flags/poland.png -share/apps/flow/stencils/Flags/portugal.desktop -share/apps/flow/stencils/Flags/portugal.odg -share/apps/flow/stencils/Flags/portugal.png -share/apps/flow/stencils/Flags/qatar.desktop -share/apps/flow/stencils/Flags/qatar.odg -share/apps/flow/stencils/Flags/qatar.png -share/apps/flow/stencils/Flags/romania.desktop -share/apps/flow/stencils/Flags/romania.odg -share/apps/flow/stencils/Flags/romania.png -share/apps/flow/stencils/Flags/russian_federation.desktop -share/apps/flow/stencils/Flags/russian_federation.odg -share/apps/flow/stencils/Flags/russian_federation.png -share/apps/flow/stencils/Flags/rwanda.desktop -share/apps/flow/stencils/Flags/rwanda.odg -share/apps/flow/stencils/Flags/rwanda.png -share/apps/flow/stencils/Flags/saint_kitts_and_nevis.desktop -share/apps/flow/stencils/Flags/saint_kitts_and_nevis.odg -share/apps/flow/stencils/Flags/saint_kitts_and_nevis.png -share/apps/flow/stencils/Flags/saint_lucia.desktop -share/apps/flow/stencils/Flags/saint_lucia.odg -share/apps/flow/stencils/Flags/saint_lucia.png -share/apps/flow/stencils/Flags/saint_vincent_and_the_grenadines.desktop -share/apps/flow/stencils/Flags/saint_vincent_and_the_grenadines.odg -share/apps/flow/stencils/Flags/saint_vincent_and_the_grenadines.png -share/apps/flow/stencils/Flags/samoa.desktop -share/apps/flow/stencils/Flags/samoa.odg -share/apps/flow/stencils/Flags/samoa.png -share/apps/flow/stencils/Flags/san_marino.desktop -share/apps/flow/stencils/Flags/san_marino.odg -share/apps/flow/stencils/Flags/san_marino.png -share/apps/flow/stencils/Flags/sao_tome_and_principe.desktop -share/apps/flow/stencils/Flags/sao_tome_and_principe.odg -share/apps/flow/stencils/Flags/sao_tome_and_principe.png -share/apps/flow/stencils/Flags/saudi_arabia.desktop -share/apps/flow/stencils/Flags/saudi_arabia.odg -share/apps/flow/stencils/Flags/saudi_arabia.png -share/apps/flow/stencils/Flags/senegal.desktop -share/apps/flow/stencils/Flags/senegal.odg -share/apps/flow/stencils/Flags/senegal.png -share/apps/flow/stencils/Flags/serbia.desktop -share/apps/flow/stencils/Flags/serbia.odg -share/apps/flow/stencils/Flags/serbia.png -share/apps/flow/stencils/Flags/seychelles.desktop -share/apps/flow/stencils/Flags/seychelles.odg -share/apps/flow/stencils/Flags/seychelles.png -share/apps/flow/stencils/Flags/sierra_leone.desktop -share/apps/flow/stencils/Flags/sierra_leone.odg -share/apps/flow/stencils/Flags/sierra_leone.png -share/apps/flow/stencils/Flags/singapore.desktop -share/apps/flow/stencils/Flags/singapore.odg -share/apps/flow/stencils/Flags/singapore.png -share/apps/flow/stencils/Flags/slovakia.desktop -share/apps/flow/stencils/Flags/slovakia.odg -share/apps/flow/stencils/Flags/slovakia.png -share/apps/flow/stencils/Flags/slovenia.desktop -share/apps/flow/stencils/Flags/slovenia.odg -share/apps/flow/stencils/Flags/slovenia.png -share/apps/flow/stencils/Flags/solomonislands.desktop -share/apps/flow/stencils/Flags/solomonislands.odg -share/apps/flow/stencils/Flags/solomonislands.png -share/apps/flow/stencils/Flags/somalia.desktop -share/apps/flow/stencils/Flags/somalia.odg -share/apps/flow/stencils/Flags/somalia.png -share/apps/flow/stencils/Flags/south_africa.desktop -share/apps/flow/stencils/Flags/south_africa.odg -share/apps/flow/stencils/Flags/south_africa.png -share/apps/flow/stencils/Flags/south_korea.desktop -share/apps/flow/stencils/Flags/south_korea.odg -share/apps/flow/stencils/Flags/south_korea.png -share/apps/flow/stencils/Flags/spain.desktop -share/apps/flow/stencils/Flags/spain.odg -share/apps/flow/stencils/Flags/spain.png -share/apps/flow/stencils/Flags/sri_lanka.desktop -share/apps/flow/stencils/Flags/sri_lanka.odg -share/apps/flow/stencils/Flags/sri_lanka.png -share/apps/flow/stencils/Flags/sudan.desktop -share/apps/flow/stencils/Flags/sudan.odg -share/apps/flow/stencils/Flags/sudan.png -share/apps/flow/stencils/Flags/suisse.desktop -share/apps/flow/stencils/Flags/suisse.odg -share/apps/flow/stencils/Flags/suisse.png -share/apps/flow/stencils/Flags/suriname.desktop -share/apps/flow/stencils/Flags/suriname.odg -share/apps/flow/stencils/Flags/suriname.png -share/apps/flow/stencils/Flags/swaziland.desktop -share/apps/flow/stencils/Flags/swaziland.odg -share/apps/flow/stencils/Flags/swaziland.png -share/apps/flow/stencils/Flags/sweden.desktop -share/apps/flow/stencils/Flags/sweden.odg -share/apps/flow/stencils/Flags/sweden.png -share/apps/flow/stencils/Flags/syrian_arab_republic.desktop -share/apps/flow/stencils/Flags/syrian_arab_republic.odg -share/apps/flow/stencils/Flags/syrian_arab_republic.png -share/apps/flow/stencils/Flags/tajikistan.desktop -share/apps/flow/stencils/Flags/tajikistan.odg -share/apps/flow/stencils/Flags/tajikistan.png -share/apps/flow/stencils/Flags/tanzania.desktop -share/apps/flow/stencils/Flags/tanzania.odg -share/apps/flow/stencils/Flags/tanzania.png -share/apps/flow/stencils/Flags/thailand.desktop -share/apps/flow/stencils/Flags/thailand.odg -share/apps/flow/stencils/Flags/thailand.png -share/apps/flow/stencils/Flags/timor_leste.desktop -share/apps/flow/stencils/Flags/timor_leste.odg -share/apps/flow/stencils/Flags/timor_leste.png -share/apps/flow/stencils/Flags/togo.desktop -share/apps/flow/stencils/Flags/togo.odg -share/apps/flow/stencils/Flags/togo.png -share/apps/flow/stencils/Flags/tonga.desktop -share/apps/flow/stencils/Flags/tonga.odg -share/apps/flow/stencils/Flags/tonga.png -share/apps/flow/stencils/Flags/trinidad_and_tobago.desktop -share/apps/flow/stencils/Flags/trinidad_and_tobago.odg -share/apps/flow/stencils/Flags/trinidad_and_tobago.png -share/apps/flow/stencils/Flags/tunisia.desktop -share/apps/flow/stencils/Flags/tunisia.odg -share/apps/flow/stencils/Flags/tunisia.png -share/apps/flow/stencils/Flags/turkey.desktop -share/apps/flow/stencils/Flags/turkey.odg -share/apps/flow/stencils/Flags/turkey.png -share/apps/flow/stencils/Flags/turkmenistan.desktop -share/apps/flow/stencils/Flags/turkmenistan.odg -share/apps/flow/stencils/Flags/turkmenistan.png -share/apps/flow/stencils/Flags/tuvalu.desktop -share/apps/flow/stencils/Flags/tuvalu.odg -share/apps/flow/stencils/Flags/tuvalu.png -share/apps/flow/stencils/Flags/uganda.desktop -share/apps/flow/stencils/Flags/uganda.odg -share/apps/flow/stencils/Flags/uganda.png -share/apps/flow/stencils/Flags/ukraine.desktop -share/apps/flow/stencils/Flags/ukraine.odg -share/apps/flow/stencils/Flags/ukraine.png -share/apps/flow/stencils/Flags/unesco.desktop -share/apps/flow/stencils/Flags/unesco.odg -share/apps/flow/stencils/Flags/unesco.png -share/apps/flow/stencils/Flags/unicef.desktop -share/apps/flow/stencils/Flags/unicef.odg -share/apps/flow/stencils/Flags/unicef.png -share/apps/flow/stencils/Flags/united_arab_emirates.desktop -share/apps/flow/stencils/Flags/united_arab_emirates.odg -share/apps/flow/stencils/Flags/united_arab_emirates.png -share/apps/flow/stencils/Flags/united_kingdom.desktop -share/apps/flow/stencils/Flags/united_kingdom.odg -share/apps/flow/stencils/Flags/united_kingdom.png -share/apps/flow/stencils/Flags/united_states.desktop -share/apps/flow/stencils/Flags/united_states.odg -share/apps/flow/stencils/Flags/united_states.png -share/apps/flow/stencils/Flags/unitednations.desktop -share/apps/flow/stencils/Flags/unitednations.odg -share/apps/flow/stencils/Flags/unitednations.png -share/apps/flow/stencils/Flags/uruguay.desktop -share/apps/flow/stencils/Flags/uruguay.odg -share/apps/flow/stencils/Flags/uruguay.png -share/apps/flow/stencils/Flags/uzbekistan.desktop -share/apps/flow/stencils/Flags/uzbekistan.odg -share/apps/flow/stencils/Flags/uzbekistan.png -share/apps/flow/stencils/Flags/vanuatu.desktop -share/apps/flow/stencils/Flags/vanuatu.odg -share/apps/flow/stencils/Flags/vanuatu.png -share/apps/flow/stencils/Flags/vatican.desktop -share/apps/flow/stencils/Flags/vatican.odg -share/apps/flow/stencils/Flags/vatican.png -share/apps/flow/stencils/Flags/venezuela.desktop -share/apps/flow/stencils/Flags/venezuela.odg -share/apps/flow/stencils/Flags/venezuela.png -share/apps/flow/stencils/Flags/vietnam.desktop -share/apps/flow/stencils/Flags/vietnam.odg -share/apps/flow/stencils/Flags/vietnam.png -share/apps/flow/stencils/Flags/wake_island.desktop -share/apps/flow/stencils/Flags/wake_island.odg -share/apps/flow/stencils/Flags/wake_island.png -share/apps/flow/stencils/Flags/western_sahara.desktop -share/apps/flow/stencils/Flags/western_sahara.odg -share/apps/flow/stencils/Flags/western_sahara.png -share/apps/flow/stencils/Flags/who.desktop -share/apps/flow/stencils/Flags/who.odg -share/apps/flow/stencils/Flags/who.png -share/apps/flow/stencils/Flags/yemen.desktop -share/apps/flow/stencils/Flags/yemen.odg -share/apps/flow/stencils/Flags/yemen.png -share/apps/flow/stencils/Flags/zambia.desktop -share/apps/flow/stencils/Flags/zambia.odg -share/apps/flow/stencils/Flags/zambia.png -share/apps/flow/stencils/Flags/zimbabwe.desktop -share/apps/flow/stencils/Flags/zimbabwe.odg -share/apps/flow/stencils/Flags/zimbabwe.png -share/apps/flow/stencils/Gane_and_Sarson/alt-entity.desktop -share/apps/flow/stencils/Gane_and_Sarson/alt-entity.odg -share/apps/flow/stencils/Gane_and_Sarson/alt-entity.png -share/apps/flow/stencils/Gane_and_Sarson/collection.desktop -share/apps/flow/stencils/Gane_and_Sarson/data_store.desktop -share/apps/flow/stencils/Gane_and_Sarson/data_store.odg -share/apps/flow/stencils/Gane_and_Sarson/data_store.png -share/apps/flow/stencils/Gane_and_Sarson/entity.desktop -share/apps/flow/stencils/Gane_and_Sarson/entity.odg -share/apps/flow/stencils/Gane_and_Sarson/entity.png -share/apps/flow/stencils/Gane_and_Sarson/process.desktop -share/apps/flow/stencils/Gane_and_Sarson/process.odg -share/apps/flow/stencils/Gane_and_Sarson/process.png -share/apps/flow/stencils/Jigsaw/collection.desktop -share/apps/flow/stencils/Jigsaw/part_iiii.desktop -share/apps/flow/stencils/Jigsaw/part_iiii.odg -share/apps/flow/stencils/Jigsaw/part_iiii.png -share/apps/flow/stencils/Jigsaw/part_iiio.desktop -share/apps/flow/stencils/Jigsaw/part_iiio.odg -share/apps/flow/stencils/Jigsaw/part_iiio.png -share/apps/flow/stencils/Jigsaw/part_iioi.desktop -share/apps/flow/stencils/Jigsaw/part_iioi.odg -share/apps/flow/stencils/Jigsaw/part_iioi.png -share/apps/flow/stencils/Jigsaw/part_iioo.desktop -share/apps/flow/stencils/Jigsaw/part_iioo.odg -share/apps/flow/stencils/Jigsaw/part_iioo.png -share/apps/flow/stencils/Jigsaw/part_ioii.desktop -share/apps/flow/stencils/Jigsaw/part_ioii.odg -share/apps/flow/stencils/Jigsaw/part_ioii.png -share/apps/flow/stencils/Jigsaw/part_ioio.desktop -share/apps/flow/stencils/Jigsaw/part_ioio.odg -share/apps/flow/stencils/Jigsaw/part_ioio.png -share/apps/flow/stencils/Jigsaw/part_iooi.desktop -share/apps/flow/stencils/Jigsaw/part_iooi.odg -share/apps/flow/stencils/Jigsaw/part_iooi.png -share/apps/flow/stencils/Jigsaw/part_iooo.desktop -share/apps/flow/stencils/Jigsaw/part_iooo.odg -share/apps/flow/stencils/Jigsaw/part_iooo.png -share/apps/flow/stencils/Jigsaw/part_oiii.desktop -share/apps/flow/stencils/Jigsaw/part_oiii.odg -share/apps/flow/stencils/Jigsaw/part_oiii.png -share/apps/flow/stencils/Jigsaw/part_oiio.desktop -share/apps/flow/stencils/Jigsaw/part_oiio.odg -share/apps/flow/stencils/Jigsaw/part_oiio.png -share/apps/flow/stencils/Jigsaw/part_oioi.desktop -share/apps/flow/stencils/Jigsaw/part_oioi.odg -share/apps/flow/stencils/Jigsaw/part_oioi.png -share/apps/flow/stencils/Jigsaw/part_oioo.desktop -share/apps/flow/stencils/Jigsaw/part_oioo.odg -share/apps/flow/stencils/Jigsaw/part_oioo.png -share/apps/flow/stencils/Jigsaw/part_ooii.desktop -share/apps/flow/stencils/Jigsaw/part_ooii.odg -share/apps/flow/stencils/Jigsaw/part_ooii.png -share/apps/flow/stencils/Jigsaw/part_ooio.desktop -share/apps/flow/stencils/Jigsaw/part_ooio.odg -share/apps/flow/stencils/Jigsaw/part_ooio.png -share/apps/flow/stencils/Jigsaw/part_oooi.desktop -share/apps/flow/stencils/Jigsaw/part_oooi.odg -share/apps/flow/stencils/Jigsaw/part_oooi.png -share/apps/flow/stencils/Jigsaw/part_oooo.desktop -share/apps/flow/stencils/Jigsaw/part_oooo.odg -share/apps/flow/stencils/Jigsaw/part_oooo.png -share/apps/flow/stencils/LST/associator_subsystem.desktop -share/apps/flow/stencils/LST/associator_subsystem.odg -share/apps/flow/stencils/LST/associator_subsystem.png -share/apps/flow/stencils/LST/boundary.png -share/apps/flow/stencils/LST/cn_subsystem.desktop -share/apps/flow/stencils/LST/cn_subsystem.odg -share/apps/flow/stencils/LST/cn_subsystem.png -share/apps/flow/stencils/LST/collection.desktop -share/apps/flow/stencils/LST/convert_subsystem.desktop -share/apps/flow/stencils/LST/convert_subsystem.odg -share/apps/flow/stencils/LST/convert_subsystem.png -share/apps/flow/stencils/LST/converter.png -share/apps/flow/stencils/LST/decider_subsystem.desktop -share/apps/flow/stencils/LST/decider_subsystem.odg -share/apps/flow/stencils/LST/decider_subsystem.png -share/apps/flow/stencils/LST/decode_subsystem.desktop -share/apps/flow/stencils/LST/decode_subsystem.odg -share/apps/flow/stencils/LST/decode_subsystem.png -share/apps/flow/stencils/LST/decoder.desktop -share/apps/flow/stencils/LST/decoder.odg -share/apps/flow/stencils/LST/decoder.png -share/apps/flow/stencils/LST/distributor_subsystem.desktop -share/apps/flow/stencils/LST/distributor_subsystem.odg -share/apps/flow/stencils/LST/distributor_subsystem.png -share/apps/flow/stencils/LST/encode_subsystem.desktop -share/apps/flow/stencils/LST/encode_subsystem.odg -share/apps/flow/stencils/LST/encode_subsystem.png -share/apps/flow/stencils/LST/encoder.desktop -share/apps/flow/stencils/LST/encoder.odg -share/apps/flow/stencils/LST/encoder.png -share/apps/flow/stencils/LST/extruder.desktop -share/apps/flow/stencils/LST/extruder.odg -share/apps/flow/stencils/LST/extruder.png -share/apps/flow/stencils/LST/ingestor.png -share/apps/flow/stencils/LST/ingestor_subsystem.desktop -share/apps/flow/stencils/LST/ingestor_subsystem.odg -share/apps/flow/stencils/LST/ingestor_subsystem.png -share/apps/flow/stencils/LST/internal_subsystem.desktop -share/apps/flow/stencils/LST/internal_subsystem.odg -share/apps/flow/stencils/LST/internal_subsystem.png -share/apps/flow/stencils/LST/it_subsystem.desktop -share/apps/flow/stencils/LST/it_subsystem.odg -share/apps/flow/stencils/LST/it_subsystem.png -share/apps/flow/stencils/LST/memory_subsystem.desktop -share/apps/flow/stencils/LST/memory_subsystem.odg -share/apps/flow/stencils/LST/memory_subsystem.png -share/apps/flow/stencils/LST/mestorage.desktop -share/apps/flow/stencils/LST/mestorage.odg -share/apps/flow/stencils/LST/mestorage.png -share/apps/flow/stencils/LST/motor.desktop -share/apps/flow/stencils/LST/motor.odg -share/apps/flow/stencils/LST/motor.png -share/apps/flow/stencils/LST/ot_subsystem.desktop -share/apps/flow/stencils/LST/ot_subsystem.odg -share/apps/flow/stencils/LST/ot_subsystem.png -share/apps/flow/stencils/LST/producer.desktop -share/apps/flow/stencils/LST/producer.odg -share/apps/flow/stencils/LST/producer.png -share/apps/flow/stencils/LST/reproducer_subsystem.desktop -share/apps/flow/stencils/LST/reproducer_subsystem.odg -share/apps/flow/stencils/LST/reproducer_subsystem.png -share/apps/flow/stencils/LST/supporter_subsystem.desktop -share/apps/flow/stencils/LST/supporter_subsystem.odg -share/apps/flow/stencils/LST/supporter_subsystem.png -share/apps/flow/stencils/LST/timer.desktop -share/apps/flow/stencils/LST/timer.odg -share/apps/flow/stencils/LST/timer.png -share/apps/flow/stencils/Lights/ACL.desktop -share/apps/flow/stencils/Lights/ACL.odg -share/apps/flow/stencils/Lights/ACL.png -share/apps/flow/stencils/Lights/Blacklight.desktop -share/apps/flow/stencils/Lights/Blacklight.odg -share/apps/flow/stencils/Lights/Blacklight.png -share/apps/flow/stencils/Lights/Blinders.desktop -share/apps/flow/stencils/Lights/Blinders.odg -share/apps/flow/stencils/Lights/Blinders.png -share/apps/flow/stencils/Lights/ERS.desktop -share/apps/flow/stencils/Lights/ERS.odg -share/apps/flow/stencils/Lights/ERS.png -share/apps/flow/stencils/Lights/Fresnel.desktop -share/apps/flow/stencils/Lights/Fresnel.odg -share/apps/flow/stencils/Lights/Fresnel.png -share/apps/flow/stencils/Lights/Moving_head.desktop -share/apps/flow/stencils/Lights/Moving_head.odg -share/apps/flow/stencils/Lights/Moving_head.png -share/apps/flow/stencils/Lights/PAR.desktop -share/apps/flow/stencils/Lights/PAR.odg -share/apps/flow/stencils/Lights/PAR.png -share/apps/flow/stencils/Lights/PAR_floor.desktop -share/apps/flow/stencils/Lights/PAR_floor.odg -share/apps/flow/stencils/Lights/PAR_floor.png -share/apps/flow/stencils/Lights/PC.desktop -share/apps/flow/stencils/Lights/PC.odg -share/apps/flow/stencils/Lights/PC.png -share/apps/flow/stencils/Lights/Scanner.desktop -share/apps/flow/stencils/Lights/Scanner.odg -share/apps/flow/stencils/Lights/Scanner.png -share/apps/flow/stencils/Lights/Striplight.desktop -share/apps/flow/stencils/Lights/Striplight.odg -share/apps/flow/stencils/Lights/Striplight.png -share/apps/flow/stencils/Lights/Stroboscope.desktop -share/apps/flow/stencils/Lights/Stroboscope.odg -share/apps/flow/stencils/Lights/Stroboscope.png -share/apps/flow/stencils/Lights/Structure.desktop -share/apps/flow/stencils/Lights/Structure.odg -share/apps/flow/stencils/Lights/Structure.png -share/apps/flow/stencils/Lights/collection.desktop -share/apps/flow/stencils/Logic/and.desktop -share/apps/flow/stencils/Logic/and.odg -share/apps/flow/stencils/Logic/and.png -share/apps/flow/stencils/Logic/buffer.desktop -share/apps/flow/stencils/Logic/buffer.odg -share/apps/flow/stencils/Logic/buffer.png -share/apps/flow/stencils/Logic/collection.desktop -share/apps/flow/stencils/Logic/connector.desktop -share/apps/flow/stencils/Logic/connector.odg -share/apps/flow/stencils/Logic/connector.png -share/apps/flow/stencils/Logic/inverter.desktop -share/apps/flow/stencils/Logic/inverter.odg -share/apps/flow/stencils/Logic/inverter.png -share/apps/flow/stencils/Logic/nand.desktop -share/apps/flow/stencils/Logic/nand.odg -share/apps/flow/stencils/Logic/nand.png -share/apps/flow/stencils/Logic/nor.desktop -share/apps/flow/stencils/Logic/nor.odg -share/apps/flow/stencils/Logic/nor.png -share/apps/flow/stencils/Logic/not.desktop -share/apps/flow/stencils/Logic/not.odg -share/apps/flow/stencils/Logic/not.png -share/apps/flow/stencils/Logic/or.desktop -share/apps/flow/stencils/Logic/or.odg -share/apps/flow/stencils/Logic/or.png -share/apps/flow/stencils/Logic/xor.desktop -share/apps/flow/stencils/Logic/xor.odg -share/apps/flow/stencils/Logic/xor.png -share/apps/flow/stencils/MSE/collection.desktop -share/apps/flow/stencils/MSE/demultiplexer.desktop -share/apps/flow/stencils/MSE/demultiplexer.odg -share/apps/flow/stencils/MSE/demultiplexer.png -share/apps/flow/stencils/MSE/large_extension_node.desktop -share/apps/flow/stencils/MSE/large_extension_node.odg -share/apps/flow/stencils/MSE/large_extension_node.png -share/apps/flow/stencils/MSE/multiplexer.desktop -share/apps/flow/stencils/MSE/multiplexer.odg -share/apps/flow/stencils/MSE/multiplexer.png -share/apps/flow/stencils/MSE/node_center.desktop -share/apps/flow/stencils/MSE/node_center.odg -share/apps/flow/stencils/MSE/node_center.png -share/apps/flow/stencils/MSE/small_extension_node.desktop -share/apps/flow/stencils/MSE/small_extension_node.odg -share/apps/flow/stencils/MSE/small_extension_node.png -share/apps/flow/stencils/MSE/tacsat.desktop -share/apps/flow/stencils/MSE/tacsat.odg -share/apps/flow/stencils/MSE/tacsat.png -share/apps/flow/stencils/Map/Block1.desktop -share/apps/flow/stencils/Map/Block1.odg -share/apps/flow/stencils/Map/Block1.png -share/apps/flow/stencils/Map/Block2.desktop -share/apps/flow/stencils/Map/Block2.odg -share/apps/flow/stencils/Map/Block2.png -share/apps/flow/stencils/Map/Block3.desktop -share/apps/flow/stencils/Map/Block3.odg -share/apps/flow/stencils/Map/Block3.png -share/apps/flow/stencils/Map/Block4.desktop -share/apps/flow/stencils/Map/Block4.odg -share/apps/flow/stencils/Map/Block4.png -share/apps/flow/stencils/Map/Block5.desktop -share/apps/flow/stencils/Map/Block5.odg -share/apps/flow/stencils/Map/Block5.png -share/apps/flow/stencils/Map/Block6.desktop -share/apps/flow/stencils/Map/Block6.odg -share/apps/flow/stencils/Map/Block6.png -share/apps/flow/stencils/Map/Block7.desktop -share/apps/flow/stencils/Map/Block7.odg -share/apps/flow/stencils/Map/Block7.png -share/apps/flow/stencils/Map/Car1.desktop -share/apps/flow/stencils/Map/Car1.odg -share/apps/flow/stencils/Map/Car1.png -share/apps/flow/stencils/Map/Car2.desktop -share/apps/flow/stencils/Map/Car2.odg -share/apps/flow/stencils/Map/Car2.png -share/apps/flow/stencils/Map/Corner1.desktop -share/apps/flow/stencils/Map/Corner1.odg -share/apps/flow/stencils/Map/Corner1.png -share/apps/flow/stencils/Map/Corner2.desktop -share/apps/flow/stencils/Map/Corner2.odg -share/apps/flow/stencils/Map/Corner2.png -share/apps/flow/stencils/Map/Crossroads.desktop -share/apps/flow/stencils/Map/Crossroads.odg -share/apps/flow/stencils/Map/Crossroads.png -share/apps/flow/stencils/Map/Elevated.desktop -share/apps/flow/stencils/Map/Elevated.odg -share/apps/flow/stencils/Map/Elevated.png -share/apps/flow/stencils/Map/Factory.desktop -share/apps/flow/stencils/Map/Factory.odg -share/apps/flow/stencils/Map/Factory.png -share/apps/flow/stencils/Map/FootBridge.desktop -share/apps/flow/stencils/Map/FootBridge.odg -share/apps/flow/stencils/Map/FootBridge.png -share/apps/flow/stencils/Map/OneWay.desktop -share/apps/flow/stencils/Map/OneWay.odg -share/apps/flow/stencils/Map/OneWay.png -share/apps/flow/stencils/Map/RedCar.desktop -share/apps/flow/stencils/Map/RedCar.odg -share/apps/flow/stencils/Map/RedCar.png -share/apps/flow/stencils/Map/River.desktop -share/apps/flow/stencils/Map/River.odg -share/apps/flow/stencils/Map/River.png -share/apps/flow/stencils/Map/Road1.desktop -share/apps/flow/stencils/Map/Road1.odg -share/apps/flow/stencils/Map/Road1.png -share/apps/flow/stencils/Map/Roof1.desktop -share/apps/flow/stencils/Map/Roof1.odg -share/apps/flow/stencils/Map/Roof1.png -share/apps/flow/stencils/Map/StraightRoad1.desktop -share/apps/flow/stencils/Map/StraightRoad1.odg -share/apps/flow/stencils/Map/StraightRoad1.png -share/apps/flow/stencils/Map/T-Junction.desktop -share/apps/flow/stencils/Map/T-Junction.odg -share/apps/flow/stencils/Map/T-Junction.png -share/apps/flow/stencils/Map/Train1.desktop -share/apps/flow/stencils/Map/Train1.odg -share/apps/flow/stencils/Map/Train1.png -share/apps/flow/stencils/Map/Train2.desktop -share/apps/flow/stencils/Map/Train2.odg -share/apps/flow/stencils/Map/Train2.png -share/apps/flow/stencils/Map/Tree1.desktop -share/apps/flow/stencils/Map/Tree1.odg -share/apps/flow/stencils/Map/Tree1.png -share/apps/flow/stencils/Map/collection.desktop -share/apps/flow/stencils/Misc/collection.desktop -share/apps/flow/stencils/Misc/expended-node.desktop -share/apps/flow/stencils/Misc/expended-node.odg -share/apps/flow/stencils/Misc/expended-node.png -share/apps/flow/stencils/Misc/expensible-node.desktop -share/apps/flow/stencils/Misc/expensible-node.odg -share/apps/flow/stencils/Misc/expensible-node.png -share/apps/flow/stencils/Misc/file.desktop -share/apps/flow/stencils/Misc/file.odg -share/apps/flow/stencils/Misc/file.png -share/apps/flow/stencils/Misc/folder.desktop -share/apps/flow/stencils/Misc/folder.odg -share/apps/flow/stencils/Misc/folder.png -share/apps/flow/stencils/Network/antenna.desktop -share/apps/flow/stencils/Network/antenna.odg -share/apps/flow/stencils/Network/antenna.png -share/apps/flow/stencils/Network/collection.desktop -share/apps/flow/stencils/Network/computer.desktop -share/apps/flow/stencils/Network/computer.odg -share/apps/flow/stencils/Network/computer.png -share/apps/flow/stencils/Network/dat_external.desktop -share/apps/flow/stencils/Network/dat_external.odg -share/apps/flow/stencils/Network/dat_external.png -share/apps/flow/stencils/Network/digitizing_board.desktop -share/apps/flow/stencils/Network/digitizing_board.odg -share/apps/flow/stencils/Network/digitizing_board.png -share/apps/flow/stencils/Network/disc.desktop -share/apps/flow/stencils/Network/disc.odg -share/apps/flow/stencils/Network/disc.png -share/apps/flow/stencils/Network/diskette.desktop -share/apps/flow/stencils/Network/diskette.odg -share/apps/flow/stencils/Network/diskette.png -share/apps/flow/stencils/Network/firewall.desktop -share/apps/flow/stencils/Network/firewall.odg -share/apps/flow/stencils/Network/firewall.png -share/apps/flow/stencils/Network/flash.desktop -share/apps/flow/stencils/Network/flash.odg -share/apps/flow/stencils/Network/flash.png -share/apps/flow/stencils/Network/genmonitor.desktop -share/apps/flow/stencils/Network/genmonitor.odg -share/apps/flow/stencils/Network/genmonitor.png -share/apps/flow/stencils/Network/hub.desktop -share/apps/flow/stencils/Network/hub.odg -share/apps/flow/stencils/Network/hub.png -share/apps/flow/stencils/Network/mobile_phone.desktop -share/apps/flow/stencils/Network/mobile_phone.odg -share/apps/flow/stencils/Network/mobile_phone.png -share/apps/flow/stencils/Network/modem.desktop -share/apps/flow/stencils/Network/modem.odg -share/apps/flow/stencils/Network/modem.png -share/apps/flow/stencils/Network/modularswitch.desktop -share/apps/flow/stencils/Network/modularswitch.odg -share/apps/flow/stencils/Network/modularswitch.png -share/apps/flow/stencils/Network/monitor.desktop -share/apps/flow/stencils/Network/monitor.odg -share/apps/flow/stencils/Network/monitor.png -share/apps/flow/stencils/Network/nwcloud.desktop -share/apps/flow/stencils/Network/nwcloud.odg -share/apps/flow/stencils/Network/nwcloud.png -share/apps/flow/stencils/Network/patch-panel.desktop -share/apps/flow/stencils/Network/patch-panel.odg -share/apps/flow/stencils/Network/patch-panel.png -share/apps/flow/stencils/Network/pc_bigtower.desktop -share/apps/flow/stencils/Network/pc_bigtower.odg -share/apps/flow/stencils/Network/pc_bigtower.png -share/apps/flow/stencils/Network/pc_desktop.desktop -share/apps/flow/stencils/Network/pc_desktop.odg -share/apps/flow/stencils/Network/pc_desktop.png -share/apps/flow/stencils/Network/pc_miditower.desktop -share/apps/flow/stencils/Network/pc_miditower.odg -share/apps/flow/stencils/Network/pc_miditower.png -share/apps/flow/stencils/Network/pc_minitower.desktop -share/apps/flow/stencils/Network/pc_minitower.odg -share/apps/flow/stencils/Network/pc_minitower.png -share/apps/flow/stencils/Network/plotter.desktop -share/apps/flow/stencils/Network/plotter.odg -share/apps/flow/stencils/Network/plotter.png -share/apps/flow/stencils/Network/printer.desktop -share/apps/flow/stencils/Network/printer.odg -share/apps/flow/stencils/Network/printer.png -share/apps/flow/stencils/Network/rj45plug.desktop -share/apps/flow/stencils/Network/rj45plug.odg -share/apps/flow/stencils/Network/rj45plug.png -share/apps/flow/stencils/Network/router-symbol.desktop -share/apps/flow/stencils/Network/router-symbol.odg -share/apps/flow/stencils/Network/router-symbol.png -share/apps/flow/stencils/Network/sceadplug.desktop -share/apps/flow/stencils/Network/sceadplug.odg -share/apps/flow/stencils/Network/sceadplug.png -share/apps/flow/stencils/Network/speaker.desktop -share/apps/flow/stencils/Network/speaker.odg -share/apps/flow/stencils/Network/speaker.png -share/apps/flow/stencils/Network/speaker_amp.desktop -share/apps/flow/stencils/Network/speaker_amp.odg -share/apps/flow/stencils/Network/speaker_amp.png -share/apps/flow/stencils/Network/switch-atm-symbol.desktop -share/apps/flow/stencils/Network/switch-atm-symbol.odg -share/apps/flow/stencils/Network/switch-atm-symbol.png -share/apps/flow/stencils/Network/switch-symbol.desktop -share/apps/flow/stencils/Network/switch-symbol.odg -share/apps/flow/stencils/Network/switch-symbol.png -share/apps/flow/stencils/Network/telephone.desktop -share/apps/flow/stencils/Network/telephone.odg -share/apps/flow/stencils/Network/telephone.png -share/apps/flow/stencils/Network/workstation.desktop -share/apps/flow/stencils/Network/workstation.odg -share/apps/flow/stencils/Network/workstation.png -share/apps/flow/stencils/Network/zip-disk.desktop -share/apps/flow/stencils/Network/zip-disk.odg -share/apps/flow/stencils/Network/zip-disk.png -share/apps/flow/stencils/Optics/atten.desktop -share/apps/flow/stencils/Optics/atten.odg -share/apps/flow/stencils/Optics/atten.png -share/apps/flow/stencils/Optics/beam.desktop -share/apps/flow/stencils/Optics/beam.odg -share/apps/flow/stencils/Optics/beam.png -share/apps/flow/stencils/Optics/circulator.desktop -share/apps/flow/stencils/Optics/circulator.odg -share/apps/flow/stencils/Optics/circulator.png -share/apps/flow/stencils/Optics/collection.desktop -share/apps/flow/stencils/Optics/coupler.desktop -share/apps/flow/stencils/Optics/coupler.odg -share/apps/flow/stencils/Optics/coupler.png -share/apps/flow/stencils/Optics/coupler_vert.desktop -share/apps/flow/stencils/Optics/coupler_vert.odg -share/apps/flow/stencils/Optics/coupler_vert.png -share/apps/flow/stencils/Optics/detector.desktop -share/apps/flow/stencils/Optics/detector.odg -share/apps/flow/stencils/Optics/detector.png -share/apps/flow/stencils/Optics/detector_vert.desktop -share/apps/flow/stencils/Optics/detector_vert.odg -share/apps/flow/stencils/Optics/detector_vert.png -share/apps/flow/stencils/Optics/dfb_laser.desktop -share/apps/flow/stencils/Optics/dfb_laser.odg -share/apps/flow/stencils/Optics/dfb_laser.png -share/apps/flow/stencils/Optics/dfb_laser_big.png -share/apps/flow/stencils/Optics/dfb_laser_vert.desktop -share/apps/flow/stencils/Optics/dfb_laser_vert.odg -share/apps/flow/stencils/Optics/dfb_laser_vert.png -share/apps/flow/stencils/Optics/edfa.desktop -share/apps/flow/stencils/Optics/edfa.odg -share/apps/flow/stencils/Optics/edfa.png -share/apps/flow/stencils/Optics/edfa_vert.desktop -share/apps/flow/stencils/Optics/edfa_vert.odg -share/apps/flow/stencils/Optics/edfa_vert.png -share/apps/flow/stencils/Optics/fibre.desktop -share/apps/flow/stencils/Optics/fibre.odg -share/apps/flow/stencils/Optics/fibre.png -share/apps/flow/stencils/Optics/fibre_vert.desktop -share/apps/flow/stencils/Optics/fibre_vert.odg -share/apps/flow/stencils/Optics/fibre_vert.png -share/apps/flow/stencils/Optics/isolator.desktop -share/apps/flow/stencils/Optics/isolator.odg -share/apps/flow/stencils/Optics/isolator.png -share/apps/flow/stencils/Optics/isolator_vert.desktop -share/apps/flow/stencils/Optics/isolator_vert.odg -share/apps/flow/stencils/Optics/isolator_vert.png -share/apps/flow/stencils/Optics/lpg.desktop -share/apps/flow/stencils/Optics/lpg.odg -share/apps/flow/stencils/Optics/lpg.png -share/apps/flow/stencils/Optics/lpg_vert.desktop -share/apps/flow/stencils/Optics/lpg_vert.odg -share/apps/flow/stencils/Optics/lpg_vert.png -share/apps/flow/stencils/Optics/mod.desktop -share/apps/flow/stencils/Optics/mod.odg -share/apps/flow/stencils/Optics/mod.png -share/apps/flow/stencils/Optics/mod_vert.desktop -share/apps/flow/stencils/Optics/mod_vert.odg -share/apps/flow/stencils/Optics/mod_vert.png -share/apps/flow/stencils/Optics/phasemod.desktop -share/apps/flow/stencils/Optics/phasemod.odg -share/apps/flow/stencils/Optics/phasemod.png -share/apps/flow/stencils/Optics/phasemod_vert.desktop -share/apps/flow/stencils/Optics/phasemod_vert.odg -share/apps/flow/stencils/Optics/phasemod_vert.png -share/apps/flow/stencils/Optics/polarisation_control.desktop -share/apps/flow/stencils/Optics/polarisation_control.odg -share/apps/flow/stencils/Optics/polarisation_control.png -share/apps/flow/stencils/Optics/polarisation_control_vert.desktop -share/apps/flow/stencils/Optics/polarisation_control_vert.odg -share/apps/flow/stencils/Optics/polarisation_control_vert.png -share/apps/flow/stencils/Optics/scope.desktop -share/apps/flow/stencils/Optics/scope.odg -share/apps/flow/stencils/Optics/scope.png -share/apps/flow/stencils/Optics/sine.desktop -share/apps/flow/stencils/Optics/sine.odg -share/apps/flow/stencils/Optics/sine.png -share/apps/flow/stencils/Optics/spectrum.desktop -share/apps/flow/stencils/Optics/spectrum.odg -share/apps/flow/stencils/Optics/spectrum.png -share/apps/flow/stencils/Optics/square.desktop -share/apps/flow/stencils/Optics/square.odg -share/apps/flow/stencils/Optics/square.png -share/apps/flow/stencils/Optics/tuneable.desktop -share/apps/flow/stencils/Optics/tuneable.odg -share/apps/flow/stencils/Optics/tuneable.png -share/apps/flow/stencils/Optics/wave.desktop -share/apps/flow/stencils/Optics/wave.odg -share/apps/flow/stencils/Optics/wave.png -share/apps/flow/stencils/Pneumatic/cnx.desktop -share/apps/flow/stencils/Pneumatic/cnx.odg -share/apps/flow/stencils/Pneumatic/cnx.png -share/apps/flow/stencils/Pneumatic/collection.desktop -share/apps/flow/stencils/Pneumatic/comelec1.desktop -share/apps/flow/stencils/Pneumatic/comelec1.odg -share/apps/flow/stencils/Pneumatic/comelec1.png -share/apps/flow/stencils/Pneumatic/comelec2.desktop -share/apps/flow/stencils/Pneumatic/comelec2.odg -share/apps/flow/stencils/Pneumatic/comelec2.png -share/apps/flow/stencils/Pneumatic/commusc.desktop -share/apps/flow/stencils/Pneumatic/commusc.odg -share/apps/flow/stencils/Pneumatic/commusc.png -share/apps/flow/stencils/Pneumatic/compb.desktop -share/apps/flow/stencils/Pneumatic/compb.odg -share/apps/flow/stencils/Pneumatic/compb.png -share/apps/flow/stencils/Pneumatic/compilh.desktop -share/apps/flow/stencils/Pneumatic/compilh.odg -share/apps/flow/stencils/Pneumatic/compilh.png -share/apps/flow/stencils/Pneumatic/compilp.desktop -share/apps/flow/stencils/Pneumatic/compilp.odg -share/apps/flow/stencils/Pneumatic/compilp.png -share/apps/flow/stencils/Pneumatic/compush.desktop -share/apps/flow/stencils/Pneumatic/compush.odg -share/apps/flow/stencils/Pneumatic/compush.png -share/apps/flow/stencils/Pneumatic/comspr.desktop -share/apps/flow/stencils/Pneumatic/comspr.odg -share/apps/flow/stencils/Pneumatic/comspr.png -share/apps/flow/stencils/Pneumatic/dejack.desktop -share/apps/flow/stencils/Pneumatic/dejack.odg -share/apps/flow/stencils/Pneumatic/dejack.png -share/apps/flow/stencils/Pneumatic/dist22.desktop -share/apps/flow/stencils/Pneumatic/dist22.odg -share/apps/flow/stencils/Pneumatic/dist22.png -share/apps/flow/stencils/Pneumatic/dist32.desktop -share/apps/flow/stencils/Pneumatic/dist32.odg -share/apps/flow/stencils/Pneumatic/dist32.png -share/apps/flow/stencils/Pneumatic/dist42.desktop -share/apps/flow/stencils/Pneumatic/dist42.odg -share/apps/flow/stencils/Pneumatic/dist42.png -share/apps/flow/stencils/Pneumatic/dist52.desktop -share/apps/flow/stencils/Pneumatic/dist52.odg -share/apps/flow/stencils/Pneumatic/dist52.png -share/apps/flow/stencils/Pneumatic/drain.desktop -share/apps/flow/stencils/Pneumatic/drain.odg -share/apps/flow/stencils/Pneumatic/drain.png -share/apps/flow/stencils/Pneumatic/press.desktop -share/apps/flow/stencils/Pneumatic/press.odg -share/apps/flow/stencils/Pneumatic/press.png -share/apps/flow/stencils/Pneumatic/presshy.desktop -share/apps/flow/stencils/Pneumatic/presshy.odg -share/apps/flow/stencils/Pneumatic/presshy.png -share/apps/flow/stencils/Pneumatic/presspn.desktop -share/apps/flow/stencils/Pneumatic/presspn.odg -share/apps/flow/stencils/Pneumatic/presspn.png -share/apps/flow/stencils/Pneumatic/seijack.desktop -share/apps/flow/stencils/Pneumatic/seijack.odg -share/apps/flow/stencils/Pneumatic/seijack.png -share/apps/flow/stencils/Pneumatic/seojack.desktop -share/apps/flow/stencils/Pneumatic/seojack.odg -share/apps/flow/stencils/Pneumatic/seojack.png -share/apps/flow/stencils/RDP/collection.desktop -share/apps/flow/stencils/RDP/place.desktop -share/apps/flow/stencils/RDP/place.odg -share/apps/flow/stencils/RDP/place.png -share/apps/flow/stencils/RDP/place_marquee.desktop -share/apps/flow/stencils/RDP/place_marquee.odg -share/apps/flow/stencils/RDP/place_marquee.png -share/apps/flow/stencils/RDP/t_transition.desktop -share/apps/flow/stencils/RDP/t_transition.odg -share/apps/flow/stencils/RDP/t_transition.png -share/apps/flow/stencils/RDP/transition.desktop -share/apps/flow/stencils/RDP/transition.odg -share/apps/flow/stencils/RDP/transition.png -share/apps/flow/stencils/Racks/collection.desktop -share/apps/flow/stencils/Racks/equipment_10u.desktop -share/apps/flow/stencils/Racks/equipment_10u.odg -share/apps/flow/stencils/Racks/equipment_10u.png -share/apps/flow/stencils/Racks/equipment_11u.desktop -share/apps/flow/stencils/Racks/equipment_11u.odg -share/apps/flow/stencils/Racks/equipment_11u.png -share/apps/flow/stencils/Racks/equipment_12u.desktop -share/apps/flow/stencils/Racks/equipment_12u.odg -share/apps/flow/stencils/Racks/equipment_12u.png -share/apps/flow/stencils/Racks/equipment_1u.desktop -share/apps/flow/stencils/Racks/equipment_1u.odg -share/apps/flow/stencils/Racks/equipment_1u.png -share/apps/flow/stencils/Racks/equipment_2u.desktop -share/apps/flow/stencils/Racks/equipment_2u.odg -share/apps/flow/stencils/Racks/equipment_2u.png -share/apps/flow/stencils/Racks/equipment_3u.desktop -share/apps/flow/stencils/Racks/equipment_3u.odg -share/apps/flow/stencils/Racks/equipment_3u.png -share/apps/flow/stencils/Racks/equipment_4u.desktop -share/apps/flow/stencils/Racks/equipment_4u.odg -share/apps/flow/stencils/Racks/equipment_4u.png -share/apps/flow/stencils/Racks/equipment_5u.desktop -share/apps/flow/stencils/Racks/equipment_5u.odg -share/apps/flow/stencils/Racks/equipment_5u.png -share/apps/flow/stencils/Racks/equipment_6u.desktop -share/apps/flow/stencils/Racks/equipment_6u.odg -share/apps/flow/stencils/Racks/equipment_6u.png -share/apps/flow/stencils/Racks/equipment_7u.desktop -share/apps/flow/stencils/Racks/equipment_7u.odg -share/apps/flow/stencils/Racks/equipment_7u.png -share/apps/flow/stencils/Racks/equipment_8u.desktop -share/apps/flow/stencils/Racks/equipment_8u.odg -share/apps/flow/stencils/Racks/equipment_8u.png -share/apps/flow/stencils/Racks/equipment_9u.desktop -share/apps/flow/stencils/Racks/equipment_9u.odg -share/apps/flow/stencils/Racks/equipment_9u.png -share/apps/flow/stencils/Racks/power_strip_bs.png -share/apps/flow/stencils/Racks/power_strip_bs_7.desktop -share/apps/flow/stencils/Racks/power_strip_bs_7.odg -share/apps/flow/stencils/Racks/power_strip_schuko.png -share/apps/flow/stencils/Racks/power_strip_schuko_8.desktop -share/apps/flow/stencils/Racks/power_strip_schuko_8.odg -share/apps/flow/stencils/Racks/power_strip_ute.png -share/apps/flow/stencils/Racks/power_strip_ute_8.desktop -share/apps/flow/stencils/Racks/power_strip_ute_8.odg -share/apps/flow/stencils/Racks/rack_12u.desktop -share/apps/flow/stencils/Racks/rack_12u.odg -share/apps/flow/stencils/Racks/rack_12u.png -share/apps/flow/stencils/Racks/rack_16u.desktop -share/apps/flow/stencils/Racks/rack_16u.odg -share/apps/flow/stencils/Racks/rack_16u.png -share/apps/flow/stencils/Racks/rack_20u.desktop -share/apps/flow/stencils/Racks/rack_20u.odg -share/apps/flow/stencils/Racks/rack_20u.png -share/apps/flow/stencils/Racks/rack_38u.desktop -share/apps/flow/stencils/Racks/rack_38u.odg -share/apps/flow/stencils/Racks/rack_38u.png -share/apps/flow/stencils/Racks/rack_42u.desktop -share/apps/flow/stencils/Racks/rack_42u.odg -share/apps/flow/stencils/Racks/rack_42u.png -share/apps/flow/stencils/Racks/rack_label_anchors_42u.desktop -share/apps/flow/stencils/Racks/rack_label_anchors_42u.odg -share/apps/flow/stencils/Racks/rack_label_anchors_42u.png -share/apps/flow/stencils/Renewable_Energy/collection.desktop -share/apps/flow/stencils/Renewable_Energy/cup_anemometer.desktop -share/apps/flow/stencils/Renewable_Energy/cup_anemometer.odg -share/apps/flow/stencils/Renewable_Energy/cup_anemometer.png -share/apps/flow/stencils/Renewable_Energy/data_logger.desktop -share/apps/flow/stencils/Renewable_Energy/data_logger.odg -share/apps/flow/stencils/Renewable_Energy/data_logger.png -share/apps/flow/stencils/Renewable_Energy/meas_tower.desktop -share/apps/flow/stencils/Renewable_Energy/meas_tower.odg -share/apps/flow/stencils/Renewable_Energy/meas_tower.png -share/apps/flow/stencils/Renewable_Energy/solar_module.desktop -share/apps/flow/stencils/Renewable_Energy/solar_module.odg -share/apps/flow/stencils/Renewable_Energy/solar_module.png -share/apps/flow/stencils/Renewable_Energy/temp_humi_sensor.desktop -share/apps/flow/stencils/Renewable_Energy/temp_humi_sensor.odg -share/apps/flow/stencils/Renewable_Energy/temp_humi_sensor.png -share/apps/flow/stencils/Renewable_Energy/wind_turbine.desktop -share/apps/flow/stencils/Renewable_Energy/wind_turbine.odg -share/apps/flow/stencils/Renewable_Energy/wind_turbine.png -share/apps/flow/stencils/Renewable_Energy/wind_vane.desktop -share/apps/flow/stencils/Renewable_Energy/wind_vane.odg -share/apps/flow/stencils/Renewable_Energy/wind_vane.png -share/apps/flow/stencils/SDL/block.desktop -share/apps/flow/stencils/SDL/block.odg -share/apps/flow/stencils/SDL/block.png -share/apps/flow/stencils/SDL/collection.desktop -share/apps/flow/stencils/SDL/comment.desktop -share/apps/flow/stencils/SDL/comment.odg -share/apps/flow/stencils/SDL/comment.png -share/apps/flow/stencils/SDL/decision.desktop -share/apps/flow/stencils/SDL/decision.odg -share/apps/flow/stencils/SDL/decision.png -share/apps/flow/stencils/SDL/function.desktop -share/apps/flow/stencils/SDL/function.odg -share/apps/flow/stencils/SDL/function.png -share/apps/flow/stencils/SDL/header.desktop -share/apps/flow/stencils/SDL/header.odg -share/apps/flow/stencils/SDL/header.png -share/apps/flow/stencils/SDL/inout.desktop -share/apps/flow/stencils/SDL/inout.odg -share/apps/flow/stencils/SDL/inout.png -share/apps/flow/stencils/SDL/macro.desktop -share/apps/flow/stencils/SDL/macro.odg -share/apps/flow/stencils/SDL/macro.png -share/apps/flow/stencils/SDL/note.desktop -share/apps/flow/stencils/SDL/note.odg -share/apps/flow/stencils/SDL/note.png -share/apps/flow/stencils/SDL/process.desktop -share/apps/flow/stencils/SDL/process.odg -share/apps/flow/stencils/SDL/process.png -share/apps/flow/stencils/SDL/receive.desktop -share/apps/flow/stencils/SDL/receive.odg -share/apps/flow/stencils/SDL/receive.png -share/apps/flow/stencils/SDL/return.desktop -share/apps/flow/stencils/SDL/return.odg -share/apps/flow/stencils/SDL/return.png -share/apps/flow/stencils/SDL/save.desktop -share/apps/flow/stencils/SDL/save.odg -share/apps/flow/stencils/SDL/save.png -share/apps/flow/stencils/SDL/send.desktop -share/apps/flow/stencils/SDL/send.odg -share/apps/flow/stencils/SDL/send.png -share/apps/flow/stencils/SDL/service.desktop -share/apps/flow/stencils/SDL/service.odg -share/apps/flow/stencils/SDL/service.png -share/apps/flow/stencils/SDL/state.desktop -share/apps/flow/stencils/SDL/state.odg -share/apps/flow/stencils/SDL/state.png -share/apps/flow/stencils/SDL/stop.desktop -share/apps/flow/stencils/SDL/stop.odg -share/apps/flow/stencils/SDL/stop.png -share/apps/flow/stencils/SDL/task.desktop -share/apps/flow/stencils/SDL/task.odg -share/apps/flow/stencils/SDL/task.png -share/apps/flow/stencils/Scenegraph/appearance.desktop -share/apps/flow/stencils/Scenegraph/appearance.odg -share/apps/flow/stencils/Scenegraph/appearance.png -share/apps/flow/stencils/Scenegraph/callback.desktop -share/apps/flow/stencils/Scenegraph/callback.odg -share/apps/flow/stencils/Scenegraph/callback.png -share/apps/flow/stencils/Scenegraph/camera.desktop -share/apps/flow/stencils/Scenegraph/camera.odg -share/apps/flow/stencils/Scenegraph/camera.png -share/apps/flow/stencils/Scenegraph/collection.desktop -share/apps/flow/stencils/Scenegraph/component.desktop -share/apps/flow/stencils/Scenegraph/component.odg -share/apps/flow/stencils/Scenegraph/component.png -share/apps/flow/stencils/Scenegraph/engine.desktop -share/apps/flow/stencils/Scenegraph/engine.odg -share/apps/flow/stencils/Scenegraph/engine.png -share/apps/flow/stencils/Scenegraph/field.desktop -share/apps/flow/stencils/Scenegraph/field.odg -share/apps/flow/stencils/Scenegraph/field.png -share/apps/flow/stencils/Scenegraph/group.desktop -share/apps/flow/stencils/Scenegraph/group.odg -share/apps/flow/stencils/Scenegraph/group.png -share/apps/flow/stencils/Scenegraph/light.desktop -share/apps/flow/stencils/Scenegraph/light.odg -share/apps/flow/stencils/Scenegraph/light.png -share/apps/flow/stencils/Scenegraph/manipulator.desktop -share/apps/flow/stencils/Scenegraph/manipulator.odg -share/apps/flow/stencils/Scenegraph/manipulator.png -share/apps/flow/stencils/Scenegraph/metric.desktop -share/apps/flow/stencils/Scenegraph/metric.odg -share/apps/flow/stencils/Scenegraph/metric.png -share/apps/flow/stencils/Scenegraph/nodekit.desktop -share/apps/flow/stencils/Scenegraph/nodekit.odg -share/apps/flow/stencils/Scenegraph/nodekit.png -share/apps/flow/stencils/Scenegraph/property.desktop -share/apps/flow/stencils/Scenegraph/property.odg -share/apps/flow/stencils/Scenegraph/property.png -share/apps/flow/stencils/Scenegraph/realtimeglobalfield.desktop -share/apps/flow/stencils/Scenegraph/realtimeglobalfield.odg -share/apps/flow/stencils/Scenegraph/realtimeglobalfield.png -share/apps/flow/stencils/Scenegraph/separator.desktop -share/apps/flow/stencils/Scenegraph/separator.odg -share/apps/flow/stencils/Scenegraph/separator.png -share/apps/flow/stencils/Scenegraph/shape.desktop -share/apps/flow/stencils/Scenegraph/shape.odg -share/apps/flow/stencils/Scenegraph/shape.png -share/apps/flow/stencils/Scenegraph/soselection.desktop -share/apps/flow/stencils/Scenegraph/soselection.odg -share/apps/flow/stencils/Scenegraph/soselection.png -share/apps/flow/stencils/Scenegraph/subgraph.desktop -share/apps/flow/stencils/Scenegraph/subgraph.odg -share/apps/flow/stencils/Scenegraph/subgraph.png -share/apps/flow/stencils/Scenegraph/switch.desktop -share/apps/flow/stencils/Scenegraph/switch.odg -share/apps/flow/stencils/Scenegraph/switch.png -share/apps/flow/stencils/Scenegraph/transform.desktop -share/apps/flow/stencils/Scenegraph/transform.odg -share/apps/flow/stencils/Scenegraph/transform.png -share/apps/flow/stencils/Sybase/client.desktop -share/apps/flow/stencils/Sybase/client.odg -share/apps/flow/stencils/Sybase/client.png -share/apps/flow/stencils/Sybase/collection.desktop -share/apps/flow/stencils/Sybase/dataserver.desktop -share/apps/flow/stencils/Sybase/dataserver.odg -share/apps/flow/stencils/Sybase/dataserver.png -share/apps/flow/stencils/Sybase/ltm.desktop -share/apps/flow/stencils/Sybase/ltm.odg -share/apps/flow/stencils/Sybase/ltm.png -share/apps/flow/stencils/Sybase/repserver.desktop -share/apps/flow/stencils/Sybase/repserver.odg -share/apps/flow/stencils/Sybase/repserver.png -share/apps/flow/stencils/Sybase/rsm.desktop -share/apps/flow/stencils/Sybase/rsm.odg -share/apps/flow/stencils/Sybase/rsm.png -share/apps/flow/stencils/Sybase/stableq.desktop -share/apps/flow/stencils/Sybase/stableq.odg -share/apps/flow/stencils/Sybase/stableq.png -share/apps/flow/stencils/Value_Stream_Mapping/collection.desktop -share/apps/flow/stencils/Value_Stream_Mapping/happy_face.desktop -share/apps/flow/stencils/Value_Stream_Mapping/happy_face.odg -share/apps/flow/stencils/Value_Stream_Mapping/happy_face.png -share/apps/flow/templates/Basic/.source/empty-landscape.otg -share/apps/flow/templates/Basic/.source/empty-portrait.otg -share/apps/flow/templates/Basic/empty-landscape.desktop -share/apps/flow/templates/Basic/empty-portrait.desktop -share/apps/formulashape/fonts/Arev.ttf -share/apps/formulashape/fonts/ArevBI.ttf -share/apps/formulashape/fonts/ArevBd.ttf -share/apps/formulashape/fonts/ArevIt.ttf -share/apps/formulashape/fonts/cmex10.ttf -share/apps/karbon/gradients/allcolors.kgr -share/apps/karbon/gradients/simple.kgr -share/apps/karbon/icons/hicolor/16x16/actions/style_line.png -share/apps/karbon/icons/hicolor/22x22/actions/effect_flatten.png -share/apps/karbon/icons/hicolor/22x22/actions/effect_refine.png -share/apps/karbon/icons/hicolor/22x22/actions/effect_roundcorners.png -share/apps/karbon/icons/hicolor/22x22/actions/effect_whirl.png -share/apps/karbon/icons/hicolor/22x22/actions/object_ellipse.png -share/apps/karbon/icons/hicolor/22x22/actions/object_image.png -share/apps/karbon/icons/hicolor/22x22/actions/object_polygon.png -share/apps/karbon/icons/hicolor/22x22/actions/object_polyline.png -share/apps/karbon/icons/hicolor/22x22/actions/object_rectangle.png -share/apps/karbon/icons/hicolor/22x22/actions/object_roundrect.png -share/apps/karbon/icons/hicolor/22x22/actions/object_sinus.png -share/apps/karbon/icons/hicolor/22x22/actions/object_spiral.png -share/apps/karbon/icons/hicolor/22x22/actions/object_star.png -share/apps/karbon/icons/hicolor/22x22/actions/object_text.png -share/apps/karbon/icons/hicolor/48x48/actions/template_empty.png -share/apps/karbon/icons/hicolor/scalable/actions/template_empty.svgz -share/apps/karbon/karbon.rc -share/apps/karbon/karbon_readonly.rc -share/apps/karbon/palettes/svg-colors.gpl -share/apps/karbon/plugins/FlattenPathPlugin.rc -share/apps/karbon/plugins/RefinePathPlugin.rc -share/apps/karbon/plugins/RoundCornersPlugin.rc -share/apps/karbon/plugins/WhirlPinchPlugin.rc -share/apps/karbon/templates/Basic/.directory -share/apps/karbon/templates/Basic/.source/empty.odg -share/apps/karbon/templates/Basic/empty.desktop -share/apps/kexi/icons/hicolor/128x128/actions/form_action.png -share/apps/kexi/icons/hicolor/16x16/actions/add_field.png -share/apps/kexi/icons/hicolor/16x16/actions/aofit.png -share/apps/kexi/icons/hicolor/16x16/actions/aogrid.png -share/apps/kexi/icons/hicolor/16x16/actions/aopos2grid.png -share/apps/kexi/icons/hicolor/16x16/actions/autofield.png -share/apps/kexi/icons/hicolor/16x16/actions/autonumber.png -share/apps/kexi/icons/hicolor/16x16/actions/business_user.png -share/apps/kexi/icons/hicolor/16x16/actions/button.png -share/apps/kexi/icons/hicolor/16x16/actions/button_no.png -share/apps/kexi/icons/hicolor/16x16/actions/check.png -share/apps/kexi/icons/hicolor/16x16/actions/clear_table_contents.png -share/apps/kexi/icons/hicolor/16x16/actions/close.png -share/apps/kexi/icons/hicolor/16x16/actions/combo.png -share/apps/kexi/icons/hicolor/16x16/actions/database-import.png -share/apps/kexi/icons/hicolor/16x16/actions/delete_table_row.png -share/apps/kexi/icons/hicolor/16x16/actions/form.png -share/apps/kexi/icons/hicolor/16x16/actions/form_action.png -share/apps/kexi/icons/hicolor/16x16/actions/form_newobj.png -share/apps/kexi/icons/hicolor/16x16/actions/frame.png -share/apps/kexi/icons/hicolor/16x16/actions/grid.png -share/apps/kexi/icons/hicolor/16x16/actions/groupbox.png -share/apps/kexi/icons/hicolor/16x16/actions/insert_table_row.png -share/apps/kexi/icons/hicolor/16x16/actions/key.png -share/apps/kexi/icons/hicolor/16x16/actions/line.png -share/apps/kexi/icons/hicolor/16x16/actions/line_horizontal.png -share/apps/kexi/icons/hicolor/16x16/actions/line_vertical.png -share/apps/kexi/icons/hicolor/16x16/actions/lineedit.png -share/apps/kexi/icons/hicolor/16x16/actions/macro.png -share/apps/kexi/icons/hicolor/16x16/actions/macro_newobj.png -%%MARBLE%%share/apps/kexi/icons/hicolor/16x16/actions/map_browser.png -share/apps/kexi/icons/hicolor/16x16/actions/mouse_pointer.png -share/apps/kexi/icons/hicolor/16x16/actions/multiple_obj.png -share/apps/kexi/icons/hicolor/16x16/actions/new_sign.png -share/apps/kexi/icons/hicolor/16x16/actions/pixmaplabel.png -share/apps/kexi/icons/hicolor/16x16/actions/query.png -share/apps/kexi/icons/hicolor/16x16/actions/query_newobj.png -share/apps/kexi/icons/hicolor/16x16/actions/radio.png -share/apps/kexi/icons/hicolor/16x16/actions/relation.png -share/apps/kexi/icons/hicolor/16x16/actions/report.png -share/apps/kexi/icons/hicolor/16x16/actions/report_newobj.png -share/apps/kexi/icons/hicolor/16x16/actions/script.png -share/apps/kexi/icons/hicolor/16x16/actions/script_newobj.png -share/apps/kexi/icons/hicolor/16x16/actions/state_data.png -share/apps/kexi/icons/hicolor/16x16/actions/state_edit.png -share/apps/kexi/icons/hicolor/16x16/actions/state_sql.png -share/apps/kexi/icons/hicolor/16x16/actions/subform.png -share/apps/kexi/icons/hicolor/16x16/actions/table.png -share/apps/kexi/icons/hicolor/16x16/actions/table_newobj.png -share/apps/kexi/icons/hicolor/16x16/actions/tabwidget.png -share/apps/kexi/icons/hicolor/16x16/actions/tabwidget_tab.png -share/apps/kexi/icons/hicolor/16x16/actions/test_it.png -share/apps/kexi/icons/hicolor/16x16/actions/textedit.png -share/apps/kexi/icons/hicolor/16x16/actions/unknown_widget.png -share/apps/kexi/icons/hicolor/16x16/actions/web_browser.png -share/apps/kexi/icons/hicolor/16x16/actions/widgets.png -share/apps/kexi/icons/hicolor/22x22/actions/alignobjs.png -share/apps/kexi/icons/hicolor/22x22/actions/aobottom.png -share/apps/kexi/icons/hicolor/22x22/actions/aofit.png -share/apps/kexi/icons/hicolor/22x22/actions/aogrid.png -share/apps/kexi/icons/hicolor/22x22/actions/aoleft.png -share/apps/kexi/icons/hicolor/22x22/actions/aonarrowest.png -share/apps/kexi/icons/hicolor/22x22/actions/aopos2grid.png -share/apps/kexi/icons/hicolor/22x22/actions/aoright.png -share/apps/kexi/icons/hicolor/22x22/actions/aoshortest.png -share/apps/kexi/icons/hicolor/22x22/actions/aotallest.png -share/apps/kexi/icons/hicolor/22x22/actions/aotop.png -share/apps/kexi/icons/hicolor/22x22/actions/aowidest.png -share/apps/kexi/icons/hicolor/22x22/actions/autofield.png -share/apps/kexi/icons/hicolor/22x22/actions/business_user.png -share/apps/kexi/icons/hicolor/22x22/actions/button.png -share/apps/kexi/icons/hicolor/22x22/actions/check.png -share/apps/kexi/icons/hicolor/22x22/actions/clear_table_contents.png -share/apps/kexi/icons/hicolor/22x22/actions/close.png -share/apps/kexi/icons/hicolor/22x22/actions/combo.png -share/apps/kexi/icons/hicolor/22x22/actions/database-import.png -share/apps/kexi/icons/hicolor/22x22/actions/dateedit.png -share/apps/kexi/icons/hicolor/22x22/actions/datetimeedit.png -share/apps/kexi/icons/hicolor/22x22/actions/delete_table_row.png -share/apps/kexi/icons/hicolor/22x22/actions/form.png -share/apps/kexi/icons/hicolor/22x22/actions/form_action.png -share/apps/kexi/icons/hicolor/22x22/actions/form_edit.png -share/apps/kexi/icons/hicolor/22x22/actions/form_newobj.png -share/apps/kexi/icons/hicolor/22x22/actions/frame.png -share/apps/kexi/icons/hicolor/22x22/actions/grid.png -share/apps/kexi/icons/hicolor/22x22/actions/groupbox.png -share/apps/kexi/icons/hicolor/22x22/actions/insert_table_row.png -share/apps/kexi/icons/hicolor/22x22/actions/key.png -share/apps/kexi/icons/hicolor/22x22/actions/label.png -share/apps/kexi/icons/hicolor/22x22/actions/line.png -share/apps/kexi/icons/hicolor/22x22/actions/line_horizontal.png -share/apps/kexi/icons/hicolor/22x22/actions/line_vertical.png -share/apps/kexi/icons/hicolor/22x22/actions/lineedit.png -share/apps/kexi/icons/hicolor/22x22/actions/listbox.png -share/apps/kexi/icons/hicolor/22x22/actions/listwidget.png -share/apps/kexi/icons/hicolor/22x22/actions/lower.png -share/apps/kexi/icons/hicolor/22x22/actions/macro.png -share/apps/kexi/icons/hicolor/22x22/actions/macro_newobj.png -%%MARBLE%%share/apps/kexi/icons/hicolor/22x22/actions/map_browser.png -share/apps/kexi/icons/hicolor/22x22/actions/mouse_pointer.png -share/apps/kexi/icons/hicolor/22x22/actions/multiple_obj.png -share/apps/kexi/icons/hicolor/22x22/actions/new_sign.png -share/apps/kexi/icons/hicolor/22x22/actions/pixmaplabel.png -share/apps/kexi/icons/hicolor/22x22/actions/progress.png -share/apps/kexi/icons/hicolor/22x22/actions/query.png -share/apps/kexi/icons/hicolor/22x22/actions/query_newobj.png -share/apps/kexi/icons/hicolor/22x22/actions/radio.png -share/apps/kexi/icons/hicolor/22x22/actions/raise.png -share/apps/kexi/icons/hicolor/22x22/actions/relation.png -share/apps/kexi/icons/hicolor/22x22/actions/report.png -share/apps/kexi/icons/hicolor/22x22/actions/report_newobj.png -share/apps/kexi/icons/hicolor/22x22/actions/signalslot.png -share/apps/kexi/icons/hicolor/22x22/actions/slider.png -share/apps/kexi/icons/hicolor/22x22/actions/spin.png -share/apps/kexi/icons/hicolor/22x22/actions/state_data.png -share/apps/kexi/icons/hicolor/22x22/actions/state_edit.png -share/apps/kexi/icons/hicolor/22x22/actions/state_sql.png -share/apps/kexi/icons/hicolor/22x22/actions/subform.png -share/apps/kexi/icons/hicolor/22x22/actions/table.png -share/apps/kexi/icons/hicolor/22x22/actions/table_newobj.png -share/apps/kexi/icons/hicolor/22x22/actions/tabwidget.png -share/apps/kexi/icons/hicolor/22x22/actions/tabwidget_tab.png -share/apps/kexi/icons/hicolor/22x22/actions/test_it.png -share/apps/kexi/icons/hicolor/22x22/actions/textedit.png -share/apps/kexi/icons/hicolor/22x22/actions/timeedit.png -share/apps/kexi/icons/hicolor/22x22/actions/unknown_widget.png -share/apps/kexi/icons/hicolor/22x22/actions/urlrequest.png -share/apps/kexi/icons/hicolor/22x22/actions/web_browser.png -share/apps/kexi/icons/hicolor/22x22/actions/widgets.png -share/apps/kexi/icons/hicolor/22x22/actions/widgetstack.png -share/apps/kexi/icons/hicolor/32x32/actions/business_user.png -share/apps/kexi/icons/hicolor/32x32/actions/clear_table_contents.png -share/apps/kexi/icons/hicolor/32x32/actions/close.png -share/apps/kexi/icons/hicolor/32x32/actions/database-import.png -share/apps/kexi/icons/hicolor/32x32/actions/delete_table_row.png -share/apps/kexi/icons/hicolor/32x32/actions/form.png -share/apps/kexi/icons/hicolor/32x32/actions/form_action.png -share/apps/kexi/icons/hicolor/32x32/actions/form_newobj.png -share/apps/kexi/icons/hicolor/32x32/actions/grid.png -share/apps/kexi/icons/hicolor/32x32/actions/insert_table_row.png -share/apps/kexi/icons/hicolor/32x32/actions/key.png -share/apps/kexi/icons/hicolor/32x32/actions/macro.png -share/apps/kexi/icons/hicolor/32x32/actions/macro_newobj.png -share/apps/kexi/icons/hicolor/32x32/actions/new_sign.png -share/apps/kexi/icons/hicolor/32x32/actions/pixmaplabel.png -share/apps/kexi/icons/hicolor/32x32/actions/query.png -share/apps/kexi/icons/hicolor/32x32/actions/query_newobj.png -share/apps/kexi/icons/hicolor/32x32/actions/report.png -share/apps/kexi/icons/hicolor/32x32/actions/report_newobj.png -share/apps/kexi/icons/hicolor/32x32/actions/state_data.png -share/apps/kexi/icons/hicolor/32x32/actions/state_sql.png -share/apps/kexi/icons/hicolor/32x32/actions/table.png -share/apps/kexi/icons/hicolor/32x32/actions/table_newobj.png -share/apps/kexi/icons/hicolor/48x48/actions/database-import.png -share/apps/kexi/icons/hicolor/48x48/actions/form_action.png -share/apps/kexi/icons/hicolor/48x48/actions/key.png -share/apps/kexi/icons/hicolor/64x64/actions/business_user.png -share/apps/kexi/icons/hicolor/64x64/actions/form_action.png -share/apps/kexi/icons/oxygen/128x128/mimetypes/application-x-kexi-connectiondata.png -share/apps/kexi/icons/oxygen/128x128/mimetypes/application-x-kexiproject-shortcut.png -share/apps/kexi/icons/oxygen/128x128/mimetypes/application-x-kexiproject-sqlite.png -share/apps/kexi/icons/oxygen/128x128/mimetypes/application-x-kexiproject-sqlite2.png -share/apps/kexi/icons/oxygen/128x128/mimetypes/application-x-kexiproject-sqlite3.png -share/apps/kexi/icons/oxygen/128x128/mimetypes/application-x-sqlite2.png -share/apps/kexi/icons/oxygen/128x128/mimetypes/application-x-sqlite3.png -share/apps/kexi/icons/oxygen/16x16/actions/data-source-tag.png -share/apps/kexi/icons/oxygen/16x16/actions/table.png -share/apps/kexi/icons/oxygen/16x16/mimetypes/application-x-kexi-connectiondata.png -share/apps/kexi/icons/oxygen/16x16/mimetypes/application-x-kexiproject-shortcut.png -share/apps/kexi/icons/oxygen/16x16/mimetypes/application-x-kexiproject-sqlite.png -share/apps/kexi/icons/oxygen/16x16/mimetypes/application-x-kexiproject-sqlite2.png -share/apps/kexi/icons/oxygen/16x16/mimetypes/application-x-kexiproject-sqlite3.png -share/apps/kexi/icons/oxygen/16x16/mimetypes/application-x-sqlite2.png -share/apps/kexi/icons/oxygen/16x16/mimetypes/application-x-sqlite3.png -share/apps/kexi/icons/oxygen/16x16/places/breeze-kexi-file-database.svgz -share/apps/kexi/icons/oxygen/16x16/places/breeze-network-server-database.svgz -share/apps/kexi/icons/oxygen/22x22/actions/breeze-database-import.svgz -share/apps/kexi/icons/oxygen/22x22/actions/breeze-kexi-document-empty.svgz -share/apps/kexi/icons/oxygen/22x22/actions/data-source-tag.png -share/apps/kexi/icons/oxygen/22x22/actions/table.png -share/apps/kexi/icons/oxygen/22x22/mimetypes/application-x-kexi-connectiondata.png -share/apps/kexi/icons/oxygen/22x22/mimetypes/application-x-kexiproject-shortcut.png -share/apps/kexi/icons/oxygen/22x22/mimetypes/application-x-kexiproject-sqlite.png -share/apps/kexi/icons/oxygen/22x22/mimetypes/application-x-kexiproject-sqlite2.png -share/apps/kexi/icons/oxygen/22x22/mimetypes/application-x-kexiproject-sqlite3.png -share/apps/kexi/icons/oxygen/22x22/mimetypes/application-x-sqlite2.png -share/apps/kexi/icons/oxygen/22x22/mimetypes/application-x-sqlite3.png -share/apps/kexi/icons/oxygen/22x22/places/breeze-kexi-file-database.svgz -share/apps/kexi/icons/oxygen/22x22/places/breeze-network-server-database.svgz -share/apps/kexi/icons/oxygen/32x32/actions/breeze-kexi-document-empty.svgz -share/apps/kexi/icons/oxygen/32x32/actions/kexi-document-empty.png -share/apps/kexi/icons/oxygen/32x32/actions/kexi-document-empty.svgz -share/apps/kexi/icons/oxygen/32x32/actions/table.png -share/apps/kexi/icons/oxygen/32x32/mimetypes/application-x-kexi-connectiondata.png -share/apps/kexi/icons/oxygen/32x32/mimetypes/application-x-kexiproject-shortcut.png -share/apps/kexi/icons/oxygen/32x32/mimetypes/application-x-kexiproject-sqlite.png -share/apps/kexi/icons/oxygen/32x32/mimetypes/application-x-kexiproject-sqlite2.png -share/apps/kexi/icons/oxygen/32x32/mimetypes/application-x-kexiproject-sqlite3.png -share/apps/kexi/icons/oxygen/32x32/mimetypes/application-x-sqlite2.png -share/apps/kexi/icons/oxygen/32x32/mimetypes/application-x-sqlite3.png -share/apps/kexi/icons/oxygen/32x32/places/breeze-kexi-file-database.svgz -share/apps/kexi/icons/oxygen/32x32/places/breeze-network-server-database.svgz -share/apps/kexi/icons/oxygen/48x48/actions/kexi-document-empty.png -share/apps/kexi/icons/oxygen/48x48/mimetypes/application-x-kexi-connectiondata.png -share/apps/kexi/icons/oxygen/48x48/mimetypes/application-x-kexiproject-shortcut.png -share/apps/kexi/icons/oxygen/48x48/mimetypes/application-x-kexiproject-sqlite.png -share/apps/kexi/icons/oxygen/48x48/mimetypes/application-x-kexiproject-sqlite2.png -share/apps/kexi/icons/oxygen/48x48/mimetypes/application-x-kexiproject-sqlite3.png -share/apps/kexi/icons/oxygen/48x48/mimetypes/application-x-sqlite2.png -share/apps/kexi/icons/oxygen/48x48/mimetypes/application-x-sqlite3.png -share/apps/kexi/icons/oxygen/64x64/actions/kexi-document-empty.svgz -share/apps/kexi/icons/oxygen/64x64/mimetypes/application-x-kexi-connectiondata.png -share/apps/kexi/icons/oxygen/64x64/mimetypes/application-x-kexiproject-shortcut.png -share/apps/kexi/icons/oxygen/64x64/mimetypes/application-x-kexiproject-sqlite.png -share/apps/kexi/icons/oxygen/64x64/mimetypes/application-x-kexiproject-sqlite2.png -share/apps/kexi/icons/oxygen/64x64/mimetypes/application-x-kexiproject-sqlite3.png -share/apps/kexi/icons/oxygen/64x64/mimetypes/application-x-sqlite2.png -share/apps/kexi/icons/oxygen/64x64/mimetypes/application-x-sqlite3.png -share/apps/kexi/icons/oxygen/scalable/actions/small/16x16/data-source-tag.svgz -share/apps/kexi/icons/oxygen/scalable/actions/small/22x22/data-source-tag.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/application-x-kexi-connectiondata.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/application-x-kexiproject-shortcut.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/application-x-kexiproject-sqlite.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/application-x-kexiproject-sqlite2.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/application-x-kexiproject-sqlite3.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/application-x-sqlite2.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/application-x-sqlite3.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/small/16x16/application-x-kexi-connectiondata.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/small/16x16/application-x-kexiproject-shortcut.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/small/16x16/application-x-kexiproject-sqlite.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/small/16x16/application-x-kexiproject-sqlite2.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/small/16x16/application-x-kexiproject-sqlite3.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/small/16x16/application-x-sqlite2.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/small/16x16/application-x-sqlite3.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/small/22x22/application-x-kexi-connectiondata.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/small/22x22/application-x-kexiproject-shortcut.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/small/22x22/application-x-kexiproject-sqlite.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/small/22x22/application-x-kexiproject-sqlite2.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/small/22x22/application-x-kexiproject-sqlite3.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/small/22x22/application-x-sqlite2.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/small/22x22/application-x-sqlite3.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/small/32x32/application-x-kexi-connectiondata.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/small/32x32/application-x-kexiproject-shortcut.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/small/48x48/application-x-kexi-connectiondata.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/small/48x48/application-x-kexiproject-shortcut.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/small/64x64/application-x-kexi-connectiondata.svgz -share/apps/kexi/icons/oxygen/scalable/mimetypes/small/64x64/application-x-kexiproject-shortcut.svgz -share/apps/kexi/pics/calligra-logo-black-glow.png -share/apps/kexi/pics/calligra-logo-white-glow.png -share/apps/kexi/pics/external-link.png -share/apps/kexi/status/2.9.0/contribution_details.ui -share/apps/kexi/status/2.9.0/contribution_help.ui -share/apps/kexi/status/2.9.0/status.rcc -share/apps/kexi/status/2.9.0/status.ui -share/apps/kexi/status/2.9.0/status_strings.ui -share/apps/koproperty/icons/hicolor/16x16/actions/button_no.png -share/apps/krita/actions/ArtisticTextToolFactoryID.action -share/apps/krita/actions/InteractionTool.action -share/apps/krita/actions/KisRulerAssistantTool.action -share/apps/krita/actions/KisToolCrop.action -share/apps/krita/actions/KisToolGrid.action -share/apps/krita/actions/KisToolPath.action -share/apps/krita/actions/KisToolPencil.action -share/apps/krita/actions/KisToolPerspectiveGrid.action -share/apps/krita/actions/KisToolPolygon.action -share/apps/krita/actions/KisToolPolyline.action -share/apps/krita/actions/KisToolSelectContiguous.action -share/apps/krita/actions/KisToolSelectElliptical.action -share/apps/krita/actions/KisToolSelectOutline.action -share/apps/krita/actions/KisToolSelectPath.action -share/apps/krita/actions/KisToolSelectPolygonal.action -share/apps/krita/actions/KisToolSelectRectangular.action -share/apps/krita/actions/KisToolSelectSimilar.action -share/apps/krita/actions/KisToolTransform.action -share/apps/krita/actions/PathToolFactoryId.action -share/apps/krita/actions/TextToolFactory_ID.action -share/apps/krita/actions/krita.action -share/apps/krita/brushes/3_brush.png -share/apps/krita/brushes/3_dotted-flat.png -share/apps/krita/brushes/3_eroded.gih -share/apps/krita/brushes/3_flat-brush.png -share/apps/krita/brushes/3_rake.png -share/apps/krita/brushes/3_splat.png -share/apps/krita/brushes/3_texture.png -share/apps/krita/brushes/A_Angular_church.gbr -share/apps/krita/brushes/A_Angular_church_HR.gbr -share/apps/krita/brushes/A_Braids.gbr -share/apps/krita/brushes/A_Braids_b.gbr -share/apps/krita/brushes/A_Chain.gbr -share/apps/krita/brushes/A_Nice_sketch.gbr -share/apps/krita/brushes/A_Nice_sketch2.gbr -share/apps/krita/brushes/A_Rake.gbr -share/apps/krita/brushes/A_abstract-textured1.gbr -share/apps/krita/brushes/A_abstract-textured2.gbr -share/apps/krita/brushes/A_bamboo-leaves.gih -share/apps/krita/brushes/A_bamboo.gih -share/apps/krita/brushes/A_bokey.gbr -share/apps/krita/brushes/A_cloudy.gbr -share/apps/krita/brushes/A_concrete.gbr -share/apps/krita/brushes/A_crackled.gbr -share/apps/krita/brushes/A_craqules.gbr -share/apps/krita/brushes/A_crayon.gbr -share/apps/krita/brushes/A_dirty-brush.gih -share/apps/krita/brushes/A_dirty-spot.gbr -share/apps/krita/brushes/A_distant-mountain.gih -share/apps/krita/brushes/A_dynamic-brush.gih -share/apps/krita/brushes/A_dynamic-brush3.gih -share/apps/krita/brushes/A_eroded-brush2.gih -share/apps/krita/brushes/A_eroded-cercle-anim.gih -share/apps/krita/brushes/A_eroded-cercle_2.gbr -share/apps/krita/brushes/A_eroded-chinese-anim.gih -share/apps/krita/brushes/A_eroded-dirtybrush-anim.gih -share/apps/krita/brushes/A_eroded-knife-anim.gih -share/apps/krita/brushes/A_fairy-dust.gih -share/apps/krita/brushes/A_floor.gih -share/apps/krita/brushes/A_flowers.gih -share/apps/krita/brushes/A_forest.gih -share/apps/krita/brushes/A_fur.gih -share/apps/krita/brushes/A_grass-floor.gih -share/apps/krita/brushes/A_herbs.gih -share/apps/krita/brushes/A_leaves-mapple.gih -share/apps/krita/brushes/A_leaves.gih -share/apps/krita/brushes/A_lucky_star.gbr -share/apps/krita/brushes/A_mineral-cristal.gih -share/apps/krita/brushes/A_mountain-texture.gbr -share/apps/krita/brushes/A_pin.gih -share/apps/krita/brushes/A_provencal.gbr -share/apps/krita/brushes/A_random-vegetal.gih -share/apps/krita/brushes/A_random-vegetal2.gih -share/apps/krita/brushes/A_random-vegetal3.gbr -share/apps/krita/brushes/A_reptile-skin.gbr -share/apps/krita/brushes/A_rocks-floor-neg.gih -share/apps/krita/brushes/A_rocks.gih -share/apps/krita/brushes/A_smoke.gbr -share/apps/krita/brushes/A_snow-pack.gih -share/apps/krita/brushes/A_sparkle1.gbr -share/apps/krita/brushes/A_sparkle2.gbr -share/apps/krita/brushes/A_sparkle3.gbr -share/apps/krita/brushes/A_splat1.gbr -share/apps/krita/brushes/A_splat2.gih -share/apps/krita/brushes/A_starfield.gih -share/apps/krita/brushes/A_starfield2.gbr -share/apps/krita/brushes/A_wall-texture.gih -share/apps/krita/brushes/C_Cloud_1.gbr -share/apps/krita/brushes/C_Dirty_Spot.gbr -share/apps/krita/brushes/D_Dust_1.gbr -share/apps/krita/brushes/D_Dust_Particles.gih -share/apps/krita/brushes/D_Normal_dust.gbr -share/apps/krita/brushes/F_Furr_fast.gbr -share/apps/krita/brushes/G_Sparks.gih -share/apps/krita/brushes/LJF_Foliage_Brush_01.gbr -share/apps/krita/brushes/LJF_Foliage_Brush_02.gbr -share/apps/krita/brushes/LJF_Water_Brush_02.gih -share/apps/krita/brushes/LJF_Water_Brush_03.gih -share/apps/krita/brushes/LJF_smoke_c.gih -share/apps/krita/brushes/L_Coroballs.gbr -share/apps/krita/brushes/L_Foliage_1.gbr -share/apps/krita/brushes/L_Leaf_2.gbr -share/apps/krita/brushes/L_Leaf_3.gbr -share/apps/krita/brushes/L_Trees.gih -share/apps/krita/brushes/MZ_leaves.gbr -share/apps/krita/brushes/M_01.gbr -share/apps/krita/brushes/M_02.gbr -share/apps/krita/brushes/M_03.gbr -share/apps/krita/brushes/M_04.gbr -share/apps/krita/brushes/M_05.gbr -share/apps/krita/brushes/M_06.gbr -share/apps/krita/brushes/M_07.gbr -share/apps/krita/brushes/M_08.gbr -share/apps/krita/brushes/M_09.gbr -share/apps/krita/brushes/M_Arrow.gbr -share/apps/krita/brushes/M_Bulb.gbr -share/apps/krita/brushes/M_Cage.gbr -share/apps/krita/brushes/M_Pipe_1.gbr -share/apps/krita/brushes/M_Pipe_2.gbr -share/apps/krita/brushes/M_Pipe_3.gbr -share/apps/krita/brushes/M_Pipe_whiteflat.png -share/apps/krita/brushes/N_Grass_1.gih -share/apps/krita/brushes/N_Grass_2.gih -share/apps/krita/brushes/O_Oil_Soft.gbr -share/apps/krita/brushes/O_Oils_1.gbr -share/apps/krita/brushes/O_Oils_1_GP.gbr -share/apps/krita/brushes/O_Oils_Softer.gbr -share/apps/krita/brushes/P_2B_Pencil_Angled.gih -share/apps/krita/brushes/P_6B_Pencil_Angled.gih -share/apps/krita/brushes/P_Graphite_Black_Grass.gih -share/apps/krita/brushes/P_Graphite_Pencil.gih -share/apps/krita/brushes/P_Graphite_Pencil_grain.gih -share/apps/krita/brushes/P_Graphite_Pencil_grainb.gih -share/apps/krita/brushes/P_RealPencil10x10.gih -share/apps/krita/brushes/P_RealPencil16x16.gih -share/apps/krita/brushes/R_Rake1.gbr -share/apps/krita/brushes/R_Rake2.gbr -share/apps/krita/brushes/R_Rake3.gbr -share/apps/krita/brushes/R_Rake4.gbr -share/apps/krita/brushes/R_Rake_small.gbr -share/apps/krita/brushes/Real_Oil_2.gbr -share/apps/krita/brushes/Real_oil_1.gbr -share/apps/krita/brushes/S_Smudge_Cheese.gbr -share/apps/krita/brushes/S_splats_02.gih -share/apps/krita/brushes/Sc_Scratch.gih -share/apps/krita/brushes/Sc_Scratches.gbr -share/apps/krita/brushes/Sc_Scratches_2.gbr -share/apps/krita/brushes/Sc_Scratches_3.gbr -share/apps/krita/brushes/T_Fibers_1.gih -share/apps/krita/brushes/T_Fibers_2.gih -share/apps/krita/brushes/T_Texture_1.gbr -share/apps/krita/brushes/T_Texture_2.gih -share/apps/krita/brushes/T_Texture_3.gih -share/apps/krita/brushes/T_Texture_4.gih -share/apps/krita/brushes/T_Texture_5.gih -share/apps/krita/brushes/T_Texture_6.gih -share/apps/krita/brushes/T_Texture_7.gih -share/apps/krita/brushes/Te_Techno_1.gih -share/apps/krita/brushes/Te_Techno_Angular_Cross.gbr -share/apps/krita/brushes/U_Circle_circuit.gbr -share/apps/krita/brushes/U_Circle_shape_1.gbr -share/apps/krita/brushes/U_Circle_shape_2.gbr -share/apps/krita/brushes/U_Circle_shape_3.gbr -share/apps/krita/brushes/U_Circle_shape_4.gbr -share/apps/krita/brushes/U_Circle_shape_5.gbr -share/apps/krita/brushes/U_Circle_shape_5b.gbr -share/apps/krita/brushes/U_Circle_shape_5c.gbr -share/apps/krita/brushes/V_Vyle_Rock.gih -share/apps/krita/brushes/Z_Chain_1.gbr -share/apps/krita/brushes/Z_Pixel_1.gbr -share/apps/krita/brushes/Z_Pixel_4x4_rounded.gbr -share/apps/krita/brushes/Z_Pixel_Cross.gbr -share/apps/krita/brushes/Z_Pixel__4_pix__45a.gbr -share/apps/krita/brushes/Z_Test-pressure.gih -share/apps/krita/brushes/Z_Triangle_shape_1.gbr -share/apps/krita/brushes/Z_Triangle_shape_2.gbr -share/apps/krita/brushes/rake_textured_01.gbr -share/apps/krita/brushes/rake_textured_02.gbr -share/apps/krita/brushes/texture-a.png -share/apps/krita/brushes/z_study_pencil_2H.gih -share/apps/krita/brushes/z_study_pencil_2H_horiz.gih -share/apps/krita/brushes/z_study_pencil_2Hb.gih -share/apps/krita/brushes/z_study_pencil_H.gih -share/apps/krita/brushes/z_study_pencil_H_h.gih -share/apps/krita/bundles/README -share/apps/krita/defaultpresets/chalkbrush.kpp -share/apps/krita/defaultpresets/colorsmudge.kpp -share/apps/krita/defaultpresets/complex.kpp -share/apps/krita/defaultpresets/curvebrush.kpp -share/apps/krita/defaultpresets/deformbrush.kpp -share/apps/krita/defaultpresets/duplicate.kpp -share/apps/krita/defaultpresets/dynabrush.kpp -share/apps/krita/defaultpresets/eraser.kpp -share/apps/krita/defaultpresets/experimentbrush.kpp -share/apps/krita/defaultpresets/filter.kpp -share/apps/krita/defaultpresets/gridbrush.kpp -share/apps/krita/defaultpresets/hairybrush.kpp -share/apps/krita/defaultpresets/hatchingbrush.kpp -share/apps/krita/defaultpresets/paintbrush.kpp -share/apps/krita/defaultpresets/particlebrush.kpp -share/apps/krita/defaultpresets/sketchbrush.kpp -share/apps/krita/defaultpresets/smudge.kpp -share/apps/krita/defaultpresets/spraybrush.kpp -share/apps/krita/defaultpresets/tangentnormal.kpp -share/apps/krita/dtd/krita.dtd -%%GMIC%%share/apps/krita/gmic/gmic_def.gmic.blacklist -%%GMIC%%share/apps/krita/gmic/gimp_update169.gmic -share/apps/krita/gradients/BG-Krita2.ggr -share/apps/krita/gradients/GPS-FG-Glare.ggr -share/apps/krita/gradients/GPS-Fire-Blueish.ggr -share/apps/krita/gradients/GPS-Fire-Burning-Cloud.ggr -share/apps/krita/gradients/GPS-Fire-Dust-Blended.ggr -share/apps/krita/gradients/GPS-Fire-Dust.ggr -share/apps/krita/gradients/GPS-Fire-Incandescent.ggr -share/apps/krita/gradients/GPS-Fire-Life-Span.ggr -share/apps/krita/gradients/GPS-Haze-and-Atmosphere.ggr -share/apps/krita/gradients/GPS-Light-Saber-_Use-FG-color_.ggr -share/apps/krita/gradients/GPS-Nature-Pure-greens.ggr -share/apps/krita/gradients/GPS-Nature-browns-copy.ggr -share/apps/krita/gradients/GPS-Nature-random-greens.ggr -share/apps/krita/gradients/GPS-Nature_Grass.ggr -share/apps/krita/gradients/GPS-Simple-Smoke.ggr -share/apps/krita/gradients/GPS-Steel-Bars.ggr -share/apps/krita/gradients/GPS-eye-_Blue_.ggr -share/apps/krita/icons/hicolor/128x128/actions/template_comics_empty.png -share/apps/krita/icons/hicolor/128x128/actions/template_dslr.png -share/apps/krita/icons/hicolor/128x128/actions/template_texture.png -share/apps/krita/images/krita-chalk.png -share/apps/krita/images/krita-colorsmudge.png -share/apps/krita/images/krita-curve.png -share/apps/krita/images/krita-deform.png -share/apps/krita/images/krita-duplicate.png -share/apps/krita/images/krita-dyna.png -share/apps/krita/images/krita-eraser.png -share/apps/krita/images/krita-experiment.png -share/apps/krita/images/krita-filterop.png -share/apps/krita/images/krita-grid.png -share/apps/krita/images/krita-hatching.png -share/apps/krita/images/krita-paintbrush.png -share/apps/krita/images/krita-particle.png -share/apps/krita/images/krita-sketch.png -share/apps/krita/images/krita-spray.png -share/apps/krita/images/krita-sumi.png -share/apps/krita/images/krita-tangentnormal-preview.png -share/apps/krita/images/krita-tangetnormal.png -share/apps/krita/input/kritadefault.profile -share/apps/krita/krita.rc -share/apps/krita/metadata/schemas/dc.schema -share/apps/krita/metadata/schemas/exif.schema -share/apps/krita/metadata/schemas/exrchannels.schema -share/apps/krita/metadata/schemas/mkn.schema -share/apps/krita/metadata/schemas/tiff.schema -share/apps/krita/metadata/schemas/xmp.schema -share/apps/krita/metadata/schemas/xmpmm.schema -share/apps/krita/metadata/schemas/xmprights.schema -share/apps/krita/paintoppresets/Airbrush_eraser.kpp -share/apps/krita/paintoppresets/Airbrush_linear.kpp -share/apps/krita/paintoppresets/Airbrush_linear_noisy.kpp -share/apps/krita/paintoppresets/Airbrush_pressure.kpp -share/apps/krita/paintoppresets/Basic_circle.kpp -share/apps/krita/paintoppresets/Basic_mix.kpp -share/apps/krita/paintoppresets/Basic_mix_soft.kpp -share/apps/krita/paintoppresets/Basic_tip_default.kpp -share/apps/krita/paintoppresets/Basic_tip_gaussian.kpp -share/apps/krita/paintoppresets/Basic_tip_soft.kpp -share/apps/krita/paintoppresets/Basic_wet.kpp -share/apps/krita/paintoppresets/Basic_wet_soft.kpp -share/apps/krita/paintoppresets/Block_basic.kpp -share/apps/krita/paintoppresets/Block_bristles.kpp -share/apps/krita/paintoppresets/Block_fuzzy.kpp -share/apps/krita/paintoppresets/Block_mix_tilt.kpp -share/apps/krita/paintoppresets/Block_tilt.kpp -share/apps/krita/paintoppresets/Block_wet_tilt.kpp -share/apps/krita/paintoppresets/Bristle_Details.kpp -share/apps/krita/paintoppresets/Bristle_Large.kpp -share/apps/krita/paintoppresets/Bristle_Special_Blender.kpp -share/apps/krita/paintoppresets/Bristle_Squared.kpp -share/apps/krita/paintoppresets/Bristle_Tapered.kpp -share/apps/krita/paintoppresets/Bristle_Texture.kpp -share/apps/krita/paintoppresets/Bristle_frottis.kpp -share/apps/krita/paintoppresets/Bristles_hairy.kpp -share/apps/krita/paintoppresets/Bristles_mix.kpp -share/apps/krita/paintoppresets/Bristles_textured.kpp -share/apps/krita/paintoppresets/Bristles_wet.kpp -share/apps/krita/paintoppresets/Chalk_brush.kpp -share/apps/krita/paintoppresets/Clone_tool.kpp -share/apps/krita/paintoppresets/Curve_curvy.kpp -share/apps/krita/paintoppresets/Curve_ink.kpp -share/apps/krita/paintoppresets/Curve_recurvy.kpp -share/apps/krita/paintoppresets/Curve_smooth.kpp -share/apps/krita/paintoppresets/Eraser_circle.kpp -share/apps/krita/paintoppresets/Eraser_hard.kpp -share/apps/krita/paintoppresets/Eraser_soft.kpp -share/apps/krita/paintoppresets/FX_blur_light.kpp -share/apps/krita/paintoppresets/FX_color_HSY.kpp -share/apps/krita/paintoppresets/FX_explode.kpp -share/apps/krita/paintoppresets/FX_glow_add.kpp -share/apps/krita/paintoppresets/FX_overlay.kpp -share/apps/krita/paintoppresets/FX_splat_starfield.kpp -share/apps/krita/paintoppresets/Fill_block.kpp -share/apps/krita/paintoppresets/Fill_circle.kpp -share/apps/krita/paintoppresets/Grid_square_25.kpp -share/apps/krita/paintoppresets/Hatch_crispy.kpp -share/apps/krita/paintoppresets/Hatch_cross_regular.kpp -share/apps/krita/paintoppresets/Hatch_cross_small.kpp -share/apps/krita/paintoppresets/Hatch_diag_S.kpp -share/apps/krita/paintoppresets/Hatch_diag_fat.kpp -share/apps/krita/paintoppresets/Hatch_moire.kpp -share/apps/krita/paintoppresets/Hatch_noisy.kpp -share/apps/krita/paintoppresets/Ink_ballpen.kpp -share/apps/krita/paintoppresets/Ink_brush_25.kpp -share/apps/krita/paintoppresets/Ink_circle_05.kpp -share/apps/krita/paintoppresets/Ink_circle_10.kpp -share/apps/krita/paintoppresets/Ink_gpen_10.kpp -share/apps/krita/paintoppresets/Ink_gpen_25.kpp -share/apps/krita/paintoppresets/Ink_tilt_10.kpp -share/apps/krita/paintoppresets/Ink_tilt_20.kpp -share/apps/krita/paintoppresets/Layout_block.kpp -share/apps/krita/paintoppresets/Layout_circle_soft.kpp -share/apps/krita/paintoppresets/Layout_oval.kpp -share/apps/krita/paintoppresets/Layout_pen.kpp -share/apps/krita/paintoppresets/Move_tool.kpp -share/apps/krita/paintoppresets/Pastel_texture_large.kpp -share/apps/krita/paintoppresets/Pastel_texture_thin.kpp -share/apps/krita/paintoppresets/Pencil_2B.kpp -share/apps/krita/paintoppresets/Pencil_HB.kpp -share/apps/krita/paintoppresets/Pencil_texture.kpp -share/apps/krita/paintoppresets/Pencil_tilt.kpp -share/apps/krita/paintoppresets/Rake_bristle_dry.kpp -share/apps/krita/paintoppresets/Rake_texture.kpp -share/apps/krita/paintoppresets/Screentones.kpp -share/apps/krita/paintoppresets/Screentones_eraser.kpp -share/apps/krita/paintoppresets/Shape_fill.kpp -share/apps/krita/paintoppresets/Shape_smooth.kpp -share/apps/krita/paintoppresets/Sketch.kpp -share/apps/krita/paintoppresets/Sketch_chrome.kpp -share/apps/krita/paintoppresets/Sketch_fur.kpp -share/apps/krita/paintoppresets/Sketch_ink_big.kpp -share/apps/krita/paintoppresets/Sketch_ink_small.kpp -share/apps/krita/paintoppresets/Sketch_line.kpp -share/apps/krita/paintoppresets/Sketch_shade.kpp -share/apps/krita/paintoppresets/Sketch_shade_wash.kpp -share/apps/krita/paintoppresets/Sketch_speedpaint.kpp -share/apps/krita/paintoppresets/Sketch_speedpaint_shade.kpp -share/apps/krita/paintoppresets/Sketch_wires.kpp -share/apps/krita/paintoppresets/Smudge_block_tilt.kpp -share/apps/krita/paintoppresets/Smudge_rake.kpp -share/apps/krita/paintoppresets/Smudge_rake_2.kpp -share/apps/krita/paintoppresets/Smudge_soft.kpp -share/apps/krita/paintoppresets/Smudge_textured.kpp -share/apps/krita/paintoppresets/Sparkle_wet.kpp -share/apps/krita/paintoppresets/Sparkle_wet_soft.kpp -share/apps/krita/paintoppresets/Special_FuzzyColor.kpp -share/apps/krita/paintoppresets/Special_dyna_dots.kpp -share/apps/krita/paintoppresets/Special_particles_crazy.kpp -share/apps/krita/paintoppresets/Splat_mix_cells.kpp -share/apps/krita/paintoppresets/Splat_texture.kpp -share/apps/krita/paintoppresets/Splat_texture_2.kpp -share/apps/krita/paintoppresets/Splat_wet_cells.kpp -share/apps/krita/paintoppresets/Splatter_thin.kpp -share/apps/krita/paintoppresets/Sponge_texture.kpp -share/apps/krita/paintoppresets/Spray_splat.kpp -share/apps/krita/paintoppresets/Tangent_normal_basic.kpp -share/apps/krita/paintoppresets/Tangent_normal_drawing_angle.kpp -share/apps/krita/paintoppresets/Tangent_normal_hairy.kpp -share/apps/krita/paintoppresets/Tangent_normal_pixel.kpp -share/apps/krita/paintoppresets/Tangent_normal_y_inverted.kpp -share/apps/krita/paintoppresets/Texture_fuzzy.kpp -share/apps/krita/paintoppresets/Texture_hair.kpp -share/apps/krita/paintoppresets/Texture_leaves_fuzzy.kpp -share/apps/krita/paintoppresets/ink_precision_03.kpp -share/apps/krita/paintoppresets/pixel1.kpp -share/apps/krita/patterns/01_canvas.png -share/apps/krita/patterns/02_rough-canvas.png -share/apps/krita/patterns/02b_WoofTissue.png -share/apps/krita/patterns/03_default-paper.png -share/apps/krita/patterns/04_paper-C-grain.png -share/apps/krita/patterns/05_paper-torchon.png -share/apps/krita/patterns/06_hard-grain.png -share/apps/krita/patterns/07_big-grain.png -share/apps/krita/patterns/08_bump-relief.png -share/apps/krita/patterns/09_drawed_crosshatched.png -share/apps/krita/patterns/09b_drawed-CrossedLines.png -share/apps/krita/patterns/10_drawed_dotted.png -share/apps/krita/patterns/11_drawed_furry.png -share/apps/krita/patterns/12_drawed_vertical.png -share/apps/krita/patterns/13_drawed_swirl.png -share/apps/krita/patterns/14_texture-rock.png -share/apps/krita/patterns/15_texture-rockB.png -share/apps/krita/patterns/16_texture-woody.png -share/apps/krita/patterns/17_texture-melt.png -share/apps/krita/patterns/18_texture-bark.png -share/apps/krita/patterns/18b_WaveFlex.png -share/apps/krita/patterns/19_texture-crackle.png -share/apps/krita/patterns/20_texture-vegetal.png -share/apps/krita/patterns/21_texture-chainmail.png -share/apps/krita/patterns/22_texture-reptile.png -share/apps/krita/patterns/23-dynamic-screentone-A.png -share/apps/krita/patterns/24-dynamic-screentone-B.png -share/apps/krita/patterns/25-dynamic-screentone-C.png -share/apps/krita/patterns/Canvas_Hard.pat -share/apps/krita/patterns/Canvas_covered.pat -share/apps/krita/patterns/Canvas_small_01.pat -share/apps/krita/patterns/Canvas_small_02.pat -share/apps/krita/patterns/Cross01.pat -share/apps/krita/patterns/Cross02.pat -share/apps/krita/patterns/Cross03.pat -share/apps/krita/patterns/Cross04.pat -share/apps/krita/patterns/Cross05.pat -share/apps/krita/patterns/Cross06.pat -share/apps/krita/patterns/Cross07.pat -share/apps/krita/patterns/Crumpled_Paper.pat -share/apps/krita/patterns/Grid01.pat -share/apps/krita/patterns/Grid02.pat -share/apps/krita/patterns/Grid03.pat -share/apps/krita/patterns/Grid04.pat -share/apps/krita/patterns/Grid05.pat -share/apps/krita/patterns/HR_PastelPaper_02.pat -share/apps/krita/patterns/HR_Wall_Paper.pat -share/apps/krita/patterns/Pattern01.pat -share/apps/krita/patterns/Pattern02.pat -share/apps/krita/patterns/Pattern03.pat -share/apps/krita/patterns/Pattern04.pat -share/apps/krita/patterns/Pattern05.pat -share/apps/krita/patterns/Pattern06.pat -share/apps/krita/patterns/Squares01.pat -share/apps/krita/patterns/Squares02.pat -share/apps/krita/patterns/Squares03.pat -share/apps/krita/patterns/Squares04.pat -share/apps/krita/patterns/Squares05.pat -share/apps/krita/patterns/Squares06.pat -share/apps/krita/patterns/Squares07.pat -share/apps/krita/patterns/Squares08.pat -share/apps/krita/patterns/Squares09.pat -share/apps/krita/patterns/Squares10.pat -share/apps/krita/patterns/Stripes02.pat -share/apps/krita/patterns/Stripes03.pat -share/apps/krita/patterns/Stripes04.pat -share/apps/krita/patterns/Stripes05.pat -share/apps/krita/patterns/Stripes06.pat -share/apps/krita/patterns/Stripes07.pat -share/apps/krita/patterns/Stripes08.pat -share/apps/krita/patterns/Stripes09.pat -share/apps/krita/patterns/Zigzag01.pat -share/apps/krita/patterns/Zigzag02.pat -share/apps/krita/patterns/Zigzag03.pat -share/apps/krita/patterns/Zigzag04.pat -share/apps/krita/patterns/fractal_pattern.pat -share/apps/krita/patterns/generic_paper1.pat -share/apps/krita/patterns/generic_paper2.pat -share/apps/krita/patterns/granite.pat -share/apps/krita/patterns/hexacolBW__2.pat -share/apps/krita/pics/arrow-down.png -share/apps/krita/pics/arrow-right.png -share/apps/krita/pics/broken-preset.png -share/apps/krita/pics/color-picker_image_background.xpm -share/apps/krita/pics/color-picker_image_foreground.xpm -share/apps/krita/pics/color-picker_layer_background.xpm -share/apps/krita/pics/color-picker_layer_foreground.xpm -share/apps/krita/pics/cursor-cross.xpm -share/apps/krita/pics/cursor-round.xpm -share/apps/krita/pics/cursor-triangle_lefthanded.xpm -share/apps/krita/pics/cursor-triangle_righthanded.xpm -share/apps/krita/pics/dark_addlayer.png -share/apps/krita/pics/dark_addtofolder.png -share/apps/krita/pics/dark_application-exit.svg -share/apps/krita/pics/dark_application-pdf.svg -share/apps/krita/pics/dark_applications-system.svg -share/apps/krita/pics/dark_arrow-down.svg -share/apps/krita/pics/dark_arrow-left.svg -share/apps/krita/pics/dark_arrow-right.svg -share/apps/krita/pics/dark_arrow-up.svg -share/apps/krita/pics/dark_arrow_east.png -share/apps/krita/pics/dark_arrow_north.png -share/apps/krita/pics/dark_arrow_north_east.png -share/apps/krita/pics/dark_arrow_north_west.png -share/apps/krita/pics/dark_arrow_south.png -share/apps/krita/pics/dark_arrow_south_east.png -share/apps/krita/pics/dark_arrow_south_west.png -share/apps/krita/pics/dark_arrow_west.png -share/apps/krita/pics/dark_arrowdown.png -share/apps/krita/pics/dark_arrowupblr.png -share/apps/krita/pics/dark_bookmarks.svg -share/apps/krita/pics/dark_calligraphy.png -share/apps/krita/pics/dark_configure-shortcuts.svg -share/apps/krita/pics/dark_configure-toolbars.svg -share/apps/krita/pics/dark_configure.svg -share/apps/krita/pics/dark_deletelayer.png -share/apps/krita/pics/dark_dialog-cancel.svg -share/apps/krita/pics/dark_dialog-close.svg -share/apps/krita/pics/dark_dialog-ok.svg -share/apps/krita/pics/dark_dialog-warning.svg -share/apps/krita/pics/dark_document-edit.svg -share/apps/krita/pics/dark_document-export.svg -share/apps/krita/pics/dark_document-import.svg -share/apps/krita/pics/dark_document-new.svg -share/apps/krita/pics/dark_document-open-recent.svg -share/apps/krita/pics/dark_document-open.svg -share/apps/krita/pics/dark_document-print-preview.svg -share/apps/krita/pics/dark_document-print.svg -share/apps/krita/pics/dark_document-save-as.svg -share/apps/krita/pics/dark_document-save.svg -share/apps/krita/pics/dark_download.svg -share/apps/krita/pics/dark_draw-eraser.svg -share/apps/krita/pics/dark_draw-text.png -share/apps/krita/pics/dark_drive-harddisk.svg -share/apps/krita/pics/dark_duplicatelayer.png -share/apps/krita/pics/dark_edit-clear.svg -share/apps/krita/pics/dark_edit-copy.svg -share/apps/krita/pics/dark_edit-cut.svg -share/apps/krita/pics/dark_edit-delete.svg -share/apps/krita/pics/dark_edit-paste.svg -share/apps/krita/pics/dark_edit-redo.svg -share/apps/krita/pics/dark_edit-undo.svg -share/apps/krita/pics/dark_folder-documents.svg -share/apps/krita/pics/dark_folder-pictures.svg -share/apps/krita/pics/dark_folder.svg -share/apps/krita/pics/dark_format-fill-color.png -share/apps/krita/pics/dark_format-list-unordered.svg -share/apps/krita/pics/dark_go-home.svg -share/apps/krita/pics/dark_help-contents.svg -share/apps/krita/pics/dark_im-user.svg -share/apps/krita/pics/dark_kde.svg -share/apps/krita/pics/dark_krita_draw_path.png -share/apps/krita/pics/dark_krita_tool_color_fill.png -share/apps/krita/pics/dark_krita_tool_color_picker.png -share/apps/krita/pics/dark_krita_tool_dyna.png -share/apps/krita/pics/dark_krita_tool_ellipse.png -share/apps/krita/pics/dark_krita_tool_freehand.png -share/apps/krita/pics/dark_krita_tool_freehandvector.png -share/apps/krita/pics/dark_krita_tool_gradient.png -share/apps/krita/pics/dark_krita_tool_grid.png -share/apps/krita/pics/dark_krita_tool_line.png -share/apps/krita/pics/dark_krita_tool_measure.png -share/apps/krita/pics/dark_krita_tool_move.png -share/apps/krita/pics/dark_krita_tool_multihand.png -share/apps/krita/pics/dark_krita_tool_polygon.png -share/apps/krita/pics/dark_krita_tool_rectangle.png -share/apps/krita/pics/dark_krita_tool_ruler_assistant.png -share/apps/krita/pics/dark_krita_tool_transform.png -share/apps/krita/pics/dark_krita_tool_transform_recursive.png -share/apps/krita/pics/dark_layer-locked.png -share/apps/krita/pics/dark_layer-unlocked.png -share/apps/krita/pics/dark_layer-visible-off.svg -share/apps/krita/pics/dark_link.svg -share/apps/krita/pics/dark_list-add.svg -share/apps/krita/pics/dark_locked.svg -share/apps/krita/pics/dark_media-playback-start.svg -share/apps/krita/pics/dark_media-playback-stop.svg -share/apps/krita/pics/dark_media-record.svg -share/apps/krita/pics/dark_novisible.svg -share/apps/krita/pics/dark_object-locked.svg -share/apps/krita/pics/dark_object-rotate-left.svg -share/apps/krita/pics/dark_object-rotate-right.svg -share/apps/krita/pics/dark_object-unlocked.svg -share/apps/krita/pics/dark_ox16-action-object-align-horizontal-center-calligra.svg -share/apps/krita/pics/dark_ox16-action-object-align-horizontal-left-calligra.svg -share/apps/krita/pics/dark_ox16-action-object-align-horizontal-right-calligra.svg -share/apps/krita/pics/dark_ox16-action-object-align-vertical-bottom-calligra.svg -share/apps/krita/pics/dark_ox16-action-object-align-vertical-center-calligra.svg -share/apps/krita/pics/dark_ox16-action-object-align-vertical-top-calligra.svg -share/apps/krita/pics/dark_ox16-action-object-group-calligra.svg -share/apps/krita/pics/dark_ox16-action-object-order-back-calligra.svg -share/apps/krita/pics/dark_ox16-action-object-order-front-calligra.svg -share/apps/krita/pics/dark_ox16-action-object-order-lower-calligra.svg -share/apps/krita/pics/dark_ox16-action-object-order-raise-calligra.svg -share/apps/krita/pics/dark_ox16-action-object-ungroup-calligra.svg -share/apps/krita/pics/dark_paintop_settings_01.svg -share/apps/krita/pics/dark_paintop_settings_02.svg -share/apps/krita/pics/dark_passthrough-disabled.png -share/apps/krita/pics/dark_passthrough-enabled.png -share/apps/krita/pics/dark_pattern.png -share/apps/krita/pics/dark_polyline.png -share/apps/krita/pics/dark_preferences-desktop-color.svg -share/apps/krita/pics/dark_preferences-desktop-display.svg -share/apps/krita/pics/dark_preferences-desktop-locale.svg -share/apps/krita/pics/dark_process-stop.svg -share/apps/krita/pics/dark_properties.png -share/apps/krita/pics/dark_removefromfolder.png -share/apps/krita/pics/dark_select-all.svg -share/apps/krita/pics/dark_select-clear.svg -share/apps/krita/pics/dark_select.png -share/apps/krita/pics/dark_selection-mode_ants.png -share/apps/krita/pics/dark_selection-mode_invisible.png -share/apps/krita/pics/dark_selection-mode_mask.png -share/apps/krita/pics/dark_stroke-cap-butt.svg -share/apps/krita/pics/dark_stroke-cap-round.svg -share/apps/krita/pics/dark_stroke-cap-square.svg -share/apps/krita/pics/dark_stroke-join-bevel.svg -share/apps/krita/pics/dark_stroke-join-miter.svg -share/apps/krita/pics/dark_stroke-join-round.svg -share/apps/krita/pics/dark_symmetry-horizontal.svg -share/apps/krita/pics/dark_symmetry-vertical.svg -share/apps/krita/pics/dark_system-help.svg -share/apps/krita/pics/dark_tool_contiguous_selection.png -share/apps/krita/pics/dark_tool_crop.png -share/apps/krita/pics/dark_tool_elliptical_selection.png -share/apps/krita/pics/dark_tool_outline_selection.png -share/apps/krita/pics/dark_tool_path_selection.png -share/apps/krita/pics/dark_tool_perspectivegrid.png -share/apps/krita/pics/dark_tool_polygonal_selection.png -share/apps/krita/pics/dark_tool_rect_selection.png -share/apps/krita/pics/dark_tool_similar_selection.png -share/apps/krita/pics/dark_tools-report-bug.svg -share/apps/krita/pics/dark_tools-wizard.svg -share/apps/krita/pics/dark_transform_icons_cage.png -share/apps/krita/pics/dark_transform_icons_liquify_erase.png -share/apps/krita/pics/dark_transform_icons_liquify_main.png -share/apps/krita/pics/dark_transform_icons_liquify_move.png -share/apps/krita/pics/dark_transform_icons_liquify_offset.png -share/apps/krita/pics/dark_transform_icons_liquify_resize.png -share/apps/krita/pics/dark_transform_icons_liquify_rotate.png -share/apps/krita/pics/dark_transform_icons_liquify_rotateCCW.png -share/apps/krita/pics/dark_transform_icons_main.png -share/apps/krita/pics/dark_transform_icons_penPressure.png -share/apps/krita/pics/dark_transform_icons_perspective.png -share/apps/krita/pics/dark_transform_icons_warp.png -share/apps/krita/pics/dark_transparency-disabled.png -share/apps/krita/pics/dark_transparency-enabled.png -share/apps/krita/pics/dark_trim-to-image.png -share/apps/krita/pics/dark_unlocked.svg -share/apps/krita/pics/dark_view-choose.svg -share/apps/krita/pics/dark_view-filter.svg -share/apps/krita/pics/dark_view-fullscreen.svg -share/apps/krita/pics/dark_view-grid.svg -share/apps/krita/pics/dark_view-list-details.svg -share/apps/krita/pics/dark_view-list-text.svg -share/apps/krita/pics/dark_view-preview.svg -share/apps/krita/pics/dark_view-refresh.svg -share/apps/krita/pics/dark_visible.svg -share/apps/krita/pics/dark_window-close.svg -share/apps/krita/pics/dark_window-new.svg -share/apps/krita/pics/dark_zoom-in.svg -share/apps/krita/pics/dark_zoom-original.svg -share/apps/krita/pics/dark_zoom-out.svg -share/apps/krita/pics/delete.png -share/apps/krita/pics/dirty-preset.svg -share/apps/krita/pics/exposure-cursor-gesture.xpm -share/apps/krita/pics/extended_color_selector.png -share/apps/krita/pics/gamma-cursor-gesture.xpm -share/apps/krita/pics/height.png -share/apps/krita/pics/height_icon.png -share/apps/krita/pics/hi16-add_dialog.png -share/apps/krita/pics/hi16-palette_library.png -share/apps/krita/pics/icon-kritasketch-256.png -share/apps/krita/pics/kis_colselng_color_patches.png -share/apps/krita/pics/kis_colselng_color_triangle.png -share/apps/krita/pics/kis_colselng_my_paint_shade_selector.png -share/apps/krita/pics/krita_tool_ruler_assistant.png -share/apps/krita/pics/landscape.png -share/apps/krita/pics/layer-style-disabled.png -share/apps/krita/pics/layer-style-enabled.png -share/apps/krita/pics/light_addlayer.png -share/apps/krita/pics/light_addtofolder.png -share/apps/krita/pics/light_application-exit.svg -share/apps/krita/pics/light_application-pdf.svg -share/apps/krita/pics/light_applications-system.svg -share/apps/krita/pics/light_arrow-down.svg -share/apps/krita/pics/light_arrow-left.svg -share/apps/krita/pics/light_arrow-right.svg -share/apps/krita/pics/light_arrow-up.svg -share/apps/krita/pics/light_arrow_east.png -share/apps/krita/pics/light_arrow_north.png -share/apps/krita/pics/light_arrow_north_east.png -share/apps/krita/pics/light_arrow_north_west.png -share/apps/krita/pics/light_arrow_south.png -share/apps/krita/pics/light_arrow_south_east.png -share/apps/krita/pics/light_arrow_south_west.png -share/apps/krita/pics/light_arrow_west.png -share/apps/krita/pics/light_arrowdown.png -share/apps/krita/pics/light_arrowupblr.png -share/apps/krita/pics/light_bookmarks.svg -share/apps/krita/pics/light_calligraphy.png -share/apps/krita/pics/light_configure-shortcuts.svg -share/apps/krita/pics/light_configure-toolbars.svg -share/apps/krita/pics/light_configure.svg -share/apps/krita/pics/light_deletelayer.png -share/apps/krita/pics/light_dialog-cancel.svg -share/apps/krita/pics/light_dialog-close.svg -share/apps/krita/pics/light_dialog-ok.svg -share/apps/krita/pics/light_dialog-warning.svg -share/apps/krita/pics/light_document-edit.svg -share/apps/krita/pics/light_document-export.svg -share/apps/krita/pics/light_document-import.svg -share/apps/krita/pics/light_document-new.svg -share/apps/krita/pics/light_document-open-recent.svg -share/apps/krita/pics/light_document-open.svg -share/apps/krita/pics/light_document-print-preview.svg -share/apps/krita/pics/light_document-print.svg -share/apps/krita/pics/light_document-save-as.svg -share/apps/krita/pics/light_document-save.svg -share/apps/krita/pics/light_download.svg -share/apps/krita/pics/light_draw-eraser.svg -share/apps/krita/pics/light_draw-text.png -share/apps/krita/pics/light_drive-harddisk.svg -share/apps/krita/pics/light_duplicatelayer.png -share/apps/krita/pics/light_edit-clear.svg -share/apps/krita/pics/light_edit-copy.svg -share/apps/krita/pics/light_edit-cut.svg -share/apps/krita/pics/light_edit-delete.svg -share/apps/krita/pics/light_edit-paste.svg -share/apps/krita/pics/light_edit-redo.svg -share/apps/krita/pics/light_edit-undo.svg -share/apps/krita/pics/light_folder-documents.svg -share/apps/krita/pics/light_folder-pictures.svg -share/apps/krita/pics/light_folder.svg -share/apps/krita/pics/light_format-fill-color.png -share/apps/krita/pics/light_format-list-unordered.svg -share/apps/krita/pics/light_go-home.svg -share/apps/krita/pics/light_help-contents.svg -share/apps/krita/pics/light_im-user.svg -share/apps/krita/pics/light_kde.svg -share/apps/krita/pics/light_krita_draw_path.png -share/apps/krita/pics/light_krita_tool_color_fill.png -share/apps/krita/pics/light_krita_tool_color_picker.png -share/apps/krita/pics/light_krita_tool_dyna.png -share/apps/krita/pics/light_krita_tool_ellipse.png -share/apps/krita/pics/light_krita_tool_freehand.png -share/apps/krita/pics/light_krita_tool_freehandvector.png -share/apps/krita/pics/light_krita_tool_gradient.png -share/apps/krita/pics/light_krita_tool_grid.png -share/apps/krita/pics/light_krita_tool_line.png -share/apps/krita/pics/light_krita_tool_measure.png -share/apps/krita/pics/light_krita_tool_move.png -share/apps/krita/pics/light_krita_tool_multihand.png -share/apps/krita/pics/light_krita_tool_polygon.png -share/apps/krita/pics/light_krita_tool_rectangle.png -share/apps/krita/pics/light_krita_tool_ruler_assistant.png -share/apps/krita/pics/light_krita_tool_transform.png -share/apps/krita/pics/light_krita_tool_transform_recursive.png -share/apps/krita/pics/light_layer-locked.png -share/apps/krita/pics/light_layer-unlocked.png -share/apps/krita/pics/light_layer-visible-off.svg -share/apps/krita/pics/light_link.svg -share/apps/krita/pics/light_list-add.svg -share/apps/krita/pics/light_locked.svg -share/apps/krita/pics/light_media-playback-start.svg -share/apps/krita/pics/light_media-playback-stop.svg -share/apps/krita/pics/light_media-record.svg -share/apps/krita/pics/light_novisible.svg -share/apps/krita/pics/light_object-locked.svg -share/apps/krita/pics/light_object-rotate-left.svg -share/apps/krita/pics/light_object-rotate-right.svg -share/apps/krita/pics/light_object-unlocked.svg -share/apps/krita/pics/light_ox16-action-object-align-horizontal-center-calligra.svg -share/apps/krita/pics/light_ox16-action-object-align-horizontal-left-calligra.svg -share/apps/krita/pics/light_ox16-action-object-align-horizontal-right-calligra.svg -share/apps/krita/pics/light_ox16-action-object-align-vertical-bottom-calligra.svg -share/apps/krita/pics/light_ox16-action-object-align-vertical-center-calligra.svg -share/apps/krita/pics/light_ox16-action-object-align-vertical-top-calligra.svg -share/apps/krita/pics/light_ox16-action-object-group-calligra.svg -share/apps/krita/pics/light_ox16-action-object-order-back-calligra.svg -share/apps/krita/pics/light_ox16-action-object-order-front-calligra.svg -share/apps/krita/pics/light_ox16-action-object-order-lower-calligra.svg -share/apps/krita/pics/light_ox16-action-object-order-raise-calligra.svg -share/apps/krita/pics/light_ox16-action-object-ungroup-calligra.svg -share/apps/krita/pics/light_paintop_settings_01.svg -share/apps/krita/pics/light_paintop_settings_02.svg -share/apps/krita/pics/light_passthrough-disabled.png -share/apps/krita/pics/light_passthrough-enabled.png -share/apps/krita/pics/light_pattern.png -share/apps/krita/pics/light_polyline.png -share/apps/krita/pics/light_preferences-desktop-color.svg -share/apps/krita/pics/light_preferences-desktop-display.svg -share/apps/krita/pics/light_preferences-desktop-locale.svg -share/apps/krita/pics/light_process-stop.svg -share/apps/krita/pics/light_properties.png -share/apps/krita/pics/light_removefromfolder.png -share/apps/krita/pics/light_select-all.svg -share/apps/krita/pics/light_select-clear.svg -share/apps/krita/pics/light_select.png -share/apps/krita/pics/light_selection-mode_ants.png -share/apps/krita/pics/light_selection-mode_invisible.png -share/apps/krita/pics/light_selection-mode_mask.png -share/apps/krita/pics/light_stroke-cap-butt.svg -share/apps/krita/pics/light_stroke-cap-round.svg -share/apps/krita/pics/light_stroke-cap-square.svg -share/apps/krita/pics/light_stroke-join-bevel.svg -share/apps/krita/pics/light_stroke-join-miter.svg -share/apps/krita/pics/light_stroke-join-round.svg -share/apps/krita/pics/light_symmetry-horizontal.svg -share/apps/krita/pics/light_symmetry-vertical.svg -share/apps/krita/pics/light_system-help.svg -share/apps/krita/pics/light_tool_contiguous_selection.png -share/apps/krita/pics/light_tool_crop.png -share/apps/krita/pics/light_tool_elliptical_selection.png -share/apps/krita/pics/light_tool_outline_selection.png -share/apps/krita/pics/light_tool_path_selection.png -share/apps/krita/pics/light_tool_perspectivegrid.png -share/apps/krita/pics/light_tool_polygon.png -share/apps/krita/pics/light_tool_polygonal_selection.png -share/apps/krita/pics/light_tool_rect_selection.png -share/apps/krita/pics/light_tool_similar_selection.png -share/apps/krita/pics/light_tools-report-bug.svg -share/apps/krita/pics/light_tools-wizard.svg -share/apps/krita/pics/light_transform_icons_cage.png -share/apps/krita/pics/light_transform_icons_liquify_erase.png -share/apps/krita/pics/light_transform_icons_liquify_main.png -share/apps/krita/pics/light_transform_icons_liquify_move.png -share/apps/krita/pics/light_transform_icons_liquify_offset.png -share/apps/krita/pics/light_transform_icons_liquify_resize.png -share/apps/krita/pics/light_transform_icons_liquify_rotate.png -share/apps/krita/pics/light_transform_icons_liquify_rotateCCW.png -share/apps/krita/pics/light_transform_icons_main.png -share/apps/krita/pics/light_transform_icons_penPressure.png -share/apps/krita/pics/light_transform_icons_perspective.png -share/apps/krita/pics/light_transform_icons_warp.png -share/apps/krita/pics/light_transparency-disabled.png -share/apps/krita/pics/light_transparency-enabled.png -share/apps/krita/pics/light_trim-to-image.png -share/apps/krita/pics/light_unlocked.svg -share/apps/krita/pics/light_view-choose.svg -share/apps/krita/pics/light_view-filter.svg -share/apps/krita/pics/light_view-fullscreen.svg -share/apps/krita/pics/light_view-grid.svg -share/apps/krita/pics/light_view-list-details.svg -share/apps/krita/pics/light_view-list-text.svg -share/apps/krita/pics/light_view-preview.svg -share/apps/krita/pics/light_view-refresh.svg -share/apps/krita/pics/light_visible.svg -share/apps/krita/pics/light_window-close.svg -share/apps/krita/pics/light_window-new.svg -share/apps/krita/pics/light_zoom-in.svg -share/apps/krita/pics/light_zoom-original.svg -share/apps/krita/pics/light_zoom-out.svg -share/apps/krita/pics/linked.png -share/apps/krita/pics/local_selection_active.png -share/apps/krita/pics/local_selection_inactive.png -share/apps/krita/pics/mirrorAxis-HorizontalMove.png -share/apps/krita/pics/mirrorAxis-VerticalMove.png -share/apps/krita/pics/novisible.svg -share/apps/krita/pics/offset_horizontal.png -share/apps/krita/pics/offset_vertical.png -share/apps/krita/pics/onionA.png -share/apps/krita/pics/onionB.png -share/apps/krita/pics/portrait.png -share/apps/krita/pics/precise-pick-layer-icon.xpm -share/apps/krita/pics/ratio_icon.png -share/apps/krita/pics/rotate_cursor.xpm -share/apps/krita/pics/rotate_discrete.xpm -share/apps/krita/pics/rotate_smooth.xpm -share/apps/krita/pics/select_pixel.png -share/apps/krita/pics/select_shape.png -share/apps/krita/pics/selection_add.png -share/apps/krita/pics/selection_exclude.png -share/apps/krita/pics/selection_intersect.png -share/apps/krita/pics/selection_replace.png -share/apps/krita/pics/selection_subtract.png -share/apps/krita/pics/shade.png -share/apps/krita/pics/shear_horizontal.png -share/apps/krita/pics/shear_vertical.png -share/apps/krita/pics/sidebaricon.png -share/apps/krita/pics/tablet.png -share/apps/krita/pics/tool_contiguous_selection_cursor.png -share/apps/krita/pics/tool_crop_cursor.png -share/apps/krita/pics/tool_ellipse_cursor.png -share/apps/krita/pics/tool_elliptical_selection_cursor.png -share/apps/krita/pics/tool_eraser_selection_cursor.png -share/apps/krita/pics/tool_fill_cursor.png -share/apps/krita/pics/tool_freehand_cursor.png -share/apps/krita/pics/tool_gradient_cursor.png -share/apps/krita/pics/tool_line_cursor.png -share/apps/krita/pics/tool_outline_selection_cursor.png -share/apps/krita/pics/tool_perspectivegrid_cursor.png -share/apps/krita/pics/tool_polygon_cursor.png -share/apps/krita/pics/tool_polygonal_selection_cursor.png -share/apps/krita/pics/tool_polyline_cursor.png -share/apps/krita/pics/tool_rectangle_cursor.png -share/apps/krita/pics/tool_rectangular_selection_cursor.png -share/apps/krita/pics/tool_screenshot.png -share/apps/krita/pics/tool_similar_selection_cursor.png -share/apps/krita/pics/transparency-locked.png -share/apps/krita/pics/transparency-unlocked.png -share/apps/krita/pics/unlinked.png -share/apps/krita/pics/visible.svg -share/apps/krita/pics/width.png -share/apps/krita/pics/width_icon.png -share/apps/krita/pics/workspace-chooser.png -share/apps/krita/pics/zoom_discrete.xpm -share/apps/krita/pics/zoom_smooth.xpm -share/apps/krita/predefined_image_sizes/A3__300_ppi_.predefinedimage -share/apps/krita/predefined_image_sizes/A3__600_ppi_.predefinedimage -share/apps/krita/predefined_image_sizes/A4__300_ppi_.predefinedimage -share/apps/krita/predefined_image_sizes/A4__600_ppi_.predefinedimage -share/apps/krita/predefined_image_sizes/A5__300_ppi_.predefinedimage -share/apps/krita/predefined_image_sizes/A5__600_ppi_.predefinedimage -share/apps/krita/predefined_image_sizes/A6__300_ppi_.predefinedimage -share/apps/krita/predefined_image_sizes/A6__600_ppi_.predefinedimage -share/apps/krita/predefined_image_sizes/Texture_1024x1024.predefinedimage -share/apps/krita/predefined_image_sizes/Texture_2048x2048.predefinedimage -share/apps/krita/predefined_image_sizes/Texture_256x256.predefinedimage -share/apps/krita/predefined_image_sizes/Texture_4096x4096.predefinedimage -share/apps/krita/predefined_image_sizes/Texture_512x512.predefinedimage -share/apps/krita/predefined_image_sizes/US_Legal__300_ppi_.predefinedimage -share/apps/krita/predefined_image_sizes/US_Letter__300_ppi_.predefinedimage -share/apps/krita/predefined_image_sizes/US_Tabloid__300_ppi_.predefinedimage -share/apps/krita/shaders/bilinear_gradient.frag -share/apps/krita/shaders/conical_gradient.frag -share/apps/krita/shaders/conical_symetric_gradient.frag -share/apps/krita/shaders/cursor.frag -share/apps/krita/shaders/cursor.vert -share/apps/krita/shaders/highq_downscale_main.frag.inc -share/apps/krita/shaders/highq_downscale_main_ocio.frag.inc -share/apps/krita/shaders/highq_downscale_preface.frag.inc -share/apps/krita/shaders/linear_gradient.frag -share/apps/krita/shaders/matrix_transform.vert -share/apps/krita/shaders/matrix_transform_legacy.vert -share/apps/krita/shaders/radial_gradient.frag -share/apps/krita/shaders/simple_texture.frag -share/apps/krita/shaders/simple_texture_legacy.frag -share/apps/krita/shaders/simple_texture_legacy_main.frag.inc -share/apps/krita/shaders/simple_texture_legacy_main_ocio.frag.inc -share/apps/krita/shaders/simple_texture_legacy_preface.frag.inc -share/apps/krita/shaders/simple_texture_main.frag.inc -share/apps/krita/shaders/simple_texture_main_ocio.frag.inc -share/apps/krita/shaders/simple_texture_preface.frag.inc -share/apps/krita/shaders/square_gradient.frag -share/apps/krita/tags/kis_paintoppresets_tags.xml -share/apps/krita/templates/comics/.directory -share/apps/krita/templates/comics/.source/BD-EuroTemplate.kra -share/apps/krita/templates/comics/.source/Comics-USTemplate.kra -share/apps/krita/templates/comics/.source/Manga-JpTemplate.kra -share/apps/krita/templates/comics/.source/a4_waffle_grid.kra -share/apps/krita/templates/comics/.source/storyboard.kra -share/apps/krita/templates/comics/BD-EuroTemplate.desktop -share/apps/krita/templates/comics/Comics-USTemplate.desktop -share/apps/krita/templates/comics/Manga-JpTemplate.desktop -share/apps/krita/templates/comics/a4_waffle_grid.desktop -share/apps/krita/templates/comics/storyboard.desktop -share/apps/krita/templates/design/.directory -share/apps/krita/templates/design/.source/Designcinema16_10_2484x1200_96dpiRGB_8bit_.kra -share/apps/krita/templates/design/.source/Designcinema2.39_1_2484x1040_96dpiRGB_8bit_.kra -share/apps/krita/templates/design/.source/DesignpresentationA3Landscape_4960x3508_300dpiRGB_8bit_.kra -share/apps/krita/templates/design/.source/DesignpresentationA4portrait_2480x3508_300dpiRGB_8bit_.kra -share/apps/krita/templates/design/.source/Designscreen4_3_2250x1680_96dpiRGB_8bit_.kra -share/apps/krita/templates/design/.source/web_design.kra -share/apps/krita/templates/design/Designcinema16_10_2484x1200_96dpiRGB_8bit_.desktop -share/apps/krita/templates/design/Designcinema2.39_1_2484x1040_96dpiRGB_8bit_.desktop -share/apps/krita/templates/design/DesignpresentationA3Landscape_4960x3508_300dpiRGB_8bit_.desktop -share/apps/krita/templates/design/DesignpresentationA4portrait_2480x3508_300dpiRGB_8bit_.desktop -share/apps/krita/templates/design/Designscreen4_3_2250x1680_96dpiRGB_8bit_.desktop -share/apps/krita/templates/design/web_design.desktop -share/apps/krita/templates/dslr/.directory -share/apps/krita/templates/dslr/.source/Canon_550D_5184x3456.kra -share/apps/krita/templates/dslr/.source/Canon_5Dmk3_5760x3840.kra -share/apps/krita/templates/dslr/.source/Nikon_D3000_3872x2592.kra -share/apps/krita/templates/dslr/.source/Nikon_D5000_4288x2848.kra -share/apps/krita/templates/dslr/.source/Nikon_D7000_4928x3264.kra -share/apps/krita/templates/dslr/Canon_550D_5184x3456.desktop -share/apps/krita/templates/dslr/Canon_5Dmk3_5760x3840.desktop -share/apps/krita/templates/dslr/Nikon_D3000_3872x2592.desktop -share/apps/krita/templates/dslr/Nikon_D5000_4288x2848.desktop -share/apps/krita/templates/dslr/Nikon_D7000_4928x3264.desktop -share/apps/krita/templates/texture/.directory -share/apps/krita/templates/texture/.source/Texture1024x10248bitsrgb.kra -share/apps/krita/templates/texture/.source/Texture1k32bitscalar.kra -share/apps/krita/templates/texture/.source/Texture1k8bitsrgb.kra -share/apps/krita/templates/texture/.source/Texture2048x20488bitsrgb.kra -share/apps/krita/templates/texture/.source/Texture256x2568bitsrgb.kra -share/apps/krita/templates/texture/.source/Texture2k32bitscalar.kra -share/apps/krita/templates/texture/.source/Texture2k8bitsrgb.kra -share/apps/krita/templates/texture/.source/Texture4096x40968bitsrgb.kra -share/apps/krita/templates/texture/.source/Texture4k32bitscalar.kra -share/apps/krita/templates/texture/.source/Texture4k8bitsrgb.kra -share/apps/krita/templates/texture/.source/Texture512x5128bitsrgb.kra -share/apps/krita/templates/texture/.source/Texture8k32bitscalar.kra -share/apps/krita/templates/texture/.source/Texture8k8bitsrgb.kra -share/apps/krita/templates/texture/Texture1024x10248bitsrgb.desktop -share/apps/krita/templates/texture/Texture1k32bitscalar.desktop -share/apps/krita/templates/texture/Texture1k8bitsrgb.desktop -share/apps/krita/templates/texture/Texture2048x20488bitsrgb.desktop -share/apps/krita/templates/texture/Texture256x2568bitsrgb.desktop -share/apps/krita/templates/texture/Texture2k32bitscalar.desktop -share/apps/krita/templates/texture/Texture2k8bitsrgb.desktop -share/apps/krita/templates/texture/Texture4096x40968bitsrgb.desktop -share/apps/krita/templates/texture/Texture4k32bitscalar.desktop -share/apps/krita/templates/texture/Texture4k8bitsrgb.desktop -share/apps/krita/templates/texture/Texture512x5128bitsrgb.desktop -share/apps/krita/templates/texture/Texture8k32bitscalar.desktop -share/apps/krita/templates/texture/Texture8k8bitsrgb.desktop -share/apps/krita/workspaces/Big_Paint.kws -share/apps/krita/workspaces/Big_Paint_2.kws -share/apps/krita/workspaces/Big_Vector.kws -share/apps/krita/workspaces/Default.kws -share/apps/krita/workspaces/Small_Vector.kws -share/apps/krita/workspaces/VFX_Paint.kws -share/apps/kritaanimation/input/kritadefault.profile -share/apps/kritagemini/input/kritadefault.profile -share/apps/kritaplugins/bigbrother.rc -share/apps/kritaplugins/clonesarray.rc -share/apps/kritaplugins/colorrange.rc -share/apps/kritaplugins/colorspaceconversion.rc -%%GMIC%%share/apps/kritaplugins/gmic.rc -share/apps/kritaplugins/histogram.rc -share/apps/kritaplugins/imageseparate.rc -share/apps/kritaplugins/imagesize.rc -share/apps/kritaplugins/imagesplit.rc -share/apps/kritaplugins/layersplit.rc -share/apps/kritaplugins/metadataeditor.rc -share/apps/kritaplugins/metadataeditor/dublincore.rc -share/apps/kritaplugins/metadataeditor/exif.rc -share/apps/kritaplugins/modify_selection.rc -share/apps/kritaplugins/offsetimage.rc -share/apps/kritaplugins/resourcemanager.rc -share/apps/kritaplugins/rotateimage.rc -share/apps/kritaplugins/shearimage.rc -share/apps/kritasketch/input/kritadefault.profile -share/apps/musicshape/fonts/Emmentaler-14.ttf -share/apps/plan/about/intro.html -share/apps/plan/about/main.html -share/apps/plan/about/plan.css -share/apps/plan/about/tips.html -share/apps/plan/about/top-left-plan.png -share/apps/plan/about/tutorial.html -share/apps/plan/icons/hicolor/22x22/actions/gantt_chart.png -share/apps/plan/icons/hicolor/22x22/actions/pert_chart.png -share/apps/plan/icons/hicolor/22x22/actions/resources.png -share/apps/plan/icons/hicolor/22x22/actions/view-task-child-add.png -share/apps/plan/icons/hicolor/22x22/actions/view-time-schedule-insert.png -share/apps/plan/icons/hicolor/48x48/actions/template_timechart.png -share/apps/plan/icons/hicolor/scalable/actions/template_timechart.svgz -share/apps/plan/plan.rc -share/apps/plan/plan_readonly.rc -share/apps/plan/scripts/extensions/busyinfoclear.py -share/apps/plan/scripts/extensions/busyinfoexport.py -share/apps/plan/scripts/extensions/busyinfoimport.py -share/apps/plan/scripts/extensions/plan2csvexport.py -share/apps/plan/scripts/extensions/plan2odsexport.py -share/apps/plan/scripts/extensions/resourcesimport.py -share/apps/plan/scripts/samples/sample_busyinfocheck.py -share/apps/plan/scripts/samples/sample_project.py -share/apps/plan/scripts/scripts.rc -share/apps/plan/templates/Simple/.directory -share/apps/plan/templates/Simple/.source/8HourDay-40HourWeek.plant -share/apps/plan/templates/Simple/.source/Basicproject.plant -share/apps/plan/templates/Simple/.source/Plain.plant -share/apps/plan/templates/Simple/8HourDay-40HourWeek.desktop -share/apps/plan/templates/Simple/Basicproject.desktop -share/apps/plan/templates/Simple/Plain.desktop -share/apps/plan/viewplugins/scripting.rc -share/apps/planwork/icons/hicolor/128x128/actions/template_empty.png -share/apps/planwork/icons/hicolor/16x16/actions/template_empty.png -share/apps/planwork/icons/hicolor/22x22/actions/template_empty.png -share/apps/planwork/icons/hicolor/32x32/actions/template_empty.png -share/apps/planwork/icons/hicolor/48x48/actions/template_empty.png -share/apps/planwork/icons/hicolor/64x64/actions/template_empty.png -share/apps/planwork/icons/hicolor/scalable/actions/template_empty.svgz -share/apps/planwork/planwork.rc -share/apps/planwork/planwork_mainwindow.rc -share/apps/planwork/planwork_readonly.rc -share/apps/planwork/templates/Simple/.directory -share/apps/planwork/templates/Simple/.source/Empty.planworkt -share/apps/planwork/templates/Simple/Empty.desktop -share/apps/sheets/CellToolOptionWidgets.xml -share/apps/sheets/dtd/kspread.dtd -share/apps/sheets/functions/bitops.xml -share/apps/sheets/functions/conversion.xml -share/apps/sheets/functions/database.xml -share/apps/sheets/functions/datetime.xml -share/apps/sheets/functions/engineering.xml -share/apps/sheets/functions/financial.xml -share/apps/sheets/functions/information.xml -share/apps/sheets/functions/logic.xml -share/apps/sheets/functions/math.xml -share/apps/sheets/functions/reference.xml -share/apps/sheets/functions/statistical.xml -share/apps/sheets/functions/text.xml -share/apps/sheets/functions/trig.xml -share/apps/sheets/icons/hicolor/16x16/actions/adjustcol.png -share/apps/sheets/icons/hicolor/16x16/actions/adjustrow.png -share/apps/sheets/icons/hicolor/16x16/actions/black_sum.png -share/apps/sheets/icons/hicolor/16x16/actions/border_all.png -share/apps/sheets/icons/hicolor/16x16/actions/border_bottom.png -share/apps/sheets/icons/hicolor/16x16/actions/border_fall.png -share/apps/sheets/icons/hicolor/16x16/actions/border_horizontal.png -share/apps/sheets/icons/hicolor/16x16/actions/border_inside.png -share/apps/sheets/icons/hicolor/16x16/actions/border_left.png -share/apps/sheets/icons/hicolor/16x16/actions/border_outline.png -share/apps/sheets/icons/hicolor/16x16/actions/border_remove.png -share/apps/sheets/icons/hicolor/16x16/actions/border_right.png -share/apps/sheets/icons/hicolor/16x16/actions/border_top.png -share/apps/sheets/icons/hicolor/16x16/actions/border_up.png -share/apps/sheets/icons/hicolor/16x16/actions/border_vertical.png -share/apps/sheets/icons/hicolor/16x16/actions/cell_edit.png -share/apps/sheets/icons/hicolor/16x16/actions/cell_layout.png -share/apps/sheets/icons/hicolor/16x16/actions/chart.png -share/apps/sheets/icons/hicolor/16x16/actions/comment.png -share/apps/sheets/icons/hicolor/16x16/actions/delete_table.png -share/apps/sheets/icons/hicolor/16x16/actions/deletecell.png -share/apps/sheets/icons/hicolor/16x16/actions/dissociatecell.png -share/apps/sheets/icons/hicolor/16x16/actions/first_letter_upper.png -share/apps/sheets/icons/hicolor/16x16/actions/funct.png -share/apps/sheets/icons/hicolor/16x16/actions/hide_table_column.png -share/apps/sheets/icons/hicolor/16x16/actions/hide_table_row.png -share/apps/sheets/icons/hicolor/16x16/actions/insert_link.png -share/apps/sheets/icons/hicolor/16x16/actions/insertcell.png -share/apps/sheets/icons/hicolor/16x16/actions/insertcellcopy.png -share/apps/sheets/icons/hicolor/16x16/actions/mergecell-horizontal.png -share/apps/sheets/icons/hicolor/16x16/actions/mergecell-vertical.png -share/apps/sheets/icons/hicolor/16x16/actions/mergecell.png -share/apps/sheets/icons/hicolor/16x16/actions/middle.png -share/apps/sheets/icons/hicolor/16x16/actions/money.png -share/apps/sheets/icons/hicolor/16x16/actions/multirow.png -share/apps/sheets/icons/hicolor/16x16/actions/oscilloscope.png -share/apps/sheets/icons/hicolor/16x16/actions/percent.png -share/apps/sheets/icons/hicolor/16x16/actions/precminus.png -share/apps/sheets/icons/hicolor/16x16/actions/precplus.png -share/apps/sheets/icons/hicolor/16x16/actions/removecell.png -share/apps/sheets/icons/hicolor/16x16/actions/removecomment.png -share/apps/sheets/icons/hicolor/16x16/actions/resizecol.png -share/apps/sheets/icons/hicolor/16x16/actions/resizerow.png -share/apps/sheets/icons/hicolor/16x16/actions/selection.png -share/apps/sheets/icons/hicolor/16x16/actions/series.png -share/apps/sheets/icons/hicolor/16x16/actions/show_table_column.png -share/apps/sheets/icons/hicolor/16x16/actions/show_table_row.png -share/apps/sheets/icons/hicolor/16x16/actions/special_paste.png -share/apps/sheets/icons/hicolor/16x16/actions/text_bottom.png -share/apps/sheets/icons/hicolor/16x16/actions/text_top.png -share/apps/sheets/icons/hicolor/16x16/actions/vertical_text.png -share/apps/sheets/icons/hicolor/22x22/actions/black_sum.png -share/apps/sheets/icons/hicolor/22x22/actions/border_all.png -share/apps/sheets/icons/hicolor/22x22/actions/border_bottom.png -share/apps/sheets/icons/hicolor/22x22/actions/border_fall.png -share/apps/sheets/icons/hicolor/22x22/actions/border_horizontal.png -share/apps/sheets/icons/hicolor/22x22/actions/border_inside.png -share/apps/sheets/icons/hicolor/22x22/actions/border_left.png -share/apps/sheets/icons/hicolor/22x22/actions/border_outline.png -share/apps/sheets/icons/hicolor/22x22/actions/border_remove.png -share/apps/sheets/icons/hicolor/22x22/actions/border_right.png -share/apps/sheets/icons/hicolor/22x22/actions/border_top.png -share/apps/sheets/icons/hicolor/22x22/actions/border_up.png -share/apps/sheets/icons/hicolor/22x22/actions/border_vertical.png -share/apps/sheets/icons/hicolor/22x22/actions/funct.png -share/apps/sheets/icons/hicolor/22x22/actions/insert_chart.png -share/apps/sheets/icons/hicolor/22x22/actions/insert_link.png -share/apps/sheets/icons/hicolor/22x22/actions/mergecell-horizontal.png -share/apps/sheets/icons/hicolor/22x22/actions/mergecell-vertical.png -share/apps/sheets/icons/hicolor/22x22/actions/mergecell.png -share/apps/sheets/icons/hicolor/22x22/actions/middle.png -share/apps/sheets/icons/hicolor/22x22/actions/money.png -share/apps/sheets/icons/hicolor/22x22/actions/multirow.png -share/apps/sheets/icons/hicolor/22x22/actions/percent.png -share/apps/sheets/icons/hicolor/22x22/actions/prec_minus.png -share/apps/sheets/icons/hicolor/22x22/actions/prec_plus.png -share/apps/sheets/icons/hicolor/22x22/actions/text_bottom.png -share/apps/sheets/icons/hicolor/22x22/actions/text_top.png -share/apps/sheets/icons/hicolor/32x32/actions/border_all.png -share/apps/sheets/icons/hicolor/32x32/actions/border_bottom.png -share/apps/sheets/icons/hicolor/32x32/actions/border_fall.png -share/apps/sheets/icons/hicolor/32x32/actions/border_horizontal.png -share/apps/sheets/icons/hicolor/32x32/actions/border_inside.png -share/apps/sheets/icons/hicolor/32x32/actions/border_left.png -share/apps/sheets/icons/hicolor/32x32/actions/border_outline.png -share/apps/sheets/icons/hicolor/32x32/actions/border_remove.png -share/apps/sheets/icons/hicolor/32x32/actions/border_right.png -share/apps/sheets/icons/hicolor/32x32/actions/border_top.png -share/apps/sheets/icons/hicolor/32x32/actions/border_up.png -share/apps/sheets/icons/hicolor/32x32/actions/border_vertical.png -share/apps/sheets/icons/hicolor/32x32/actions/funct.png -share/apps/sheets/icons/hicolor/32x32/actions/percent.png -share/apps/sheets/icons/hicolor/32x32/actions/prec_minus.png -share/apps/sheets/icons/hicolor/32x32/actions/prec_plus.png -share/apps/sheets/icons/hicolor/48x48/actions/template_balancesheet.png -share/apps/sheets/icons/hicolor/48x48/actions/template_bmi.png -share/apps/sheets/icons/hicolor/48x48/actions/template_creditcardtracker.png -share/apps/sheets/icons/hicolor/48x48/actions/template_expensereport.png -share/apps/sheets/icons/hicolor/48x48/actions/template_invoice.png -share/apps/sheets/icons/hicolor/48x48/actions/template_menuplan.png -share/apps/sheets/icons/hicolor/48x48/actions/template_packingslip.png -share/apps/sheets/icons/hicolor/48x48/actions/template_pricequotation.png -share/apps/sheets/icons/hicolor/48x48/actions/template_studentidcard.png -share/apps/sheets/icons/hicolor/48x48/actions/template_vacationchecklist.png -share/apps/sheets/icons/hicolor/48x48/actions/template_worksheet.png -share/apps/sheets/icons/hicolor/scalable/actions/template_balancesheet.svgz -share/apps/sheets/icons/hicolor/scalable/actions/template_bmi.svgz -share/apps/sheets/icons/hicolor/scalable/actions/template_creditcardtracker.svgz -share/apps/sheets/icons/hicolor/scalable/actions/template_expensereport.svgz -share/apps/sheets/icons/hicolor/scalable/actions/template_invoice.svgz -share/apps/sheets/icons/hicolor/scalable/actions/template_menuplan.svgz -share/apps/sheets/icons/hicolor/scalable/actions/template_packingslip.svgz -share/apps/sheets/icons/hicolor/scalable/actions/template_pricequotation.svgz -share/apps/sheets/icons/hicolor/scalable/actions/template_studentidcard.svgz -share/apps/sheets/icons/hicolor/scalable/actions/template_vacationchecklist.svgz -share/apps/sheets/icons/hicolor/scalable/actions/template_worksheet.svgz -share/apps/sheets/scripts/docker/consoledocker.py -share/apps/sheets/scripts/docker/snippetsdocker.rb -share/apps/sheets/scripts/extensions/csvexport.py -share/apps/sheets/scripts/extensions/csvimport.py -share/apps/sheets/scripts/extensions/csvoptions.ui -share/apps/sheets/scripts/extensions/htmlexport.py -share/apps/sheets/scripts/extensions/htmlexportinfos.ui -share/apps/sheets/scripts/extensions/kexidbexport.py -share/apps/sheets/scripts/extensions/kexidbimport.py -share/apps/sheets/scripts/extensions/logger.py -share/apps/sheets/scripts/extensions/myorca.py -share/apps/sheets/scripts/extensions/odfpyexport.py -share/apps/sheets/scripts/extensions/vcardimport.py -share/apps/sheets/scripts/extensions/xmlviewer.py -share/apps/sheets/scripts/functions/functions.py -share/apps/sheets/scripts/functions/pyregexp.py -share/apps/sheets/scripts/functions/pytime.py -share/apps/sheets/scripts/functions/rpyfunctions.py -share/apps/sheets/scripts/functions/yfinance.py -share/apps/sheets/scripts/functions/yweather.py -share/apps/sheets/scripts/scripts.rc -share/apps/sheets/sheets.rc -share/apps/sheets/sheets_readonly.rc -share/apps/sheets/sheetstyles/standard1.ksts -share/apps/sheets/sheetstyles/standard1.png -share/apps/sheets/sheetstyles/standard1.xml -share/apps/sheets/sheetstyles/standard2.ksts -share/apps/sheets/sheetstyles/standard2.png -share/apps/sheets/sheetstyles/standard2.xml -share/apps/sheets/templates/Business/.directory -share/apps/sheets/templates/Business/.source/BalanceSheet.kst -share/apps/sheets/templates/Business/.source/ExpenseReport.kst -share/apps/sheets/templates/Business/.source/Invoice.kst -share/apps/sheets/templates/Business/.source/PackingSlip.kst -share/apps/sheets/templates/Business/.source/PriceQuotation.kst -share/apps/sheets/templates/Business/BalanceSheet.desktop -share/apps/sheets/templates/Business/ExpenseReport.desktop -share/apps/sheets/templates/Business/Invoice.desktop -share/apps/sheets/templates/Business/PackingSlip.desktop -share/apps/sheets/templates/Business/PriceQuotation.desktop -share/apps/sheets/templates/General/.directory -share/apps/sheets/templates/General/.source/StudentIDCard.kst -share/apps/sheets/templates/General/.source/Worksheet.kst -share/apps/sheets/templates/General/StudentIDCard.desktop -share/apps/sheets/templates/General/Worksheet.desktop -share/apps/sheets/templates/HomeFamily/.directory -share/apps/sheets/templates/HomeFamily/.source/BMI.kst -share/apps/sheets/templates/HomeFamily/.source/CreditCardTracker.kst -share/apps/sheets/templates/HomeFamily/.source/MenuPlan.kst -share/apps/sheets/templates/HomeFamily/.source/VacationChecklist.kst -share/apps/sheets/templates/HomeFamily/BMI.desktop -share/apps/sheets/templates/HomeFamily/CreditCardTracker.desktop -share/apps/sheets/templates/HomeFamily/MenuPlan.desktop -share/apps/sheets/templates/HomeFamily/VacationChecklist.desktop -share/apps/sheets/viewplugins/scripting.rc -share/apps/sheets/viewplugins/solver.rc -share/apps/stage/animations/animations.xml -share/apps/stage/icons/hicolor/32x32/actions/after_previous.png -share/apps/stage/icons/hicolor/32x32/actions/edit_animation.png -share/apps/stage/icons/hicolor/32x32/actions/onclick.png -share/apps/stage/icons/hicolor/32x32/actions/unrecognized_animation.png -share/apps/stage/icons/hicolor/32x32/actions/with_previous.png -share/apps/stage/icons/hicolor/48x48/actions/template_emptylandscape.png -share/apps/stage/icons/hicolor/64x64/actions/appear_animation.png -share/apps/stage/icons/hicolor/64x64/actions/blue_orange_vector.png -share/apps/stage/icons/hicolor/64x64/actions/bounce_animation.png -share/apps/stage/icons/hicolor/64x64/actions/burning_desire.png -share/apps/stage/icons/hicolor/64x64/actions/business.png -share/apps/stage/icons/hicolor/64x64/actions/collapse_animation.png -share/apps/stage/icons/hicolor/64x64/actions/crawl_out_animation.png -share/apps/stage/icons/hicolor/64x64/actions/curious_penguin.png -share/apps/stage/icons/hicolor/64x64/actions/custom_animations.png -share/apps/stage/icons/hicolor/64x64/actions/disappear_animation.png -share/apps/stage/icons/hicolor/64x64/actions/emphasis_animations.png -share/apps/stage/icons/hicolor/64x64/actions/entrance_animations.png -share/apps/stage/icons/hicolor/64x64/actions/exit_animations.png -share/apps/stage/icons/hicolor/64x64/actions/falling_in_animation.png -share/apps/stage/icons/hicolor/64x64/actions/flash_once_animation.png -share/apps/stage/icons/hicolor/64x64/actions/flood_light.png -share/apps/stage/icons/hicolor/64x64/actions/fly_in_animation.png -share/apps/stage/icons/hicolor/64x64/actions/fly_in_slow_animation.png -share/apps/stage/icons/hicolor/64x64/actions/fly_out_animation.png -share/apps/stage/icons/hicolor/64x64/actions/horizontal_animations.png -share/apps/stage/icons/hicolor/64x64/actions/in_animations.png -share/apps/stage/icons/hicolor/64x64/actions/kde_events.png -share/apps/stage/icons/hicolor/64x64/actions/motion_path_animations.png -share/apps/stage/icons/hicolor/64x64/actions/movie_credits_animation.png -share/apps/stage/icons/hicolor/64x64/actions/out_animations.png -share/apps/stage/icons/hicolor/64x64/actions/rounded_square.png -share/apps/stage/icons/hicolor/64x64/actions/simple_waves.png -share/apps/stage/icons/hicolor/64x64/actions/skyline_monotone.png -share/apps/stage/icons/hicolor/64x64/actions/skyline_monotone_wide.png -share/apps/stage/icons/hicolor/64x64/actions/skyline_morning.png -share/apps/stage/icons/hicolor/64x64/actions/skyline_morning_wide.png -share/apps/stage/icons/hicolor/64x64/actions/skyline_night.png -share/apps/stage/icons/hicolor/64x64/actions/skyline_night_wide.png -share/apps/stage/icons/hicolor/64x64/actions/spiral_in_animation.png -share/apps/stage/icons/hicolor/64x64/actions/spiral_out_animation.png -share/apps/stage/icons/hicolor/64x64/actions/strange_far_hills.png -share/apps/stage/icons/hicolor/64x64/actions/stretchy_animation.png -share/apps/stage/icons/hicolor/64x64/actions/swish_animation.png -share/apps/stage/icons/hicolor/64x64/actions/swivel_animation.png -share/apps/stage/icons/hicolor/64x64/actions/thread_animation.png -share/apps/stage/icons/hicolor/64x64/actions/vertical_animations.png -share/apps/stage/icons/hicolor/64x64/actions/zoom_animation.png -share/apps/stage/icons/hicolor/scalable/actions/cohere-blue.svgz -share/apps/stage/icons/hicolor/scalable/actions/cohere-gold.svgz -share/apps/stage/icons/hicolor/scalable/actions/cohere-magenta.svgz -share/apps/stage/icons/hicolor/scalable/actions/cohere-red.svgz -share/apps/stage/icons/hicolor/scalable/actions/template_emptylandscape.svgz -share/apps/stage/pics/layout-elements.svg -share/apps/stage/pics/webslideshow-sidebar.png -share/apps/stage/stage.rc -share/apps/stage/stage_readonly.rc -share/apps/stage/styles/defaultstyles.xml -share/apps/stage/templates/Screen/.directory -share/apps/stage/templates/Screen/.source/emptyLandscape.otp -share/apps/stage/templates/Screen/.source/emptyLandscapeWide.otp -share/apps/stage/templates/Screen/emptyLandscape.desktop -share/apps/stage/templates/Screen/emptyLandscapeWide.desktop -share/apps/stage/templates/exportHTML/slides.html -share/apps/stage/templates/exportHTML/templates/stage.zip -share/apps/stage/templates/exportHTML/toc.html -share/apps/stage/templates/odf/.directory -share/apps/stage/templates/odf/.source/blue_orange_vector.otp -share/apps/stage/templates/odf/.source/burning_desire.otp -share/apps/stage/templates/odf/.source/business.otp -share/apps/stage/templates/odf/.source/cohere-blue.otp -share/apps/stage/templates/odf/.source/cohere-gold.otp -share/apps/stage/templates/odf/.source/cohere-magenta.otp -share/apps/stage/templates/odf/.source/cohere-red.otp -share/apps/stage/templates/odf/.source/curious_penguin.otp -share/apps/stage/templates/odf/.source/flood_light.otp -share/apps/stage/templates/odf/.source/kde_events.otp -share/apps/stage/templates/odf/.source/rounded_square.otp -share/apps/stage/templates/odf/.source/simple_waves.otp -share/apps/stage/templates/odf/.source/skyline_monotone.otp -share/apps/stage/templates/odf/.source/skyline_monotone_wide.otp -share/apps/stage/templates/odf/.source/skyline_morning.otp -share/apps/stage/templates/odf/.source/skyline_morning_wide.otp -share/apps/stage/templates/odf/.source/skyline_night.otp -share/apps/stage/templates/odf/.source/skyline_night_wide.otp -share/apps/stage/templates/odf/.source/strange_far_hills.otp -share/apps/stage/templates/odf/.thumbnail/blue_orange_vector.png -share/apps/stage/templates/odf/.thumbnail/burning_desire.png -share/apps/stage/templates/odf/.thumbnail/business.png -share/apps/stage/templates/odf/.thumbnail/cohere-blue.png -share/apps/stage/templates/odf/.thumbnail/cohere-gold.png -share/apps/stage/templates/odf/.thumbnail/cohere-magenta.png -share/apps/stage/templates/odf/.thumbnail/cohere-red.png -share/apps/stage/templates/odf/.thumbnail/curious_penguin.png -share/apps/stage/templates/odf/.thumbnail/flood_light.png -share/apps/stage/templates/odf/.thumbnail/kde_events.png -share/apps/stage/templates/odf/.thumbnail/rounded_square.png -share/apps/stage/templates/odf/.thumbnail/simple_waves.png -share/apps/stage/templates/odf/.thumbnail/skyline_monotone.png -share/apps/stage/templates/odf/.thumbnail/skyline_monotone_wide.png -share/apps/stage/templates/odf/.thumbnail/skyline_morning.png -share/apps/stage/templates/odf/.thumbnail/skyline_morning_wide.png -share/apps/stage/templates/odf/.thumbnail/skyline_night.png -share/apps/stage/templates/odf/.thumbnail/skyline_night_wide.png -share/apps/stage/templates/odf/.thumbnail/strange_far_hills.png -share/apps/stage/templates/odf/blue_orange_vector.desktop -share/apps/stage/templates/odf/burning_desire.desktop -share/apps/stage/templates/odf/business.desktop -share/apps/stage/templates/odf/cohere-blue.desktop -share/apps/stage/templates/odf/cohere-gold.desktop -share/apps/stage/templates/odf/cohere-magenta.desktop -share/apps/stage/templates/odf/cohere-red.desktop -share/apps/stage/templates/odf/curious_penguin.desktop -share/apps/stage/templates/odf/flood_light.desktop -share/apps/stage/templates/odf/kde_events.desktop -share/apps/stage/templates/odf/rounded_square.desktop -share/apps/stage/templates/odf/simple_waves.desktop -share/apps/stage/templates/odf/skyline_monotone.desktop -share/apps/stage/templates/odf/skyline_monotone_wide.desktop -share/apps/stage/templates/odf/skyline_morning.desktop -share/apps/stage/templates/odf/skyline_morning_wide.desktop -share/apps/stage/templates/odf/skyline_night.desktop -share/apps/stage/templates/odf/skyline_night_wide.desktop -share/apps/stage/templates/odf/strange_far_hills.desktop -share/apps/stateshape/states/checked.svg -share/apps/stateshape/states/progress-00.svg -share/apps/stateshape/states/progress-100.svg -share/apps/stateshape/states/progress-25.svg -share/apps/stateshape/states/progress-50.svg -share/apps/stateshape/states/progress-75.svg -share/apps/stateshape/states/states.xml -share/apps/stateshape/states/unchecked.svg -share/apps/words/icons/hicolor/128x128/actions/template_colorful.png -share/apps/words/icons/hicolor/48x48/actions/template_a4.png -share/apps/words/icons/hicolor/48x48/actions/template_colorful.png -share/apps/words/icons/hicolor/48x48/actions/template_fax.png -share/apps/words/icons/hicolor/48x48/actions/template_letter.png -share/apps/words/icons/hicolor/48x48/actions/template_plaintext.png -share/apps/words/icons/hicolor/scalable/actions/template_a4.svgz -share/apps/words/icons/hicolor/scalable/actions/template_fax.svgz -share/apps/words/icons/hicolor/scalable/actions/template_letter.svgz -share/apps/words/styles/defaultstyles.xml -share/apps/words/templates/Normal/.directory -share/apps/words/templates/Normal/.source/A4.odt -share/apps/words/templates/Normal/.source/ColorfulA4.odt -share/apps/words/templates/Normal/.source/ColorfulLetter.odt -share/apps/words/templates/Normal/.source/FaxA4.odt -share/apps/words/templates/Normal/.source/FaxLetter.odt -share/apps/words/templates/Normal/.source/ProfessionalA4.odt -share/apps/words/templates/Normal/.source/ProfessionalLetter.odt -share/apps/words/templates/Normal/.thumbnail/a4.png -share/apps/words/templates/Normal/.thumbnail/colorful.png -share/apps/words/templates/Normal/.thumbnail/fax.png -share/apps/words/templates/Normal/.thumbnail/professional.png -share/apps/words/templates/Normal/A4.desktop -share/apps/words/templates/Normal/ColorfulA4.desktop -share/apps/words/templates/Normal/ColorfulLetter.desktop -share/apps/words/templates/Normal/FaxA4.desktop -share/apps/words/templates/Normal/FaxLetter.desktop -share/apps/words/templates/Normal/ProfessionalA4.desktop -share/apps/words/templates/Normal/ProfessionalLetter.desktop -share/apps/words/words.rc -share/apps/words/words_readonly.rc -share/color/icc/krita/ACES-elle-V2-g10.icc -share/color/icc/krita/ACES-elle-V2-g22.icc -share/color/icc/krita/ACES-elle-V2-labl.icc -share/color/icc/krita/ACES-elle-V2-srgbtrc.icc -share/color/icc/krita/ACES-elle-V4-g10.icc -share/color/icc/krita/ACES-elle-V4-g22.icc -share/color/icc/krita/ACES-elle-V4-labl.icc -share/color/icc/krita/ACES-elle-V4-srgbtrc.icc -share/color/icc/krita/ACEScg-elle-V2-g10.icc -share/color/icc/krita/ACEScg-elle-V2-labl.icc -share/color/icc/krita/ACEScg-elle-V2-srgbtrc.icc -share/color/icc/krita/ACEScg-elle-V4-g10.icc -share/color/icc/krita/ACEScg-elle-V4-labl.icc -share/color/icc/krita/ACEScg-elle-V4-srgbtrc.icc -share/color/icc/krita/AllColorsRGB-elle-V2-g10.icc -share/color/icc/krita/AllColorsRGB-elle-V2-labl.icc -share/color/icc/krita/AllColorsRGB-elle-V2-srgbtrc.icc -share/color/icc/krita/AllColorsRGB-elle-V4-g10.icc -share/color/icc/krita/AllColorsRGB-elle-V4-labl.icc -share/color/icc/krita/AllColorsRGB-elle-V4-srgbtrc.icc -share/color/icc/krita/CIERGB-elle-V2-g10.icc -share/color/icc/krita/CIERGB-elle-V2-g22.icc -share/color/icc/krita/CIERGB-elle-V2-labl.icc -share/color/icc/krita/CIERGB-elle-V2-srgbtrc.icc -share/color/icc/krita/CIERGB-elle-V4-g10.icc -share/color/icc/krita/CIERGB-elle-V4-g22.icc -share/color/icc/krita/CIERGB-elle-V4-labl.icc -share/color/icc/krita/CIERGB-elle-V4-srgbtrc.icc -share/color/icc/krita/CMakeLists.txt -share/color/icc/krita/ClayRGB-elle-V2-g10.icc -share/color/icc/krita/ClayRGB-elle-V2-g22.icc -share/color/icc/krita/ClayRGB-elle-V2-labl.icc -share/color/icc/krita/ClayRGB-elle-V2-srgbtrc.icc -share/color/icc/krita/ClayRGB-elle-V4-g10.icc -share/color/icc/krita/ClayRGB-elle-V4-g22.icc -share/color/icc/krita/ClayRGB-elle-V4-labl.icc -share/color/icc/krita/ClayRGB-elle-V4-srgbtrc.icc -share/color/icc/krita/Gray-D50-elle-V2-g10.icc -share/color/icc/krita/Gray-D50-elle-V2-g18.icc -share/color/icc/krita/Gray-D50-elle-V2-g22.icc -share/color/icc/krita/Gray-D50-elle-V2-labl.icc -share/color/icc/krita/Gray-D50-elle-V2-rec709.icc -share/color/icc/krita/Gray-D50-elle-V2-srgbtrc.icc -share/color/icc/krita/Gray-D50-elle-V4-g10.icc -share/color/icc/krita/Gray-D50-elle-V4-g18.icc -share/color/icc/krita/Gray-D50-elle-V4-g22.icc -share/color/icc/krita/Gray-D50-elle-V4-labl.icc -share/color/icc/krita/Gray-D50-elle-V4-rec709.icc -share/color/icc/krita/Gray-D50-elle-V4-srgbtrc.icc -share/color/icc/krita/IdentityRGB-elle-V2-g10.icc -share/color/icc/krita/IdentityRGB-elle-V2-labl.icc -share/color/icc/krita/IdentityRGB-elle-V2-srgbtrc.icc -share/color/icc/krita/IdentityRGB-elle-V4-g10.icc -share/color/icc/krita/IdentityRGB-elle-V4-labl.icc -share/color/icc/krita/IdentityRGB-elle-V4-srgbtrc.icc -share/color/icc/krita/Lab-D50-Identity-elle-V2.icc -share/color/icc/krita/Lab-D50-Identity-elle-V4.icc -share/color/icc/krita/LargeRGB-elle-V2-g10.icc -share/color/icc/krita/LargeRGB-elle-V2-g18.icc -share/color/icc/krita/LargeRGB-elle-V2-labl.icc -share/color/icc/krita/LargeRGB-elle-V2-srgbtrc.icc -share/color/icc/krita/LargeRGB-elle-V4-g10.icc -share/color/icc/krita/LargeRGB-elle-V4-g18.icc -share/color/icc/krita/LargeRGB-elle-V4-labl.icc -share/color/icc/krita/LargeRGB-elle-V4-srgbtrc.icc -share/color/icc/krita/README -share/color/icc/krita/Rec2020-elle-V2-g10.icc -share/color/icc/krita/Rec2020-elle-V2-labl.icc -share/color/icc/krita/Rec2020-elle-V2-rec709.icc -share/color/icc/krita/Rec2020-elle-V2-srgbtrc.icc -share/color/icc/krita/Rec2020-elle-V4-g10.icc -share/color/icc/krita/Rec2020-elle-V4-labl.icc -share/color/icc/krita/Rec2020-elle-V4-rec709.icc -share/color/icc/krita/Rec2020-elle-V4-srgbtrc.icc -share/color/icc/krita/WideRGB-elle-V2-g10.icc -share/color/icc/krita/WideRGB-elle-V2-g22.icc -share/color/icc/krita/WideRGB-elle-V2-labl.icc -share/color/icc/krita/WideRGB-elle-V2-srgbtrc.icc -share/color/icc/krita/WideRGB-elle-V4-g10.icc -share/color/icc/krita/WideRGB-elle-V4-g22.icc -share/color/icc/krita/WideRGB-elle-V4-labl.icc -share/color/icc/krita/WideRGB-elle-V4-srgbtrc.icc -share/color/icc/krita/XYZ-D50-Identity-elle-V4.icc -share/color/icc/krita/cmyk.icm -share/color/icc/krita/krita25_lcms-builtin-sRGB_g100-truegamma.icc -share/color/icc/krita/sRGB-elle-V2-g10.icc -share/color/icc/krita/sRGB-elle-V2-labl.icc -share/color/icc/krita/sRGB-elle-V2-srgbtrc.icc -share/color/icc/krita/sRGB-elle-V4-g10.icc -share/color/icc/krita/sRGB-elle-V4-labl.icc -share/color/icc/krita/sRGB-elle-V4-srgbtrc.icc -share/color/icc/krita/scRGB.icm -share/config.kcfg/plansettings.kcfg -share/config.kcfg/planworksettings.kcfg -share/config.kcfg/sheets.kcfg -share/config/authorrc -share/config/flow_stencils.knsrc -share/config/flowrc -share/config/karbonrc -share/config/kexirc -share/config/kritabrushes.knsrc -share/config/kritagradients.knsrc -share/config/kritaiccprofiles.knsrc -share/config/kritapatterns.knsrc -share/config/kritapresets.knsrc -share/config/kritarc -share/config/planrc -share/config/planworkrc -share/config/sheetsrc -share/config/stagerc -share/config/wordsrc -share/doc/HTML/en/calligra/common -share/doc/HTML/en/calligra/index.cache.bz2 -share/doc/HTML/en/calligra/index.docbook -share/doc/HTML/en/kexi/Icon-action-widgets.png -share/doc/HTML/en/kexi/Icon-edit-clear-locationbar-rtl.png -share/doc/HTML/en/kexi/Icon-go-jump.png -share/doc/HTML/en/kexi/Icon-help-about-desaturated.png -share/doc/HTML/en/kexi/Icon-help-contents.png -share/doc/HTML/en/kexi/Icon-server-database.png -share/doc/HTML/en/kexi/Icon-tab-close.png -share/doc/HTML/en/kexi/common -share/doc/HTML/en/kexi/contact-example.png -share/doc/HTML/en/kexi/index.cache.bz2 -share/doc/HTML/en/kexi/index.docbook -share/doc/HTML/en/kexi/kexi_create_tab.png -share/doc/HTML/en/kexi/kexi_data_tab.png -share/doc/HTML/en/kexi/kexi_external_data_tab.png -share/doc/HTML/en/kexi/kexi_form_design_tab.png -share/doc/HTML/en/kexi/kexi_kexi_tab.png -share/doc/HTML/en/kexi/kexi_mainwindow.png -share/doc/HTML/en/kexi/kexi_northwind.png -share/doc/HTML/en/kexi/kexi_openproject.png -share/doc/HTML/en/kexi/kexi_projectnavigator.png -share/doc/HTML/en/kexi/kexi_propertyeditor.png -share/doc/HTML/en/kexi/kexi_report_design_tab.png -share/doc/HTML/en/kexi/kexi_tabbedtoolbar.png -share/doc/HTML/en/kexi/kexi_tools_tab.png -share/doc/HTML/en/kexi/kexi_windowtabs.png -share/doc/HTML/en/kexi/newproject.png -share/doc/HTML/en/kexi/projectfilename.png -share/doc/HTML/en/kexi/projectstorage.png -share/doc/HTML/en/sheets/advanced.docbook -share/doc/HTML/en/sheets/basics.docbook -share/doc/HTML/en/sheets/cellformat0.png -share/doc/HTML/en/sheets/cellformat1.png -share/doc/HTML/en/sheets/cellformat2.png -share/doc/HTML/en/sheets/cellformat3.png -share/doc/HTML/en/sheets/cellformat4.png -share/doc/HTML/en/sheets/cellformat5.png -share/doc/HTML/en/sheets/cellformat6.png -share/doc/HTML/en/sheets/cellprotection1.png -share/doc/HTML/en/sheets/cellprotection2.png -share/doc/HTML/en/sheets/chart1.png -share/doc/HTML/en/sheets/commands.docbook -share/doc/HTML/en/sheets/common -share/doc/HTML/en/sheets/config.docbook -share/doc/HTML/en/sheets/configdialog.docbook -share/doc/HTML/en/sheets/configure2.png -share/doc/HTML/en/sheets/configure3.png -share/doc/HTML/en/sheets/configure4.png -share/doc/HTML/en/sheets/configure5.png -share/doc/HTML/en/sheets/configure6.png -share/doc/HTML/en/sheets/copy1.png -share/doc/HTML/en/sheets/decreasedecimal.png -share/doc/HTML/en/sheets/format.docbook -share/doc/HTML/en/sheets/functions.docbook -share/doc/HTML/en/sheets/hi22-action-money.png -share/doc/HTML/en/sheets/hideformula1.png -share/doc/HTML/en/sheets/hideformula2.png -share/doc/HTML/en/sheets/hideformula3.png -share/doc/HTML/en/sheets/hideformula4.png -share/doc/HTML/en/sheets/hideformula5.png -share/doc/HTML/en/sheets/increasedecimal.png -share/doc/HTML/en/sheets/index.cache.bz2 -share/doc/HTML/en/sheets/index.docbook -share/doc/HTML/en/sheets/newdocument.png -share/doc/HTML/en/sheets/percent.png -share/doc/HTML/en/sheets/pivot1.png -share/doc/HTML/en/sheets/pivot2.png -share/doc/HTML/en/sheets/pivot3.png -share/doc/HTML/en/sheets/pivot4.png -share/doc/HTML/en/sheets/sheetproperties.png -share/doc/HTML/en/sheets/shortcut1.png -share/doc/HTML/en/sheets/sort1.png -share/doc/HTML/en/sheets/starting1.png -share/doc/HTML/en/stage/22x22-actions-format-text-color.png -share/doc/HTML/en/stage/barstyle1.png -share/doc/HTML/en/stage/break.png -share/doc/HTML/en/stage/common -share/doc/HTML/en/stage/configure-author.png -share/doc/HTML/en/stage/configure-document.png -share/doc/HTML/en/stage/configure-grid.png -share/doc/HTML/en/stage/configure-misc.png -share/doc/HTML/en/stage/great-presentations.docbook -share/doc/HTML/en/stage/guides.docbook -share/doc/HTML/en/stage/htmlshow3.png -share/doc/HTML/en/stage/htmlshow9.png -share/doc/HTML/en/stage/index.cache.bz2 -share/doc/HTML/en/stage/index.docbook -share/doc/HTML/en/stage/link.png -share/doc/HTML/en/stage/menus.docbook -share/doc/HTML/en/stage/options.docbook -share/doc/HTML/en/stage/settings03.png -share/doc/HTML/en/stage/settings04.png -share/doc/HTML/en/stage/template03.png -share/doc/HTML/en/stage/template04.png -share/doc/HTML/en/stage/tut01.png -share/doc/HTML/en/stage/tut03.png -share/doc/HTML/en/stage/tut04.png -share/doc/HTML/en/stage/tut07.png -share/doc/HTML/en/stage/tut09.png -share/doc/HTML/en/stage/tut10.png -share/doc/HTML/en/stage/tut13.png -share/doc/HTML/en/stage/tut19.png -share/doc/HTML/en/stage/tut20.png -share/doc/HTML/en/stage/tut21.png -share/doc/HTML/en/stage/tut25.png -share/doc/HTML/en/stage/tut26.png -share/doc/HTML/en/stage/tutorial.docbook -share/icons/hicolor/1024x1024/apps/braindump.png -share/icons/hicolor/1024x1024/apps/calligraauthor.png -share/icons/hicolor/1024x1024/apps/calligraflow.png +%%QT_PLUGINDIR%%/calligra/deferred/calligra_shape_spreadsheet-deferred.so +%%QT_PLUGINDIR%%/calligra/dockers/calligra_docker_defaults.so +%%QT_PLUGINDIR%%/calligra/dockers/calligra_docker_stencils.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_applixspread2kspread.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_applixword2odt.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_ascii2words.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_csv2sheets.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_dbase2kspread.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_doc2odt.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_docx2odt.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_eps2svgai.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_gnumeric2sheets.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_html2ods.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_karbon1x2karbon.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_karbon2image.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_karbon2svg.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_karbon2wmf.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_key2odp.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_kpr2odp.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_kspread2tex.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_odt2ascii.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_odt2docx.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_odt2epub2.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_odt2html.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_odt2mobi.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_odt2wiki.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_opencalc2sheets.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_pdf2svg.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_ppt2odp.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_pptx2odp.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_qpro2sheets.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_rtf2odt.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_sheets2csv.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_sheets2gnumeric.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_sheets2html.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_sheets2opencalc.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_svg2karbon.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_vsdx2odg.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_wmf2svg.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_wpd2odt.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_wpg2odg.so +%%QT_PLUGINDIR%%/calligra/formatfilters/calligra_filter_wpg2svg.so +%%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/planicalexport.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 +%%QT_PLUGINDIR%%/calligra/parts/karbonpart.so +%%QT_PLUGINDIR%%/calligra/presentationeventactions/calligrastageeventactions.so +%%QT_PLUGINDIR%%/calligra/shapefiltereffects/calligra_filtereffects.so +%%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_artistictext.so +%%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_chart.so +%%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_formula.so +%%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_music.so +%%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_paths.so +%%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_picture.so +%%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_plugin.so +%%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_spreadsheet.so +%%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_text.so +%%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_vector.so +%%QT_PLUGINDIR%%/calligra/shapes/calligra_shape_video.so +%%QT_PLUGINDIR%%/calligra/textediting/calligra_textediting_autocorrect.so +%%QT_PLUGINDIR%%/calligra/textediting/calligra_textediting_changecase.so +%%QT_PLUGINDIR%%/calligra/textediting/calligra_textediting_spellcheck.so +%%QT_PLUGINDIR%%/calligra/textediting/calligra_textediting_thesaurus.so +%%QT_PLUGINDIR%%/calligra/textinlineobjects/calligra_textinlineobject_variables.so +%%QT_PLUGINDIR%%/calligra/textinlineobjects/kprvariables.so +%%QT_PLUGINDIR%%/calligra/tools/calligra_tool_basicflakes.so +%%QT_PLUGINDIR%%/calligra/tools/calligra_tool_defaults.so +%%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 +%%QT_PLUGINDIR%%/calligrasheets/functions/kspreaddatabasemodule.so +%%QT_PLUGINDIR%%/calligrasheets/functions/kspreaddatetimemodule.so +%%QT_PLUGINDIR%%/calligrasheets/functions/kspreadengineeringmodule.so +%%QT_PLUGINDIR%%/calligrasheets/functions/kspreadfinancialmodule.so +%%QT_PLUGINDIR%%/calligrasheets/functions/kspreadinformationmodule.so +%%QT_PLUGINDIR%%/calligrasheets/functions/kspreadlogicmodule.so +%%QT_PLUGINDIR%%/calligrasheets/functions/kspreadmathmodule.so +%%QT_PLUGINDIR%%/calligrasheets/functions/kspreadreferencemodule.so +%%QT_PLUGINDIR%%/calligrasheets/functions/kspreadstatisticalmodule.so +%%QT_PLUGINDIR%%/calligrasheets/functions/kspreadtextmodule.so +%%QT_PLUGINDIR%%/calligrasheets/functions/kspreadtrigonometrymodule.so +%%QT_PLUGINDIR%%/calligrastage/pageeffects/kpr_pageeffect_barwipe.so +%%QT_PLUGINDIR%%/calligrastage/pageeffects/kpr_pageeffect_clockwipe.so +%%QT_PLUGINDIR%%/calligrastage/pageeffects/kpr_pageeffect_edgewipe.so +%%QT_PLUGINDIR%%/calligrastage/pageeffects/kpr_pageeffect_fade.so +%%QT_PLUGINDIR%%/calligrastage/pageeffects/kpr_pageeffect_iriswipe.so +%%QT_PLUGINDIR%%/calligrastage/pageeffects/kpr_pageeffect_matrixwipe.so +%%QT_PLUGINDIR%%/calligrastage/pageeffects/kpr_pageeffect_slidewipe.so +%%QT_PLUGINDIR%%/calligrastage/pageeffects/kpr_pageeffect_spacerotation.so +%%QT_PLUGINDIR%%/calligrastage/pageeffects/kpr_pageeffect_swapeffect.so +%%QT_PLUGINDIR%%/calligrastage/shapeanimations/kpr_shapeanimation_example.so +%%QT_PLUGINDIR%%/calligrastage/tools/calligrastagetoolanimation.so +%%QT_PLUGINDIR%%/calligrathumbnail.so +%%QT_PLUGINDIR%%/karbon/extensions/karbon_flattenpath.so +%%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 +%%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_wpd_calligra.so +share/applications/calligra_filter_odt2docx.desktop +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_wpd_calligra.desktop +share/applications/org.kde.calligraplan.desktop +share/applications/org.kde.calligraplanwork.desktop +share/applications/org.kde.calligrasheets.desktop +share/applications/org.kde.calligrawords.desktop +share/applications/org.kde.calligrawords_ascii.desktop +share/applications/org.kde.karbon.desktop +%%DATADIR%%/autocorrect/autocorrect.xml +%%DATADIR%%/autocorrect/en_US.xml +%%DATADIR%%/calligra_shell.rc +%%DATADIR%%/cursors/cursor_connect.png +%%DATADIR%%/cursors/cursor_rotate.png +%%DATADIR%%/cursors/cursor_shear.png +%%DATADIR%%/cursors/zoom_in_cursor.png +%%DATADIR%%/cursors/zoom_out_cursor.png +%%DATADIR%%/icons/hicolor/16x16/actions/abs.png +%%DATADIR%%/icons/hicolor/16x16/actions/animation-stage.png +%%DATADIR%%/icons/hicolor/16x16/actions/bevelled.png +%%DATADIR%%/icons/hicolor/16x16/actions/borderpainter.png +%%DATADIR%%/icons/hicolor/16x16/actions/brackets.png +%%DATADIR%%/icons/hicolor/16x16/actions/curve-connector.png +%%DATADIR%%/icons/hicolor/16x16/actions/enclosed.png +%%DATADIR%%/icons/hicolor/16x16/actions/escape-direction-all.png +%%DATADIR%%/icons/hicolor/16x16/actions/escape-direction-down.png +%%DATADIR%%/icons/hicolor/16x16/actions/escape-direction-horizontal.png +%%DATADIR%%/icons/hicolor/16x16/actions/escape-direction-left.png +%%DATADIR%%/icons/hicolor/16x16/actions/escape-direction-right.png +%%DATADIR%%/icons/hicolor/16x16/actions/escape-direction-up.png +%%DATADIR%%/icons/hicolor/16x16/actions/escape-direction-vertical.png +%%DATADIR%%/icons/hicolor/16x16/actions/frac.png +%%DATADIR%%/icons/hicolor/16x16/actions/gsub.png +%%DATADIR%%/icons/hicolor/16x16/actions/gsubup.png +%%DATADIR%%/icons/hicolor/16x16/actions/gsup.png +%%DATADIR%%/icons/hicolor/16x16/actions/insert-page-break.png +%%DATADIR%%/icons/hicolor/16x16/actions/int.png +%%DATADIR%%/icons/hicolor/16x16/actions/lines-connector.png +%%DATADIR%%/icons/hicolor/16x16/actions/lsub.png +%%DATADIR%%/icons/hicolor/16x16/actions/lsup.png +%%DATADIR%%/icons/hicolor/16x16/actions/matrix.png +%%DATADIR%%/icons/hicolor/16x16/actions/multiline.png +%%DATADIR%%/icons/hicolor/16x16/actions/onetwomatrix.png +%%DATADIR%%/icons/hicolor/16x16/actions/over.png +%%DATADIR%%/icons/hicolor/16x16/actions/paren.png +%%DATADIR%%/icons/hicolor/16x16/actions/root.png +%%DATADIR%%/icons/hicolor/16x16/actions/rsub.png +%%DATADIR%%/icons/hicolor/16x16/actions/rsubup.png +%%DATADIR%%/icons/hicolor/16x16/actions/rsup.png +%%DATADIR%%/icons/hicolor/16x16/actions/snap-bounding-box.png +%%DATADIR%%/icons/hicolor/16x16/actions/snap-extension.png +%%DATADIR%%/icons/hicolor/16x16/actions/sqrt.png +%%DATADIR%%/icons/hicolor/16x16/actions/standard-connector.png +%%DATADIR%%/icons/hicolor/16x16/actions/straight-connector.png +%%DATADIR%%/icons/hicolor/16x16/actions/table.png +%%DATADIR%%/icons/hicolor/16x16/actions/under.png +%%DATADIR%%/icons/hicolor/16x16/actions/vector.png +%%DATADIR%%/icons/hicolor/22x22/actions/abs.png +%%DATADIR%%/icons/hicolor/22x22/actions/artistictext-tool.png +%%DATADIR%%/icons/hicolor/22x22/actions/backgroundtool.png +%%DATADIR%%/icons/hicolor/22x22/actions/bevelled.png +%%DATADIR%%/icons/hicolor/22x22/actions/brackets.png +%%DATADIR%%/icons/hicolor/22x22/actions/calligraphy.png +%%DATADIR%%/icons/hicolor/22x22/actions/callout-shape.png +%%DATADIR%%/icons/hicolor/22x22/actions/circular-arrow-shape.png +%%DATADIR%%/icons/hicolor/22x22/actions/createpath.png +%%DATADIR%%/icons/hicolor/22x22/actions/cross-shape.png +%%DATADIR%%/icons/hicolor/22x22/actions/editpath.png +%%DATADIR%%/icons/hicolor/22x22/actions/edittext.png +%%DATADIR%%/icons/hicolor/22x22/actions/ellipse-shape.png +%%DATADIR%%/icons/hicolor/22x22/actions/enclosed.png +%%DATADIR%%/icons/hicolor/22x22/actions/flower-shape.png +%%DATADIR%%/icons/hicolor/22x22/actions/format-break-node.png +%%DATADIR%%/icons/hicolor/22x22/actions/format-connect-node.png +%%DATADIR%%/icons/hicolor/22x22/actions/format-convert-to-path.png +%%DATADIR%%/icons/hicolor/22x22/actions/format-disconnect-node.png +%%DATADIR%%/icons/hicolor/22x22/actions/format-insert-node.png +%%DATADIR%%/icons/hicolor/22x22/actions/format-join-node.png +%%DATADIR%%/icons/hicolor/22x22/actions/format-node-curve.png +%%DATADIR%%/icons/hicolor/22x22/actions/format-node-line.png +%%DATADIR%%/icons/hicolor/22x22/actions/format-remove-node.png +%%DATADIR%%/icons/hicolor/22x22/actions/format-segment-curve.png +%%DATADIR%%/icons/hicolor/22x22/actions/format-segment-line.png +%%DATADIR%%/icons/hicolor/22x22/actions/frac.png +%%DATADIR%%/icons/hicolor/22x22/actions/gearhead-shape.png +%%DATADIR%%/icons/hicolor/22x22/actions/gradient.png +%%DATADIR%%/icons/hicolor/22x22/actions/gsub.png +%%DATADIR%%/icons/hicolor/22x22/actions/gsubup.png +%%DATADIR%%/icons/hicolor/22x22/actions/gsup.png +%%DATADIR%%/icons/hicolor/22x22/actions/hand.png +%%DATADIR%%/icons/hicolor/22x22/actions/hexagon-shape.png +%%DATADIR%%/icons/hicolor/22x22/actions/inscol.png +%%DATADIR%%/icons/hicolor/22x22/actions/insrow.png +%%DATADIR%%/icons/hicolor/22x22/actions/int.png +%%DATADIR%%/icons/hicolor/22x22/actions/lsub.png +%%DATADIR%%/icons/hicolor/22x22/actions/lsup.png +%%DATADIR%%/icons/hicolor/22x22/actions/matrix.png +%%DATADIR%%/icons/hicolor/22x22/actions/multiline.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-cross.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-dottednote.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-doublecross.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-doubleflat.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-flat.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-natural.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-note-128th.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-note-16th.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-note-32nd.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-note-64th.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-note-breve.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-note-eighth.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-note-half.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-note-quarter.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-note-whole.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-rest-128th.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-rest-16th.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-rest-32nd.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-rest-64th.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-rest-breve.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-rest-eighth.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-rest-half.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-rest-quarter.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-rest-whole.png +%%DATADIR%%/icons/hicolor/22x22/actions/music-tiednote.png +%%DATADIR%%/icons/hicolor/22x22/actions/node-type-cusp.png +%%DATADIR%%/icons/hicolor/22x22/actions/node-type-smooth.png +%%DATADIR%%/icons/hicolor/22x22/actions/node-type-symmetric.png +%%DATADIR%%/icons/hicolor/22x22/actions/onetwomatrix.png +%%DATADIR%%/icons/hicolor/22x22/actions/over.png +%%DATADIR%%/icons/hicolor/22x22/actions/paren.png +%%DATADIR%%/icons/hicolor/22x22/actions/pathshape.png +%%DATADIR%%/icons/hicolor/22x22/actions/pattern.png +%%DATADIR%%/icons/hicolor/22x22/actions/pentagon-shape.png +%%DATADIR%%/icons/hicolor/22x22/actions/rectangle-shape.png +%%DATADIR%%/icons/hicolor/22x22/actions/remcol.png +%%DATADIR%%/icons/hicolor/22x22/actions/remrow.png +%%DATADIR%%/icons/hicolor/22x22/actions/root.png +%%DATADIR%%/icons/hicolor/22x22/actions/rsub.png +%%DATADIR%%/icons/hicolor/22x22/actions/rsubup.png +%%DATADIR%%/icons/hicolor/22x22/actions/rsup.png +%%DATADIR%%/icons/hicolor/22x22/actions/select.png +%%DATADIR%%/icons/hicolor/22x22/actions/smiley-shape.png +%%DATADIR%%/icons/hicolor/22x22/actions/spiral-shape.png +%%DATADIR%%/icons/hicolor/22x22/actions/spreadsheetshape.png +%%DATADIR%%/icons/hicolor/22x22/actions/sqrt.png +%%DATADIR%%/icons/hicolor/22x22/actions/star-shape.png +%%DATADIR%%/icons/hicolor/22x22/actions/table.png +%%DATADIR%%/icons/hicolor/22x22/actions/text-put-on-path.png +%%DATADIR%%/icons/hicolor/22x22/actions/text-remove-from-path.png +%%DATADIR%%/icons/hicolor/22x22/actions/tool-text.png +%%DATADIR%%/icons/hicolor/22x22/actions/tool_cellformatting.png +%%DATADIR%%/icons/hicolor/22x22/actions/tool_references.png +%%DATADIR%%/icons/hicolor/22x22/actions/tool_review.png +%%DATADIR%%/icons/hicolor/22x22/actions/under.png +%%DATADIR%%/icons/hicolor/22x22/actions/vector.png +%%DATADIR%%/icons/hicolor/22x22/actions/zoom-pixels.png +%%DATADIR%%/icons/hicolor/24x24/actions/insert-page-break.png +%%DATADIR%%/icons/hicolor/32x32/actions/abs.png +%%DATADIR%%/icons/hicolor/32x32/actions/bevelled.png +%%DATADIR%%/icons/hicolor/32x32/actions/brackets.png +%%DATADIR%%/icons/hicolor/32x32/actions/enclosed.png +%%DATADIR%%/icons/hicolor/32x32/actions/frac.png +%%DATADIR%%/icons/hicolor/32x32/actions/gsub.png +%%DATADIR%%/icons/hicolor/32x32/actions/gsubup.png +%%DATADIR%%/icons/hicolor/32x32/actions/gsup.png +%%DATADIR%%/icons/hicolor/32x32/actions/insert-endnote.png +%%DATADIR%%/icons/hicolor/32x32/actions/insert-footnote.png +%%DATADIR%%/icons/hicolor/32x32/actions/insert-page-break.png +%%DATADIR%%/icons/hicolor/32x32/actions/insert-table-of-contents.png +%%DATADIR%%/icons/hicolor/32x32/actions/int.png +%%DATADIR%%/icons/hicolor/32x32/actions/lsub.png +%%DATADIR%%/icons/hicolor/32x32/actions/lsup.png +%%DATADIR%%/icons/hicolor/32x32/actions/matrix.png +%%DATADIR%%/icons/hicolor/32x32/actions/multiline.png +%%DATADIR%%/icons/hicolor/32x32/actions/onetwomatrix.png +%%DATADIR%%/icons/hicolor/32x32/actions/over.png +%%DATADIR%%/icons/hicolor/32x32/actions/paren.png +%%DATADIR%%/icons/hicolor/32x32/actions/root.png +%%DATADIR%%/icons/hicolor/32x32/actions/rsub.png +%%DATADIR%%/icons/hicolor/32x32/actions/rsubup.png +%%DATADIR%%/icons/hicolor/32x32/actions/rsup.png +%%DATADIR%%/icons/hicolor/32x32/actions/shape-choose.png +%%DATADIR%%/icons/hicolor/32x32/actions/spreadsheetshape.png +%%DATADIR%%/icons/hicolor/32x32/actions/sqrt.png +%%DATADIR%%/icons/hicolor/32x32/actions/table.png +%%DATADIR%%/icons/hicolor/32x32/actions/tool_imageeffects.png +%%DATADIR%%/icons/hicolor/32x32/actions/under.png +%%DATADIR%%/icons/hicolor/32x32/actions/vector.png +%%DATADIR%%/icons/hicolor/32x32/mimetypes/x-shape-connection.png +%%DATADIR%%/icons/hicolor/32x32/mimetypes/x-shape-formula.png +%%DATADIR%%/icons/hicolor/32x32/mimetypes/x-shape-image.png +%%DATADIR%%/icons/hicolor/32x32/mimetypes/x-shape-text.png +%%DATADIR%%/icons/hicolor/48x48/actions/table.png +%%DATADIR%%/icons/hicolor/scalable/actions/artistictext-tool.svg +%%DATADIR%%/icons/hicolor/scalable/actions/snap-bounding-box.svg +%%DATADIR%%/icons/hicolor/scalable/actions/snap-extension.svg +%%DATADIR%%/icons/hicolor/scalable/actions/table.svgz +%%DATADIR%%/icons/hicolor/scalable/actions/text-put-on-path.svg +%%DATADIR%%/icons/hicolor/scalable/actions/text-remove-from-path.svg +%%DATADIR%%/palettes/concept-cookie.gpl +%%DATADIR%%/palettes/default.gpl +%%DATADIR%%/palettes/gradient.gpl +%%DATADIR%%/palettes/marker.gpl +%%DATADIR%%/palettes/pixelart-16.gpl +%%DATADIR%%/palettes/pixelart-32.gpl +%%DATADIR%%/palettes/ps.gpl +%%DATADIR%%/palettes/swatch-cmyk.gpl +%%DATADIR%%/palettes/swatch-colored-grey.gpl +%%DATADIR%%/palettes/swatch-rgb.gpl +%%DATADIR%%/palettes/swatche.gpl +%%DATADIR%%/palettes/web.gpl +%%DATADIR%%/pics/questionmark.png +%%DATADIR%%/stencils/Assorted/arrow-chevron.desktop +%%DATADIR%%/stencils/Assorted/arrow-chevron.odg +%%DATADIR%%/stencils/Assorted/arrow-chevron.png +%%DATADIR%%/stencils/Assorted/arrow-down.desktop +%%DATADIR%%/stencils/Assorted/arrow-down.odg +%%DATADIR%%/stencils/Assorted/arrow-down.png +%%DATADIR%%/stencils/Assorted/arrow-left-notched.desktop +%%DATADIR%%/stencils/Assorted/arrow-left-notched.odg +%%DATADIR%%/stencils/Assorted/arrow-left-notched.png +%%DATADIR%%/stencils/Assorted/arrow-left-right-up.desktop +%%DATADIR%%/stencils/Assorted/arrow-left-right-up.odg +%%DATADIR%%/stencils/Assorted/arrow-left-right-up.png +%%DATADIR%%/stencils/Assorted/arrow-left-right.desktop +%%DATADIR%%/stencils/Assorted/arrow-left-right.odg +%%DATADIR%%/stencils/Assorted/arrow-left-right.png +%%DATADIR%%/stencils/Assorted/arrow-left-up.desktop +%%DATADIR%%/stencils/Assorted/arrow-left-up.odg +%%DATADIR%%/stencils/Assorted/arrow-left-up.png +%%DATADIR%%/stencils/Assorted/arrow-left.desktop +%%DATADIR%%/stencils/Assorted/arrow-left.odg +%%DATADIR%%/stencils/Assorted/arrow-left.png +%%DATADIR%%/stencils/Assorted/arrow-pentagon.desktop +%%DATADIR%%/stencils/Assorted/arrow-pentagon.odg +%%DATADIR%%/stencils/Assorted/arrow-pentagon.png +%%DATADIR%%/stencils/Assorted/arrow-quad.desktop +%%DATADIR%%/stencils/Assorted/arrow-quad.odg +%%DATADIR%%/stencils/Assorted/arrow-quad.png +%%DATADIR%%/stencils/Assorted/arrow-right-notched.desktop +%%DATADIR%%/stencils/Assorted/arrow-right-notched.odg +%%DATADIR%%/stencils/Assorted/arrow-right-notched.png +%%DATADIR%%/stencils/Assorted/arrow-right.desktop +%%DATADIR%%/stencils/Assorted/arrow-right.odg +%%DATADIR%%/stencils/Assorted/arrow-right.png +%%DATADIR%%/stencils/Assorted/arrow-turn-up.desktop +%%DATADIR%%/stencils/Assorted/arrow-turn-up.odg +%%DATADIR%%/stencils/Assorted/arrow-turn-up.png +%%DATADIR%%/stencils/Assorted/arrow-up-down-left.desktop +%%DATADIR%%/stencils/Assorted/arrow-up-down-left.odg +%%DATADIR%%/stencils/Assorted/arrow-up-down-left.png +%%DATADIR%%/stencils/Assorted/arrow-up-down.desktop +%%DATADIR%%/stencils/Assorted/arrow-up-down.odg +%%DATADIR%%/stencils/Assorted/arrow-up-down.png +%%DATADIR%%/stencils/Assorted/arrow-up.desktop +%%DATADIR%%/stencils/Assorted/arrow-up.odg +%%DATADIR%%/stencils/Assorted/arrow-up.png +%%DATADIR%%/stencils/Assorted/circle-quarter.desktop +%%DATADIR%%/stencils/Assorted/circle-quarter.odg +%%DATADIR%%/stencils/Assorted/circle-quarter.png +%%DATADIR%%/stencils/Assorted/circle.desktop +%%DATADIR%%/stencils/Assorted/circle.odg +%%DATADIR%%/stencils/Assorted/circle.png +%%DATADIR%%/stencils/Assorted/collection.desktop +%%DATADIR%%/stencils/Assorted/cross-maltese.desktop +%%DATADIR%%/stencils/Assorted/cross-maltese.odg +%%DATADIR%%/stencils/Assorted/cross-maltese.png +%%DATADIR%%/stencils/Assorted/cross-swiss.desktop +%%DATADIR%%/stencils/Assorted/cross-swiss.odg +%%DATADIR%%/stencils/Assorted/cross-swiss.png +%%DATADIR%%/stencils/Assorted/diamond.desktop +%%DATADIR%%/stencils/Assorted/diamond.odg +%%DATADIR%%/stencils/Assorted/diamond.png +%%DATADIR%%/stencils/Assorted/heart.desktop +%%DATADIR%%/stencils/Assorted/heart.odg +%%DATADIR%%/stencils/Assorted/heart.png +%%DATADIR%%/stencils/Assorted/heptagon.desktop +%%DATADIR%%/stencils/Assorted/heptagon.odg +%%DATADIR%%/stencils/Assorted/heptagon.png +%%DATADIR%%/stencils/Assorted/hexagon.desktop +%%DATADIR%%/stencils/Assorted/hexagon.odg +%%DATADIR%%/stencils/Assorted/hexagon.png +%%DATADIR%%/stencils/Assorted/moon-quarter.desktop +%%DATADIR%%/stencils/Assorted/moon-quarter.odg +%%DATADIR%%/stencils/Assorted/moon-quarter.png +%%DATADIR%%/stencils/Assorted/octagon.desktop +%%DATADIR%%/stencils/Assorted/octagon.odg +%%DATADIR%%/stencils/Assorted/octagon.png +%%DATADIR%%/stencils/Assorted/parallelogram-horizontal.desktop +%%DATADIR%%/stencils/Assorted/parallelogram-horizontal.odg +%%DATADIR%%/stencils/Assorted/parallelogram-horizontal.png +%%DATADIR%%/stencils/Assorted/parallelogram-vertical.desktop +%%DATADIR%%/stencils/Assorted/parallelogram-vertical.odg +%%DATADIR%%/stencils/Assorted/parallelogram-vertical.png +%%DATADIR%%/stencils/Assorted/pentagon.desktop +%%DATADIR%%/stencils/Assorted/pentagon.odg +%%DATADIR%%/stencils/Assorted/pentagon.png +%%DATADIR%%/stencils/Assorted/square.desktop +%%DATADIR%%/stencils/Assorted/square.odg +%%DATADIR%%/stencils/Assorted/square.png +%%DATADIR%%/stencils/Assorted/star4.desktop +%%DATADIR%%/stencils/Assorted/star4.odg +%%DATADIR%%/stencils/Assorted/star4.png +%%DATADIR%%/stencils/Assorted/star4curved.desktop +%%DATADIR%%/stencils/Assorted/star4curved.odg +%%DATADIR%%/stencils/Assorted/star4curved.png +%%DATADIR%%/stencils/Assorted/star5.desktop +%%DATADIR%%/stencils/Assorted/star5.odg +%%DATADIR%%/stencils/Assorted/star5.png +%%DATADIR%%/stencils/Assorted/star6.desktop +%%DATADIR%%/stencils/Assorted/star6.odg +%%DATADIR%%/stencils/Assorted/star6.png +%%DATADIR%%/stencils/Assorted/star7.desktop +%%DATADIR%%/stencils/Assorted/star7.odg +%%DATADIR%%/stencils/Assorted/star7.png +%%DATADIR%%/stencils/Assorted/star8.desktop +%%DATADIR%%/stencils/Assorted/star8.odg +%%DATADIR%%/stencils/Assorted/star8.png +%%DATADIR%%/stencils/Assorted/star8curved.desktop +%%DATADIR%%/stencils/Assorted/star8curved.odg +%%DATADIR%%/stencils/Assorted/star8curved.png +%%DATADIR%%/stencils/Assorted/star8sharp.desktop +%%DATADIR%%/stencils/Assorted/star8sharp.odg +%%DATADIR%%/stencils/Assorted/star8sharp.png +%%DATADIR%%/stencils/Assorted/sun.desktop +%%DATADIR%%/stencils/Assorted/sun.odg +%%DATADIR%%/stencils/Assorted/sun.png +%%DATADIR%%/stencils/Assorted/trapezoid.desktop +%%DATADIR%%/stencils/Assorted/trapezoid.odg +%%DATADIR%%/stencils/Assorted/trapezoid.png +%%DATADIR%%/stencils/Assorted/triangle-isoceles.desktop +%%DATADIR%%/stencils/Assorted/triangle-isoceles.odg +%%DATADIR%%/stencils/Assorted/triangle-isoceles.png +%%DATADIR%%/stencils/Assorted/triangle-rightangle.desktop +%%DATADIR%%/stencils/Assorted/triangle-rightangle.odg +%%DATADIR%%/stencils/Assorted/triangle-rightangle.png +%%DATADIR%%/stencils/BPMN/Activity-Looping.desktop +%%DATADIR%%/stencils/BPMN/Activity-Looping.odg +%%DATADIR%%/stencils/BPMN/Activity-Looping.png +%%DATADIR%%/stencils/BPMN/Ad-Hoc-Collapsed-Sub-Process.desktop +%%DATADIR%%/stencils/BPMN/Ad-Hoc-Collapsed-Sub-Process.odg +%%DATADIR%%/stencils/BPMN/Ad-Hoc-Collapsed-Sub-Process.png +%%DATADIR%%/stencils/BPMN/Collapsed-Sub-Process.desktop +%%DATADIR%%/stencils/BPMN/Collapsed-Sub-Process.odg +%%DATADIR%%/stencils/BPMN/Collapsed-Sub-Process.png +%%DATADIR%%/stencils/BPMN/Compensation-Collapsed-Sub-Process.desktop +%%DATADIR%%/stencils/BPMN/Compensation-Collapsed-Sub-Process.odg +%%DATADIR%%/stencils/BPMN/Compensation-Collapsed-Sub-Process.png +%%DATADIR%%/stencils/BPMN/Compensation.desktop +%%DATADIR%%/stencils/BPMN/Compensation.odg +%%DATADIR%%/stencils/BPMN/Compensation.png +%%DATADIR%%/stencils/BPMN/Data-Object.desktop +%%DATADIR%%/stencils/BPMN/Data-Object.odg +%%DATADIR%%/stencils/BPMN/Data-Object.png +%%DATADIR%%/stencils/BPMN/End-Event-Cancel.desktop +%%DATADIR%%/stencils/BPMN/End-Event-Cancel.odg +%%DATADIR%%/stencils/BPMN/End-Event-Cancel.png +%%DATADIR%%/stencils/BPMN/End-Event-Compensation.desktop +%%DATADIR%%/stencils/BPMN/End-Event-Compensation.odg +%%DATADIR%%/stencils/BPMN/End-Event-Compensation.png +%%DATADIR%%/stencils/BPMN/End-Event-Error.desktop +%%DATADIR%%/stencils/BPMN/End-Event-Error.odg +%%DATADIR%%/stencils/BPMN/End-Event-Error.png +%%DATADIR%%/stencils/BPMN/End-Event-Link.desktop +%%DATADIR%%/stencils/BPMN/End-Event-Link.odg +%%DATADIR%%/stencils/BPMN/End-Event-Link.png +%%DATADIR%%/stencils/BPMN/End-Event-Message.desktop +%%DATADIR%%/stencils/BPMN/End-Event-Message.odg +%%DATADIR%%/stencils/BPMN/End-Event-Message.png +%%DATADIR%%/stencils/BPMN/End-Event-Multiple.desktop +%%DATADIR%%/stencils/BPMN/End-Event-Multiple.odg +%%DATADIR%%/stencils/BPMN/End-Event-Multiple.png +%%DATADIR%%/stencils/BPMN/End-Event-Terminate.desktop +%%DATADIR%%/stencils/BPMN/End-Event-Terminate.odg +%%DATADIR%%/stencils/BPMN/End-Event-Terminate.png +%%DATADIR%%/stencils/BPMN/End-Event.desktop +%%DATADIR%%/stencils/BPMN/End-Event.odg +%%DATADIR%%/stencils/BPMN/End-Event.png +%%DATADIR%%/stencils/BPMN/Gateway-Complex.desktop +%%DATADIR%%/stencils/BPMN/Gateway-Complex.odg +%%DATADIR%%/stencils/BPMN/Gateway-Complex.png +%%DATADIR%%/stencils/BPMN/Gateway-Exclusive-XOR-Data-Based.desktop +%%DATADIR%%/stencils/BPMN/Gateway-Exclusive-XOR-Data-Based.odg +%%DATADIR%%/stencils/BPMN/Gateway-Exclusive-XOR-Data-Based.png +%%DATADIR%%/stencils/BPMN/Gateway-Exclusive-XOR-Event-Based.desktop +%%DATADIR%%/stencils/BPMN/Gateway-Exclusive-XOR-Event-Based.odg +%%DATADIR%%/stencils/BPMN/Gateway-Exclusive-XOR-Event-Based.png +%%DATADIR%%/stencils/BPMN/Gateway-Inclusive-OR.desktop +%%DATADIR%%/stencils/BPMN/Gateway-Inclusive-OR.odg +%%DATADIR%%/stencils/BPMN/Gateway-Inclusive-OR.png +%%DATADIR%%/stencils/BPMN/Gateway-Parallel-AND.desktop +%%DATADIR%%/stencils/BPMN/Gateway-Parallel-AND.odg +%%DATADIR%%/stencils/BPMN/Gateway-Parallel-AND.png +%%DATADIR%%/stencils/BPMN/Gateway.desktop +%%DATADIR%%/stencils/BPMN/Gateway.odg +%%DATADIR%%/stencils/BPMN/Gateway.png +%%DATADIR%%/stencils/BPMN/Group.desktop +%%DATADIR%%/stencils/BPMN/Group.odg +%%DATADIR%%/stencils/BPMN/Group.png +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Cancel.desktop +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Cancel.odg +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Cancel.png +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Compensation.desktop +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Compensation.odg +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Compensation.png +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Error.desktop +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Error.odg +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Error.png +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Link.desktop +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Link.odg +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Link.png +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Message.desktop +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Message.odg +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Message.png +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Multiple.desktop +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Multiple.odg +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Multiple.png +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Rule.desktop +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Rule.odg +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Rule.png +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Timer.desktop +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Timer.odg +%%DATADIR%%/stencils/BPMN/Intermediate-Event-Timer.png +%%DATADIR%%/stencils/BPMN/Intermediate-Event.desktop +%%DATADIR%%/stencils/BPMN/Intermediate-Event.odg +%%DATADIR%%/stencils/BPMN/Intermediate-Event.png +%%DATADIR%%/stencils/BPMN/Looping-Collapsed-Sub-Process.desktop +%%DATADIR%%/stencils/BPMN/Looping-Collapsed-Sub-Process.odg +%%DATADIR%%/stencils/BPMN/Looping-Collapsed-Sub-Process.png +%%DATADIR%%/stencils/BPMN/Multiple-Instance-Collapsed-Sub-Process.desktop +%%DATADIR%%/stencils/BPMN/Multiple-Instance-Collapsed-Sub-Process.odg +%%DATADIR%%/stencils/BPMN/Multiple-Instance-Collapsed-Sub-Process.png +%%DATADIR%%/stencils/BPMN/Multiple-Instance-Task.desktop +%%DATADIR%%/stencils/BPMN/Multiple-Instance-Task.odg +%%DATADIR%%/stencils/BPMN/Multiple-Instance-Task.png +%%DATADIR%%/stencils/BPMN/Start-Event-Link.desktop +%%DATADIR%%/stencils/BPMN/Start-Event-Link.odg +%%DATADIR%%/stencils/BPMN/Start-Event-Link.png +%%DATADIR%%/stencils/BPMN/Start-Event-Message.desktop +%%DATADIR%%/stencils/BPMN/Start-Event-Message.odg +%%DATADIR%%/stencils/BPMN/Start-Event-Message.png +%%DATADIR%%/stencils/BPMN/Start-Event-Multiple.desktop +%%DATADIR%%/stencils/BPMN/Start-Event-Multiple.odg +%%DATADIR%%/stencils/BPMN/Start-Event-Multiple.png +%%DATADIR%%/stencils/BPMN/Start-Event-Rule.desktop +%%DATADIR%%/stencils/BPMN/Start-Event-Rule.odg +%%DATADIR%%/stencils/BPMN/Start-Event-Rule.png +%%DATADIR%%/stencils/BPMN/Start-Event-Timer.desktop +%%DATADIR%%/stencils/BPMN/Start-Event-Timer.odg +%%DATADIR%%/stencils/BPMN/Start-Event-Timer.png +%%DATADIR%%/stencils/BPMN/Start-Event.desktop +%%DATADIR%%/stencils/BPMN/Start-Event.odg +%%DATADIR%%/stencils/BPMN/Start-Event.png +%%DATADIR%%/stencils/BPMN/Task.desktop +%%DATADIR%%/stencils/BPMN/Task.odg +%%DATADIR%%/stencils/BPMN/Task.png +%%DATADIR%%/stencils/BPMN/Text-Annotation.desktop +%%DATADIR%%/stencils/BPMN/Text-Annotation.odg +%%DATADIR%%/stencils/BPMN/Text-Annotation.png +%%DATADIR%%/stencils/BPMN/Transaction.desktop +%%DATADIR%%/stencils/BPMN/Transaction.odg +%%DATADIR%%/stencils/BPMN/Transaction.png +%%DATADIR%%/stencils/BPMN/collection.desktop +%%DATADIR%%/stencils/Basic_Flowchart/card.desktop +%%DATADIR%%/stencils/Basic_Flowchart/card.odg +%%DATADIR%%/stencils/Basic_Flowchart/collection.desktop +%%DATADIR%%/stencils/Basic_Flowchart/data.desktop +%%DATADIR%%/stencils/Basic_Flowchart/data.odg +%%DATADIR%%/stencils/Basic_Flowchart/database.desktop +%%DATADIR%%/stencils/Basic_Flowchart/database.odg +%%DATADIR%%/stencils/Basic_Flowchart/decision.desktop +%%DATADIR%%/stencils/Basic_Flowchart/decision.odg +%%DATADIR%%/stencils/Basic_Flowchart/delay.desktop +%%DATADIR%%/stencils/Basic_Flowchart/delay.odg +%%DATADIR%%/stencils/Basic_Flowchart/direct_data.desktop +%%DATADIR%%/stencils/Basic_Flowchart/direct_data.odg +%%DATADIR%%/stencils/Basic_Flowchart/display.desktop +%%DATADIR%%/stencils/Basic_Flowchart/display.odg +%%DATADIR%%/stencils/Basic_Flowchart/document.desktop +%%DATADIR%%/stencils/Basic_Flowchart/document.odg +%%DATADIR%%/stencils/Basic_Flowchart/internal_storage.desktop +%%DATADIR%%/stencils/Basic_Flowchart/internal_storage.odg +%%DATADIR%%/stencils/Basic_Flowchart/loop_limit.desktop +%%DATADIR%%/stencils/Basic_Flowchart/loop_limit.odg +%%DATADIR%%/stencils/Basic_Flowchart/manual_input.desktop +%%DATADIR%%/stencils/Basic_Flowchart/manual_input.odg +%%DATADIR%%/stencils/Basic_Flowchart/manual_operation.desktop +%%DATADIR%%/stencils/Basic_Flowchart/manual_operation.odg +%%DATADIR%%/stencils/Basic_Flowchart/off-page_reference.desktop +%%DATADIR%%/stencils/Basic_Flowchart/off-page_reference.odg +%%DATADIR%%/stencils/Basic_Flowchart/paper_tape.desktop +%%DATADIR%%/stencils/Basic_Flowchart/paper_tape.odg +%%DATADIR%%/stencils/Basic_Flowchart/parallel_mode.desktop +%%DATADIR%%/stencils/Basic_Flowchart/parallel_mode.odg +%%DATADIR%%/stencils/Basic_Flowchart/predefined_process.desktop +%%DATADIR%%/stencils/Basic_Flowchart/predefined_process.odg +%%DATADIR%%/stencils/Basic_Flowchart/preparation.desktop +%%DATADIR%%/stencils/Basic_Flowchart/preparation.odg +%%DATADIR%%/stencils/Basic_Flowchart/process.desktop +%%DATADIR%%/stencils/Basic_Flowchart/process.odg +%%DATADIR%%/stencils/Basic_Flowchart/sequential_data.desktop +%%DATADIR%%/stencils/Basic_Flowchart/sequential_data.odg +%%DATADIR%%/stencils/Basic_Flowchart/start_1.desktop +%%DATADIR%%/stencils/Basic_Flowchart/start_1.odg +%%DATADIR%%/stencils/Basic_Flowchart/start_2.desktop +%%DATADIR%%/stencils/Basic_Flowchart/start_2.odg +%%DATADIR%%/stencils/Basic_Flowchart/stored_data.desktop +%%DATADIR%%/stencils/Basic_Flowchart/stored_data.odg +%%DATADIR%%/stencils/Basic_Flowchart/terminator.desktop +%%DATADIR%%/stencils/Basic_Flowchart/terminator.odg +%%DATADIR%%/stencils/Building_Site/circle_diagonal_quarters_filled.desktop +%%DATADIR%%/stencils/Building_Site/circle_diagonal_quarters_filled.odg +%%DATADIR%%/stencils/Building_Site/circle_diagonal_quarters_filled.png +%%DATADIR%%/stencils/Building_Site/collection.desktop +%%DATADIR%%/stencils/Building_Site/concrete_mixer.desktop +%%DATADIR%%/stencils/Building_Site/concrete_mixer.odg +%%DATADIR%%/stencils/Building_Site/concrete_mixer.png +%%DATADIR%%/stencils/Building_Site/fence_horizontal.desktop +%%DATADIR%%/stencils/Building_Site/fence_horizontal.odg +%%DATADIR%%/stencils/Building_Site/fence_horizontal.png +%%DATADIR%%/stencils/Building_Site/fence_vertical.desktop +%%DATADIR%%/stencils/Building_Site/fence_vertical.odg +%%DATADIR%%/stencils/Building_Site/fence_vertical.png +%%DATADIR%%/stencils/Building_Site/pre_silo.desktop +%%DATADIR%%/stencils/Building_Site/pre_silo.odg +%%DATADIR%%/stencils/Building_Site/pre_silo.png +%%DATADIR%%/stencils/Building_Site/proportioning_batcher.desktop +%%DATADIR%%/stencils/Building_Site/proportioning_batcher.odg +%%DATADIR%%/stencils/Building_Site/proportioning_batcher.png +%%DATADIR%%/stencils/Building_Site/road_crossroads.desktop +%%DATADIR%%/stencils/Building_Site/road_crossroads.odg +%%DATADIR%%/stencils/Building_Site/road_crossroads.png +%%DATADIR%%/stencils/Building_Site/road_horizontal.desktop +%%DATADIR%%/stencils/Building_Site/road_horizontal.odg +%%DATADIR%%/stencils/Building_Site/road_horizontal.png +%%DATADIR%%/stencils/Building_Site/road_rotated_tee.desktop +%%DATADIR%%/stencils/Building_Site/road_rotated_tee.odg +%%DATADIR%%/stencils/Building_Site/road_rotated_tee.png +%%DATADIR%%/stencils/Building_Site/road_tee.desktop +%%DATADIR%%/stencils/Building_Site/road_tee.odg +%%DATADIR%%/stencils/Building_Site/road_tee.png +%%DATADIR%%/stencils/Building_Site/road_turn.desktop +%%DATADIR%%/stencils/Building_Site/road_turn.odg +%%DATADIR%%/stencils/Building_Site/road_turn.png +%%DATADIR%%/stencils/Building_Site/road_vertical.desktop +%%DATADIR%%/stencils/Building_Site/road_vertical.odg +%%DATADIR%%/stencils/Building_Site/road_vertical.png +%%DATADIR%%/stencils/Building_Site/slope_horizontal.desktop +%%DATADIR%%/stencils/Building_Site/slope_horizontal.odg +%%DATADIR%%/stencils/Building_Site/slope_horizontal.png +%%DATADIR%%/stencils/Building_Site/slope_vertical.desktop +%%DATADIR%%/stencils/Building_Site/slope_vertical.odg +%%DATADIR%%/stencils/Building_Site/slope_vertical.png +%%DATADIR%%/stencils/Building_Site/wall_horizontal.desktop +%%DATADIR%%/stencils/Building_Site/wall_horizontal.odg +%%DATADIR%%/stencils/Building_Site/wall_horizontal.png +%%DATADIR%%/stencils/Building_Site/wall_vertical.desktop +%%DATADIR%%/stencils/Building_Site/wall_vertical.odg +%%DATADIR%%/stencils/Building_Site/wall_vertical.png +%%DATADIR%%/stencils/CMOS/collection.desktop +%%DATADIR%%/stencils/CMOS/gnd_h.desktop +%%DATADIR%%/stencils/CMOS/gnd_h.odg +%%DATADIR%%/stencils/CMOS/gnd_h.png +%%DATADIR%%/stencils/CMOS/gnd_v.desktop +%%DATADIR%%/stencils/CMOS/gnd_v.odg +%%DATADIR%%/stencils/CMOS/gnd_v.png +%%DATADIR%%/stencils/CMOS/nmos_h.desktop +%%DATADIR%%/stencils/CMOS/nmos_h.odg +%%DATADIR%%/stencils/CMOS/nmos_h.png +%%DATADIR%%/stencils/CMOS/nmos_v.desktop +%%DATADIR%%/stencils/CMOS/nmos_v.odg +%%DATADIR%%/stencils/CMOS/nmos_v.png +%%DATADIR%%/stencils/CMOS/pmos_h.desktop +%%DATADIR%%/stencils/CMOS/pmos_h.odg +%%DATADIR%%/stencils/CMOS/pmos_h.png +%%DATADIR%%/stencils/CMOS/pmos_v.desktop +%%DATADIR%%/stencils/CMOS/pmos_v.odg +%%DATADIR%%/stencils/CMOS/pmos_v.png +%%DATADIR%%/stencils/CMOS/vdd_h.desktop +%%DATADIR%%/stencils/CMOS/vdd_h.odg +%%DATADIR%%/stencils/CMOS/vdd_h.png +%%DATADIR%%/stencils/CMOS/vdd_v.desktop +%%DATADIR%%/stencils/CMOS/vdd_v.odg +%%DATADIR%%/stencils/CMOS/vdd_v.png +%%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_15.desktop +%%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_15.odg +%%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_15.png +%%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_32.desktop +%%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_32.odg +%%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_32.png +%%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_36.desktop +%%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_36.odg +%%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_36.png +%%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_42.desktop +%%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_42.odg +%%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_42.png +%%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_44.desktop +%%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_44.odg +%%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_44.png +%%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_5.desktop +%%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_5.odg +%%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_5.png +%%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_7.desktop +%%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_7.odg +%%DATADIR%%/stencils/Central_Data_Processing/CPD_rack_7.png +%%DATADIR%%/stencils/Central_Data_Processing/Litter.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Litter.odg +%%DATADIR%%/stencils/Central_Data_Processing/Litter.png +%%DATADIR%%/stencils/Central_Data_Processing/Modem.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Modem.odg +%%DATADIR%%/stencils/Central_Data_Processing/Modem.png +%%DATADIR%%/stencils/Central_Data_Processing/Organizador_Rack_1U.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Organizador_Rack_1U.odg +%%DATADIR%%/stencils/Central_Data_Processing/Organizador_Rack_1U.png +%%DATADIR%%/stencils/Central_Data_Processing/Organizador_Rack_2U.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Organizador_Rack_2U.odg +%%DATADIR%%/stencils/Central_Data_Processing/Organizador_Rack_2U.png +%%DATADIR%%/stencils/Central_Data_Processing/Organizer_Rack_1U.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Organizer_Rack_1U.odg +%%DATADIR%%/stencils/Central_Data_Processing/Organizer_Rack_1U.png +%%DATADIR%%/stencils/Central_Data_Processing/Organizer_Rack_2U.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Organizer_Rack_2U.odg +%%DATADIR%%/stencils/Central_Data_Processing/Organizer_Rack_2U.png +%%DATADIR%%/stencils/Central_Data_Processing/Path_Painel_24P.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Path_Painel_24P.odg +%%DATADIR%%/stencils/Central_Data_Processing/Path_Painel_24P.png +%%DATADIR%%/stencils/Central_Data_Processing/Router.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Router.odg +%%DATADIR%%/stencils/Central_Data_Processing/Router.png +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_1U.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_1U.odg +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_1U.png +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_2U.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_2U.odg +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_2U.png +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_2U_Slow.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_2U_Slow.odg +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_2U_Slow.png +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_2U_Very_Slow.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_2U_Very_Slow.odg +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_2U_Very_Slow.png +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_3U.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_3U.odg +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_3U.png +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_3U_Slow_Density.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_3U_Slow_Density.odg +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_3U_Slow_Density.png +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U.odg +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U.png +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U_Right_Capacity.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U_Right_Capacity.odg +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U_Right_Capacity.png +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U_Slow_Capacity.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U_Slow_Capacity.odg +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U_Slow_Capacity.png +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U_Very_Right_Capacity.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U_Very_Right_Capacity.odg +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_4U_Very_Right_Capacity.png +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_5U.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_5U.odg +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_5U.png +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_5U_Right_Density.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_5U_Right_Density.odg +%%DATADIR%%/stencils/Central_Data_Processing/Server_Rack_5U_Right_Density.png +%%DATADIR%%/stencils/Central_Data_Processing/Storage_Rack_3U.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Storage_Rack_3U.odg +%%DATADIR%%/stencils/Central_Data_Processing/Storage_Rack_3U.png +%%DATADIR%%/stencils/Central_Data_Processing/Storage_Rack_3U_SAN.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Storage_Rack_3U_SAN.odg +%%DATADIR%%/stencils/Central_Data_Processing/Storage_Rack_3U_SAN.png +%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_16P.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_16P.odg +%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_16P.png +%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_24P.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_24P.odg +%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_24P.png +%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_48P.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_48P.odg +%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_48P.png +%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_50P.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_50P.odg +%%DATADIR%%/stencils/Central_Data_Processing/Switch_Rack_50P.png +%%DATADIR%%/stencils/Central_Data_Processing/Telephone_exchange.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Telephone_exchange.odg +%%DATADIR%%/stencils/Central_Data_Processing/Telephone_exchange.png +%%DATADIR%%/stencils/Central_Data_Processing/Voice_Painel_20P.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Voice_Painel_20P.odg +%%DATADIR%%/stencils/Central_Data_Processing/Voice_Painel_20P.png +%%DATADIR%%/stencils/Central_Data_Processing/Voice_Painel_50P.desktop +%%DATADIR%%/stencils/Central_Data_Processing/Voice_Painel_50P.odg +%%DATADIR%%/stencils/Central_Data_Processing/Voice_Painel_50P.png +%%DATADIR%%/stencils/Central_Data_Processing/collection.desktop +%%DATADIR%%/stencils/ChemEng/ACgen.desktop +%%DATADIR%%/stencils/ChemEng/ACgen.odg +%%DATADIR%%/stencils/ChemEng/ACgen.png +%%DATADIR%%/stencils/ChemEng/SaT-fixedtube.desktop +%%DATADIR%%/stencils/ChemEng/SaT-fixedtube.odg +%%DATADIR%%/stencils/ChemEng/SaT-fixedtube.png +%%DATADIR%%/stencils/ChemEng/SaT-floatinghead.desktop +%%DATADIR%%/stencils/ChemEng/SaT-floatinghead.odg +%%DATADIR%%/stencils/ChemEng/SaT-floatinghead.png +%%DATADIR%%/stencils/ChemEng/aircooler.desktop +%%DATADIR%%/stencils/ChemEng/aircooler.odg +%%DATADIR%%/stencils/ChemEng/aircooler.png +%%DATADIR%%/stencils/ChemEng/airforced.desktop +%%DATADIR%%/stencils/ChemEng/airforced.odg +%%DATADIR%%/stencils/ChemEng/airforced.png +%%DATADIR%%/stencils/ChemEng/airinduced.desktop +%%DATADIR%%/stencils/ChemEng/airinduced.odg +%%DATADIR%%/stencils/ChemEng/airinduced.png +%%DATADIR%%/stencils/ChemEng/autoclave.desktop +%%DATADIR%%/stencils/ChemEng/autoclave.odg +%%DATADIR%%/stencils/ChemEng/autoclave.png +%%DATADIR%%/stencils/ChemEng/bigtraycol.desktop +%%DATADIR%%/stencils/ChemEng/bigtraycol.odg +%%DATADIR%%/stencils/ChemEng/bigtraycol.png +%%DATADIR%%/stencils/ChemEng/centrifuge.desktop +%%DATADIR%%/stencils/ChemEng/centrifuge.odg +%%DATADIR%%/stencils/ChemEng/centrifuge.png +%%DATADIR%%/stencils/ChemEng/coil.desktop +%%DATADIR%%/stencils/ChemEng/coil.odg +%%DATADIR%%/stencils/ChemEng/coil.png +%%DATADIR%%/stencils/ChemEng/coilv.desktop +%%DATADIR%%/stencils/ChemEng/coilv.odg +%%DATADIR%%/stencils/ChemEng/coilv.png +%%DATADIR%%/stencils/ChemEng/collection.desktop +%%DATADIR%%/stencils/ChemEng/compr.desktop +%%DATADIR%%/stencils/ChemEng/compr.odg +%%DATADIR%%/stencils/ChemEng/compr.png +%%DATADIR%%/stencils/ChemEng/coveredtank.desktop +%%DATADIR%%/stencils/ChemEng/coveredtank.odg +%%DATADIR%%/stencils/ChemEng/coveredtank.png +%%DATADIR%%/stencils/ChemEng/cyclone.desktop +%%DATADIR%%/stencils/ChemEng/cyclone.odg +%%DATADIR%%/stencils/ChemEng/cyclone.png +%%DATADIR%%/stencils/ChemEng/displa.desktop +%%DATADIR%%/stencils/ChemEng/displa.odg +%%DATADIR%%/stencils/ChemEng/displa.png +%%DATADIR%%/stencils/ChemEng/doublepipe.desktop +%%DATADIR%%/stencils/ChemEng/doublepipe.odg +%%DATADIR%%/stencils/ChemEng/doublepipe.png +%%DATADIR%%/stencils/ChemEng/ejector.desktop +%%DATADIR%%/stencils/ChemEng/ejector.odg +%%DATADIR%%/stencils/ChemEng/ejector.png +%%DATADIR%%/stencils/ChemEng/fan.desktop +%%DATADIR%%/stencils/ChemEng/fan.odg +%%DATADIR%%/stencils/ChemEng/fan.png +%%DATADIR%%/stencils/ChemEng/filter.desktop +%%DATADIR%%/stencils/ChemEng/filter.odg +%%DATADIR%%/stencils/ChemEng/filter.png +%%DATADIR%%/stencils/ChemEng/fixedroof.desktop +%%DATADIR%%/stencils/ChemEng/fixedroof.odg +%%DATADIR%%/stencils/ChemEng/fixedroof.png +%%DATADIR%%/stencils/ChemEng/floatingroof.desktop +%%DATADIR%%/stencils/ChemEng/floatingroof.odg +%%DATADIR%%/stencils/ChemEng/floatingroof.png +%%DATADIR%%/stencils/ChemEng/flowfan.desktop +%%DATADIR%%/stencils/ChemEng/flowfan.odg +%%DATADIR%%/stencils/ChemEng/flowfan.png +%%DATADIR%%/stencils/ChemEng/fluidcont.desktop +%%DATADIR%%/stencils/ChemEng/fluidcont.odg +%%DATADIR%%/stencils/ChemEng/fluidcont.png +%%DATADIR%%/stencils/ChemEng/furnace.desktop +%%DATADIR%%/stencils/ChemEng/furnace.odg +%%DATADIR%%/stencils/ChemEng/furnace.png +%%DATADIR%%/stencils/ChemEng/gasholder.desktop +%%DATADIR%%/stencils/ChemEng/gasholder.odg +%%DATADIR%%/stencils/ChemEng/gasholder.png +%%DATADIR%%/stencils/ChemEng/hx.desktop +%%DATADIR%%/stencils/ChemEng/hx.odg +%%DATADIR%%/stencils/ChemEng/hx.png +%%DATADIR%%/stencils/ChemEng/hxv.desktop +%%DATADIR%%/stencils/ChemEng/hxv.odg +%%DATADIR%%/stencils/ChemEng/hxv.png +%%DATADIR%%/stencils/ChemEng/kettle.desktop +%%DATADIR%%/stencils/ChemEng/kettle.odg +%%DATADIR%%/stencils/ChemEng/kettle.png +%%DATADIR%%/stencils/ChemEng/knockout.desktop +%%DATADIR%%/stencils/ChemEng/knockout.odg +%%DATADIR%%/stencils/ChemEng/knockout.png +%%DATADIR%%/stencils/ChemEng/measure.desktop +%%DATADIR%%/stencils/ChemEng/measure.odg +%%DATADIR%%/stencils/ChemEng/measure.png +%%DATADIR%%/stencils/ChemEng/mixer.desktop +%%DATADIR%%/stencils/ChemEng/mixer.odg +%%DATADIR%%/stencils/ChemEng/mixer.png +%%DATADIR%%/stencils/ChemEng/plate.desktop +%%DATADIR%%/stencils/ChemEng/plate.odg +%%DATADIR%%/stencils/ChemEng/plate.png +%%DATADIR%%/stencils/ChemEng/pneum.desktop +%%DATADIR%%/stencils/ChemEng/pneum.odg +%%DATADIR%%/stencils/ChemEng/pneum.png +%%DATADIR%%/stencils/ChemEng/pneumv.desktop +%%DATADIR%%/stencils/ChemEng/pneumv.odg +%%DATADIR%%/stencils/ChemEng/pneumv.png +%%DATADIR%%/stencils/ChemEng/pnuemv.desktop +%%DATADIR%%/stencils/ChemEng/pnuemv.odg +%%DATADIR%%/stencils/ChemEng/pnuemv.png +%%DATADIR%%/stencils/ChemEng/pump.desktop +%%DATADIR%%/stencils/ChemEng/pump.odg +%%DATADIR%%/stencils/ChemEng/pump.png +%%DATADIR%%/stencils/ChemEng/reactor.desktop +%%DATADIR%%/stencils/ChemEng/reactor.odg +%%DATADIR%%/stencils/ChemEng/reactor.png +%%DATADIR%%/stencils/ChemEng/recipr.desktop +%%DATADIR%%/stencils/ChemEng/recipr.odg +%%DATADIR%%/stencils/ChemEng/recipr.png +%%DATADIR%%/stencils/ChemEng/regval.desktop +%%DATADIR%%/stencils/ChemEng/regval.odg +%%DATADIR%%/stencils/ChemEng/regval.png +%%DATADIR%%/stencils/ChemEng/regvalv.desktop +%%DATADIR%%/stencils/ChemEng/regvalv.odg +%%DATADIR%%/stencils/ChemEng/regvalv.png +%%DATADIR%%/stencils/ChemEng/sealedtank.desktop +%%DATADIR%%/stencils/ChemEng/sealedtank.odg +%%DATADIR%%/stencils/ChemEng/sealedtank.png +%%DATADIR%%/stencils/ChemEng/settling.desktop +%%DATADIR%%/stencils/ChemEng/settling.odg +%%DATADIR%%/stencils/ChemEng/settling.png +%%DATADIR%%/stencils/ChemEng/spray.desktop +%%DATADIR%%/stencils/ChemEng/spray.odg +%%DATADIR%%/stencils/ChemEng/spray.png +%%DATADIR%%/stencils/ChemEng/spraydrier.desktop +%%DATADIR%%/stencils/ChemEng/spraydrier.odg +%%DATADIR%%/stencils/ChemEng/spraydrier.png +%%DATADIR%%/stencils/ChemEng/storagesphere.desktop +%%DATADIR%%/stencils/ChemEng/storagesphere.odg +%%DATADIR%%/stencils/ChemEng/storagesphere.png +%%DATADIR%%/stencils/ChemEng/tank.desktop +%%DATADIR%%/stencils/ChemEng/tank.odg +%%DATADIR%%/stencils/ChemEng/tank.png +%%DATADIR%%/stencils/ChemEng/traycol.desktop +%%DATADIR%%/stencils/ChemEng/traycol.odg +%%DATADIR%%/stencils/ChemEng/traycol.png +%%DATADIR%%/stencils/ChemEng/val.desktop +%%DATADIR%%/stencils/ChemEng/val.odg +%%DATADIR%%/stencils/ChemEng/val.png +%%DATADIR%%/stencils/ChemEng/valv.desktop +%%DATADIR%%/stencils/ChemEng/valv.odg +%%DATADIR%%/stencils/ChemEng/valv.png +%%DATADIR%%/stencils/ChemEng/vessel.desktop +%%DATADIR%%/stencils/ChemEng/vessel.odg +%%DATADIR%%/stencils/ChemEng/vessel.png +%%DATADIR%%/stencils/ChemEng/wcool.desktop +%%DATADIR%%/stencils/ChemEng/wcool.odg +%%DATADIR%%/stencils/ChemEng/wcool.png +%%DATADIR%%/stencils/ChemEng/wcoolv.desktop +%%DATADIR%%/stencils/ChemEng/wcoolv.odg +%%DATADIR%%/stencils/ChemEng/wcoolv.png +%%DATADIR%%/stencils/Chemistry_Lab/30-degree-bend.desktop +%%DATADIR%%/stencils/Chemistry_Lab/30-degree-bend.odg +%%DATADIR%%/stencils/Chemistry_Lab/30-degree-bend.png +%%DATADIR%%/stencils/Chemistry_Lab/beaker.desktop +%%DATADIR%%/stencils/Chemistry_Lab/beaker.odg +%%DATADIR%%/stencils/Chemistry_Lab/beaker.png +%%DATADIR%%/stencils/Chemistry_Lab/buechner-funnel.desktop +%%DATADIR%%/stencils/Chemistry_Lab/buechner-funnel.odg +%%DATADIR%%/stencils/Chemistry_Lab/buechner-funnel.png +%%DATADIR%%/stencils/Chemistry_Lab/burette.desktop +%%DATADIR%%/stencils/Chemistry_Lab/burette.odg +%%DATADIR%%/stencils/Chemistry_Lab/burette.png +%%DATADIR%%/stencils/Chemistry_Lab/clamp-extra-large.desktop +%%DATADIR%%/stencils/Chemistry_Lab/clamp-extra-large.odg +%%DATADIR%%/stencils/Chemistry_Lab/clamp-extra-large.png +%%DATADIR%%/stencils/Chemistry_Lab/clamp-front.desktop +%%DATADIR%%/stencils/Chemistry_Lab/clamp-front.odg +%%DATADIR%%/stencils/Chemistry_Lab/clamp-front.png +%%DATADIR%%/stencils/Chemistry_Lab/clamp-large.desktop +%%DATADIR%%/stencils/Chemistry_Lab/clamp-large.odg +%%DATADIR%%/stencils/Chemistry_Lab/clamp-large.png +%%DATADIR%%/stencils/Chemistry_Lab/clamp.desktop +%%DATADIR%%/stencils/Chemistry_Lab/clamp.odg +%%DATADIR%%/stencils/Chemistry_Lab/clamp.png +%%DATADIR%%/stencils/Chemistry_Lab/collection.desktop +%%DATADIR%%/stencils/Chemistry_Lab/column-reflux-red-blue.desktop +%%DATADIR%%/stencils/Chemistry_Lab/column-reflux-red-blue.odg +%%DATADIR%%/stencils/Chemistry_Lab/column-reflux-red-blue.png +%%DATADIR%%/stencils/Chemistry_Lab/column-reflux-red.desktop +%%DATADIR%%/stencils/Chemistry_Lab/column-reflux-red.odg +%%DATADIR%%/stencils/Chemistry_Lab/column-reflux-red.png +%%DATADIR%%/stencils/Chemistry_Lab/column-reflux.desktop +%%DATADIR%%/stencils/Chemistry_Lab/column-reflux.odg +%%DATADIR%%/stencils/Chemistry_Lab/column-reflux.png +%%DATADIR%%/stencils/Chemistry_Lab/condenser-black.desktop +%%DATADIR%%/stencils/Chemistry_Lab/condenser-black.odg +%%DATADIR%%/stencils/Chemistry_Lab/condenser-black.png +%%DATADIR%%/stencils/Chemistry_Lab/condenser-blue.desktop +%%DATADIR%%/stencils/Chemistry_Lab/condenser-blue.odg +%%DATADIR%%/stencils/Chemistry_Lab/condenser-blue.png +%%DATADIR%%/stencils/Chemistry_Lab/condenser-green.desktop +%%DATADIR%%/stencils/Chemistry_Lab/condenser-green.odg +%%DATADIR%%/stencils/Chemistry_Lab/condenser-green.png +%%DATADIR%%/stencils/Chemistry_Lab/condenser-liebig-vertical.desktop +%%DATADIR%%/stencils/Chemistry_Lab/condenser-liebig-vertical.odg +%%DATADIR%%/stencils/Chemistry_Lab/condenser-liebig-vertical.png +%%DATADIR%%/stencils/Chemistry_Lab/condenser-orange.desktop +%%DATADIR%%/stencils/Chemistry_Lab/condenser-orange.odg +%%DATADIR%%/stencils/Chemistry_Lab/condenser-orange.png +%%DATADIR%%/stencils/Chemistry_Lab/condenser-pale-blue.desktop +%%DATADIR%%/stencils/Chemistry_Lab/condenser-pale-blue.odg +%%DATADIR%%/stencils/Chemistry_Lab/condenser-pale-blue.png +%%DATADIR%%/stencils/Chemistry_Lab/condenser-red.desktop +%%DATADIR%%/stencils/Chemistry_Lab/condenser-red.odg +%%DATADIR%%/stencils/Chemistry_Lab/condenser-red.png +%%DATADIR%%/stencils/Chemistry_Lab/condenser.desktop +%%DATADIR%%/stencils/Chemistry_Lab/condenser.odg +%%DATADIR%%/stencils/Chemistry_Lab/condenser.png +%%DATADIR%%/stencils/Chemistry_Lab/erlenmeyer.desktop +%%DATADIR%%/stencils/Chemistry_Lab/erlenmeyer.odg +%%DATADIR%%/stencils/Chemistry_Lab/erlenmeyer.png +%%DATADIR%%/stencils/Chemistry_Lab/funnel.desktop +%%DATADIR%%/stencils/Chemistry_Lab/funnel.odg +%%DATADIR%%/stencils/Chemistry_Lab/funnel.png +%%DATADIR%%/stencils/Chemistry_Lab/gooseneck.desktop +%%DATADIR%%/stencils/Chemistry_Lab/gooseneck.odg +%%DATADIR%%/stencils/Chemistry_Lab/gooseneck.png +%%DATADIR%%/stencils/Chemistry_Lab/lab-stand-front.desktop +%%DATADIR%%/stencils/Chemistry_Lab/lab-stand-front.odg +%%DATADIR%%/stencils/Chemistry_Lab/lab-stand-front.png +%%DATADIR%%/stencils/Chemistry_Lab/lab-stand.desktop +%%DATADIR%%/stencils/Chemistry_Lab/lab-stand.odg +%%DATADIR%%/stencils/Chemistry_Lab/lab-stand.png +%%DATADIR%%/stencils/Chemistry_Lab/ring-front.desktop +%%DATADIR%%/stencils/Chemistry_Lab/ring-front.odg +%%DATADIR%%/stencils/Chemistry_Lab/ring-front.png +%%DATADIR%%/stencils/Chemistry_Lab/ring.desktop +%%DATADIR%%/stencils/Chemistry_Lab/ring.odg +%%DATADIR%%/stencils/Chemistry_Lab/ring.png +%%DATADIR%%/stencils/Chemistry_Lab/sep-funnel-three-phases.desktop +%%DATADIR%%/stencils/Chemistry_Lab/sep-funnel-three-phases.odg +%%DATADIR%%/stencils/Chemistry_Lab/sep-funnel-three-phases.png +%%DATADIR%%/stencils/Chemistry_Lab/sep-funnel-two-phases.desktop +%%DATADIR%%/stencils/Chemistry_Lab/sep-funnel-two-phases.odg +%%DATADIR%%/stencils/Chemistry_Lab/sep-funnel-two-phases.png +%%DATADIR%%/stencils/Chemistry_Lab/sep-funnel.desktop +%%DATADIR%%/stencils/Chemistry_Lab/sep-funnel.odg +%%DATADIR%%/stencils/Chemistry_Lab/sep-funnel.png +%%DATADIR%%/stencils/Chemistry_Lab/stirbar.desktop +%%DATADIR%%/stencils/Chemistry_Lab/stirbar.odg +%%DATADIR%%/stencils/Chemistry_Lab/stirbar.png +%%DATADIR%%/stencils/Chemistry_Lab/stirplate-front.desktop +%%DATADIR%%/stencils/Chemistry_Lab/stirplate-front.odg +%%DATADIR%%/stencils/Chemistry_Lab/stirplate-front.png +%%DATADIR%%/stencils/Chemistry_Lab/stirplate.desktop +%%DATADIR%%/stencils/Chemistry_Lab/stirplate.odg +%%DATADIR%%/stencils/Chemistry_Lab/stirplate.png +%%DATADIR%%/stencils/Circuit/collection.desktop +%%DATADIR%%/stencils/Circuit/ground.desktop +%%DATADIR%%/stencils/Circuit/ground.odg +%%DATADIR%%/stencils/Circuit/ground.png +%%DATADIR%%/stencils/Circuit/hcapacitor.desktop +%%DATADIR%%/stencils/Circuit/hcapacitor.odg +%%DATADIR%%/stencils/Circuit/hcapacitor.png +%%DATADIR%%/stencils/Circuit/hdiode.desktop +%%DATADIR%%/stencils/Circuit/hdiode.odg +%%DATADIR%%/stencils/Circuit/hdiode.png +%%DATADIR%%/stencils/Circuit/hfuse_de.desktop +%%DATADIR%%/stencils/Circuit/hfuse_de.odg +%%DATADIR%%/stencils/Circuit/hfuse_de.png +%%DATADIR%%/stencils/Circuit/hinductor.desktop +%%DATADIR%%/stencils/Circuit/hinductor.odg +%%DATADIR%%/stencils/Circuit/hinductor.png +%%DATADIR%%/stencils/Circuit/hinductor_de.desktop +%%DATADIR%%/stencils/Circuit/hinductor_de.odg +%%DATADIR%%/stencils/Circuit/hinductor_de.png +%%DATADIR%%/stencils/Circuit/hjumper.desktop +%%DATADIR%%/stencils/Circuit/hjumper.odg +%%DATADIR%%/stencils/Circuit/hjumper.png +%%DATADIR%%/stencils/Circuit/hled_de.desktop +%%DATADIR%%/stencils/Circuit/hled_de.odg +%%DATADIR%%/stencils/Circuit/hled_de.png +%%DATADIR%%/stencils/Circuit/hpowersource_de.desktop +%%DATADIR%%/stencils/Circuit/hpowersource_de.odg +%%DATADIR%%/stencils/Circuit/hpowersource_de.png +%%DATADIR%%/stencils/Circuit/hresistor.desktop +%%DATADIR%%/stencils/Circuit/hresistor.odg +%%DATADIR%%/stencils/Circuit/hresistor.png +%%DATADIR%%/stencils/Circuit/hresistor_de.desktop +%%DATADIR%%/stencils/Circuit/hresistor_de.odg +%%DATADIR%%/stencils/Circuit/hresistor_de.png +%%DATADIR%%/stencils/Circuit/hzener.desktop +%%DATADIR%%/stencils/Circuit/hzener.odg +%%DATADIR%%/stencils/Circuit/hzener.png +%%DATADIR%%/stencils/Circuit/lamp_de.desktop +%%DATADIR%%/stencils/Circuit/lamp_de.odg +%%DATADIR%%/stencils/Circuit/lamp_de.png +%%DATADIR%%/stencils/Circuit/microphone_de.desktop +%%DATADIR%%/stencils/Circuit/microphone_de.odg +%%DATADIR%%/stencils/Circuit/microphone_de.png +%%DATADIR%%/stencils/Circuit/nmos_de.desktop +%%DATADIR%%/stencils/Circuit/nmos_de.odg +%%DATADIR%%/stencils/Circuit/nmos_de.png +%%DATADIR%%/stencils/Circuit/npn.desktop +%%DATADIR%%/stencils/Circuit/npn.odg +%%DATADIR%%/stencils/Circuit/npn.png +%%DATADIR%%/stencils/Circuit/opamp.desktop +%%DATADIR%%/stencils/Circuit/opamp.odg +%%DATADIR%%/stencils/Circuit/opamp.png +%%DATADIR%%/stencils/Circuit/pmos_de.desktop +%%DATADIR%%/stencils/Circuit/pmos_de.odg +%%DATADIR%%/stencils/Circuit/pmos_de.png +%%DATADIR%%/stencils/Circuit/pnp.desktop +%%DATADIR%%/stencils/Circuit/pnp.odg +%%DATADIR%%/stencils/Circuit/pnp.png +%%DATADIR%%/stencils/Circuit/speaker_de.desktop +%%DATADIR%%/stencils/Circuit/speaker_de.odg +%%DATADIR%%/stencils/Circuit/speaker_de.png +%%DATADIR%%/stencils/Circuit/vcapacitor.desktop +%%DATADIR%%/stencils/Circuit/vcapacitor.odg +%%DATADIR%%/stencils/Circuit/vcapacitor.png +%%DATADIR%%/stencils/Circuit/vdiode.desktop +%%DATADIR%%/stencils/Circuit/vdiode.odg +%%DATADIR%%/stencils/Circuit/vdiode.png +%%DATADIR%%/stencils/Circuit/vfuse_de.desktop +%%DATADIR%%/stencils/Circuit/vfuse_de.odg +%%DATADIR%%/stencils/Circuit/vfuse_de.png +%%DATADIR%%/stencils/Circuit/vinductor.desktop +%%DATADIR%%/stencils/Circuit/vinductor.odg +%%DATADIR%%/stencils/Circuit/vinductor.png +%%DATADIR%%/stencils/Circuit/vinductor_de.desktop +%%DATADIR%%/stencils/Circuit/vinductor_de.odg +%%DATADIR%%/stencils/Circuit/vinductor_de.png +%%DATADIR%%/stencils/Circuit/vled_de.desktop +%%DATADIR%%/stencils/Circuit/vled_de.odg +%%DATADIR%%/stencils/Circuit/vled_de.png +%%DATADIR%%/stencils/Circuit/vpowersource_de.desktop +%%DATADIR%%/stencils/Circuit/vpowersource_de.odg +%%DATADIR%%/stencils/Circuit/vpowersource_de.png +%%DATADIR%%/stencils/Circuit/vresistor.desktop +%%DATADIR%%/stencils/Circuit/vresistor.odg +%%DATADIR%%/stencils/Circuit/vresistor.png +%%DATADIR%%/stencils/Circuit/vresistor_de.desktop +%%DATADIR%%/stencils/Circuit/vresistor_de.odg +%%DATADIR%%/stencils/Circuit/vresistor_de.png +%%DATADIR%%/stencils/Circuit/vzener.desktop +%%DATADIR%%/stencils/Circuit/vzener.odg +%%DATADIR%%/stencils/Circuit/vzener.png +%%DATADIR%%/stencils/Circuit2/collection.desktop +%%DATADIR%%/stencils/Circuit2/dcapacitor.desktop +%%DATADIR%%/stencils/Circuit2/dcapacitor.odg +%%DATADIR%%/stencils/Circuit2/dcapacitor.png +%%DATADIR%%/stencils/Circuit2/ddiode.desktop +%%DATADIR%%/stencils/Circuit2/ddiode.odg +%%DATADIR%%/stencils/Circuit2/ddiode.png +%%DATADIR%%/stencils/Circuit2/dinductor.desktop +%%DATADIR%%/stencils/Circuit2/dinductor.odg +%%DATADIR%%/stencils/Circuit2/dinductor.png +%%DATADIR%%/stencils/Circuit2/dinductor_de.desktop +%%DATADIR%%/stencils/Circuit2/dinductor_de.odg +%%DATADIR%%/stencils/Circuit2/dinductor_de.png +%%DATADIR%%/stencils/Circuit2/dled_de.desktop +%%DATADIR%%/stencils/Circuit2/dled_de.odg +%%DATADIR%%/stencils/Circuit2/dled_de.png +%%DATADIR%%/stencils/Circuit2/dpcapacitor.desktop +%%DATADIR%%/stencils/Circuit2/dpcapacitor.odg +%%DATADIR%%/stencils/Circuit2/dpcapacitor.png +%%DATADIR%%/stencils/Circuit2/dresistor.desktop +%%DATADIR%%/stencils/Circuit2/dresistor.odg +%%DATADIR%%/stencils/Circuit2/dresistor.png +%%DATADIR%%/stencils/Circuit2/dresistor_de.desktop +%%DATADIR%%/stencils/Circuit2/dresistor_de.odg +%%DATADIR%%/stencils/Circuit2/dresistor_de.png +%%DATADIR%%/stencils/Circuit2/dzener.desktop +%%DATADIR%%/stencils/Circuit2/dzener.odg +%%DATADIR%%/stencils/Circuit2/dzener.png +%%DATADIR%%/stencils/Circuit2/hammeter.desktop +%%DATADIR%%/stencils/Circuit2/hammeter.odg +%%DATADIR%%/stencils/Circuit2/hammeter.png +%%DATADIR%%/stencils/Circuit2/hpcapacitor.desktop +%%DATADIR%%/stencils/Circuit2/hpcapacitor.odg +%%DATADIR%%/stencils/Circuit2/hpcapacitor.png +%%DATADIR%%/stencils/Circuit2/hvoltmeter.desktop +%%DATADIR%%/stencils/Circuit2/hvoltmeter.odg +%%DATADIR%%/stencils/Circuit2/hvoltmeter.png +%%DATADIR%%/stencils/Circuit2/newhled.desktop +%%DATADIR%%/stencils/Circuit2/newhled.odg +%%DATADIR%%/stencils/Circuit2/newhled.png +%%DATADIR%%/stencils/Circuit2/newvled.desktop +%%DATADIR%%/stencils/Circuit2/newvled.odg +%%DATADIR%%/stencils/Circuit2/newvled.png +%%DATADIR%%/stencils/Circuit2/opto.desktop +%%DATADIR%%/stencils/Circuit2/opto.odg +%%DATADIR%%/stencils/Circuit2/opto.png +%%DATADIR%%/stencils/Circuit2/ramp.desktop +%%DATADIR%%/stencils/Circuit2/ramp.odg +%%DATADIR%%/stencils/Circuit2/ramp.png +%%DATADIR%%/stencils/Circuit2/relay.desktop +%%DATADIR%%/stencils/Circuit2/relay.odg +%%DATADIR%%/stencils/Circuit2/relay.png +%%DATADIR%%/stencils/Circuit2/sine.desktop +%%DATADIR%%/stencils/Circuit2/sine.odg +%%DATADIR%%/stencils/Circuit2/sine.png +%%DATADIR%%/stencils/Circuit2/square.desktop +%%DATADIR%%/stencils/Circuit2/square.odg +%%DATADIR%%/stencils/Circuit2/square.png +%%DATADIR%%/stencils/Circuit2/triac.desktop +%%DATADIR%%/stencils/Circuit2/triac.odg +%%DATADIR%%/stencils/Circuit2/triac.png +%%DATADIR%%/stencils/Circuit2/triangle.desktop +%%DATADIR%%/stencils/Circuit2/triangle.odg +%%DATADIR%%/stencils/Circuit2/triangle.png +%%DATADIR%%/stencils/Circuit2/vammeter.desktop +%%DATADIR%%/stencils/Circuit2/vammeter.odg +%%DATADIR%%/stencils/Circuit2/vammeter.png +%%DATADIR%%/stencils/Circuit2/vpcapacitor.desktop +%%DATADIR%%/stencils/Circuit2/vpcapacitor.odg +%%DATADIR%%/stencils/Circuit2/vpcapacitor.png +%%DATADIR%%/stencils/Circuit2/vvoltmeter.desktop +%%DATADIR%%/stencils/Circuit2/vvoltmeter.odg +%%DATADIR%%/stencils/Circuit2/vvoltmeter.png +%%DATADIR%%/stencils/Cisco/1000.desktop +%%DATADIR%%/stencils/Cisco/1000.odg +%%DATADIR%%/stencils/Cisco/1000.png +%%DATADIR%%/stencils/Cisco/100baset_hub.desktop +%%DATADIR%%/stencils/Cisco/100baset_hub.odg +%%DATADIR%%/stencils/Cisco/100baset_hub.png +%%DATADIR%%/stencils/Cisco/10700.desktop +%%DATADIR%%/stencils/Cisco/10700.odg +%%DATADIR%%/stencils/Cisco/10700.png +%%DATADIR%%/stencils/Cisco/15200.desktop +%%DATADIR%%/stencils/Cisco/15200.odg +%%DATADIR%%/stencils/Cisco/15200.png +%%DATADIR%%/stencils/Cisco/15800.desktop +%%DATADIR%%/stencils/Cisco/15800.odg +%%DATADIR%%/stencils/Cisco/15800.png +%%DATADIR%%/stencils/Cisco/3174.desktop +%%DATADIR%%/stencils/Cisco/3174.odg +%%DATADIR%%/stencils/Cisco/3174.png +%%DATADIR%%/stencils/Cisco/3x74.desktop +%%DATADIR%%/stencils/Cisco/3x74.odg +%%DATADIR%%/stencils/Cisco/3x74.png +%%DATADIR%%/stencils/Cisco/5000.desktop +%%DATADIR%%/stencils/Cisco/5000.odg +%%DATADIR%%/stencils/Cisco/5000.png +%%DATADIR%%/stencils/Cisco/5002.desktop +%%DATADIR%%/stencils/Cisco/5002.odg +%%DATADIR%%/stencils/Cisco/5002.png +%%DATADIR%%/stencils/Cisco/5500.desktop +%%DATADIR%%/stencils/Cisco/5500.odg +%%DATADIR%%/stencils/Cisco/5500.png +%%DATADIR%%/stencils/Cisco/6701.desktop +%%DATADIR%%/stencils/Cisco/6701.odg +%%DATADIR%%/stencils/Cisco/6701.png +%%DATADIR%%/stencils/Cisco/6705.desktop +%%DATADIR%%/stencils/Cisco/6705.odg +%%DATADIR%%/stencils/Cisco/6705.png +%%DATADIR%%/stencils/Cisco/6732.desktop +%%DATADIR%%/stencils/Cisco/6732.odg +%%DATADIR%%/stencils/Cisco/6732.png +%%DATADIR%%/stencils/Cisco/7500ars.desktop +%%DATADIR%%/stencils/Cisco/7500ars.odg +%%DATADIR%%/stencils/Cisco/7500ars.png +%%DATADIR%%/stencils/Cisco/7505.desktop +%%DATADIR%%/stencils/Cisco/7505.odg +%%DATADIR%%/stencils/Cisco/7505.png +%%DATADIR%%/stencils/Cisco/7507.desktop +%%DATADIR%%/stencils/Cisco/7507.odg +%%DATADIR%%/stencils/Cisco/7507.png +%%DATADIR%%/stencils/Cisco/access_gateway.desktop +%%DATADIR%%/stencils/Cisco/access_gateway.odg +%%DATADIR%%/stencils/Cisco/access_gateway.png +%%DATADIR%%/stencils/Cisco/access_server.desktop +%%DATADIR%%/stencils/Cisco/access_server.odg +%%DATADIR%%/stencils/Cisco/access_server.png +%%DATADIR%%/stencils/Cisco/accesspoint.desktop +%%DATADIR%%/stencils/Cisco/accesspoint.odg +%%DATADIR%%/stencils/Cisco/accesspoint.png +%%DATADIR%%/stencils/Cisco/adm.desktop +%%DATADIR%%/stencils/Cisco/adm.odg +%%DATADIR%%/stencils/Cisco/adm.png +%%DATADIR%%/stencils/Cisco/androgynous_person.desktop +%%DATADIR%%/stencils/Cisco/androgynous_person.odg +%%DATADIR%%/stencils/Cisco/androgynous_person.png +%%DATADIR%%/stencils/Cisco/antenna.desktop +%%DATADIR%%/stencils/Cisco/antenna.odg +%%DATADIR%%/stencils/Cisco/antenna.png +%%DATADIR%%/stencils/Cisco/asic.desktop +%%DATADIR%%/stencils/Cisco/asic.odg +%%DATADIR%%/stencils/Cisco/asic.png +%%DATADIR%%/stencils/Cisco/ata.desktop +%%DATADIR%%/stencils/Cisco/ata.odg +%%DATADIR%%/stencils/Cisco/ata.png +%%DATADIR%%/stencils/Cisco/atm3800.desktop +%%DATADIR%%/stencils/Cisco/atm3800.odg +%%DATADIR%%/stencils/Cisco/atm3800.png +%%DATADIR%%/stencils/Cisco/atm_fast_gigabit_etherswitch.desktop +%%DATADIR%%/stencils/Cisco/atm_fast_gigabit_etherswitch.odg +%%DATADIR%%/stencils/Cisco/atm_fast_gigabit_etherswitch.png +%%DATADIR%%/stencils/Cisco/atm_router.desktop +%%DATADIR%%/stencils/Cisco/atm_router.odg +%%DATADIR%%/stencils/Cisco/atm_switch.desktop +%%DATADIR%%/stencils/Cisco/atm_switch.odg +%%DATADIR%%/stencils/Cisco/atm_switch.png +%%DATADIR%%/stencils/Cisco/atm_tag_switch_router.desktop +%%DATADIR%%/stencils/Cisco/atm_tag_switch_router.odg +%%DATADIR%%/stencils/Cisco/atm_tag_switch_router.png +%%DATADIR%%/stencils/Cisco/automatic_protection_switching.desktop +%%DATADIR%%/stencils/Cisco/automatic_protection_switching.odg +%%DATADIR%%/stencils/Cisco/automatic_protection_switching.png +%%DATADIR%%/stencils/Cisco/bbfw.desktop +%%DATADIR%%/stencils/Cisco/bbfw.odg +%%DATADIR%%/stencils/Cisco/bbfw.png +%%DATADIR%%/stencils/Cisco/bbfw_media.desktop +%%DATADIR%%/stencils/Cisco/bbfw_media.odg +%%DATADIR%%/stencils/Cisco/bbfw_media.png +%%DATADIR%%/stencils/Cisco/bbs.desktop +%%DATADIR%%/stencils/Cisco/bbs.odg +%%DATADIR%%/stencils/Cisco/bbs.png +%%DATADIR%%/stencils/Cisco/bbsm.desktop +%%DATADIR%%/stencils/Cisco/bbsm.odg +%%DATADIR%%/stencils/Cisco/bbsm.png +%%DATADIR%%/stencils/Cisco/branch_office.desktop +%%DATADIR%%/stencils/Cisco/branch_office.odg +%%DATADIR%%/stencils/Cisco/branch_office.png +%%DATADIR%%/stencils/Cisco/branch_office_blue.desktop +%%DATADIR%%/stencils/Cisco/branch_office_blue.odg +%%DATADIR%%/stencils/Cisco/branch_office_blue.png +%%DATADIR%%/stencils/Cisco/branch_office_subdued.desktop +%%DATADIR%%/stencils/Cisco/branch_office_subdued.odg +%%DATADIR%%/stencils/Cisco/branch_office_subdued.png +%%DATADIR%%/stencils/Cisco/breakout_box.desktop +%%DATADIR%%/stencils/Cisco/breakout_box.odg +%%DATADIR%%/stencils/Cisco/breakout_box.png +%%DATADIR%%/stencils/Cisco/bridge.desktop +%%DATADIR%%/stencils/Cisco/bridge.odg +%%DATADIR%%/stencils/Cisco/bridge.png +%%DATADIR%%/stencils/Cisco/broadband_router.desktop +%%DATADIR%%/stencils/Cisco/broadband_router.odg +%%DATADIR%%/stencils/Cisco/broadband_router.png +%%DATADIR%%/stencils/Cisco/bts10200.desktop +%%DATADIR%%/stencils/Cisco/bts10200.odg +%%DATADIR%%/stencils/Cisco/bts10200.png +%%DATADIR%%/stencils/Cisco/ca.desktop +%%DATADIR%%/stencils/Cisco/ca.odg +%%DATADIR%%/stencils/Cisco/ca.png +%%DATADIR%%/stencils/Cisco/cable_modem.desktop +%%DATADIR%%/stencils/Cisco/cable_modem.odg +%%DATADIR%%/stencils/Cisco/cable_modem.png +%%DATADIR%%/stencils/Cisco/callmanager.desktop +%%DATADIR%%/stencils/Cisco/callmanager.odg +%%DATADIR%%/stencils/Cisco/callmanager.png +%%DATADIR%%/stencils/Cisco/car.desktop +%%DATADIR%%/stencils/Cisco/car.odg +%%DATADIR%%/stencils/Cisco/car.png +%%DATADIR%%/stencils/Cisco/carrier_routing_system.desktop +%%DATADIR%%/stencils/Cisco/carrier_routing_system.odg +%%DATADIR%%/stencils/Cisco/carrier_routing_system.png +%%DATADIR%%/stencils/Cisco/catalyst_access_gateway.desktop +%%DATADIR%%/stencils/Cisco/catalyst_access_gateway.odg +%%DATADIR%%/stencils/Cisco/catalyst_access_gateway.png +%%DATADIR%%/stencils/Cisco/cddi_fddi_concentrator.desktop +%%DATADIR%%/stencils/Cisco/cddi_fddi_concentrator.odg +%%DATADIR%%/stencils/Cisco/cddi_fddi_concentrator.png +%%DATADIR%%/stencils/Cisco/cdm.desktop +%%DATADIR%%/stencils/Cisco/cdm.odg +%%DATADIR%%/stencils/Cisco/cdm.png +%%DATADIR%%/stencils/Cisco/cellular_phone.desktop +%%DATADIR%%/stencils/Cisco/cellular_phone.odg +%%DATADIR%%/stencils/Cisco/cellular_phone.png +%%DATADIR%%/stencils/Cisco/centri_firewall.desktop +%%DATADIR%%/stencils/Cisco/centri_firewall.odg +%%DATADIR%%/stencils/Cisco/centri_firewall.png +%%DATADIR%%/stencils/Cisco/channelized_pipe.desktop +%%DATADIR%%/stencils/Cisco/channelized_pipe.odg +%%DATADIR%%/stencils/Cisco/channelized_pipe.png +%%DATADIR%%/stencils/Cisco/cisco_hub.desktop +%%DATADIR%%/stencils/Cisco/cisco_hub.odg +%%DATADIR%%/stencils/Cisco/cisco_hub.png +%%DATADIR%%/stencils/Cisco/ciscosecurity.desktop +%%DATADIR%%/stencils/Cisco/ciscosecurity.odg +%%DATADIR%%/stencils/Cisco/ciscosecurity.png +%%DATADIR%%/stencils/Cisco/ciscoworks.desktop +%%DATADIR%%/stencils/Cisco/ciscoworks.odg +%%DATADIR%%/stencils/Cisco/ciscoworks.png +%%DATADIR%%/stencils/Cisco/ciscoworks_man.desktop +%%DATADIR%%/stencils/Cisco/ciscoworks_man.odg +%%DATADIR%%/stencils/Cisco/ciscoworks_man.png +%%DATADIR%%/stencils/Cisco/class45_switch.desktop +%%DATADIR%%/stencils/Cisco/class45_switch.odg +%%DATADIR%%/stencils/Cisco/class45_switch.png +%%DATADIR%%/stencils/Cisco/cloud.desktop +%%DATADIR%%/stencils/Cisco/cloud.odg +%%DATADIR%%/stencils/Cisco/cloud.png +%%DATADIR%%/stencils/Cisco/cloud_dark.desktop +%%DATADIR%%/stencils/Cisco/cloud_dark.odg +%%DATADIR%%/stencils/Cisco/cloud_dark.png +%%DATADIR%%/stencils/Cisco/cloud_gold.desktop +%%DATADIR%%/stencils/Cisco/cloud_gold.odg +%%DATADIR%%/stencils/Cisco/cloud_gold.png +%%DATADIR%%/stencils/Cisco/cloud_white.desktop +%%DATADIR%%/stencils/Cisco/cloud_white.odg +%%DATADIR%%/stencils/Cisco/cloud_white.png +%%DATADIR%%/stencils/Cisco/collection.desktop +%%DATADIR%%/stencils/Cisco/communications_server.desktop +%%DATADIR%%/stencils/Cisco/communications_server.odg +%%DATADIR%%/stencils/Cisco/communications_server.png +%%DATADIR%%/stencils/Cisco/concatenated_payload.desktop +%%DATADIR%%/stencils/Cisco/concatenated_payload.odg +%%DATADIR%%/stencils/Cisco/concatenated_payload.png +%%DATADIR%%/stencils/Cisco/content_engine.desktop +%%DATADIR%%/stencils/Cisco/content_engine.odg +%%DATADIR%%/stencils/Cisco/content_engine.png +%%DATADIR%%/stencils/Cisco/content_router.desktop +%%DATADIR%%/stencils/Cisco/content_router.odg +%%DATADIR%%/stencils/Cisco/content_router.png +%%DATADIR%%/stencils/Cisco/content_service_module.desktop +%%DATADIR%%/stencils/Cisco/content_service_module.odg +%%DATADIR%%/stencils/Cisco/content_service_module.png +%%DATADIR%%/stencils/Cisco/content_switch.desktop +%%DATADIR%%/stencils/Cisco/content_switch.odg +%%DATADIR%%/stencils/Cisco/content_switch.png +%%DATADIR%%/stencils/Cisco/csm-s.desktop +%%DATADIR%%/stencils/Cisco/csm-s.odg +%%DATADIR%%/stencils/Cisco/csm-s.png +%%DATADIR%%/stencils/Cisco/css1100.desktop +%%DATADIR%%/stencils/Cisco/css1100.odg +%%DATADIR%%/stencils/Cisco/css1100.png +%%DATADIR%%/stencils/Cisco/csu_dsu.desktop +%%DATADIR%%/stencils/Cisco/csu_dsu.odg +%%DATADIR%%/stencils/Cisco/csu_dsu.png +%%DATADIR%%/stencils/Cisco/cte.desktop +%%DATADIR%%/stencils/Cisco/cte.odg +%%DATADIR%%/stencils/Cisco/cte.png +%%DATADIR%%/stencils/Cisco/data_center_switch.desktop +%%DATADIR%%/stencils/Cisco/data_center_switch.odg +%%DATADIR%%/stencils/Cisco/data_center_switch.png +%%DATADIR%%/stencils/Cisco/data_center_switch_reversed.desktop +%%DATADIR%%/stencils/Cisco/data_center_switch_reversed.odg +%%DATADIR%%/stencils/Cisco/data_center_switch_reversed.png +%%DATADIR%%/stencils/Cisco/data_switch_processor.desktop +%%DATADIR%%/stencils/Cisco/data_switch_processor.odg +%%DATADIR%%/stencils/Cisco/data_switch_processor.png +%%DATADIR%%/stencils/Cisco/detector.desktop +%%DATADIR%%/stencils/Cisco/detector.odg +%%DATADIR%%/stencils/Cisco/detector.png +%%DATADIR%%/stencils/Cisco/digital_cross-connect.desktop +%%DATADIR%%/stencils/Cisco/digital_cross-connect.odg +%%DATADIR%%/stencils/Cisco/digital_cross-connect.png +%%DATADIR%%/stencils/Cisco/director_fcis.desktop +%%DATADIR%%/stencils/Cisco/director_fcis.odg +%%DATADIR%%/stencils/Cisco/director_fcis.png +%%DATADIR%%/stencils/Cisco/directory_server.desktop +%%DATADIR%%/stencils/Cisco/directory_server.odg +%%DATADIR%%/stencils/Cisco/directory_server.png +%%DATADIR%%/stencils/Cisco/disk_subsystem.desktop +%%DATADIR%%/stencils/Cisco/disk_subsystem.odg +%%DATADIR%%/stencils/Cisco/disk_subsystem.png +%%DATADIR%%/stencils/Cisco/diskette.desktop +%%DATADIR%%/stencils/Cisco/diskette.odg +%%DATADIR%%/stencils/Cisco/diskette.png +%%DATADIR%%/stencils/Cisco/distributed_director.desktop +%%DATADIR%%/stencils/Cisco/distributed_director.odg +%%DATADIR%%/stencils/Cisco/distributed_director.png +%%DATADIR%%/stencils/Cisco/dot_dot.desktop +%%DATADIR%%/stencils/Cisco/dot_dot.odg +%%DATADIR%%/stencils/Cisco/dot_dot.png +%%DATADIR%%/stencils/Cisco/dpt.desktop +%%DATADIR%%/stencils/Cisco/dpt.odg +%%DATADIR%%/stencils/Cisco/dpt.png +%%DATADIR%%/stencils/Cisco/dslam.desktop +%%DATADIR%%/stencils/Cisco/dslam.odg +%%DATADIR%%/stencils/Cisco/dslam.png +%%DATADIR%%/stencils/Cisco/dual_mode_accesspoint.desktop +%%DATADIR%%/stencils/Cisco/dual_mode_accesspoint.odg +%%DATADIR%%/stencils/Cisco/dual_mode_accesspoint.png +%%DATADIR%%/stencils/Cisco/dwdm_filter.desktop +%%DATADIR%%/stencils/Cisco/dwdm_filter.odg +%%DATADIR%%/stencils/Cisco/dwdm_filter.png +%%DATADIR%%/stencils/Cisco/edge_label_switch_router.png +%%DATADIR%%/stencils/Cisco/edge_label_switch_router_with_netflow.desktop +%%DATADIR%%/stencils/Cisco/edge_label_switch_router_with_netflow.odg +%%DATADIR%%/stencils/Cisco/edge_label_switch_router_with_netflow.png +%%DATADIR%%/stencils/Cisco/end_office.desktop +%%DATADIR%%/stencils/Cisco/end_office.odg +%%DATADIR%%/stencils/Cisco/end_office.png +%%DATADIR%%/stencils/Cisco/etherclient.desktop +%%DATADIR%%/stencils/Cisco/etherclient.odg +%%DATADIR%%/stencils/Cisco/etherclient.png +%%DATADIR%%/stencils/Cisco/fax.desktop +%%DATADIR%%/stencils/Cisco/fax.odg +%%DATADIR%%/stencils/Cisco/fax.png +%%DATADIR%%/stencils/Cisco/fc_storage.desktop +%%DATADIR%%/stencils/Cisco/fc_storage.odg +%%DATADIR%%/stencils/Cisco/fc_storage.png +%%DATADIR%%/stencils/Cisco/fddi_ring.desktop +%%DATADIR%%/stencils/Cisco/fddi_ring.odg +%%DATADIR%%/stencils/Cisco/fddi_ring.png +%%DATADIR%%/stencils/Cisco/file_cabinet.desktop +%%DATADIR%%/stencils/Cisco/file_cabinet.odg +%%DATADIR%%/stencils/Cisco/file_cabinet.png +%%DATADIR%%/stencils/Cisco/file_engine.desktop +%%DATADIR%%/stencils/Cisco/file_engine.odg +%%DATADIR%%/stencils/Cisco/file_engine.png +%%DATADIR%%/stencils/Cisco/file_server.desktop +%%DATADIR%%/stencils/Cisco/file_server.odg +%%DATADIR%%/stencils/Cisco/file_server.png +%%DATADIR%%/stencils/Cisco/firewall.desktop +%%DATADIR%%/stencils/Cisco/firewall.odg +%%DATADIR%%/stencils/Cisco/firewall.png +%%DATADIR%%/stencils/Cisco/firewall_horizontal.desktop +%%DATADIR%%/stencils/Cisco/firewall_horizontal.odg +%%DATADIR%%/stencils/Cisco/firewall_horizontal.png +%%DATADIR%%/stencils/Cisco/firewall_subdued.desktop +%%DATADIR%%/stencils/Cisco/firewall_subdued.odg +%%DATADIR%%/stencils/Cisco/firewall_subdued.png +%%DATADIR%%/stencils/Cisco/front_end_processor.desktop +%%DATADIR%%/stencils/Cisco/front_end_processor.odg +%%DATADIR%%/stencils/Cisco/front_end_processor.png +%%DATADIR%%/stencils/Cisco/fwsm.desktop +%%DATADIR%%/stencils/Cisco/fwsm.odg +%%DATADIR%%/stencils/Cisco/fwsm.png +%%DATADIR%%/stencils/Cisco/general_appliance.desktop +%%DATADIR%%/stencils/Cisco/general_appliance.odg +%%DATADIR%%/stencils/Cisco/general_appliance.png +%%DATADIR%%/stencils/Cisco/generic_building.desktop +%%DATADIR%%/stencils/Cisco/generic_building.odg +%%DATADIR%%/stencils/Cisco/generic_building.png +%%DATADIR%%/stencils/Cisco/generic_building_blue.desktop +%%DATADIR%%/stencils/Cisco/generic_building_blue.odg +%%DATADIR%%/stencils/Cisco/generic_building_blue.png +%%DATADIR%%/stencils/Cisco/generic_building_subdued.desktop +%%DATADIR%%/stencils/Cisco/generic_building_subdued.odg +%%DATADIR%%/stencils/Cisco/generic_building_subdued.png +%%DATADIR%%/stencils/Cisco/generic_gateway.desktop +%%DATADIR%%/stencils/Cisco/generic_gateway.odg +%%DATADIR%%/stencils/Cisco/generic_gateway.png +%%DATADIR%%/stencils/Cisco/generic_processor.desktop +%%DATADIR%%/stencils/Cisco/generic_processor.odg +%%DATADIR%%/stencils/Cisco/generic_processor.png +%%DATADIR%%/stencils/Cisco/generic_softswitch.desktop +%%DATADIR%%/stencils/Cisco/generic_softswitch.odg +%%DATADIR%%/stencils/Cisco/generic_softswitch.png +%%DATADIR%%/stencils/Cisco/gigabit_switch_router_atm_tag.desktop +%%DATADIR%%/stencils/Cisco/gigabit_switch_router_atm_tag.odg +%%DATADIR%%/stencils/Cisco/gigabit_switch_router_atm_tag.png +%%DATADIR%%/stencils/Cisco/government_building.desktop +%%DATADIR%%/stencils/Cisco/government_building.odg +%%DATADIR%%/stencils/Cisco/government_building.png +%%DATADIR%%/stencils/Cisco/guard.desktop +%%DATADIR%%/stencils/Cisco/guard.odg +%%DATADIR%%/stencils/Cisco/guard.png +%%DATADIR%%/stencils/Cisco/h323.desktop +%%DATADIR%%/stencils/Cisco/h323.odg +%%DATADIR%%/stencils/Cisco/h323.png +%%DATADIR%%/stencils/Cisco/handheld.desktop +%%DATADIR%%/stencils/Cisco/handheld.odg +%%DATADIR%%/stencils/Cisco/handheld.png +%%DATADIR%%/stencils/Cisco/headphones.desktop +%%DATADIR%%/stencils/Cisco/headphones.odg +%%DATADIR%%/stencils/Cisco/headphones.png +%%DATADIR%%/stencils/Cisco/home_office.desktop +%%DATADIR%%/stencils/Cisco/home_office.odg +%%DATADIR%%/stencils/Cisco/home_office.png +%%DATADIR%%/stencils/Cisco/hootphone.desktop +%%DATADIR%%/stencils/Cisco/hootphone.odg +%%DATADIR%%/stencils/Cisco/hootphone.png +%%DATADIR%%/stencils/Cisco/host.desktop +%%DATADIR%%/stencils/Cisco/host.odg +%%DATADIR%%/stencils/Cisco/host.png +%%DATADIR%%/stencils/Cisco/house.desktop +%%DATADIR%%/stencils/Cisco/house.odg +%%DATADIR%%/stencils/Cisco/house.png +%%DATADIR%%/stencils/Cisco/house_blue.desktop +%%DATADIR%%/stencils/Cisco/house_blue.odg +%%DATADIR%%/stencils/Cisco/house_blue.png +%%DATADIR%%/stencils/Cisco/hp_mini.desktop +%%DATADIR%%/stencils/Cisco/hp_mini.odg +%%DATADIR%%/stencils/Cisco/hp_mini.png +%%DATADIR%%/stencils/Cisco/hub.desktop +%%DATADIR%%/stencils/Cisco/hub.odg +%%DATADIR%%/stencils/Cisco/hub.png +%%DATADIR%%/stencils/Cisco/hub_subdued.desktop +%%DATADIR%%/stencils/Cisco/hub_subdued.odg +%%DATADIR%%/stencils/Cisco/hub_subdued.png +%%DATADIR%%/stencils/Cisco/iad_router.desktop +%%DATADIR%%/stencils/Cisco/iad_router.odg +%%DATADIR%%/stencils/Cisco/iad_router.png +%%DATADIR%%/stencils/Cisco/ibm_mainframe.desktop +%%DATADIR%%/stencils/Cisco/ibm_mainframe.odg +%%DATADIR%%/stencils/Cisco/ibm_mainframe.png +%%DATADIR%%/stencils/Cisco/ibm_mainframe_with_fep.desktop +%%DATADIR%%/stencils/Cisco/ibm_mainframe_with_fep.odg +%%DATADIR%%/stencils/Cisco/ibm_mainframe_with_fep.png +%%DATADIR%%/stencils/Cisco/ibm_mini.desktop +%%DATADIR%%/stencils/Cisco/ibm_mini.odg +%%DATADIR%%/stencils/Cisco/ibm_mini.png +%%DATADIR%%/stencils/Cisco/ibm_tower.desktop +%%DATADIR%%/stencils/Cisco/ibm_tower.odg +%%DATADIR%%/stencils/Cisco/ibm_tower.png +%%DATADIR%%/stencils/Cisco/icm.desktop +%%DATADIR%%/stencils/Cisco/icm.odg +%%DATADIR%%/stencils/Cisco/icm.png +%%DATADIR%%/stencils/Cisco/ics.desktop +%%DATADIR%%/stencils/Cisco/ics.odg +%%DATADIR%%/stencils/Cisco/ics.png +%%DATADIR%%/stencils/Cisco/intelliswitch_stack.desktop +%%DATADIR%%/stencils/Cisco/intelliswitch_stack.odg +%%DATADIR%%/stencils/Cisco/intelliswitch_stack.png +%%DATADIR%%/stencils/Cisco/ios_firewall.desktop +%%DATADIR%%/stencils/Cisco/ios_firewall.odg +%%DATADIR%%/stencils/Cisco/ios_firewall.png +%%DATADIR%%/stencils/Cisco/ios_slb.desktop +%%DATADIR%%/stencils/Cisco/ios_slb.odg +%%DATADIR%%/stencils/Cisco/ios_slb.png +%%DATADIR%%/stencils/Cisco/ip.desktop +%%DATADIR%%/stencils/Cisco/ip.odg +%%DATADIR%%/stencils/Cisco/ip.png +%%DATADIR%%/stencils/Cisco/ip_dsl.desktop +%%DATADIR%%/stencils/Cisco/ip_dsl.odg +%%DATADIR%%/stencils/Cisco/ip_dsl.png +%%DATADIR%%/stencils/Cisco/ip_old-style.desktop +%%DATADIR%%/stencils/Cisco/ip_old-style.odg +%%DATADIR%%/stencils/Cisco/ip_old-style.png +%%DATADIR%%/stencils/Cisco/ip_phone.desktop +%%DATADIR%%/stencils/Cisco/ip_phone.odg +%%DATADIR%%/stencils/Cisco/ip_phone.png +%%DATADIR%%/stencils/Cisco/ip_softphone.desktop +%%DATADIR%%/stencils/Cisco/ip_softphone.odg +%%DATADIR%%/stencils/Cisco/ip_softphone.png +%%DATADIR%%/stencils/Cisco/ip_telephony_router.desktop +%%DATADIR%%/stencils/Cisco/ip_telephony_router.odg +%%DATADIR%%/stencils/Cisco/ip_telephony_router.png +%%DATADIR%%/stencils/Cisco/ip_transport_concentrator.desktop +%%DATADIR%%/stencils/Cisco/ip_transport_concentrator.odg +%%DATADIR%%/stencils/Cisco/ip_transport_concentrator.png +%%DATADIR%%/stencils/Cisco/iptv_broadcast_server.desktop +%%DATADIR%%/stencils/Cisco/iptv_broadcast_server.odg +%%DATADIR%%/stencils/Cisco/iptv_broadcast_server.png +%%DATADIR%%/stencils/Cisco/iptv_content_manager.desktop +%%DATADIR%%/stencils/Cisco/iptv_content_manager.odg +%%DATADIR%%/stencils/Cisco/iptv_content_manager.png +%%DATADIR%%/stencils/Cisco/iscsi_switch.desktop +%%DATADIR%%/stencils/Cisco/iscsi_switch.odg +%%DATADIR%%/stencils/Cisco/iscsi_switch.png +%%DATADIR%%/stencils/Cisco/isdn_switch.desktop +%%DATADIR%%/stencils/Cisco/isdn_switch.odg +%%DATADIR%%/stencils/Cisco/isdn_switch.png +%%DATADIR%%/stencils/Cisco/itp.desktop +%%DATADIR%%/stencils/Cisco/itp.odg +%%DATADIR%%/stencils/Cisco/itp.png +%%DATADIR%%/stencils/Cisco/jbod.desktop +%%DATADIR%%/stencils/Cisco/jbod.odg +%%DATADIR%%/stencils/Cisco/jbod.png +%%DATADIR%%/stencils/Cisco/key.desktop +%%DATADIR%%/stencils/Cisco/key.odg +%%DATADIR%%/stencils/Cisco/key.png +%%DATADIR%%/stencils/Cisco/label_switch_router.desktop +%%DATADIR%%/stencils/Cisco/label_switch_router.odg +%%DATADIR%%/stencils/Cisco/label_switch_router.png +%%DATADIR%%/stencils/Cisco/lan2lan_switch.desktop +%%DATADIR%%/stencils/Cisco/lan2lan_switch.odg +%%DATADIR%%/stencils/Cisco/lan2lan_switch.png +%%DATADIR%%/stencils/Cisco/lan_to_lan.desktop +%%DATADIR%%/stencils/Cisco/lan_to_lan.odg +%%DATADIR%%/stencils/Cisco/lan_to_lan.png +%%DATADIR%%/stencils/Cisco/laptop.desktop +%%DATADIR%%/stencils/Cisco/laptop.odg +%%DATADIR%%/stencils/Cisco/laptop.png +%%DATADIR%%/stencils/Cisco/layer3_switch.desktop +%%DATADIR%%/stencils/Cisco/layer3_switch.odg +%%DATADIR%%/stencils/Cisco/layer3_switch.png +%%DATADIR%%/stencils/Cisco/layer_2_remote_switch.desktop +%%DATADIR%%/stencils/Cisco/layer_2_remote_switch.odg +%%DATADIR%%/stencils/Cisco/layer_2_remote_switch.png +%%DATADIR%%/stencils/Cisco/lightweight_ap.desktop +%%DATADIR%%/stencils/Cisco/lightweight_ap.odg +%%DATADIR%%/stencils/Cisco/lightweight_ap.png +%%DATADIR%%/stencils/Cisco/localdirector.desktop +%%DATADIR%%/stencils/Cisco/localdirector.odg +%%DATADIR%%/stencils/Cisco/localdirector.png +%%DATADIR%%/stencils/Cisco/location_server.desktop +%%DATADIR%%/stencils/Cisco/location_server.odg +%%DATADIR%%/stencils/Cisco/location_server.png +%%DATADIR%%/stencils/Cisco/lock.desktop +%%DATADIR%%/stencils/Cisco/lock.odg +%%DATADIR%%/stencils/Cisco/lock.png +%%DATADIR%%/stencils/Cisco/lock_and_key.desktop +%%DATADIR%%/stencils/Cisco/lock_and_key.odg +%%DATADIR%%/stencils/Cisco/lock_and_key.png +%%DATADIR%%/stencils/Cisco/longreach_cpe.desktop +%%DATADIR%%/stencils/Cisco/longreach_cpe.odg +%%DATADIR%%/stencils/Cisco/longreach_cpe.png +%%DATADIR%%/stencils/Cisco/mac_woman.desktop +%%DATADIR%%/stencils/Cisco/mac_woman.odg +%%DATADIR%%/stencils/Cisco/mac_woman.png +%%DATADIR%%/stencils/Cisco/mac_woman_right.desktop +%%DATADIR%%/stencils/Cisco/mac_woman_right.odg +%%DATADIR%%/stencils/Cisco/mac_woman_right.png +%%DATADIR%%/stencils/Cisco/macintosh.desktop +%%DATADIR%%/stencils/Cisco/macintosh.odg +%%DATADIR%%/stencils/Cisco/macintosh.png +%%DATADIR%%/stencils/Cisco/man.desktop +%%DATADIR%%/stencils/Cisco/man.odg +%%DATADIR%%/stencils/Cisco/man.png +%%DATADIR%%/stencils/Cisco/man_blue.desktop +%%DATADIR%%/stencils/Cisco/man_blue.odg +%%DATADIR%%/stencils/Cisco/man_blue.png +%%DATADIR%%/stencils/Cisco/man_gold.desktop +%%DATADIR%%/stencils/Cisco/man_gold.odg +%%DATADIR%%/stencils/Cisco/man_gold.png +%%DATADIR%%/stencils/Cisco/man_red.desktop +%%DATADIR%%/stencils/Cisco/man_red.odg +%%DATADIR%%/stencils/Cisco/man_red.png +%%DATADIR%%/stencils/Cisco/man_woman.desktop +%%DATADIR%%/stencils/Cisco/man_woman.odg +%%DATADIR%%/stencils/Cisco/man_woman.png +%%DATADIR%%/stencils/Cisco/mas_gateway.desktop +%%DATADIR%%/stencils/Cisco/mas_gateway.odg +%%DATADIR%%/stencils/Cisco/mas_gateway.png +%%DATADIR%%/stencils/Cisco/mau.desktop +%%DATADIR%%/stencils/Cisco/mau.odg +%%DATADIR%%/stencils/Cisco/mau.png +%%DATADIR%%/stencils/Cisco/mcu.desktop +%%DATADIR%%/stencils/Cisco/mcu.odg +%%DATADIR%%/stencils/Cisco/mcu.png +%%DATADIR%%/stencils/Cisco/mdu.desktop +%%DATADIR%%/stencils/Cisco/mdu.odg +%%DATADIR%%/stencils/Cisco/mdu.png +%%DATADIR%%/stencils/Cisco/me1100.desktop +%%DATADIR%%/stencils/Cisco/me1100.odg +%%DATADIR%%/stencils/Cisco/me1100.png +%%DATADIR%%/stencils/Cisco/medium_building.desktop +%%DATADIR%%/stencils/Cisco/medium_building.odg +%%DATADIR%%/stencils/Cisco/medium_building.png +%%DATADIR%%/stencils/Cisco/medium_building_blue.desktop +%%DATADIR%%/stencils/Cisco/medium_building_blue.odg +%%DATADIR%%/stencils/Cisco/medium_building_blue.png +%%DATADIR%%/stencils/Cisco/medium_building_subdued.desktop +%%DATADIR%%/stencils/Cisco/medium_building_subdued.odg +%%DATADIR%%/stencils/Cisco/medium_building_subdued.png +%%DATADIR%%/stencils/Cisco/metro1500.desktop +%%DATADIR%%/stencils/Cisco/metro1500.odg +%%DATADIR%%/stencils/Cisco/metro1500.png +%%DATADIR%%/stencils/Cisco/mgx8220.desktop +%%DATADIR%%/stencils/Cisco/mgx8220.odg +%%DATADIR%%/stencils/Cisco/mgx8220.png +%%DATADIR%%/stencils/Cisco/mgx8240.desktop +%%DATADIR%%/stencils/Cisco/mgx8240.odg +%%DATADIR%%/stencils/Cisco/mgx8240.png +%%DATADIR%%/stencils/Cisco/mgx8260.desktop +%%DATADIR%%/stencils/Cisco/mgx8260.odg +%%DATADIR%%/stencils/Cisco/mgx8260.png +%%DATADIR%%/stencils/Cisco/mgx_8000_series_voice_gateway.desktop +%%DATADIR%%/stencils/Cisco/mgx_8000_series_voice_gateway.odg +%%DATADIR%%/stencils/Cisco/mgx_8000_series_voice_gateway.png +%%DATADIR%%/stencils/Cisco/microphone.desktop +%%DATADIR%%/stencils/Cisco/microphone.odg +%%DATADIR%%/stencils/Cisco/microphone.png +%%DATADIR%%/stencils/Cisco/microwebserver.desktop +%%DATADIR%%/stencils/Cisco/microwebserver.odg +%%DATADIR%%/stencils/Cisco/microwebserver.png +%%DATADIR%%/stencils/Cisco/mini_vax.desktop +%%DATADIR%%/stencils/Cisco/mini_vax.odg +%%DATADIR%%/stencils/Cisco/mini_vax.png +%%DATADIR%%/stencils/Cisco/mobile_access_ip_phone.desktop +%%DATADIR%%/stencils/Cisco/mobile_access_ip_phone.odg +%%DATADIR%%/stencils/Cisco/mobile_access_ip_phone.png +%%DATADIR%%/stencils/Cisco/mobile_access_router.desktop +%%DATADIR%%/stencils/Cisco/mobile_access_router.odg +%%DATADIR%%/stencils/Cisco/mobile_access_router.png +%%DATADIR%%/stencils/Cisco/modem.desktop +%%DATADIR%%/stencils/Cisco/modem.odg +%%DATADIR%%/stencils/Cisco/modem.png +%%DATADIR%%/stencils/Cisco/moh_server.desktop +%%DATADIR%%/stencils/Cisco/moh_server.odg +%%DATADIR%%/stencils/Cisco/moh_server.png +%%DATADIR%%/stencils/Cisco/monitor.desktop +%%DATADIR%%/stencils/Cisco/monitor.odg +%%DATADIR%%/stencils/Cisco/monitor.png +%%DATADIR%%/stencils/Cisco/multi-fabric_server_switch.desktop +%%DATADIR%%/stencils/Cisco/multi-fabric_server_switch.odg +%%DATADIR%%/stencils/Cisco/multi-fabric_server_switch.png +%%DATADIR%%/stencils/Cisco/multilayer_remote_switch.desktop +%%DATADIR%%/stencils/Cisco/multilayer_remote_switch.odg +%%DATADIR%%/stencils/Cisco/multilayer_remote_switch.png +%%DATADIR%%/stencils/Cisco/multilayer_switch.desktop +%%DATADIR%%/stencils/Cisco/multilayer_switch.odg +%%DATADIR%%/stencils/Cisco/multilayer_switch.png +%%DATADIR%%/stencils/Cisco/multilayer_switch_with_silicon.desktop +%%DATADIR%%/stencils/Cisco/multilayer_switch_with_silicon.odg +%%DATADIR%%/stencils/Cisco/multilayer_switch_with_silicon.png +%%DATADIR%%/stencils/Cisco/multilayer_switch_with_silicon_subdued.desktop +%%DATADIR%%/stencils/Cisco/multilayer_switch_with_silicon_subdued.odg +%%DATADIR%%/stencils/Cisco/multilayer_switch_with_silicon_subdued.png +%%DATADIR%%/stencils/Cisco/multiswitch_device.desktop +%%DATADIR%%/stencils/Cisco/multiswitch_device.odg +%%DATADIR%%/stencils/Cisco/multiswitch_device.png +%%DATADIR%%/stencils/Cisco/mux.desktop +%%DATADIR%%/stencils/Cisco/mux.odg +%%DATADIR%%/stencils/Cisco/mux.png +%%DATADIR%%/stencils/Cisco/nat.desktop +%%DATADIR%%/stencils/Cisco/nat.odg +%%DATADIR%%/stencils/Cisco/nat.png +%%DATADIR%%/stencils/Cisco/netflow_router.desktop +%%DATADIR%%/stencils/Cisco/netflow_router.odg +%%DATADIR%%/stencils/Cisco/netflow_router.png +%%DATADIR%%/stencils/Cisco/netranger.desktop +%%DATADIR%%/stencils/Cisco/netranger.odg +%%DATADIR%%/stencils/Cisco/netranger.png +%%DATADIR%%/stencils/Cisco/netsonar.desktop +%%DATADIR%%/stencils/Cisco/netsonar.odg +%%DATADIR%%/stencils/Cisco/netsonar.png +%%DATADIR%%/stencils/Cisco/network_management.desktop +%%DATADIR%%/stencils/Cisco/network_management.odg +%%DATADIR%%/stencils/Cisco/network_management.png +%%DATADIR%%/stencils/Cisco/newton.desktop +%%DATADIR%%/stencils/Cisco/newton.odg +%%DATADIR%%/stencils/Cisco/newton.png +%%DATADIR%%/stencils/Cisco/octel.desktop +%%DATADIR%%/stencils/Cisco/octel.odg +%%DATADIR%%/stencils/Cisco/octel.png +%%DATADIR%%/stencils/Cisco/ons15104.desktop +%%DATADIR%%/stencils/Cisco/ons15104.odg +%%DATADIR%%/stencils/Cisco/ons15104.png +%%DATADIR%%/stencils/Cisco/ons15540.desktop +%%DATADIR%%/stencils/Cisco/ons15540.odg +%%DATADIR%%/stencils/Cisco/ons15540.png +%%DATADIR%%/stencils/Cisco/optical_amplifier.desktop +%%DATADIR%%/stencils/Cisco/optical_amplifier.odg +%%DATADIR%%/stencils/Cisco/optical_amplifier.png +%%DATADIR%%/stencils/Cisco/optical_cross-connect.desktop +%%DATADIR%%/stencils/Cisco/optical_cross-connect.odg +%%DATADIR%%/stencils/Cisco/optical_cross-connect.png +%%DATADIR%%/stencils/Cisco/optical_fiber.desktop +%%DATADIR%%/stencils/Cisco/optical_fiber.odg +%%DATADIR%%/stencils/Cisco/optical_fiber.png +%%DATADIR%%/stencils/Cisco/optical_services_router.desktop +%%DATADIR%%/stencils/Cisco/optical_services_router.odg +%%DATADIR%%/stencils/Cisco/optical_services_router.png +%%DATADIR%%/stencils/Cisco/optical_transport.desktop +%%DATADIR%%/stencils/Cisco/optical_transport.odg +%%DATADIR%%/stencils/Cisco/optical_transport.png +%%DATADIR%%/stencils/Cisco/pad.desktop +%%DATADIR%%/stencils/Cisco/pad.odg +%%DATADIR%%/stencils/Cisco/pad.png +%%DATADIR%%/stencils/Cisco/pager.desktop +%%DATADIR%%/stencils/Cisco/pager.odg +%%DATADIR%%/stencils/Cisco/pager.png +%%DATADIR%%/stencils/Cisco/pbx.desktop +%%DATADIR%%/stencils/Cisco/pbx.odg +%%DATADIR%%/stencils/Cisco/pbx.png +%%DATADIR%%/stencils/Cisco/pbx_switch.desktop +%%DATADIR%%/stencils/Cisco/pbx_switch.odg +%%DATADIR%%/stencils/Cisco/pbx_switch.png +%%DATADIR%%/stencils/Cisco/pc.desktop +%%DATADIR%%/stencils/Cisco/pc.odg +%%DATADIR%%/stencils/Cisco/pc.png +%%DATADIR%%/stencils/Cisco/pc_adapter_card.desktop +%%DATADIR%%/stencils/Cisco/pc_adapter_card.odg +%%DATADIR%%/stencils/Cisco/pc_adapter_card.png +%%DATADIR%%/stencils/Cisco/pc_card.desktop +%%DATADIR%%/stencils/Cisco/pc_card.odg +%%DATADIR%%/stencils/Cisco/pc_card.png +%%DATADIR%%/stencils/Cisco/pc_man.desktop +%%DATADIR%%/stencils/Cisco/pc_man.odg +%%DATADIR%%/stencils/Cisco/pc_man.png +%%DATADIR%%/stencils/Cisco/pc_man_left.desktop +%%DATADIR%%/stencils/Cisco/pc_man_left.odg +%%DATADIR%%/stencils/Cisco/pc_man_left.png +%%DATADIR%%/stencils/Cisco/pc_router_card.desktop +%%DATADIR%%/stencils/Cisco/pc_router_card.odg +%%DATADIR%%/stencils/Cisco/pc_router_card.png +%%DATADIR%%/stencils/Cisco/pc_software.desktop +%%DATADIR%%/stencils/Cisco/pc_software.odg +%%DATADIR%%/stencils/Cisco/pc_software.png +%%DATADIR%%/stencils/Cisco/pc_video.desktop +%%DATADIR%%/stencils/Cisco/pc_video.odg +%%DATADIR%%/stencils/Cisco/pc_video.png +%%DATADIR%%/stencils/Cisco/pc_with_router-based_software.desktop +%%DATADIR%%/stencils/Cisco/pc_with_router-based_software.odg +%%DATADIR%%/stencils/Cisco/pc_with_router-based_software.png +%%DATADIR%%/stencils/Cisco/pda.desktop +%%DATADIR%%/stencils/Cisco/pda.odg +%%DATADIR%%/stencils/Cisco/pda.png +%%DATADIR%%/stencils/Cisco/phone.desktop +%%DATADIR%%/stencils/Cisco/phone.odg +%%DATADIR%%/stencils/Cisco/phone.png +%%DATADIR%%/stencils/Cisco/phone_2.desktop +%%DATADIR%%/stencils/Cisco/phone_2.odg +%%DATADIR%%/stencils/Cisco/phone_2.png +%%DATADIR%%/stencils/Cisco/phone_appliance.desktop +%%DATADIR%%/stencils/Cisco/phone_appliance.odg +%%DATADIR%%/stencils/Cisco/phone_appliance.png +%%DATADIR%%/stencils/Cisco/phone_ethernet.desktop +%%DATADIR%%/stencils/Cisco/phone_ethernet.odg +%%DATADIR%%/stencils/Cisco/phone_ethernet.png +%%DATADIR%%/stencils/Cisco/phone_fax.desktop +%%DATADIR%%/stencils/Cisco/phone_fax.odg +%%DATADIR%%/stencils/Cisco/phone_fax.png +%%DATADIR%%/stencils/Cisco/phone_feature.desktop +%%DATADIR%%/stencils/Cisco/phone_feature.odg +%%DATADIR%%/stencils/Cisco/phone_feature.png +%%DATADIR%%/stencils/Cisco/pix_firewall.desktop +%%DATADIR%%/stencils/Cisco/pix_firewall.odg +%%DATADIR%%/stencils/Cisco/pix_firewall.png +%%DATADIR%%/stencils/Cisco/pix_firewall_left.desktop +%%DATADIR%%/stencils/Cisco/pix_firewall_left.odg +%%DATADIR%%/stencils/Cisco/pix_firewall_left.png +%%DATADIR%%/stencils/Cisco/printer.desktop +%%DATADIR%%/stencils/Cisco/printer.odg +%%DATADIR%%/stencils/Cisco/printer.png +%%DATADIR%%/stencils/Cisco/programmable_switch.desktop +%%DATADIR%%/stencils/Cisco/programmable_switch.odg +%%DATADIR%%/stencils/Cisco/programmable_switch.png +%%DATADIR%%/stencils/Cisco/protocol_translator.desktop +%%DATADIR%%/stencils/Cisco/protocol_translator.odg +%%DATADIR%%/stencils/Cisco/protocol_translator.png +%%DATADIR%%/stencils/Cisco/pxf.desktop +%%DATADIR%%/stencils/Cisco/pxf.odg +%%DATADIR%%/stencils/Cisco/pxf.png +%%DATADIR%%/stencils/Cisco/radio_tower.desktop +%%DATADIR%%/stencils/Cisco/radio_tower.odg +%%DATADIR%%/stencils/Cisco/radio_tower.png +%%DATADIR%%/stencils/Cisco/ratemux.desktop +%%DATADIR%%/stencils/Cisco/ratemux.odg +%%DATADIR%%/stencils/Cisco/ratemux.png +%%DATADIR%%/stencils/Cisco/relational_database.desktop +%%DATADIR%%/stencils/Cisco/relational_database.odg +%%DATADIR%%/stencils/Cisco/relational_database.png +%%DATADIR%%/stencils/Cisco/repeater.desktop +%%DATADIR%%/stencils/Cisco/repeater.odg +%%DATADIR%%/stencils/Cisco/repeater.png +%%DATADIR%%/stencils/Cisco/route_switch_processor.desktop +%%DATADIR%%/stencils/Cisco/route_switch_processor.odg +%%DATADIR%%/stencils/Cisco/route_switch_processor.png +%%DATADIR%%/stencils/Cisco/route_switch_processor_with_si.desktop +%%DATADIR%%/stencils/Cisco/route_switch_processor_with_si.odg +%%DATADIR%%/stencils/Cisco/route_switch_processor_with_si.png +%%DATADIR%%/stencils/Cisco/router.desktop +%%DATADIR%%/stencils/Cisco/router.odg +%%DATADIR%%/stencils/Cisco/router.png +%%DATADIR%%/stencils/Cisco/router_in_building.desktop +%%DATADIR%%/stencils/Cisco/router_in_building.odg +%%DATADIR%%/stencils/Cisco/router_in_building.png +%%DATADIR%%/stencils/Cisco/router_subdued.desktop +%%DATADIR%%/stencils/Cisco/router_subdued.odg +%%DATADIR%%/stencils/Cisco/router_subdued.png +%%DATADIR%%/stencils/Cisco/router_with_firewall.desktop +%%DATADIR%%/stencils/Cisco/router_with_firewall.odg +%%DATADIR%%/stencils/Cisco/router_with_firewall.png +%%DATADIR%%/stencils/Cisco/router_with_silicon_switch.desktop +%%DATADIR%%/stencils/Cisco/router_with_silicon_switch.odg +%%DATADIR%%/stencils/Cisco/router_with_silicon_switch.png +%%DATADIR%%/stencils/Cisco/rps.desktop +%%DATADIR%%/stencils/Cisco/rps.odg +%%DATADIR%%/stencils/Cisco/rps.png +%%DATADIR%%/stencils/Cisco/running_man.desktop +%%DATADIR%%/stencils/Cisco/running_man.odg +%%DATADIR%%/stencils/Cisco/running_man.png +%%DATADIR%%/stencils/Cisco/running_man_subdued.desktop +%%DATADIR%%/stencils/Cisco/running_man_subdued.odg +%%DATADIR%%/stencils/Cisco/running_man_subdued.png +%%DATADIR%%/stencils/Cisco/running_woman.desktop +%%DATADIR%%/stencils/Cisco/running_woman.odg +%%DATADIR%%/stencils/Cisco/running_woman.png +%%DATADIR%%/stencils/Cisco/satellite.desktop +%%DATADIR%%/stencils/Cisco/satellite.odg +%%DATADIR%%/stencils/Cisco/satellite.png +%%DATADIR%%/stencils/Cisco/satellite_dish.desktop +%%DATADIR%%/stencils/Cisco/satellite_dish.odg +%%DATADIR%%/stencils/Cisco/satellite_dish.png +%%DATADIR%%/stencils/Cisco/sc2200.desktop +%%DATADIR%%/stencils/Cisco/sc2200.odg +%%DATADIR%%/stencils/Cisco/sc2200.png +%%DATADIR%%/stencils/Cisco/sc2200_vsc3000_host.desktop +%%DATADIR%%/stencils/Cisco/sc2200_vsc3000_host.odg +%%DATADIR%%/stencils/Cisco/sc2200_vsc3000_host.png +%%DATADIR%%/stencils/Cisco/scanner.desktop +%%DATADIR%%/stencils/Cisco/scanner.odg +%%DATADIR%%/stencils/Cisco/scanner.png +%%DATADIR%%/stencils/Cisco/security_appliance.desktop +%%DATADIR%%/stencils/Cisco/security_appliance.odg +%%DATADIR%%/stencils/Cisco/security_appliance.png +%%DATADIR%%/stencils/Cisco/server_switch.desktop +%%DATADIR%%/stencils/Cisco/server_switch.odg +%%DATADIR%%/stencils/Cisco/server_switch.png +%%DATADIR%%/stencils/Cisco/server_with_pc_router.desktop +%%DATADIR%%/stencils/Cisco/server_with_pc_router.odg +%%DATADIR%%/stencils/Cisco/server_with_pc_router.png +%%DATADIR%%/stencils/Cisco/service_control.desktop +%%DATADIR%%/stencils/Cisco/service_control.odg +%%DATADIR%%/stencils/Cisco/service_control.png +%%DATADIR%%/stencils/Cisco/sip_proxy_server.desktop +%%DATADIR%%/stencils/Cisco/sip_proxy_server.odg +%%DATADIR%%/stencils/Cisco/sip_proxy_server.png +%%DATADIR%%/stencils/Cisco/sitting_woman.desktop +%%DATADIR%%/stencils/Cisco/sitting_woman.odg +%%DATADIR%%/stencils/Cisco/sitting_woman.png +%%DATADIR%%/stencils/Cisco/small_business.desktop +%%DATADIR%%/stencils/Cisco/small_business.odg +%%DATADIR%%/stencils/Cisco/small_business.png +%%DATADIR%%/stencils/Cisco/small_hub.desktop +%%DATADIR%%/stencils/Cisco/small_hub.odg +%%DATADIR%%/stencils/Cisco/small_hub.png +%%DATADIR%%/stencils/Cisco/softphone.desktop +%%DATADIR%%/stencils/Cisco/softphone.odg +%%DATADIR%%/stencils/Cisco/softphone.png +%%DATADIR%%/stencils/Cisco/software-based_router_on_file_server.desktop +%%DATADIR%%/stencils/Cisco/software-based_router_on_file_server.odg +%%DATADIR%%/stencils/Cisco/software-based_router_on_file_server.png +%%DATADIR%%/stencils/Cisco/sonet_mux.desktop +%%DATADIR%%/stencils/Cisco/sonet_mux.odg +%%DATADIR%%/stencils/Cisco/sonet_mux.png +%%DATADIR%%/stencils/Cisco/speaker.desktop +%%DATADIR%%/stencils/Cisco/speaker.odg +%%DATADIR%%/stencils/Cisco/speaker.png +%%DATADIR%%/stencils/Cisco/ssl_terminator.desktop +%%DATADIR%%/stencils/Cisco/ssl_terminator.odg +%%DATADIR%%/stencils/Cisco/ssl_terminator.png +%%DATADIR%%/stencils/Cisco/standing_man.desktop +%%DATADIR%%/stencils/Cisco/standing_man.odg +%%DATADIR%%/stencils/Cisco/standing_man.png +%%DATADIR%%/stencils/Cisco/stb.desktop +%%DATADIR%%/stencils/Cisco/stb.odg +%%DATADIR%%/stencils/Cisco/stb.png +%%DATADIR%%/stencils/Cisco/storage_array.desktop +%%DATADIR%%/stencils/Cisco/storage_array.odg +%%DATADIR%%/stencils/Cisco/storage_array.png +%%DATADIR%%/stencils/Cisco/storage_router.desktop +%%DATADIR%%/stencils/Cisco/storage_router.odg +%%DATADIR%%/stencils/Cisco/storage_router.png +%%DATADIR%%/stencils/Cisco/storage_solution_engine.desktop +%%DATADIR%%/stencils/Cisco/storage_solution_engine.odg +%%DATADIR%%/stencils/Cisco/storage_solution_engine.png +%%DATADIR%%/stencils/Cisco/stp.desktop +%%DATADIR%%/stencils/Cisco/stp.odg +%%DATADIR%%/stencils/Cisco/stp.png +%%DATADIR%%/stencils/Cisco/sun_workstation.desktop +%%DATADIR%%/stencils/Cisco/sun_workstation.odg +%%DATADIR%%/stencils/Cisco/sun_workstation.png +%%DATADIR%%/stencils/Cisco/supercomputer.desktop +%%DATADIR%%/stencils/Cisco/supercomputer.odg +%%DATADIR%%/stencils/Cisco/supercomputer.png +%%DATADIR%%/stencils/Cisco/svx.desktop +%%DATADIR%%/stencils/Cisco/svx.odg +%%DATADIR%%/stencils/Cisco/svx.png +%%DATADIR%%/stencils/Cisco/switch_processor.desktop +%%DATADIR%%/stencils/Cisco/switch_processor.odg +%%DATADIR%%/stencils/Cisco/switch_processor.png +%%DATADIR%%/stencils/Cisco/system_controller.desktop +%%DATADIR%%/stencils/Cisco/system_controller.odg +%%DATADIR%%/stencils/Cisco/system_controller.png +%%DATADIR%%/stencils/Cisco/tablet.desktop +%%DATADIR%%/stencils/Cisco/tablet.odg +%%DATADIR%%/stencils/Cisco/tablet.png +%%DATADIR%%/stencils/Cisco/tape_array.desktop +%%DATADIR%%/stencils/Cisco/tape_array.odg +%%DATADIR%%/stencils/Cisco/tape_array.png +%%DATADIR%%/stencils/Cisco/tdm_router.desktop +%%DATADIR%%/stencils/Cisco/tdm_router.odg +%%DATADIR%%/stencils/Cisco/tdm_router.png +%%DATADIR%%/stencils/Cisco/telecommuter.desktop +%%DATADIR%%/stencils/Cisco/telecommuter.odg +%%DATADIR%%/stencils/Cisco/telecommuter.png +%%DATADIR%%/stencils/Cisco/telecommuter_house.desktop +%%DATADIR%%/stencils/Cisco/telecommuter_house.odg +%%DATADIR%%/stencils/Cisco/telecommuter_house.png +%%DATADIR%%/stencils/Cisco/telecommuter_house_router.desktop +%%DATADIR%%/stencils/Cisco/telecommuter_house_router.odg +%%DATADIR%%/stencils/Cisco/telecommuter_house_router.png +%%DATADIR%%/stencils/Cisco/telecommuter_house_subdued.desktop +%%DATADIR%%/stencils/Cisco/telecommuter_house_subdued.odg +%%DATADIR%%/stencils/Cisco/telecommuter_house_subdued.png +%%DATADIR%%/stencils/Cisco/terminal.desktop +%%DATADIR%%/stencils/Cisco/terminal.odg +%%DATADIR%%/stencils/Cisco/terminal.png +%%DATADIR%%/stencils/Cisco/terminal_server.desktop +%%DATADIR%%/stencils/Cisco/terminal_server.odg +%%DATADIR%%/stencils/Cisco/terminal_server.png +%%DATADIR%%/stencils/Cisco/tokenring.desktop +%%DATADIR%%/stencils/Cisco/tokenring.odg +%%DATADIR%%/stencils/Cisco/tokenring.png +%%DATADIR%%/stencils/Cisco/transpath.desktop +%%DATADIR%%/stencils/Cisco/transpath.odg +%%DATADIR%%/stencils/Cisco/transpath.png +%%DATADIR%%/stencils/Cisco/truck.desktop +%%DATADIR%%/stencils/Cisco/truck.odg +%%DATADIR%%/stencils/Cisco/truck.png +%%DATADIR%%/stencils/Cisco/turret.desktop +%%DATADIR%%/stencils/Cisco/turret.odg +%%DATADIR%%/stencils/Cisco/turret.png +%%DATADIR%%/stencils/Cisco/tv.desktop +%%DATADIR%%/stencils/Cisco/tv.odg +%%DATADIR%%/stencils/Cisco/tv.png +%%DATADIR%%/stencils/Cisco/ubr910_cable_dsu.desktop +%%DATADIR%%/stencils/Cisco/ubr910_cable_dsu.odg +%%DATADIR%%/stencils/Cisco/ubr910_cable_dsu.png +%%DATADIR%%/stencils/Cisco/umg_series.desktop +%%DATADIR%%/stencils/Cisco/umg_series.odg +%%DATADIR%%/stencils/Cisco/umg_series.png +%%DATADIR%%/stencils/Cisco/unity_express.desktop +%%DATADIR%%/stencils/Cisco/unity_express.odg +%%DATADIR%%/stencils/Cisco/unity_express.png +%%DATADIR%%/stencils/Cisco/unity_server.desktop +%%DATADIR%%/stencils/Cisco/unity_server.odg +%%DATADIR%%/stencils/Cisco/unity_server.png +%%DATADIR%%/stencils/Cisco/universal_gateway.desktop +%%DATADIR%%/stencils/Cisco/universal_gateway.odg +%%DATADIR%%/stencils/Cisco/universal_gateway.png +%%DATADIR%%/stencils/Cisco/university.desktop +%%DATADIR%%/stencils/Cisco/university.odg +%%DATADIR%%/stencils/Cisco/university.png +%%DATADIR%%/stencils/Cisco/ups.desktop +%%DATADIR%%/stencils/Cisco/ups.odg +%%DATADIR%%/stencils/Cisco/ups.png +%%DATADIR%%/stencils/Cisco/video_camera.desktop +%%DATADIR%%/stencils/Cisco/video_camera.odg +%%DATADIR%%/stencils/Cisco/video_camera.png +%%DATADIR%%/stencils/Cisco/video_camera_right.desktop +%%DATADIR%%/stencils/Cisco/video_camera_right.odg +%%DATADIR%%/stencils/Cisco/video_camera_right.png +%%DATADIR%%/stencils/Cisco/vip.desktop +%%DATADIR%%/stencils/Cisco/vip.odg +%%DATADIR%%/stencils/Cisco/vip.png +%%DATADIR%%/stencils/Cisco/virtual_layer_switch.desktop +%%DATADIR%%/stencils/Cisco/virtual_layer_switch.odg +%%DATADIR%%/stencils/Cisco/virtual_layer_switch.png +%%DATADIR%%/stencils/Cisco/vn2900.desktop +%%DATADIR%%/stencils/Cisco/vn2900.odg +%%DATADIR%%/stencils/Cisco/vn2900.png +%%DATADIR%%/stencils/Cisco/vn5900.desktop +%%DATADIR%%/stencils/Cisco/vn5900.odg +%%DATADIR%%/stencils/Cisco/vn5900.png +%%DATADIR%%/stencils/Cisco/vn5902.desktop +%%DATADIR%%/stencils/Cisco/vn5902.odg +%%DATADIR%%/stencils/Cisco/vn5902.png +%%DATADIR%%/stencils/Cisco/voice-enabled_access_server.desktop +%%DATADIR%%/stencils/Cisco/voice-enabled_access_server.odg +%%DATADIR%%/stencils/Cisco/voice-enabled_access_server.png +%%DATADIR%%/stencils/Cisco/voice-enabled_atm_switch.desktop +%%DATADIR%%/stencils/Cisco/voice-enabled_atm_switch.odg +%%DATADIR%%/stencils/Cisco/voice-enabled_atm_switch.png +%%DATADIR%%/stencils/Cisco/voice-enabled_router.desktop +%%DATADIR%%/stencils/Cisco/voice-enabled_router.odg +%%DATADIR%%/stencils/Cisco/voice-enabled_router.png +%%DATADIR%%/stencils/Cisco/voice_switch2.desktop +%%DATADIR%%/stencils/Cisco/voice_switch2.odg +%%DATADIR%%/stencils/Cisco/voice_switch2.png +%%DATADIR%%/stencils/Cisco/vpn_concentrator.desktop +%%DATADIR%%/stencils/Cisco/vpn_concentrator.odg +%%DATADIR%%/stencils/Cisco/vpn_concentrator.png +%%DATADIR%%/stencils/Cisco/vpn_gateway.desktop +%%DATADIR%%/stencils/Cisco/vpn_gateway.odg +%%DATADIR%%/stencils/Cisco/vpn_gateway.png +%%DATADIR%%/stencils/Cisco/vsc3000.desktop +%%DATADIR%%/stencils/Cisco/vsc3000.odg +%%DATADIR%%/stencils/Cisco/vsc3000.png +%%DATADIR%%/stencils/Cisco/wan.desktop +%%DATADIR%%/stencils/Cisco/wan.odg +%%DATADIR%%/stencils/Cisco/wan.png +%%DATADIR%%/stencils/Cisco/wavelength_router.desktop +%%DATADIR%%/stencils/Cisco/wavelength_router.odg +%%DATADIR%%/stencils/Cisco/wavelength_router.png +%%DATADIR%%/stencils/Cisco/wdm.desktop +%%DATADIR%%/stencils/Cisco/wdm.odg +%%DATADIR%%/stencils/Cisco/wdm.png +%%DATADIR%%/stencils/Cisco/web_browser.desktop +%%DATADIR%%/stencils/Cisco/web_browser.odg +%%DATADIR%%/stencils/Cisco/web_browser.png +%%DATADIR%%/stencils/Cisco/web_cluster.desktop +%%DATADIR%%/stencils/Cisco/web_cluster.odg +%%DATADIR%%/stencils/Cisco/web_cluster.png +%%DATADIR%%/stencils/Cisco/wi-fi_tag.desktop +%%DATADIR%%/stencils/Cisco/wi-fi_tag.odg +%%DATADIR%%/stencils/Cisco/wi-fi_tag.png +%%DATADIR%%/stencils/Cisco/wireless.desktop +%%DATADIR%%/stencils/Cisco/wireless.odg +%%DATADIR%%/stencils/Cisco/wireless.png +%%DATADIR%%/stencils/Cisco/wireless_bridge.desktop +%%DATADIR%%/stencils/Cisco/wireless_bridge.odg +%%DATADIR%%/stencils/Cisco/wireless_bridge.png +%%DATADIR%%/stencils/Cisco/wireless_connectivity.desktop +%%DATADIR%%/stencils/Cisco/wireless_connectivity.odg +%%DATADIR%%/stencils/Cisco/wireless_connectivity.png +%%DATADIR%%/stencils/Cisco/wireless_location_appliance.desktop +%%DATADIR%%/stencils/Cisco/wireless_location_appliance.odg +%%DATADIR%%/stencils/Cisco/wireless_location_appliance.png +%%DATADIR%%/stencils/Cisco/wireless_router.desktop +%%DATADIR%%/stencils/Cisco/wireless_router.odg +%%DATADIR%%/stencils/Cisco/wireless_router.png +%%DATADIR%%/stencils/Cisco/wireless_transport.desktop +%%DATADIR%%/stencils/Cisco/wireless_transport.odg +%%DATADIR%%/stencils/Cisco/wireless_transport.png +%%DATADIR%%/stencils/Cisco/wlan_controller.desktop +%%DATADIR%%/stencils/Cisco/wlan_controller.odg +%%DATADIR%%/stencils/Cisco/wlan_controller.png +%%DATADIR%%/stencils/Cisco/woman.desktop +%%DATADIR%%/stencils/Cisco/woman.odg +%%DATADIR%%/stencils/Cisco/woman.png +%%DATADIR%%/stencils/Cisco/woman_blue.desktop +%%DATADIR%%/stencils/Cisco/woman_blue.odg +%%DATADIR%%/stencils/Cisco/woman_blue.png +%%DATADIR%%/stencils/Cisco/woman_gold.desktop +%%DATADIR%%/stencils/Cisco/woman_gold.odg +%%DATADIR%%/stencils/Cisco/woman_gold.png +%%DATADIR%%/stencils/Cisco/woman_red.desktop +%%DATADIR%%/stencils/Cisco/woman_red.odg +%%DATADIR%%/stencils/Cisco/woman_red.png +%%DATADIR%%/stencils/Cisco/workgroup_director.desktop +%%DATADIR%%/stencils/Cisco/workgroup_director.odg +%%DATADIR%%/stencils/Cisco/workgroup_director.png +%%DATADIR%%/stencils/Cisco/workgroup_fcis.desktop +%%DATADIR%%/stencils/Cisco/workgroup_fcis.odg +%%DATADIR%%/stencils/Cisco/workgroup_fcis.png +%%DATADIR%%/stencils/Cisco/workgroup_switch.desktop +%%DATADIR%%/stencils/Cisco/workgroup_switch.odg +%%DATADIR%%/stencils/Cisco/workgroup_switch.png +%%DATADIR%%/stencils/Cisco/workgroup_switch_subdued.desktop +%%DATADIR%%/stencils/Cisco/workgroup_switch_subdued.odg +%%DATADIR%%/stencils/Cisco/workgroup_switch_subdued.png +%%DATADIR%%/stencils/Cisco/workgroup_switch_voice-enabled.desktop +%%DATADIR%%/stencils/Cisco/workgroup_switch_voice-enabled.odg +%%DATADIR%%/stencils/Cisco/workgroup_switch_voice-enabled.png +%%DATADIR%%/stencils/Cisco/workstation.desktop +%%DATADIR%%/stencils/Cisco/workstation.odg +%%DATADIR%%/stencils/Cisco/workstation.png +%%DATADIR%%/stencils/Cisco/www_server.desktop +%%DATADIR%%/stencils/Cisco/www_server.odg +%%DATADIR%%/stencils/Cisco/www_server.png +%%DATADIR%%/stencils/Civil/bvrest.desktop +%%DATADIR%%/stencils/Civil/bvrest.odg +%%DATADIR%%/stencils/Civil/bvrest.png +%%DATADIR%%/stencils/Civil/civil_aerator.desktop +%%DATADIR%%/stencils/Civil/civil_aerator.odg +%%DATADIR%%/stencils/Civil/civil_aerator.png +%%DATADIR%%/stencils/Civil/civil_arrow_right.desktop +%%DATADIR%%/stencils/Civil/civil_arrow_right.odg +%%DATADIR%%/stencils/Civil/civil_arrow_right.png +%%DATADIR%%/stencils/Civil/civil_arrow_up.desktop +%%DATADIR%%/stencils/Civil/civil_arrow_up.odg +%%DATADIR%%/stencils/Civil/civil_arrow_up.png +%%DATADIR%%/stencils/Civil/civil_backflow_preventer.desktop +%%DATADIR%%/stencils/Civil/civil_backflow_preventer.odg +%%DATADIR%%/stencils/Civil/civil_backflow_preventer.png +%%DATADIR%%/stencils/Civil/civil_basin.desktop +%%DATADIR%%/stencils/Civil/civil_basin.odg +%%DATADIR%%/stencils/Civil/civil_basin.png +%%DATADIR%%/stencils/Civil/civil_container.desktop +%%DATADIR%%/stencils/Civil/civil_container.odg +%%DATADIR%%/stencils/Civil/civil_container.png +%%DATADIR%%/stencils/Civil/civil_final-settling_basin.desktop +%%DATADIR%%/stencils/Civil/civil_final-settling_basin.odg +%%DATADIR%%/stencils/Civil/civil_final-settling_basin.png +%%DATADIR%%/stencils/Civil/civil_frequency_converter.desktop +%%DATADIR%%/stencils/Civil/civil_frequency_converter.odg +%%DATADIR%%/stencils/Civil/civil_frequency_converter.png +%%DATADIR%%/stencils/Civil/civil_gas_bottle.desktop +%%DATADIR%%/stencils/Civil/civil_gas_bottle.odg +%%DATADIR%%/stencils/Civil/civil_gas_bottle.png +%%DATADIR%%/stencils/Civil/civil_horizontal_limiting_line.desktop +%%DATADIR%%/stencils/Civil/civil_horizontal_limiting_line.odg +%%DATADIR%%/stencils/Civil/civil_horizontal_limiting_line.png +%%DATADIR%%/stencils/Civil/civil_horizontal_valve.desktop +%%DATADIR%%/stencils/Civil/civil_horizontal_valve.odg +%%DATADIR%%/stencils/Civil/civil_horizontal_valve.png +%%DATADIR%%/stencils/Civil/civil_motor.desktop +%%DATADIR%%/stencils/Civil/civil_motor.odg +%%DATADIR%%/stencils/Civil/civil_motor.png +%%DATADIR%%/stencils/Civil/civil_preliminary_clarification_tank.desktop +%%DATADIR%%/stencils/Civil/civil_preliminary_clarification_tank.odg +%%DATADIR%%/stencils/Civil/civil_preliminary_clarification_tank.png +%%DATADIR%%/stencils/Civil/civil_rotor.desktop +%%DATADIR%%/stencils/Civil/civil_rotor.odg +%%DATADIR%%/stencils/Civil/civil_rotor.png +%%DATADIR%%/stencils/Civil/civil_soil.desktop +%%DATADIR%%/stencils/Civil/civil_soil.odg +%%DATADIR%%/stencils/Civil/civil_soil.png +%%DATADIR%%/stencils/Civil/civil_vertical_limiting_line.desktop +%%DATADIR%%/stencils/Civil/civil_vertical_limiting_line.odg +%%DATADIR%%/stencils/Civil/civil_vertical_limiting_line.png +%%DATADIR%%/stencils/Civil/civil_vertical_propeller.desktop +%%DATADIR%%/stencils/Civil/civil_vertical_propeller.odg +%%DATADIR%%/stencils/Civil/civil_vertical_propeller.png +%%DATADIR%%/stencils/Civil/collection.desktop +%%DATADIR%%/stencils/Civil/hcompressor.desktop +%%DATADIR%%/stencils/Civil/hcompressor.odg +%%DATADIR%%/stencils/Civil/hcompressor.png +%%DATADIR%%/stencils/Civil/hpump.desktop +%%DATADIR%%/stencils/Civil/hpump.odg +%%DATADIR%%/stencils/Civil/hpump.png +%%DATADIR%%/stencils/Civil/hrest.desktop +%%DATADIR%%/stencils/Civil/hrest.odg +%%DATADIR%%/stencils/Civil/hrest.png +%%DATADIR%%/stencils/Civil/line.desktop +%%DATADIR%%/stencils/Civil/line.odg +%%DATADIR%%/stencils/Civil/line.png +%%DATADIR%%/stencils/Civil/vcompressor.desktop +%%DATADIR%%/stencils/Civil/vcompressor.odg +%%DATADIR%%/stencils/Civil/vcompressor.png +%%DATADIR%%/stencils/Civil/vpump.desktop +%%DATADIR%%/stencils/Civil/vpump.odg +%%DATADIR%%/stencils/Civil/vpump.png +%%DATADIR%%/stencils/Civil/vrest.desktop +%%DATADIR%%/stencils/Civil/vrest.odg +%%DATADIR%%/stencils/Civil/vrest.png +%%DATADIR%%/stencils/Civil/water_level.desktop +%%DATADIR%%/stencils/Civil/water_level.odg +%%DATADIR%%/stencils/Civil/water_level.png +%%DATADIR%%/stencils/Contact/c_if.desktop +%%DATADIR%%/stencils/Contact/c_if.odg +%%DATADIR%%/stencils/Contact/c_if.png +%%DATADIR%%/stencils/Contact/c_ifnot.desktop +%%DATADIR%%/stencils/Contact/c_ifnot.odg +%%DATADIR%%/stencils/Contact/c_ifnot.png +%%DATADIR%%/stencils/Contact/c_lamp.desktop +%%DATADIR%%/stencils/Contact/c_lamp.odg +%%DATADIR%%/stencils/Contact/c_lamp.png +%%DATADIR%%/stencils/Contact/c_relay.desktop +%%DATADIR%%/stencils/Contact/c_relay.odg +%%DATADIR%%/stencils/Contact/c_relay.png +%%DATADIR%%/stencils/Contact/collection.desktop +%%DATADIR%%/stencils/Contact/l_if.desktop +%%DATADIR%%/stencils/Contact/l_if.odg +%%DATADIR%%/stencils/Contact/l_if.png +%%DATADIR%%/stencils/Contact/l_ifnot.desktop +%%DATADIR%%/stencils/Contact/l_ifnot.odg +%%DATADIR%%/stencils/Contact/l_ifnot.png +%%DATADIR%%/stencils/Contact/l_out.desktop +%%DATADIR%%/stencils/Contact/l_out.odg +%%DATADIR%%/stencils/Contact/l_out.png +%%DATADIR%%/stencils/Contact/l_outj.desktop +%%DATADIR%%/stencils/Contact/l_outj.odg +%%DATADIR%%/stencils/Contact/l_outj.png +%%DATADIR%%/stencils/Contact/l_outnot.desktop +%%DATADIR%%/stencils/Contact/l_outnot.odg +%%DATADIR%%/stencils/Contact/l_outnot.png +%%DATADIR%%/stencils/Contact/l_outr.desktop +%%DATADIR%%/stencils/Contact/l_outr.odg +%%DATADIR%%/stencils/Contact/l_outr.png +%%DATADIR%%/stencils/Contact/l_outrcep.desktop +%%DATADIR%%/stencils/Contact/l_outrcep.odg +%%DATADIR%%/stencils/Contact/l_outrcep.png +%%DATADIR%%/stencils/Contact/l_outs.desktop +%%DATADIR%%/stencils/Contact/l_outs.odg +%%DATADIR%%/stencils/Contact/l_outs.png +%%DATADIR%%/stencils/Contact/l_sout.desktop +%%DATADIR%%/stencils/Contact/l_sout.odg +%%DATADIR%%/stencils/Contact/l_sout.png +%%DATADIR%%/stencils/Contact/l_soutnot.desktop +%%DATADIR%%/stencils/Contact/l_soutnot.odg +%%DATADIR%%/stencils/Contact/l_soutnot.png +%%DATADIR%%/stencils/Contact/l_soutr.desktop +%%DATADIR%%/stencils/Contact/l_soutr.odg +%%DATADIR%%/stencils/Contact/l_soutr.png +%%DATADIR%%/stencils/Contact/l_souts.desktop +%%DATADIR%%/stencils/Contact/l_souts.odg +%%DATADIR%%/stencils/Contact/l_souts.png +%%DATADIR%%/stencils/Cybernetics/b-integrator.desktop +%%DATADIR%%/stencils/Cybernetics/b-integrator.odg +%%DATADIR%%/stencils/Cybernetics/b-integrator.png +%%DATADIR%%/stencils/Cybernetics/b-minus.desktop +%%DATADIR%%/stencils/Cybernetics/b-minus.odg +%%DATADIR%%/stencils/Cybernetics/b-minus.png +%%DATADIR%%/stencils/Cybernetics/b-sens.desktop +%%DATADIR%%/stencils/Cybernetics/b-sens.odg +%%DATADIR%%/stencils/Cybernetics/b-sens.png +%%DATADIR%%/stencils/Cybernetics/collection.desktop +%%DATADIR%%/stencils/Cybernetics/delta-t.desktop +%%DATADIR%%/stencils/Cybernetics/delta-t.odg +%%DATADIR%%/stencils/Cybernetics/delta-t.png +%%DATADIR%%/stencils/Cybernetics/empty-func.desktop +%%DATADIR%%/stencils/Cybernetics/empty-func.odg +%%DATADIR%%/stencils/Cybernetics/empty-func.png +%%DATADIR%%/stencils/Cybernetics/factor-0to-1.desktop +%%DATADIR%%/stencils/Cybernetics/factor-0to-1.odg +%%DATADIR%%/stencils/Cybernetics/factor-0to-1.png +%%DATADIR%%/stencils/Cybernetics/factor-0to1.desktop +%%DATADIR%%/stencils/Cybernetics/factor-0to1.odg +%%DATADIR%%/stencils/Cybernetics/factor-0to1.png +%%DATADIR%%/stencils/Cybernetics/factor-greater1.desktop +%%DATADIR%%/stencils/Cybernetics/factor-greater1.odg +%%DATADIR%%/stencils/Cybernetics/factor-greater1.png +%%DATADIR%%/stencils/Cybernetics/factor-smaller-1.desktop +%%DATADIR%%/stencils/Cybernetics/factor-smaller-1.odg +%%DATADIR%%/stencils/Cybernetics/factor-smaller-1.png +%%DATADIR%%/stencils/Cybernetics/full-wave-rectifier.desktop +%%DATADIR%%/stencils/Cybernetics/full-wave-rectifier.odg +%%DATADIR%%/stencils/Cybernetics/full-wave-rectifier.png +%%DATADIR%%/stencils/Cybernetics/half-wave-rectifier.desktop +%%DATADIR%%/stencils/Cybernetics/half-wave-rectifier.odg +%%DATADIR%%/stencils/Cybernetics/half-wave-rectifier.png +%%DATADIR%%/stencils/Cybernetics/hpf.desktop +%%DATADIR%%/stencils/Cybernetics/hpf.odg +%%DATADIR%%/stencils/Cybernetics/hpf.png +%%DATADIR%%/stencils/Cybernetics/l-integrator.desktop +%%DATADIR%%/stencils/Cybernetics/l-integrator.odg +%%DATADIR%%/stencils/Cybernetics/l-integrator.png +%%DATADIR%%/stencils/Cybernetics/l-minus.desktop +%%DATADIR%%/stencils/Cybernetics/l-minus.odg +%%DATADIR%%/stencils/Cybernetics/l-minus.png +%%DATADIR%%/stencils/Cybernetics/l-sens.desktop +%%DATADIR%%/stencils/Cybernetics/l-sens.odg +%%DATADIR%%/stencils/Cybernetics/l-sens.png +%%DATADIR%%/stencils/Cybernetics/lpf.desktop +%%DATADIR%%/stencils/Cybernetics/lpf.odg +%%DATADIR%%/stencils/Cybernetics/lpf.png +%%DATADIR%%/stencils/Cybernetics/negative-shift.desktop +%%DATADIR%%/stencils/Cybernetics/negative-shift.odg +%%DATADIR%%/stencils/Cybernetics/negative-shift.png +%%DATADIR%%/stencils/Cybernetics/positive-shift.desktop +%%DATADIR%%/stencils/Cybernetics/positive-shift.odg +%%DATADIR%%/stencils/Cybernetics/positive-shift.png +%%DATADIR%%/stencils/Cybernetics/product.desktop +%%DATADIR%%/stencils/Cybernetics/product.odg +%%DATADIR%%/stencils/Cybernetics/product.png +%%DATADIR%%/stencils/Cybernetics/r-integrator.desktop +%%DATADIR%%/stencils/Cybernetics/r-integrator.odg +%%DATADIR%%/stencils/Cybernetics/r-integrator.png +%%DATADIR%%/stencils/Cybernetics/r-minus.desktop +%%DATADIR%%/stencils/Cybernetics/r-minus.odg +%%DATADIR%%/stencils/Cybernetics/r-minus.png +%%DATADIR%%/stencils/Cybernetics/r-sens.desktop +%%DATADIR%%/stencils/Cybernetics/r-sens.odg +%%DATADIR%%/stencils/Cybernetics/r-sens.png +%%DATADIR%%/stencils/Cybernetics/relay.desktop +%%DATADIR%%/stencils/Cybernetics/relay.odg +%%DATADIR%%/stencils/Cybernetics/relay.png +%%DATADIR%%/stencils/Cybernetics/saturation.desktop +%%DATADIR%%/stencils/Cybernetics/saturation.odg +%%DATADIR%%/stencils/Cybernetics/saturation.png +%%DATADIR%%/stencils/Cybernetics/sigmoid.desktop +%%DATADIR%%/stencils/Cybernetics/sigmoid.odg +%%DATADIR%%/stencils/Cybernetics/sigmoid.png +%%DATADIR%%/stencils/Cybernetics/sine.desktop +%%DATADIR%%/stencils/Cybernetics/sine.odg +%%DATADIR%%/stencils/Cybernetics/sine.png +%%DATADIR%%/stencils/Cybernetics/sum.desktop +%%DATADIR%%/stencils/Cybernetics/sum.odg +%%DATADIR%%/stencils/Cybernetics/sum.png +%%DATADIR%%/stencils/Cybernetics/t-integrator.desktop +%%DATADIR%%/stencils/Cybernetics/t-integrator.odg +%%DATADIR%%/stencils/Cybernetics/t-integrator.png +%%DATADIR%%/stencils/Cybernetics/t-minus.desktop +%%DATADIR%%/stencils/Cybernetics/t-minus.odg +%%DATADIR%%/stencils/Cybernetics/t-minus.png +%%DATADIR%%/stencils/Cybernetics/t-sens.desktop +%%DATADIR%%/stencils/Cybernetics/t-sens.odg +%%DATADIR%%/stencils/Cybernetics/t-sens.png +%%DATADIR%%/stencils/Digital/add_h.desktop +%%DATADIR%%/stencils/Digital/add_h.odg +%%DATADIR%%/stencils/Digital/add_h.png +%%DATADIR%%/stencils/Digital/add_v.desktop +%%DATADIR%%/stencils/Digital/add_v.odg +%%DATADIR%%/stencils/Digital/add_v.png +%%DATADIR%%/stencils/Digital/and_h.desktop +%%DATADIR%%/stencils/Digital/and_h.odg +%%DATADIR%%/stencils/Digital/and_h.png +%%DATADIR%%/stencils/Digital/and_v.desktop +%%DATADIR%%/stencils/Digital/and_v.odg +%%DATADIR%%/stencils/Digital/and_v.png +%%DATADIR%%/stencils/Digital/buff_h.desktop +%%DATADIR%%/stencils/Digital/buff_h.odg +%%DATADIR%%/stencils/Digital/buff_h.png +%%DATADIR%%/stencils/Digital/buff_v.desktop +%%DATADIR%%/stencils/Digital/buff_v.odg +%%DATADIR%%/stencils/Digital/buff_v.png +%%DATADIR%%/stencils/Digital/collection.desktop +%%DATADIR%%/stencils/Digital/conn.desktop +%%DATADIR%%/stencils/Digital/conn.odg +%%DATADIR%%/stencils/Digital/conn.png +%%DATADIR%%/stencils/Digital/inv_h.desktop +%%DATADIR%%/stencils/Digital/inv_h.odg +%%DATADIR%%/stencils/Digital/inv_h.png +%%DATADIR%%/stencils/Digital/inv_v.desktop +%%DATADIR%%/stencils/Digital/inv_v.odg +%%DATADIR%%/stencils/Digital/inv_v.png +%%DATADIR%%/stencils/Digital/mux_h.desktop +%%DATADIR%%/stencils/Digital/mux_h.odg +%%DATADIR%%/stencils/Digital/mux_h.png +%%DATADIR%%/stencils/Digital/mux_v.desktop +%%DATADIR%%/stencils/Digital/mux_v.odg +%%DATADIR%%/stencils/Digital/mux_v.png +%%DATADIR%%/stencils/Digital/nand_h.desktop +%%DATADIR%%/stencils/Digital/nand_h.odg +%%DATADIR%%/stencils/Digital/nand_h.png +%%DATADIR%%/stencils/Digital/nand_v.desktop +%%DATADIR%%/stencils/Digital/nand_v.odg +%%DATADIR%%/stencils/Digital/nand_v.png +%%DATADIR%%/stencils/Digital/nor_h.desktop +%%DATADIR%%/stencils/Digital/nor_h.odg +%%DATADIR%%/stencils/Digital/nor_h.png +%%DATADIR%%/stencils/Digital/nor_v.desktop +%%DATADIR%%/stencils/Digital/nor_v.odg +%%DATADIR%%/stencils/Digital/nor_v.png +%%DATADIR%%/stencils/Digital/or_h.desktop +%%DATADIR%%/stencils/Digital/or_h.odg +%%DATADIR%%/stencils/Digital/or_h.png +%%DATADIR%%/stencils/Digital/or_v.desktop +%%DATADIR%%/stencils/Digital/or_v.odg +%%DATADIR%%/stencils/Digital/or_v.png +%%DATADIR%%/stencils/Digital/reg_h.desktop +%%DATADIR%%/stencils/Digital/reg_h.odg +%%DATADIR%%/stencils/Digital/reg_h.png +%%DATADIR%%/stencils/Digital/reg_v.desktop +%%DATADIR%%/stencils/Digital/reg_v.odg +%%DATADIR%%/stencils/Digital/reg_v.png +%%DATADIR%%/stencils/Digital/xnor_h.desktop +%%DATADIR%%/stencils/Digital/xnor_h.odg +%%DATADIR%%/stencils/Digital/xnor_h.png +%%DATADIR%%/stencils/Digital/xnor_v.desktop +%%DATADIR%%/stencils/Digital/xnor_v.odg +%%DATADIR%%/stencils/Digital/xnor_v.png +%%DATADIR%%/stencils/Digital/xor_h.desktop +%%DATADIR%%/stencils/Digital/xor_h.odg +%%DATADIR%%/stencils/Digital/xor_h.png +%%DATADIR%%/stencils/Digital/xor_v.desktop +%%DATADIR%%/stencils/Digital/xor_v.odg +%%DATADIR%%/stencils/Digital/xor_v.png +%%DATADIR%%/stencils/Edpc/and.desktop +%%DATADIR%%/stencils/Edpc/and.odg +%%DATADIR%%/stencils/Edpc/and.png +%%DATADIR%%/stencils/Edpc/collection.desktop +%%DATADIR%%/stencils/Edpc/function.desktop +%%DATADIR%%/stencils/Edpc/function.odg +%%DATADIR%%/stencils/Edpc/function.png +%%DATADIR%%/stencils/Edpc/or.desktop +%%DATADIR%%/stencils/Edpc/or.odg +%%DATADIR%%/stencils/Edpc/or.png +%%DATADIR%%/stencils/Edpc/organisation_unit.desktop +%%DATADIR%%/stencils/Edpc/organisation_unit.odg +%%DATADIR%%/stencils/Edpc/organisation_unit.png +%%DATADIR%%/stencils/Edpc/xor.desktop +%%DATADIR%%/stencils/Edpc/xor.odg +%%DATADIR%%/stencils/Edpc/xor.png +%%DATADIR%%/stencils/Electric/cnx.desktop +%%DATADIR%%/stencils/Electric/cnx.odg +%%DATADIR%%/stencils/Electric/cnx.png +%%DATADIR%%/stencils/Electric/collection.desktop +%%DATADIR%%/stencils/Electric/command.desktop +%%DATADIR%%/stencils/Electric/command.odg +%%DATADIR%%/stencils/Electric/command.png +%%DATADIR%%/stencils/Electric/contact_f.desktop +%%DATADIR%%/stencils/Electric/contact_f.odg +%%DATADIR%%/stencils/Electric/contact_f.png +%%DATADIR%%/stencils/Electric/contact_o.desktop +%%DATADIR%%/stencils/Electric/contact_o.odg +%%DATADIR%%/stencils/Electric/contact_o.png +%%DATADIR%%/stencils/Electric/intpos_f.desktop +%%DATADIR%%/stencils/Electric/intpos_f.odg +%%DATADIR%%/stencils/Electric/intpos_f.png +%%DATADIR%%/stencils/Electric/intpos_o.desktop +%%DATADIR%%/stencils/Electric/intpos_o.odg +%%DATADIR%%/stencils/Electric/intpos_o.png +%%DATADIR%%/stencils/Electric/lamp.desktop +%%DATADIR%%/stencils/Electric/lamp.odg +%%DATADIR%%/stencils/Electric/lamp.png +%%DATADIR%%/stencils/Electric/relay.desktop +%%DATADIR%%/stencils/Electric/relay.odg +%%DATADIR%%/stencils/Electric/relay.png +%%DATADIR%%/stencils/Electric/vcommand.desktop +%%DATADIR%%/stencils/Electric/vcommand.odg +%%DATADIR%%/stencils/Electric/vcommand.png +%%DATADIR%%/stencils/Electric/vcontact_f.desktop +%%DATADIR%%/stencils/Electric/vcontact_f.odg +%%DATADIR%%/stencils/Electric/vcontact_f.png +%%DATADIR%%/stencils/Electric/vcontact_o.desktop +%%DATADIR%%/stencils/Electric/vcontact_o.odg +%%DATADIR%%/stencils/Electric/vcontact_o.png +%%DATADIR%%/stencils/Electric/vintpos_f.desktop +%%DATADIR%%/stencils/Electric/vintpos_f.odg +%%DATADIR%%/stencils/Electric/vintpos_f.png +%%DATADIR%%/stencils/Electric/vintpos_o.desktop +%%DATADIR%%/stencils/Electric/vintpos_o.odg +%%DATADIR%%/stencils/Electric/vintpos_o.png +%%DATADIR%%/stencils/Electric/vlamp.desktop +%%DATADIR%%/stencils/Electric/vlamp.odg +%%DATADIR%%/stencils/Electric/vlamp.png +%%DATADIR%%/stencils/Electric/vrelay.desktop +%%DATADIR%%/stencils/Electric/vrelay.odg +%%DATADIR%%/stencils/Electric/vrelay.png +%%DATADIR%%/stencils/Electric2/ckt-breaker.desktop +%%DATADIR%%/stencils/Electric2/ckt-breaker.odg +%%DATADIR%%/stencils/Electric2/ckt-breaker.png +%%DATADIR%%/stencils/Electric2/collection.desktop +%%DATADIR%%/stencils/Electric2/generator.desktop +%%DATADIR%%/stencils/Electric2/generator.odg +%%DATADIR%%/stencils/Electric2/generator.png +%%DATADIR%%/stencils/Electric2/isolator.desktop +%%DATADIR%%/stencils/Electric2/isolator.odg +%%DATADIR%%/stencils/Electric2/isolator.png +%%DATADIR%%/stencils/Electric2/transformer.desktop +%%DATADIR%%/stencils/Electric2/transformer.odg +%%DATADIR%%/stencils/Electric2/transformer.png +%%DATADIR%%/stencils/Electronic/ampermeter.desktop +%%DATADIR%%/stencils/Electronic/ampermeter.odg +%%DATADIR%%/stencils/Electronic/ampermeter.png +%%DATADIR%%/stencils/Electronic/antenna.desktop +%%DATADIR%%/stencils/Electronic/antenna.odg +%%DATADIR%%/stencils/Electronic/antenna.png +%%DATADIR%%/stencils/Electronic/bell.desktop +%%DATADIR%%/stencils/Electronic/bell.odg +%%DATADIR%%/stencils/Electronic/bell.png +%%DATADIR%%/stencils/Electronic/button.desktop +%%DATADIR%%/stencils/Electronic/button.odg +%%DATADIR%%/stencils/Electronic/button.png +%%DATADIR%%/stencils/Electronic/capacitor.desktop +%%DATADIR%%/stencils/Electronic/capacitor.odg +%%DATADIR%%/stencils/Electronic/capacitor.png +%%DATADIR%%/stencils/Electronic/capacitor_electrolytic.desktop +%%DATADIR%%/stencils/Electronic/capacitor_electrolytic.odg +%%DATADIR%%/stencils/Electronic/capacitor_electrolytic.png +%%DATADIR%%/stencils/Electronic/collection.desktop +%%DATADIR%%/stencils/Electronic/contact.desktop +%%DATADIR%%/stencils/Electronic/contact.odg +%%DATADIR%%/stencils/Electronic/contact.png +%%DATADIR%%/stencils/Electronic/contact_pair.desktop +%%DATADIR%%/stencils/Electronic/contact_pair.odg +%%DATADIR%%/stencils/Electronic/contact_pair.png +%%DATADIR%%/stencils/Electronic/crystal.desktop +%%DATADIR%%/stencils/Electronic/crystal.odg +%%DATADIR%%/stencils/Electronic/crystal.png +%%DATADIR%%/stencils/Electronic/di_gate.desktop +%%DATADIR%%/stencils/Electronic/di_gate.odg +%%DATADIR%%/stencils/Electronic/di_gate.png +%%DATADIR%%/stencils/Electronic/diac.desktop +%%DATADIR%%/stencils/Electronic/diac.odg +%%DATADIR%%/stencils/Electronic/diac.png +%%DATADIR%%/stencils/Electronic/diode_inverse.desktop +%%DATADIR%%/stencils/Electronic/diode_inverse.odg +%%DATADIR%%/stencils/Electronic/diode_inverse.png +%%DATADIR%%/stencils/Electronic/diode_schottky.desktop +%%DATADIR%%/stencils/Electronic/diode_schottky.odg +%%DATADIR%%/stencils/Electronic/diode_schottky.png +%%DATADIR%%/stencils/Electronic/diode_tunnel.desktop +%%DATADIR%%/stencils/Electronic/diode_tunnel.odg +%%DATADIR%%/stencils/Electronic/diode_tunnel.png +%%DATADIR%%/stencils/Electronic/diode_zenner.desktop +%%DATADIR%%/stencils/Electronic/diode_zenner.odg +%%DATADIR%%/stencils/Electronic/diode_zenner.png +%%DATADIR%%/stencils/Electronic/engine.desktop +%%DATADIR%%/stencils/Electronic/engine.odg +%%DATADIR%%/stencils/Electronic/engine.png +%%DATADIR%%/stencils/Electronic/ground.desktop +%%DATADIR%%/stencils/Electronic/ground.odg +%%DATADIR%%/stencils/Electronic/ground.png +%%DATADIR%%/stencils/Electronic/headphone.desktop +%%DATADIR%%/stencils/Electronic/headphone.odg +%%DATADIR%%/stencils/Electronic/headphone.png +%%DATADIR%%/stencils/Electronic/inductor.desktop +%%DATADIR%%/stencils/Electronic/inductor.odg +%%DATADIR%%/stencils/Electronic/inductor.png +%%DATADIR%%/stencils/Electronic/led_display.desktop +%%DATADIR%%/stencils/Electronic/led_display.odg +%%DATADIR%%/stencils/Electronic/led_display.png +%%DATADIR%%/stencils/Electronic/microphone.desktop +%%DATADIR%%/stencils/Electronic/microphone.odg +%%DATADIR%%/stencils/Electronic/microphone.png +%%DATADIR%%/stencils/Electronic/photo_emiting_part.desktop +%%DATADIR%%/stencils/Electronic/photo_emiting_part.odg +%%DATADIR%%/stencils/Electronic/photo_emiting_part.png +%%DATADIR%%/stencils/Electronic/photo_sensitive_part.desktop +%%DATADIR%%/stencils/Electronic/photo_sensitive_part.odg +%%DATADIR%%/stencils/Electronic/photo_sensitive_part.png +%%DATADIR%%/stencils/Electronic/port_in.desktop +%%DATADIR%%/stencils/Electronic/port_in.odg +%%DATADIR%%/stencils/Electronic/port_in.png +%%DATADIR%%/stencils/Electronic/port_inout.desktop +%%DATADIR%%/stencils/Electronic/port_inout.odg +%%DATADIR%%/stencils/Electronic/port_inout.png +%%DATADIR%%/stencils/Electronic/port_out.desktop +%%DATADIR%%/stencils/Electronic/port_out.odg +%%DATADIR%%/stencils/Electronic/port_out.png +%%DATADIR%%/stencils/Electronic/potenciometer.desktop +%%DATADIR%%/stencils/Electronic/potenciometer.odg +%%DATADIR%%/stencils/Electronic/potenciometer.png +%%DATADIR%%/stencils/Electronic/source.desktop +%%DATADIR%%/stencils/Electronic/source.odg +%%DATADIR%%/stencils/Electronic/source.png +%%DATADIR%%/stencils/Electronic/source_current.desktop +%%DATADIR%%/stencils/Electronic/source_current.odg +%%DATADIR%%/stencils/Electronic/source_current.png +%%DATADIR%%/stencils/Electronic/source_substitution.desktop +%%DATADIR%%/stencils/Electronic/source_substitution.odg +%%DATADIR%%/stencils/Electronic/source_substitution.png +%%DATADIR%%/stencils/Electronic/source_voltage.desktop +%%DATADIR%%/stencils/Electronic/source_voltage.odg +%%DATADIR%%/stencils/Electronic/source_voltage.png +%%DATADIR%%/stencils/Electronic/source_voltage_alternating.desktop +%%DATADIR%%/stencils/Electronic/source_voltage_alternating.odg +%%DATADIR%%/stencils/Electronic/source_voltage_alternating.png +%%DATADIR%%/stencils/Electronic/source_voltage_direct.desktop +%%DATADIR%%/stencils/Electronic/source_voltage_direct.odg +%%DATADIR%%/stencils/Electronic/source_voltage_direct.png +%%DATADIR%%/stencils/Electronic/transistor_bipolar_npn_1.desktop +%%DATADIR%%/stencils/Electronic/transistor_bipolar_npn_1.odg +%%DATADIR%%/stencils/Electronic/transistor_bipolar_npn_1.png +%%DATADIR%%/stencils/Electronic/transistor_bipolar_npn_2.desktop +%%DATADIR%%/stencils/Electronic/transistor_bipolar_npn_2.odg +%%DATADIR%%/stencils/Electronic/transistor_bipolar_npn_2.png +%%DATADIR%%/stencils/Electronic/transistor_bipolar_pnp_1.desktop +%%DATADIR%%/stencils/Electronic/transistor_bipolar_pnp_1.odg +%%DATADIR%%/stencils/Electronic/transistor_bipolar_pnp_1.png +%%DATADIR%%/stencils/Electronic/transistor_bipolar_pnp_2.desktop +%%DATADIR%%/stencils/Electronic/transistor_bipolar_pnp_2.odg +%%DATADIR%%/stencils/Electronic/transistor_bipolar_pnp_2.png +%%DATADIR%%/stencils/Electronic/transistor_jfe_n.desktop +%%DATADIR%%/stencils/Electronic/transistor_jfe_n.odg +%%DATADIR%%/stencils/Electronic/transistor_jfe_n.png +%%DATADIR%%/stencils/Electronic/transistor_jfe_p.desktop +%%DATADIR%%/stencils/Electronic/transistor_jfe_p.odg +%%DATADIR%%/stencils/Electronic/transistor_jfe_p.png +%%DATADIR%%/stencils/Electronic/transistor_misfe_c_n.desktop +%%DATADIR%%/stencils/Electronic/transistor_misfe_c_n.odg +%%DATADIR%%/stencils/Electronic/transistor_misfe_c_n.png +%%DATADIR%%/stencils/Electronic/transistor_misfe_c_p.desktop +%%DATADIR%%/stencils/Electronic/transistor_misfe_c_p.odg +%%DATADIR%%/stencils/Electronic/transistor_misfe_c_p.png +%%DATADIR%%/stencils/Electronic/transistor_misfe_i_n.desktop +%%DATADIR%%/stencils/Electronic/transistor_misfe_i_n.odg +%%DATADIR%%/stencils/Electronic/transistor_misfe_i_n.png +%%DATADIR%%/stencils/Electronic/transistor_misfe_i_p.desktop +%%DATADIR%%/stencils/Electronic/transistor_misfe_i_p.odg +%%DATADIR%%/stencils/Electronic/transistor_misfe_i_p.png +%%DATADIR%%/stencils/Electronic/transistor_single_pn.desktop +%%DATADIR%%/stencils/Electronic/transistor_single_pn.odg +%%DATADIR%%/stencils/Electronic/transistor_single_pn.png +%%DATADIR%%/stencils/Electronic/triac.desktop +%%DATADIR%%/stencils/Electronic/triac.odg +%%DATADIR%%/stencils/Electronic/triac.png +%%DATADIR%%/stencils/Electronic/tyristor_diode.desktop +%%DATADIR%%/stencils/Electronic/tyristor_diode.odg +%%DATADIR%%/stencils/Electronic/tyristor_diode.png +%%DATADIR%%/stencils/Electronic/tyristor_triode.desktop +%%DATADIR%%/stencils/Electronic/tyristor_triode.odg +%%DATADIR%%/stencils/Electronic/tyristor_triode.png +%%DATADIR%%/stencils/Electronic/vacuum_diode.desktop +%%DATADIR%%/stencils/Electronic/vacuum_diode.odg +%%DATADIR%%/stencils/Electronic/vacuum_diode.png +%%DATADIR%%/stencils/Electronic/vacuum_pentode.desktop +%%DATADIR%%/stencils/Electronic/vacuum_pentode.odg +%%DATADIR%%/stencils/Electronic/vacuum_pentode.png +%%DATADIR%%/stencils/Electronic/vacuum_triode.desktop +%%DATADIR%%/stencils/Electronic/vacuum_triode.odg +%%DATADIR%%/stencils/Electronic/vacuum_triode.png +%%DATADIR%%/stencils/Electronic/variable_linear_part.desktop +%%DATADIR%%/stencils/Electronic/variable_linear_part.odg +%%DATADIR%%/stencils/Electronic/variable_linear_part.png +%%DATADIR%%/stencils/Electronic/variable_nonlinear_part.desktop +%%DATADIR%%/stencils/Electronic/variable_nonlinear_part.odg +%%DATADIR%%/stencils/Electronic/variable_nonlinear_part.png +%%DATADIR%%/stencils/Electronic/varicap.desktop +%%DATADIR%%/stencils/Electronic/varicap.odg +%%DATADIR%%/stencils/Electronic/varicap.png +%%DATADIR%%/stencils/Electronic/voltmeter.desktop +%%DATADIR%%/stencils/Electronic/voltmeter.odg +%%DATADIR%%/stencils/Electronic/voltmeter.png +%%DATADIR%%/stencils/Flags/afghanistan.desktop +%%DATADIR%%/stencils/Flags/afghanistan.odg +%%DATADIR%%/stencils/Flags/afghanistan.png +%%DATADIR%%/stencils/Flags/albania.desktop +%%DATADIR%%/stencils/Flags/albania.odg +%%DATADIR%%/stencils/Flags/albania.png +%%DATADIR%%/stencils/Flags/algeria.desktop +%%DATADIR%%/stencils/Flags/algeria.odg +%%DATADIR%%/stencils/Flags/algeria.png +%%DATADIR%%/stencils/Flags/andorra.desktop +%%DATADIR%%/stencils/Flags/andorra.odg +%%DATADIR%%/stencils/Flags/andorra.png +%%DATADIR%%/stencils/Flags/angola.desktop +%%DATADIR%%/stencils/Flags/angola.odg +%%DATADIR%%/stencils/Flags/angola.png +%%DATADIR%%/stencils/Flags/antarctica.desktop +%%DATADIR%%/stencils/Flags/antarctica.odg +%%DATADIR%%/stencils/Flags/antarctica.png +%%DATADIR%%/stencils/Flags/antigua_and_barbuda.desktop +%%DATADIR%%/stencils/Flags/antigua_and_barbuda.odg +%%DATADIR%%/stencils/Flags/antigua_and_barbuda.png +%%DATADIR%%/stencils/Flags/argentina.desktop +%%DATADIR%%/stencils/Flags/argentina.odg +%%DATADIR%%/stencils/Flags/argentina.png +%%DATADIR%%/stencils/Flags/armenia.desktop +%%DATADIR%%/stencils/Flags/armenia.odg +%%DATADIR%%/stencils/Flags/armenia.png +%%DATADIR%%/stencils/Flags/australia.desktop +%%DATADIR%%/stencils/Flags/australia.odg +%%DATADIR%%/stencils/Flags/australia.png +%%DATADIR%%/stencils/Flags/austria.desktop +%%DATADIR%%/stencils/Flags/austria.odg +%%DATADIR%%/stencils/Flags/austria.png +%%DATADIR%%/stencils/Flags/azerbaijan.desktop +%%DATADIR%%/stencils/Flags/azerbaijan.odg +%%DATADIR%%/stencils/Flags/azerbaijan.png +%%DATADIR%%/stencils/Flags/bahamas.desktop +%%DATADIR%%/stencils/Flags/bahamas.odg +%%DATADIR%%/stencils/Flags/bahamas.png +%%DATADIR%%/stencils/Flags/bahrain.desktop +%%DATADIR%%/stencils/Flags/bahrain.odg +%%DATADIR%%/stencils/Flags/bahrain.png +%%DATADIR%%/stencils/Flags/bangladesh.desktop +%%DATADIR%%/stencils/Flags/bangladesh.odg +%%DATADIR%%/stencils/Flags/bangladesh.png +%%DATADIR%%/stencils/Flags/barbados.desktop +%%DATADIR%%/stencils/Flags/barbados.odg +%%DATADIR%%/stencils/Flags/barbados.png +%%DATADIR%%/stencils/Flags/belarus.desktop +%%DATADIR%%/stencils/Flags/belarus.odg +%%DATADIR%%/stencils/Flags/belarus.png +%%DATADIR%%/stencils/Flags/belgium.desktop +%%DATADIR%%/stencils/Flags/belgium.odg +%%DATADIR%%/stencils/Flags/belgium.png +%%DATADIR%%/stencils/Flags/belize.desktop +%%DATADIR%%/stencils/Flags/belize.odg +%%DATADIR%%/stencils/Flags/belize.png +%%DATADIR%%/stencils/Flags/benin.desktop +%%DATADIR%%/stencils/Flags/benin.odg +%%DATADIR%%/stencils/Flags/benin.png +%%DATADIR%%/stencils/Flags/bhutan.desktop +%%DATADIR%%/stencils/Flags/bhutan.odg +%%DATADIR%%/stencils/Flags/bhutan.png +%%DATADIR%%/stencils/Flags/bolivia.desktop +%%DATADIR%%/stencils/Flags/bolivia.odg +%%DATADIR%%/stencils/Flags/bolivia.png +%%DATADIR%%/stencils/Flags/bosnia_and_herzegovina.desktop +%%DATADIR%%/stencils/Flags/bosnia_and_herzegovina.odg +%%DATADIR%%/stencils/Flags/bosnia_and_herzegovina.png +%%DATADIR%%/stencils/Flags/botswana.desktop +%%DATADIR%%/stencils/Flags/botswana.odg +%%DATADIR%%/stencils/Flags/botswana.png +%%DATADIR%%/stencils/Flags/brazil.desktop +%%DATADIR%%/stencils/Flags/brazil.odg +%%DATADIR%%/stencils/Flags/brazil.png +%%DATADIR%%/stencils/Flags/brunei_darussalam.desktop +%%DATADIR%%/stencils/Flags/brunei_darussalam.odg +%%DATADIR%%/stencils/Flags/brunei_darussalam.png +%%DATADIR%%/stencils/Flags/bulgaria.desktop +%%DATADIR%%/stencils/Flags/bulgaria.odg +%%DATADIR%%/stencils/Flags/bulgaria.png +%%DATADIR%%/stencils/Flags/burkina_faso.desktop +%%DATADIR%%/stencils/Flags/burkina_faso.odg +%%DATADIR%%/stencils/Flags/burkina_faso.png +%%DATADIR%%/stencils/Flags/burundi.desktop +%%DATADIR%%/stencils/Flags/burundi.odg +%%DATADIR%%/stencils/Flags/burundi.png +%%DATADIR%%/stencils/Flags/cambodia.desktop +%%DATADIR%%/stencils/Flags/cambodia.odg +%%DATADIR%%/stencils/Flags/cambodia.png +%%DATADIR%%/stencils/Flags/cameroon.desktop +%%DATADIR%%/stencils/Flags/cameroon.odg +%%DATADIR%%/stencils/Flags/cameroon.png +%%DATADIR%%/stencils/Flags/canada.desktop +%%DATADIR%%/stencils/Flags/canada.odg +%%DATADIR%%/stencils/Flags/canada.png +%%DATADIR%%/stencils/Flags/cape_verde.desktop +%%DATADIR%%/stencils/Flags/cape_verde.odg +%%DATADIR%%/stencils/Flags/cape_verde.png +%%DATADIR%%/stencils/Flags/central_african_republic.desktop +%%DATADIR%%/stencils/Flags/central_african_republic.odg +%%DATADIR%%/stencils/Flags/central_african_republic.png +%%DATADIR%%/stencils/Flags/chad.desktop +%%DATADIR%%/stencils/Flags/chad.odg +%%DATADIR%%/stencils/Flags/chad.png +%%DATADIR%%/stencils/Flags/chile.desktop +%%DATADIR%%/stencils/Flags/chile.odg +%%DATADIR%%/stencils/Flags/chile.png +%%DATADIR%%/stencils/Flags/china_hong_kong.desktop +%%DATADIR%%/stencils/Flags/china_hong_kong.odg +%%DATADIR%%/stencils/Flags/china_hong_kong.png +%%DATADIR%%/stencils/Flags/china_macao.desktop +%%DATADIR%%/stencils/Flags/china_macao.odg +%%DATADIR%%/stencils/Flags/china_macao.png +%%DATADIR%%/stencils/Flags/china_prc.desktop +%%DATADIR%%/stencils/Flags/china_prc.odg +%%DATADIR%%/stencils/Flags/china_prc.png +%%DATADIR%%/stencils/Flags/china_roc.desktop +%%DATADIR%%/stencils/Flags/china_roc.odg +%%DATADIR%%/stencils/Flags/china_roc.png +%%DATADIR%%/stencils/Flags/collection.desktop +%%DATADIR%%/stencils/Flags/colombia.desktop +%%DATADIR%%/stencils/Flags/colombia.odg +%%DATADIR%%/stencils/Flags/colombia.png +%%DATADIR%%/stencils/Flags/comoros.desktop +%%DATADIR%%/stencils/Flags/comoros.odg +%%DATADIR%%/stencils/Flags/comoros.png +%%DATADIR%%/stencils/Flags/congo_brazzaville.desktop +%%DATADIR%%/stencils/Flags/congo_brazzaville.odg +%%DATADIR%%/stencils/Flags/congo_brazzaville.png +%%DATADIR%%/stencils/Flags/congo_kinshasa.desktop +%%DATADIR%%/stencils/Flags/congo_kinshasa.odg +%%DATADIR%%/stencils/Flags/congo_kinshasa.png +%%DATADIR%%/stencils/Flags/costa_rica.desktop +%%DATADIR%%/stencils/Flags/costa_rica.odg +%%DATADIR%%/stencils/Flags/costa_rica.png +%%DATADIR%%/stencils/Flags/cote_divoire.desktop +%%DATADIR%%/stencils/Flags/cote_divoire.odg +%%DATADIR%%/stencils/Flags/cote_divoire.png +%%DATADIR%%/stencils/Flags/croatia.desktop +%%DATADIR%%/stencils/Flags/croatia.odg +%%DATADIR%%/stencils/Flags/croatia.png +%%DATADIR%%/stencils/Flags/cuba.desktop +%%DATADIR%%/stencils/Flags/cuba.odg +%%DATADIR%%/stencils/Flags/cuba.png +%%DATADIR%%/stencils/Flags/cyprus.desktop +%%DATADIR%%/stencils/Flags/cyprus.odg +%%DATADIR%%/stencils/Flags/cyprus.png +%%DATADIR%%/stencils/Flags/czechia.desktop +%%DATADIR%%/stencils/Flags/czechia.odg +%%DATADIR%%/stencils/Flags/czechia.png +%%DATADIR%%/stencils/Flags/denmark.desktop +%%DATADIR%%/stencils/Flags/denmark.odg +%%DATADIR%%/stencils/Flags/denmark.png +%%DATADIR%%/stencils/Flags/djibouti.desktop +%%DATADIR%%/stencils/Flags/djibouti.odg +%%DATADIR%%/stencils/Flags/djibouti.png +%%DATADIR%%/stencils/Flags/dominica.desktop +%%DATADIR%%/stencils/Flags/dominica.odg +%%DATADIR%%/stencils/Flags/dominica.png +%%DATADIR%%/stencils/Flags/dominican_republic.desktop +%%DATADIR%%/stencils/Flags/dominican_republic.odg +%%DATADIR%%/stencils/Flags/dominican_republic.png +%%DATADIR%%/stencils/Flags/ecuador.desktop +%%DATADIR%%/stencils/Flags/ecuador.odg +%%DATADIR%%/stencils/Flags/ecuador.png +%%DATADIR%%/stencils/Flags/egypt.desktop +%%DATADIR%%/stencils/Flags/egypt.odg +%%DATADIR%%/stencils/Flags/egypt.png +%%DATADIR%%/stencils/Flags/el_salvador.desktop +%%DATADIR%%/stencils/Flags/el_salvador.odg +%%DATADIR%%/stencils/Flags/el_salvador.png +%%DATADIR%%/stencils/Flags/equatorial_guinea.desktop +%%DATADIR%%/stencils/Flags/equatorial_guinea.odg +%%DATADIR%%/stencils/Flags/equatorial_guinea.png +%%DATADIR%%/stencils/Flags/eritrea.desktop +%%DATADIR%%/stencils/Flags/eritrea.odg +%%DATADIR%%/stencils/Flags/eritrea.png +%%DATADIR%%/stencils/Flags/estonia.desktop +%%DATADIR%%/stencils/Flags/estonia.odg +%%DATADIR%%/stencils/Flags/estonia.png +%%DATADIR%%/stencils/Flags/ethiopia.desktop +%%DATADIR%%/stencils/Flags/ethiopia.odg +%%DATADIR%%/stencils/Flags/ethiopia.png +%%DATADIR%%/stencils/Flags/europeanunion.desktop +%%DATADIR%%/stencils/Flags/europeanunion.odg +%%DATADIR%%/stencils/Flags/europeanunion.png +%%DATADIR%%/stencils/Flags/fiji.desktop +%%DATADIR%%/stencils/Flags/fiji.odg +%%DATADIR%%/stencils/Flags/fiji.png +%%DATADIR%%/stencils/Flags/finland.desktop +%%DATADIR%%/stencils/Flags/finland.odg +%%DATADIR%%/stencils/Flags/finland.png +%%DATADIR%%/stencils/Flags/france.desktop +%%DATADIR%%/stencils/Flags/france.odg +%%DATADIR%%/stencils/Flags/france.png +%%DATADIR%%/stencils/Flags/gabon.desktop +%%DATADIR%%/stencils/Flags/gabon.odg +%%DATADIR%%/stencils/Flags/gabon.png +%%DATADIR%%/stencils/Flags/gambia.desktop +%%DATADIR%%/stencils/Flags/gambia.odg +%%DATADIR%%/stencils/Flags/gambia.png +%%DATADIR%%/stencils/Flags/georgia.desktop +%%DATADIR%%/stencils/Flags/georgia.odg +%%DATADIR%%/stencils/Flags/georgia.png +%%DATADIR%%/stencils/Flags/germany.desktop +%%DATADIR%%/stencils/Flags/germany.odg +%%DATADIR%%/stencils/Flags/germany.png +%%DATADIR%%/stencils/Flags/ghana.desktop +%%DATADIR%%/stencils/Flags/ghana.odg +%%DATADIR%%/stencils/Flags/ghana.png +%%DATADIR%%/stencils/Flags/greece.desktop +%%DATADIR%%/stencils/Flags/greece.odg +%%DATADIR%%/stencils/Flags/greece.png +%%DATADIR%%/stencils/Flags/grenada.desktop +%%DATADIR%%/stencils/Flags/grenada.odg +%%DATADIR%%/stencils/Flags/grenada.png +%%DATADIR%%/stencils/Flags/guatemala.desktop +%%DATADIR%%/stencils/Flags/guatemala.odg +%%DATADIR%%/stencils/Flags/guatemala.png +%%DATADIR%%/stencils/Flags/guinea.desktop +%%DATADIR%%/stencils/Flags/guinea.odg +%%DATADIR%%/stencils/Flags/guinea.png +%%DATADIR%%/stencils/Flags/guyana.desktop +%%DATADIR%%/stencils/Flags/guyana.odg +%%DATADIR%%/stencils/Flags/guyana.png +%%DATADIR%%/stencils/Flags/haiti.desktop +%%DATADIR%%/stencils/Flags/haiti.odg +%%DATADIR%%/stencils/Flags/haiti.png +%%DATADIR%%/stencils/Flags/honduras.desktop +%%DATADIR%%/stencils/Flags/honduras.odg +%%DATADIR%%/stencils/Flags/honduras.png +%%DATADIR%%/stencils/Flags/hungary.desktop +%%DATADIR%%/stencils/Flags/hungary.odg +%%DATADIR%%/stencils/Flags/hungary.png +%%DATADIR%%/stencils/Flags/iceland.desktop +%%DATADIR%%/stencils/Flags/iceland.odg +%%DATADIR%%/stencils/Flags/iceland.png +%%DATADIR%%/stencils/Flags/india.desktop +%%DATADIR%%/stencils/Flags/india.odg +%%DATADIR%%/stencils/Flags/india.png +%%DATADIR%%/stencils/Flags/indonesia.desktop +%%DATADIR%%/stencils/Flags/indonesia.odg +%%DATADIR%%/stencils/Flags/indonesia.png +%%DATADIR%%/stencils/Flags/iran.desktop +%%DATADIR%%/stencils/Flags/iran.odg +%%DATADIR%%/stencils/Flags/iran.png +%%DATADIR%%/stencils/Flags/iraq.desktop +%%DATADIR%%/stencils/Flags/iraq.odg +%%DATADIR%%/stencils/Flags/iraq.png +%%DATADIR%%/stencils/Flags/ireland.desktop +%%DATADIR%%/stencils/Flags/ireland.odg +%%DATADIR%%/stencils/Flags/ireland.png +%%DATADIR%%/stencils/Flags/israel.desktop +%%DATADIR%%/stencils/Flags/israel.odg +%%DATADIR%%/stencils/Flags/israel.png +%%DATADIR%%/stencils/Flags/italy.desktop +%%DATADIR%%/stencils/Flags/italy.odg +%%DATADIR%%/stencils/Flags/italy.png +%%DATADIR%%/stencils/Flags/jamaica.desktop +%%DATADIR%%/stencils/Flags/jamaica.odg +%%DATADIR%%/stencils/Flags/jamaica.png +%%DATADIR%%/stencils/Flags/japan.desktop +%%DATADIR%%/stencils/Flags/japan.odg +%%DATADIR%%/stencils/Flags/japan.png +%%DATADIR%%/stencils/Flags/jordan.desktop +%%DATADIR%%/stencils/Flags/jordan.odg +%%DATADIR%%/stencils/Flags/jordan.png +%%DATADIR%%/stencils/Flags/kazakhstan.desktop +%%DATADIR%%/stencils/Flags/kazakhstan.odg +%%DATADIR%%/stencils/Flags/kazakhstan.png +%%DATADIR%%/stencils/Flags/kenya.desktop +%%DATADIR%%/stencils/Flags/kenya.odg +%%DATADIR%%/stencils/Flags/kenya.png +%%DATADIR%%/stencils/Flags/kiribati.desktop +%%DATADIR%%/stencils/Flags/kiribati.odg +%%DATADIR%%/stencils/Flags/kiribati.png +%%DATADIR%%/stencils/Flags/kuwait.desktop +%%DATADIR%%/stencils/Flags/kuwait.odg +%%DATADIR%%/stencils/Flags/kuwait.png +%%DATADIR%%/stencils/Flags/kyrgyzstan.desktop +%%DATADIR%%/stencils/Flags/kyrgyzstan.odg +%%DATADIR%%/stencils/Flags/kyrgyzstan.png +%%DATADIR%%/stencils/Flags/laos.desktop +%%DATADIR%%/stencils/Flags/laos.odg +%%DATADIR%%/stencils/Flags/laos.png +%%DATADIR%%/stencils/Flags/latvia.desktop +%%DATADIR%%/stencils/Flags/latvia.odg +%%DATADIR%%/stencils/Flags/latvia.png +%%DATADIR%%/stencils/Flags/lebanon.desktop +%%DATADIR%%/stencils/Flags/lebanon.odg +%%DATADIR%%/stencils/Flags/lebanon.png +%%DATADIR%%/stencils/Flags/lesotho.desktop +%%DATADIR%%/stencils/Flags/lesotho.odg +%%DATADIR%%/stencils/Flags/lesotho.png +%%DATADIR%%/stencils/Flags/liberia.desktop +%%DATADIR%%/stencils/Flags/liberia.odg +%%DATADIR%%/stencils/Flags/liberia.png +%%DATADIR%%/stencils/Flags/libyan_arab_jamahiriya.desktop +%%DATADIR%%/stencils/Flags/libyan_arab_jamahiriya.odg +%%DATADIR%%/stencils/Flags/libyan_arab_jamahiriya.png +%%DATADIR%%/stencils/Flags/liechtenstein.desktop +%%DATADIR%%/stencils/Flags/liechtenstein.odg +%%DATADIR%%/stencils/Flags/liechtenstein.png +%%DATADIR%%/stencils/Flags/lithuania.desktop +%%DATADIR%%/stencils/Flags/lithuania.odg +%%DATADIR%%/stencils/Flags/lithuania.png +%%DATADIR%%/stencils/Flags/luxembourg.desktop +%%DATADIR%%/stencils/Flags/luxembourg.odg +%%DATADIR%%/stencils/Flags/luxembourg.png +%%DATADIR%%/stencils/Flags/macedonia.desktop +%%DATADIR%%/stencils/Flags/macedonia.odg +%%DATADIR%%/stencils/Flags/macedonia.png +%%DATADIR%%/stencils/Flags/madagascar.desktop +%%DATADIR%%/stencils/Flags/madagascar.odg +%%DATADIR%%/stencils/Flags/madagascar.png +%%DATADIR%%/stencils/Flags/malawi.desktop +%%DATADIR%%/stencils/Flags/malawi.odg +%%DATADIR%%/stencils/Flags/malawi.png +%%DATADIR%%/stencils/Flags/malaysia.desktop +%%DATADIR%%/stencils/Flags/malaysia.odg +%%DATADIR%%/stencils/Flags/malaysia.png +%%DATADIR%%/stencils/Flags/maldives.desktop +%%DATADIR%%/stencils/Flags/maldives.odg +%%DATADIR%%/stencils/Flags/maldives.png +%%DATADIR%%/stencils/Flags/mali.desktop +%%DATADIR%%/stencils/Flags/mali.odg +%%DATADIR%%/stencils/Flags/mali.png +%%DATADIR%%/stencils/Flags/malta.desktop +%%DATADIR%%/stencils/Flags/malta.odg +%%DATADIR%%/stencils/Flags/malta.png +%%DATADIR%%/stencils/Flags/marshall_islands.desktop +%%DATADIR%%/stencils/Flags/marshall_islands.odg +%%DATADIR%%/stencils/Flags/marshall_islands.png +%%DATADIR%%/stencils/Flags/mauritania.desktop +%%DATADIR%%/stencils/Flags/mauritania.odg +%%DATADIR%%/stencils/Flags/mauritania.png +%%DATADIR%%/stencils/Flags/mauritius.desktop +%%DATADIR%%/stencils/Flags/mauritius.odg +%%DATADIR%%/stencils/Flags/mauritius.png +%%DATADIR%%/stencils/Flags/mexico.desktop +%%DATADIR%%/stencils/Flags/mexico.odg +%%DATADIR%%/stencils/Flags/mexico.png +%%DATADIR%%/stencils/Flags/micronesia.desktop +%%DATADIR%%/stencils/Flags/micronesia.odg +%%DATADIR%%/stencils/Flags/micronesia.png +%%DATADIR%%/stencils/Flags/moldova.desktop +%%DATADIR%%/stencils/Flags/moldova.odg +%%DATADIR%%/stencils/Flags/moldova.png +%%DATADIR%%/stencils/Flags/monaco.desktop +%%DATADIR%%/stencils/Flags/monaco.odg +%%DATADIR%%/stencils/Flags/monaco.png +%%DATADIR%%/stencils/Flags/mongolia.desktop +%%DATADIR%%/stencils/Flags/mongolia.odg +%%DATADIR%%/stencils/Flags/mongolia.png +%%DATADIR%%/stencils/Flags/montenegro.desktop +%%DATADIR%%/stencils/Flags/montenegro.odg +%%DATADIR%%/stencils/Flags/montenegro.png +%%DATADIR%%/stencils/Flags/morocco.desktop +%%DATADIR%%/stencils/Flags/morocco.odg +%%DATADIR%%/stencils/Flags/morocco.png +%%DATADIR%%/stencils/Flags/mozambique.desktop +%%DATADIR%%/stencils/Flags/mozambique.odg +%%DATADIR%%/stencils/Flags/mozambique.png +%%DATADIR%%/stencils/Flags/myanmar.desktop +%%DATADIR%%/stencils/Flags/myanmar.odg +%%DATADIR%%/stencils/Flags/myanmar.png +%%DATADIR%%/stencils/Flags/namibia.desktop +%%DATADIR%%/stencils/Flags/namibia.odg +%%DATADIR%%/stencils/Flags/namibia.png +%%DATADIR%%/stencils/Flags/nauru.desktop +%%DATADIR%%/stencils/Flags/nauru.odg +%%DATADIR%%/stencils/Flags/nauru.png +%%DATADIR%%/stencils/Flags/nepal.desktop +%%DATADIR%%/stencils/Flags/nepal.odg +%%DATADIR%%/stencils/Flags/nepal.png +%%DATADIR%%/stencils/Flags/netherlands.desktop +%%DATADIR%%/stencils/Flags/netherlands.odg +%%DATADIR%%/stencils/Flags/netherlands.png +%%DATADIR%%/stencils/Flags/netherlands_antilles.desktop +%%DATADIR%%/stencils/Flags/netherlands_antilles.odg +%%DATADIR%%/stencils/Flags/netherlands_antilles.png +%%DATADIR%%/stencils/Flags/newzealand.desktop +%%DATADIR%%/stencils/Flags/newzealand.odg +%%DATADIR%%/stencils/Flags/newzealand.png +%%DATADIR%%/stencils/Flags/nicaragua.desktop +%%DATADIR%%/stencils/Flags/nicaragua.odg +%%DATADIR%%/stencils/Flags/nicaragua.png +%%DATADIR%%/stencils/Flags/niger.desktop +%%DATADIR%%/stencils/Flags/niger.odg +%%DATADIR%%/stencils/Flags/niger.png +%%DATADIR%%/stencils/Flags/nigeria.desktop +%%DATADIR%%/stencils/Flags/nigeria.odg +%%DATADIR%%/stencils/Flags/nigeria.png +%%DATADIR%%/stencils/Flags/north_korea.desktop +%%DATADIR%%/stencils/Flags/north_korea.odg +%%DATADIR%%/stencils/Flags/north_korea.png +%%DATADIR%%/stencils/Flags/norway.desktop +%%DATADIR%%/stencils/Flags/norway.odg +%%DATADIR%%/stencils/Flags/norway.png +%%DATADIR%%/stencils/Flags/olympic.desktop +%%DATADIR%%/stencils/Flags/olympic.odg +%%DATADIR%%/stencils/Flags/olympic.png +%%DATADIR%%/stencils/Flags/oman.desktop +%%DATADIR%%/stencils/Flags/oman.odg +%%DATADIR%%/stencils/Flags/oman.png +%%DATADIR%%/stencils/Flags/pakistan.desktop +%%DATADIR%%/stencils/Flags/pakistan.odg +%%DATADIR%%/stencils/Flags/pakistan.png +%%DATADIR%%/stencils/Flags/palau.desktop +%%DATADIR%%/stencils/Flags/palau.odg +%%DATADIR%%/stencils/Flags/palau.png +%%DATADIR%%/stencils/Flags/palestine.desktop +%%DATADIR%%/stencils/Flags/palestine.odg +%%DATADIR%%/stencils/Flags/palestine.png +%%DATADIR%%/stencils/Flags/panama.desktop +%%DATADIR%%/stencils/Flags/panama.odg +%%DATADIR%%/stencils/Flags/panama.png +%%DATADIR%%/stencils/Flags/papua_new_guinea.desktop +%%DATADIR%%/stencils/Flags/papua_new_guinea.odg +%%DATADIR%%/stencils/Flags/papua_new_guinea.png +%%DATADIR%%/stencils/Flags/paraguay.desktop +%%DATADIR%%/stencils/Flags/paraguay.odg +%%DATADIR%%/stencils/Flags/paraguay.png +%%DATADIR%%/stencils/Flags/peru.desktop +%%DATADIR%%/stencils/Flags/peru.odg +%%DATADIR%%/stencils/Flags/peru.png +%%DATADIR%%/stencils/Flags/philippines.desktop +%%DATADIR%%/stencils/Flags/philippines.odg +%%DATADIR%%/stencils/Flags/philippines.png +%%DATADIR%%/stencils/Flags/poland.desktop +%%DATADIR%%/stencils/Flags/poland.odg +%%DATADIR%%/stencils/Flags/poland.png +%%DATADIR%%/stencils/Flags/portugal.desktop +%%DATADIR%%/stencils/Flags/portugal.odg +%%DATADIR%%/stencils/Flags/portugal.png +%%DATADIR%%/stencils/Flags/qatar.desktop +%%DATADIR%%/stencils/Flags/qatar.odg +%%DATADIR%%/stencils/Flags/qatar.png +%%DATADIR%%/stencils/Flags/romania.desktop +%%DATADIR%%/stencils/Flags/romania.odg +%%DATADIR%%/stencils/Flags/romania.png +%%DATADIR%%/stencils/Flags/russian_federation.desktop +%%DATADIR%%/stencils/Flags/russian_federation.odg +%%DATADIR%%/stencils/Flags/russian_federation.png +%%DATADIR%%/stencils/Flags/rwanda.desktop +%%DATADIR%%/stencils/Flags/rwanda.odg +%%DATADIR%%/stencils/Flags/rwanda.png +%%DATADIR%%/stencils/Flags/saint_kitts_and_nevis.desktop +%%DATADIR%%/stencils/Flags/saint_kitts_and_nevis.odg +%%DATADIR%%/stencils/Flags/saint_kitts_and_nevis.png +%%DATADIR%%/stencils/Flags/saint_lucia.desktop +%%DATADIR%%/stencils/Flags/saint_lucia.odg +%%DATADIR%%/stencils/Flags/saint_lucia.png +%%DATADIR%%/stencils/Flags/saint_vincent_and_the_grenadines.desktop +%%DATADIR%%/stencils/Flags/saint_vincent_and_the_grenadines.odg +%%DATADIR%%/stencils/Flags/saint_vincent_and_the_grenadines.png +%%DATADIR%%/stencils/Flags/samoa.desktop +%%DATADIR%%/stencils/Flags/samoa.odg +%%DATADIR%%/stencils/Flags/samoa.png +%%DATADIR%%/stencils/Flags/san_marino.desktop +%%DATADIR%%/stencils/Flags/san_marino.odg +%%DATADIR%%/stencils/Flags/san_marino.png +%%DATADIR%%/stencils/Flags/sao_tome_and_principe.desktop +%%DATADIR%%/stencils/Flags/sao_tome_and_principe.odg +%%DATADIR%%/stencils/Flags/sao_tome_and_principe.png +%%DATADIR%%/stencils/Flags/saudi_arabia.desktop +%%DATADIR%%/stencils/Flags/saudi_arabia.odg +%%DATADIR%%/stencils/Flags/saudi_arabia.png +%%DATADIR%%/stencils/Flags/senegal.desktop +%%DATADIR%%/stencils/Flags/senegal.odg +%%DATADIR%%/stencils/Flags/senegal.png +%%DATADIR%%/stencils/Flags/serbia.desktop +%%DATADIR%%/stencils/Flags/serbia.odg +%%DATADIR%%/stencils/Flags/serbia.png +%%DATADIR%%/stencils/Flags/seychelles.desktop +%%DATADIR%%/stencils/Flags/seychelles.odg +%%DATADIR%%/stencils/Flags/seychelles.png +%%DATADIR%%/stencils/Flags/sierra_leone.desktop +%%DATADIR%%/stencils/Flags/sierra_leone.odg +%%DATADIR%%/stencils/Flags/sierra_leone.png +%%DATADIR%%/stencils/Flags/singapore.desktop +%%DATADIR%%/stencils/Flags/singapore.odg +%%DATADIR%%/stencils/Flags/singapore.png +%%DATADIR%%/stencils/Flags/slovakia.desktop +%%DATADIR%%/stencils/Flags/slovakia.odg +%%DATADIR%%/stencils/Flags/slovakia.png +%%DATADIR%%/stencils/Flags/slovenia.desktop +%%DATADIR%%/stencils/Flags/slovenia.odg +%%DATADIR%%/stencils/Flags/slovenia.png +%%DATADIR%%/stencils/Flags/solomonislands.desktop +%%DATADIR%%/stencils/Flags/solomonislands.odg +%%DATADIR%%/stencils/Flags/solomonislands.png +%%DATADIR%%/stencils/Flags/somalia.desktop +%%DATADIR%%/stencils/Flags/somalia.odg +%%DATADIR%%/stencils/Flags/somalia.png +%%DATADIR%%/stencils/Flags/south_africa.desktop +%%DATADIR%%/stencils/Flags/south_africa.odg +%%DATADIR%%/stencils/Flags/south_africa.png +%%DATADIR%%/stencils/Flags/south_korea.desktop +%%DATADIR%%/stencils/Flags/south_korea.odg +%%DATADIR%%/stencils/Flags/south_korea.png +%%DATADIR%%/stencils/Flags/spain.desktop +%%DATADIR%%/stencils/Flags/spain.odg +%%DATADIR%%/stencils/Flags/spain.png +%%DATADIR%%/stencils/Flags/sri_lanka.desktop +%%DATADIR%%/stencils/Flags/sri_lanka.odg +%%DATADIR%%/stencils/Flags/sri_lanka.png +%%DATADIR%%/stencils/Flags/sudan.desktop +%%DATADIR%%/stencils/Flags/sudan.odg +%%DATADIR%%/stencils/Flags/sudan.png +%%DATADIR%%/stencils/Flags/suisse.desktop +%%DATADIR%%/stencils/Flags/suisse.odg +%%DATADIR%%/stencils/Flags/suisse.png +%%DATADIR%%/stencils/Flags/suriname.desktop +%%DATADIR%%/stencils/Flags/suriname.odg +%%DATADIR%%/stencils/Flags/suriname.png +%%DATADIR%%/stencils/Flags/swaziland.desktop +%%DATADIR%%/stencils/Flags/swaziland.odg +%%DATADIR%%/stencils/Flags/swaziland.png +%%DATADIR%%/stencils/Flags/sweden.desktop +%%DATADIR%%/stencils/Flags/sweden.odg +%%DATADIR%%/stencils/Flags/sweden.png +%%DATADIR%%/stencils/Flags/syrian_arab_republic.desktop +%%DATADIR%%/stencils/Flags/syrian_arab_republic.odg +%%DATADIR%%/stencils/Flags/syrian_arab_republic.png +%%DATADIR%%/stencils/Flags/tajikistan.desktop +%%DATADIR%%/stencils/Flags/tajikistan.odg +%%DATADIR%%/stencils/Flags/tajikistan.png +%%DATADIR%%/stencils/Flags/tanzania.desktop +%%DATADIR%%/stencils/Flags/tanzania.odg +%%DATADIR%%/stencils/Flags/tanzania.png +%%DATADIR%%/stencils/Flags/thailand.desktop +%%DATADIR%%/stencils/Flags/thailand.odg +%%DATADIR%%/stencils/Flags/thailand.png +%%DATADIR%%/stencils/Flags/timor_leste.desktop +%%DATADIR%%/stencils/Flags/timor_leste.odg +%%DATADIR%%/stencils/Flags/timor_leste.png +%%DATADIR%%/stencils/Flags/togo.desktop +%%DATADIR%%/stencils/Flags/togo.odg +%%DATADIR%%/stencils/Flags/togo.png +%%DATADIR%%/stencils/Flags/tonga.desktop +%%DATADIR%%/stencils/Flags/tonga.odg +%%DATADIR%%/stencils/Flags/tonga.png +%%DATADIR%%/stencils/Flags/trinidad_and_tobago.desktop +%%DATADIR%%/stencils/Flags/trinidad_and_tobago.odg +%%DATADIR%%/stencils/Flags/trinidad_and_tobago.png +%%DATADIR%%/stencils/Flags/tunisia.desktop +%%DATADIR%%/stencils/Flags/tunisia.odg +%%DATADIR%%/stencils/Flags/tunisia.png +%%DATADIR%%/stencils/Flags/turkey.desktop +%%DATADIR%%/stencils/Flags/turkey.odg +%%DATADIR%%/stencils/Flags/turkey.png +%%DATADIR%%/stencils/Flags/turkmenistan.desktop +%%DATADIR%%/stencils/Flags/turkmenistan.odg +%%DATADIR%%/stencils/Flags/turkmenistan.png +%%DATADIR%%/stencils/Flags/tuvalu.desktop +%%DATADIR%%/stencils/Flags/tuvalu.odg +%%DATADIR%%/stencils/Flags/tuvalu.png +%%DATADIR%%/stencils/Flags/uganda.desktop +%%DATADIR%%/stencils/Flags/uganda.odg +%%DATADIR%%/stencils/Flags/uganda.png +%%DATADIR%%/stencils/Flags/ukraine.desktop +%%DATADIR%%/stencils/Flags/ukraine.odg +%%DATADIR%%/stencils/Flags/ukraine.png +%%DATADIR%%/stencils/Flags/unesco.desktop +%%DATADIR%%/stencils/Flags/unesco.odg +%%DATADIR%%/stencils/Flags/unesco.png +%%DATADIR%%/stencils/Flags/unicef.desktop +%%DATADIR%%/stencils/Flags/unicef.odg +%%DATADIR%%/stencils/Flags/unicef.png +%%DATADIR%%/stencils/Flags/united_arab_emirates.desktop +%%DATADIR%%/stencils/Flags/united_arab_emirates.odg +%%DATADIR%%/stencils/Flags/united_arab_emirates.png +%%DATADIR%%/stencils/Flags/united_kingdom.desktop +%%DATADIR%%/stencils/Flags/united_kingdom.odg +%%DATADIR%%/stencils/Flags/united_kingdom.png +%%DATADIR%%/stencils/Flags/united_states.desktop +%%DATADIR%%/stencils/Flags/united_states.odg +%%DATADIR%%/stencils/Flags/united_states.png +%%DATADIR%%/stencils/Flags/unitednations.desktop +%%DATADIR%%/stencils/Flags/unitednations.odg +%%DATADIR%%/stencils/Flags/unitednations.png +%%DATADIR%%/stencils/Flags/uruguay.desktop +%%DATADIR%%/stencils/Flags/uruguay.odg +%%DATADIR%%/stencils/Flags/uruguay.png +%%DATADIR%%/stencils/Flags/uzbekistan.desktop +%%DATADIR%%/stencils/Flags/uzbekistan.odg +%%DATADIR%%/stencils/Flags/uzbekistan.png +%%DATADIR%%/stencils/Flags/vanuatu.desktop +%%DATADIR%%/stencils/Flags/vanuatu.odg +%%DATADIR%%/stencils/Flags/vanuatu.png +%%DATADIR%%/stencils/Flags/vatican.desktop +%%DATADIR%%/stencils/Flags/vatican.odg +%%DATADIR%%/stencils/Flags/vatican.png +%%DATADIR%%/stencils/Flags/venezuela.desktop +%%DATADIR%%/stencils/Flags/venezuela.odg +%%DATADIR%%/stencils/Flags/venezuela.png +%%DATADIR%%/stencils/Flags/vietnam.desktop +%%DATADIR%%/stencils/Flags/vietnam.odg +%%DATADIR%%/stencils/Flags/vietnam.png +%%DATADIR%%/stencils/Flags/wake_island.desktop +%%DATADIR%%/stencils/Flags/wake_island.odg +%%DATADIR%%/stencils/Flags/wake_island.png +%%DATADIR%%/stencils/Flags/western_sahara.desktop +%%DATADIR%%/stencils/Flags/western_sahara.odg +%%DATADIR%%/stencils/Flags/western_sahara.png +%%DATADIR%%/stencils/Flags/who.desktop +%%DATADIR%%/stencils/Flags/who.odg +%%DATADIR%%/stencils/Flags/who.png +%%DATADIR%%/stencils/Flags/yemen.desktop +%%DATADIR%%/stencils/Flags/yemen.odg +%%DATADIR%%/stencils/Flags/yemen.png +%%DATADIR%%/stencils/Flags/zambia.desktop +%%DATADIR%%/stencils/Flags/zambia.odg +%%DATADIR%%/stencils/Flags/zambia.png +%%DATADIR%%/stencils/Flags/zimbabwe.desktop +%%DATADIR%%/stencils/Flags/zimbabwe.odg +%%DATADIR%%/stencils/Flags/zimbabwe.png +%%DATADIR%%/stencils/Gane_and_Sarson/alt-entity.desktop +%%DATADIR%%/stencils/Gane_and_Sarson/alt-entity.odg +%%DATADIR%%/stencils/Gane_and_Sarson/alt-entity.png +%%DATADIR%%/stencils/Gane_and_Sarson/collection.desktop +%%DATADIR%%/stencils/Gane_and_Sarson/data_store.desktop +%%DATADIR%%/stencils/Gane_and_Sarson/data_store.odg +%%DATADIR%%/stencils/Gane_and_Sarson/data_store.png +%%DATADIR%%/stencils/Gane_and_Sarson/entity.desktop +%%DATADIR%%/stencils/Gane_and_Sarson/entity.odg +%%DATADIR%%/stencils/Gane_and_Sarson/entity.png +%%DATADIR%%/stencils/Gane_and_Sarson/process.desktop +%%DATADIR%%/stencils/Gane_and_Sarson/process.odg +%%DATADIR%%/stencils/Gane_and_Sarson/process.png +%%DATADIR%%/stencils/Jigsaw/collection.desktop +%%DATADIR%%/stencils/Jigsaw/part_iiii.desktop +%%DATADIR%%/stencils/Jigsaw/part_iiii.odg +%%DATADIR%%/stencils/Jigsaw/part_iiii.png +%%DATADIR%%/stencils/Jigsaw/part_iiio.desktop +%%DATADIR%%/stencils/Jigsaw/part_iiio.odg +%%DATADIR%%/stencils/Jigsaw/part_iiio.png +%%DATADIR%%/stencils/Jigsaw/part_iioi.desktop +%%DATADIR%%/stencils/Jigsaw/part_iioi.odg +%%DATADIR%%/stencils/Jigsaw/part_iioi.png +%%DATADIR%%/stencils/Jigsaw/part_iioo.desktop +%%DATADIR%%/stencils/Jigsaw/part_iioo.odg +%%DATADIR%%/stencils/Jigsaw/part_iioo.png +%%DATADIR%%/stencils/Jigsaw/part_ioii.desktop +%%DATADIR%%/stencils/Jigsaw/part_ioii.odg +%%DATADIR%%/stencils/Jigsaw/part_ioii.png +%%DATADIR%%/stencils/Jigsaw/part_ioio.desktop +%%DATADIR%%/stencils/Jigsaw/part_ioio.odg +%%DATADIR%%/stencils/Jigsaw/part_ioio.png +%%DATADIR%%/stencils/Jigsaw/part_iooi.desktop +%%DATADIR%%/stencils/Jigsaw/part_iooi.odg +%%DATADIR%%/stencils/Jigsaw/part_iooi.png +%%DATADIR%%/stencils/Jigsaw/part_iooo.desktop +%%DATADIR%%/stencils/Jigsaw/part_iooo.odg +%%DATADIR%%/stencils/Jigsaw/part_iooo.png +%%DATADIR%%/stencils/Jigsaw/part_oiii.desktop +%%DATADIR%%/stencils/Jigsaw/part_oiii.odg +%%DATADIR%%/stencils/Jigsaw/part_oiii.png +%%DATADIR%%/stencils/Jigsaw/part_oiio.desktop +%%DATADIR%%/stencils/Jigsaw/part_oiio.odg +%%DATADIR%%/stencils/Jigsaw/part_oiio.png +%%DATADIR%%/stencils/Jigsaw/part_oioi.desktop +%%DATADIR%%/stencils/Jigsaw/part_oioi.odg +%%DATADIR%%/stencils/Jigsaw/part_oioi.png +%%DATADIR%%/stencils/Jigsaw/part_oioo.desktop +%%DATADIR%%/stencils/Jigsaw/part_oioo.odg +%%DATADIR%%/stencils/Jigsaw/part_oioo.png +%%DATADIR%%/stencils/Jigsaw/part_ooii.desktop +%%DATADIR%%/stencils/Jigsaw/part_ooii.odg +%%DATADIR%%/stencils/Jigsaw/part_ooii.png +%%DATADIR%%/stencils/Jigsaw/part_ooio.desktop +%%DATADIR%%/stencils/Jigsaw/part_ooio.odg +%%DATADIR%%/stencils/Jigsaw/part_ooio.png +%%DATADIR%%/stencils/Jigsaw/part_oooi.desktop +%%DATADIR%%/stencils/Jigsaw/part_oooi.odg +%%DATADIR%%/stencils/Jigsaw/part_oooi.png +%%DATADIR%%/stencils/Jigsaw/part_oooo.desktop +%%DATADIR%%/stencils/Jigsaw/part_oooo.odg +%%DATADIR%%/stencils/Jigsaw/part_oooo.png +%%DATADIR%%/stencils/LST/associator_subsystem.desktop +%%DATADIR%%/stencils/LST/associator_subsystem.odg +%%DATADIR%%/stencils/LST/associator_subsystem.png +%%DATADIR%%/stencils/LST/boundary.png +%%DATADIR%%/stencils/LST/cn_subsystem.desktop +%%DATADIR%%/stencils/LST/cn_subsystem.odg +%%DATADIR%%/stencils/LST/cn_subsystem.png +%%DATADIR%%/stencils/LST/collection.desktop +%%DATADIR%%/stencils/LST/convert_subsystem.desktop +%%DATADIR%%/stencils/LST/convert_subsystem.odg +%%DATADIR%%/stencils/LST/convert_subsystem.png +%%DATADIR%%/stencils/LST/converter.png +%%DATADIR%%/stencils/LST/decider_subsystem.desktop +%%DATADIR%%/stencils/LST/decider_subsystem.odg +%%DATADIR%%/stencils/LST/decider_subsystem.png +%%DATADIR%%/stencils/LST/decode_subsystem.desktop +%%DATADIR%%/stencils/LST/decode_subsystem.odg +%%DATADIR%%/stencils/LST/decode_subsystem.png +%%DATADIR%%/stencils/LST/decoder.desktop +%%DATADIR%%/stencils/LST/decoder.odg +%%DATADIR%%/stencils/LST/decoder.png +%%DATADIR%%/stencils/LST/distributor_subsystem.desktop +%%DATADIR%%/stencils/LST/distributor_subsystem.odg +%%DATADIR%%/stencils/LST/distributor_subsystem.png +%%DATADIR%%/stencils/LST/encode_subsystem.desktop +%%DATADIR%%/stencils/LST/encode_subsystem.odg +%%DATADIR%%/stencils/LST/encode_subsystem.png +%%DATADIR%%/stencils/LST/encoder.desktop +%%DATADIR%%/stencils/LST/encoder.odg +%%DATADIR%%/stencils/LST/encoder.png +%%DATADIR%%/stencils/LST/extruder.desktop +%%DATADIR%%/stencils/LST/extruder.odg +%%DATADIR%%/stencils/LST/extruder.png +%%DATADIR%%/stencils/LST/ingestor.png +%%DATADIR%%/stencils/LST/ingestor_subsystem.desktop +%%DATADIR%%/stencils/LST/ingestor_subsystem.odg +%%DATADIR%%/stencils/LST/ingestor_subsystem.png +%%DATADIR%%/stencils/LST/internal_subsystem.desktop +%%DATADIR%%/stencils/LST/internal_subsystem.odg +%%DATADIR%%/stencils/LST/internal_subsystem.png +%%DATADIR%%/stencils/LST/it_subsystem.desktop +%%DATADIR%%/stencils/LST/it_subsystem.odg +%%DATADIR%%/stencils/LST/it_subsystem.png +%%DATADIR%%/stencils/LST/memory_subsystem.desktop +%%DATADIR%%/stencils/LST/memory_subsystem.odg +%%DATADIR%%/stencils/LST/memory_subsystem.png +%%DATADIR%%/stencils/LST/mestorage.desktop +%%DATADIR%%/stencils/LST/mestorage.odg +%%DATADIR%%/stencils/LST/mestorage.png +%%DATADIR%%/stencils/LST/motor.desktop +%%DATADIR%%/stencils/LST/motor.odg +%%DATADIR%%/stencils/LST/motor.png +%%DATADIR%%/stencils/LST/ot_subsystem.desktop +%%DATADIR%%/stencils/LST/ot_subsystem.odg +%%DATADIR%%/stencils/LST/ot_subsystem.png +%%DATADIR%%/stencils/LST/producer.desktop +%%DATADIR%%/stencils/LST/producer.odg +%%DATADIR%%/stencils/LST/producer.png +%%DATADIR%%/stencils/LST/reproducer_subsystem.desktop +%%DATADIR%%/stencils/LST/reproducer_subsystem.odg +%%DATADIR%%/stencils/LST/reproducer_subsystem.png +%%DATADIR%%/stencils/LST/supporter_subsystem.desktop +%%DATADIR%%/stencils/LST/supporter_subsystem.odg +%%DATADIR%%/stencils/LST/supporter_subsystem.png +%%DATADIR%%/stencils/LST/timer.desktop +%%DATADIR%%/stencils/LST/timer.odg +%%DATADIR%%/stencils/LST/timer.png +%%DATADIR%%/stencils/Lights/ACL.desktop +%%DATADIR%%/stencils/Lights/ACL.odg +%%DATADIR%%/stencils/Lights/ACL.png +%%DATADIR%%/stencils/Lights/Blacklight.desktop +%%DATADIR%%/stencils/Lights/Blacklight.odg +%%DATADIR%%/stencils/Lights/Blacklight.png +%%DATADIR%%/stencils/Lights/Blinders.desktop +%%DATADIR%%/stencils/Lights/Blinders.odg +%%DATADIR%%/stencils/Lights/Blinders.png +%%DATADIR%%/stencils/Lights/ERS.desktop +%%DATADIR%%/stencils/Lights/ERS.odg +%%DATADIR%%/stencils/Lights/ERS.png +%%DATADIR%%/stencils/Lights/Fresnel.desktop +%%DATADIR%%/stencils/Lights/Fresnel.odg +%%DATADIR%%/stencils/Lights/Fresnel.png +%%DATADIR%%/stencils/Lights/Moving_head.desktop +%%DATADIR%%/stencils/Lights/Moving_head.odg +%%DATADIR%%/stencils/Lights/Moving_head.png +%%DATADIR%%/stencils/Lights/PAR.desktop +%%DATADIR%%/stencils/Lights/PAR.odg +%%DATADIR%%/stencils/Lights/PAR.png +%%DATADIR%%/stencils/Lights/PAR_floor.desktop +%%DATADIR%%/stencils/Lights/PAR_floor.odg +%%DATADIR%%/stencils/Lights/PAR_floor.png +%%DATADIR%%/stencils/Lights/PC.desktop +%%DATADIR%%/stencils/Lights/PC.odg +%%DATADIR%%/stencils/Lights/PC.png +%%DATADIR%%/stencils/Lights/Scanner.desktop +%%DATADIR%%/stencils/Lights/Scanner.odg +%%DATADIR%%/stencils/Lights/Scanner.png +%%DATADIR%%/stencils/Lights/Striplight.desktop +%%DATADIR%%/stencils/Lights/Striplight.odg +%%DATADIR%%/stencils/Lights/Striplight.png +%%DATADIR%%/stencils/Lights/Stroboscope.desktop +%%DATADIR%%/stencils/Lights/Stroboscope.odg +%%DATADIR%%/stencils/Lights/Stroboscope.png +%%DATADIR%%/stencils/Lights/Structure.desktop +%%DATADIR%%/stencils/Lights/Structure.odg +%%DATADIR%%/stencils/Lights/Structure.png +%%DATADIR%%/stencils/Lights/collection.desktop +%%DATADIR%%/stencils/Logic/and.desktop +%%DATADIR%%/stencils/Logic/and.odg +%%DATADIR%%/stencils/Logic/and.png +%%DATADIR%%/stencils/Logic/buffer.desktop +%%DATADIR%%/stencils/Logic/buffer.odg +%%DATADIR%%/stencils/Logic/buffer.png +%%DATADIR%%/stencils/Logic/collection.desktop +%%DATADIR%%/stencils/Logic/connector.desktop +%%DATADIR%%/stencils/Logic/connector.odg +%%DATADIR%%/stencils/Logic/connector.png +%%DATADIR%%/stencils/Logic/inverter.desktop +%%DATADIR%%/stencils/Logic/inverter.odg +%%DATADIR%%/stencils/Logic/inverter.png +%%DATADIR%%/stencils/Logic/nand.desktop +%%DATADIR%%/stencils/Logic/nand.odg +%%DATADIR%%/stencils/Logic/nand.png +%%DATADIR%%/stencils/Logic/nor.desktop +%%DATADIR%%/stencils/Logic/nor.odg +%%DATADIR%%/stencils/Logic/nor.png +%%DATADIR%%/stencils/Logic/not.desktop +%%DATADIR%%/stencils/Logic/not.odg +%%DATADIR%%/stencils/Logic/not.png +%%DATADIR%%/stencils/Logic/or.desktop +%%DATADIR%%/stencils/Logic/or.odg +%%DATADIR%%/stencils/Logic/or.png +%%DATADIR%%/stencils/Logic/xor.desktop +%%DATADIR%%/stencils/Logic/xor.odg +%%DATADIR%%/stencils/Logic/xor.png +%%DATADIR%%/stencils/MSE/collection.desktop +%%DATADIR%%/stencils/MSE/demultiplexer.desktop +%%DATADIR%%/stencils/MSE/demultiplexer.odg +%%DATADIR%%/stencils/MSE/demultiplexer.png +%%DATADIR%%/stencils/MSE/large_extension_node.desktop +%%DATADIR%%/stencils/MSE/large_extension_node.odg +%%DATADIR%%/stencils/MSE/large_extension_node.png +%%DATADIR%%/stencils/MSE/multiplexer.desktop +%%DATADIR%%/stencils/MSE/multiplexer.odg +%%DATADIR%%/stencils/MSE/multiplexer.png +%%DATADIR%%/stencils/MSE/node_center.desktop +%%DATADIR%%/stencils/MSE/node_center.odg +%%DATADIR%%/stencils/MSE/node_center.png +%%DATADIR%%/stencils/MSE/small_extension_node.desktop +%%DATADIR%%/stencils/MSE/small_extension_node.odg +%%DATADIR%%/stencils/MSE/small_extension_node.png +%%DATADIR%%/stencils/MSE/tacsat.desktop +%%DATADIR%%/stencils/MSE/tacsat.odg +%%DATADIR%%/stencils/MSE/tacsat.png +%%DATADIR%%/stencils/Map/Block1.desktop +%%DATADIR%%/stencils/Map/Block1.odg +%%DATADIR%%/stencils/Map/Block1.png +%%DATADIR%%/stencils/Map/Block2.desktop +%%DATADIR%%/stencils/Map/Block2.odg +%%DATADIR%%/stencils/Map/Block2.png +%%DATADIR%%/stencils/Map/Block3.desktop +%%DATADIR%%/stencils/Map/Block3.odg +%%DATADIR%%/stencils/Map/Block3.png +%%DATADIR%%/stencils/Map/Block4.desktop +%%DATADIR%%/stencils/Map/Block4.odg +%%DATADIR%%/stencils/Map/Block4.png +%%DATADIR%%/stencils/Map/Block5.desktop +%%DATADIR%%/stencils/Map/Block5.odg +%%DATADIR%%/stencils/Map/Block5.png +%%DATADIR%%/stencils/Map/Block6.desktop +%%DATADIR%%/stencils/Map/Block6.odg +%%DATADIR%%/stencils/Map/Block6.png +%%DATADIR%%/stencils/Map/Block7.desktop +%%DATADIR%%/stencils/Map/Block7.odg +%%DATADIR%%/stencils/Map/Block7.png +%%DATADIR%%/stencils/Map/Car1.desktop +%%DATADIR%%/stencils/Map/Car1.odg +%%DATADIR%%/stencils/Map/Car1.png +%%DATADIR%%/stencils/Map/Car2.desktop +%%DATADIR%%/stencils/Map/Car2.odg +%%DATADIR%%/stencils/Map/Car2.png +%%DATADIR%%/stencils/Map/Corner1.desktop +%%DATADIR%%/stencils/Map/Corner1.odg +%%DATADIR%%/stencils/Map/Corner1.png +%%DATADIR%%/stencils/Map/Corner2.desktop +%%DATADIR%%/stencils/Map/Corner2.odg +%%DATADIR%%/stencils/Map/Corner2.png +%%DATADIR%%/stencils/Map/Crossroads.desktop +%%DATADIR%%/stencils/Map/Crossroads.odg +%%DATADIR%%/stencils/Map/Crossroads.png +%%DATADIR%%/stencils/Map/Elevated.desktop +%%DATADIR%%/stencils/Map/Elevated.odg +%%DATADIR%%/stencils/Map/Elevated.png +%%DATADIR%%/stencils/Map/Factory.desktop +%%DATADIR%%/stencils/Map/Factory.odg +%%DATADIR%%/stencils/Map/Factory.png +%%DATADIR%%/stencils/Map/FootBridge.desktop +%%DATADIR%%/stencils/Map/FootBridge.odg +%%DATADIR%%/stencils/Map/FootBridge.png +%%DATADIR%%/stencils/Map/OneWay.desktop +%%DATADIR%%/stencils/Map/OneWay.odg +%%DATADIR%%/stencils/Map/OneWay.png +%%DATADIR%%/stencils/Map/RedCar.desktop +%%DATADIR%%/stencils/Map/RedCar.odg +%%DATADIR%%/stencils/Map/RedCar.png +%%DATADIR%%/stencils/Map/River.desktop +%%DATADIR%%/stencils/Map/River.odg +%%DATADIR%%/stencils/Map/River.png +%%DATADIR%%/stencils/Map/Road1.desktop +%%DATADIR%%/stencils/Map/Road1.odg +%%DATADIR%%/stencils/Map/Road1.png +%%DATADIR%%/stencils/Map/Roof1.desktop +%%DATADIR%%/stencils/Map/Roof1.odg +%%DATADIR%%/stencils/Map/Roof1.png +%%DATADIR%%/stencils/Map/StraightRoad1.desktop +%%DATADIR%%/stencils/Map/StraightRoad1.odg +%%DATADIR%%/stencils/Map/StraightRoad1.png +%%DATADIR%%/stencils/Map/T-Junction.desktop +%%DATADIR%%/stencils/Map/T-Junction.odg +%%DATADIR%%/stencils/Map/T-Junction.png +%%DATADIR%%/stencils/Map/Train1.desktop +%%DATADIR%%/stencils/Map/Train1.odg +%%DATADIR%%/stencils/Map/Train1.png +%%DATADIR%%/stencils/Map/Train2.desktop +%%DATADIR%%/stencils/Map/Train2.odg +%%DATADIR%%/stencils/Map/Train2.png +%%DATADIR%%/stencils/Map/Tree1.desktop +%%DATADIR%%/stencils/Map/Tree1.odg +%%DATADIR%%/stencils/Map/Tree1.png +%%DATADIR%%/stencils/Map/collection.desktop +%%DATADIR%%/stencils/Misc/collection.desktop +%%DATADIR%%/stencils/Misc/expended-node.desktop +%%DATADIR%%/stencils/Misc/expended-node.odg +%%DATADIR%%/stencils/Misc/expended-node.png +%%DATADIR%%/stencils/Misc/expensible-node.desktop +%%DATADIR%%/stencils/Misc/expensible-node.odg +%%DATADIR%%/stencils/Misc/expensible-node.png +%%DATADIR%%/stencils/Misc/file.desktop +%%DATADIR%%/stencils/Misc/file.odg +%%DATADIR%%/stencils/Misc/file.png +%%DATADIR%%/stencils/Misc/folder.desktop +%%DATADIR%%/stencils/Misc/folder.odg +%%DATADIR%%/stencils/Misc/folder.png +%%DATADIR%%/stencils/Network/antenna.desktop +%%DATADIR%%/stencils/Network/antenna.odg +%%DATADIR%%/stencils/Network/antenna.png +%%DATADIR%%/stencils/Network/collection.desktop +%%DATADIR%%/stencils/Network/computer.desktop +%%DATADIR%%/stencils/Network/computer.odg +%%DATADIR%%/stencils/Network/computer.png +%%DATADIR%%/stencils/Network/dat_external.desktop +%%DATADIR%%/stencils/Network/dat_external.odg +%%DATADIR%%/stencils/Network/dat_external.png +%%DATADIR%%/stencils/Network/digitizing_board.desktop +%%DATADIR%%/stencils/Network/digitizing_board.odg +%%DATADIR%%/stencils/Network/digitizing_board.png +%%DATADIR%%/stencils/Network/disc.desktop +%%DATADIR%%/stencils/Network/disc.odg +%%DATADIR%%/stencils/Network/disc.png +%%DATADIR%%/stencils/Network/diskette.desktop +%%DATADIR%%/stencils/Network/diskette.odg +%%DATADIR%%/stencils/Network/diskette.png +%%DATADIR%%/stencils/Network/firewall.desktop +%%DATADIR%%/stencils/Network/firewall.odg +%%DATADIR%%/stencils/Network/firewall.png +%%DATADIR%%/stencils/Network/flash.desktop +%%DATADIR%%/stencils/Network/flash.odg +%%DATADIR%%/stencils/Network/flash.png +%%DATADIR%%/stencils/Network/genmonitor.desktop +%%DATADIR%%/stencils/Network/genmonitor.odg +%%DATADIR%%/stencils/Network/genmonitor.png +%%DATADIR%%/stencils/Network/hub.desktop +%%DATADIR%%/stencils/Network/hub.odg +%%DATADIR%%/stencils/Network/hub.png +%%DATADIR%%/stencils/Network/mobile_phone.desktop +%%DATADIR%%/stencils/Network/mobile_phone.odg +%%DATADIR%%/stencils/Network/mobile_phone.png +%%DATADIR%%/stencils/Network/modem.desktop +%%DATADIR%%/stencils/Network/modem.odg +%%DATADIR%%/stencils/Network/modem.png +%%DATADIR%%/stencils/Network/modularswitch.desktop +%%DATADIR%%/stencils/Network/modularswitch.odg +%%DATADIR%%/stencils/Network/modularswitch.png +%%DATADIR%%/stencils/Network/monitor.desktop +%%DATADIR%%/stencils/Network/monitor.odg +%%DATADIR%%/stencils/Network/monitor.png +%%DATADIR%%/stencils/Network/nwcloud.desktop +%%DATADIR%%/stencils/Network/nwcloud.odg +%%DATADIR%%/stencils/Network/nwcloud.png +%%DATADIR%%/stencils/Network/patch-panel.desktop +%%DATADIR%%/stencils/Network/patch-panel.odg +%%DATADIR%%/stencils/Network/patch-panel.png +%%DATADIR%%/stencils/Network/pc_bigtower.desktop +%%DATADIR%%/stencils/Network/pc_bigtower.odg +%%DATADIR%%/stencils/Network/pc_bigtower.png +%%DATADIR%%/stencils/Network/pc_desktop.desktop +%%DATADIR%%/stencils/Network/pc_desktop.odg +%%DATADIR%%/stencils/Network/pc_desktop.png +%%DATADIR%%/stencils/Network/pc_miditower.desktop +%%DATADIR%%/stencils/Network/pc_miditower.odg +%%DATADIR%%/stencils/Network/pc_miditower.png +%%DATADIR%%/stencils/Network/pc_minitower.desktop +%%DATADIR%%/stencils/Network/pc_minitower.odg +%%DATADIR%%/stencils/Network/pc_minitower.png +%%DATADIR%%/stencils/Network/plotter.desktop +%%DATADIR%%/stencils/Network/plotter.odg +%%DATADIR%%/stencils/Network/plotter.png +%%DATADIR%%/stencils/Network/printer.desktop +%%DATADIR%%/stencils/Network/printer.odg +%%DATADIR%%/stencils/Network/printer.png +%%DATADIR%%/stencils/Network/rj45plug.desktop +%%DATADIR%%/stencils/Network/rj45plug.odg +%%DATADIR%%/stencils/Network/rj45plug.png +%%DATADIR%%/stencils/Network/router-symbol.desktop +%%DATADIR%%/stencils/Network/router-symbol.odg +%%DATADIR%%/stencils/Network/router-symbol.png +%%DATADIR%%/stencils/Network/sceadplug.desktop +%%DATADIR%%/stencils/Network/sceadplug.odg +%%DATADIR%%/stencils/Network/sceadplug.png +%%DATADIR%%/stencils/Network/speaker.desktop +%%DATADIR%%/stencils/Network/speaker.odg +%%DATADIR%%/stencils/Network/speaker.png +%%DATADIR%%/stencils/Network/speaker_amp.desktop +%%DATADIR%%/stencils/Network/speaker_amp.odg +%%DATADIR%%/stencils/Network/speaker_amp.png +%%DATADIR%%/stencils/Network/switch-atm-symbol.desktop +%%DATADIR%%/stencils/Network/switch-atm-symbol.odg +%%DATADIR%%/stencils/Network/switch-atm-symbol.png +%%DATADIR%%/stencils/Network/switch-symbol.desktop +%%DATADIR%%/stencils/Network/switch-symbol.odg +%%DATADIR%%/stencils/Network/switch-symbol.png +%%DATADIR%%/stencils/Network/telephone.desktop +%%DATADIR%%/stencils/Network/telephone.odg +%%DATADIR%%/stencils/Network/telephone.png +%%DATADIR%%/stencils/Network/workstation.desktop +%%DATADIR%%/stencils/Network/workstation.odg +%%DATADIR%%/stencils/Network/workstation.png +%%DATADIR%%/stencils/Network/zip-disk.desktop +%%DATADIR%%/stencils/Network/zip-disk.odg +%%DATADIR%%/stencils/Network/zip-disk.png +%%DATADIR%%/stencils/Optics/atten.desktop +%%DATADIR%%/stencils/Optics/atten.odg +%%DATADIR%%/stencils/Optics/atten.png +%%DATADIR%%/stencils/Optics/beam.desktop +%%DATADIR%%/stencils/Optics/beam.odg +%%DATADIR%%/stencils/Optics/beam.png +%%DATADIR%%/stencils/Optics/circulator.desktop +%%DATADIR%%/stencils/Optics/circulator.odg +%%DATADIR%%/stencils/Optics/circulator.png +%%DATADIR%%/stencils/Optics/collection.desktop +%%DATADIR%%/stencils/Optics/coupler.desktop +%%DATADIR%%/stencils/Optics/coupler.odg +%%DATADIR%%/stencils/Optics/coupler.png +%%DATADIR%%/stencils/Optics/coupler_vert.desktop +%%DATADIR%%/stencils/Optics/coupler_vert.odg +%%DATADIR%%/stencils/Optics/coupler_vert.png +%%DATADIR%%/stencils/Optics/detector.desktop +%%DATADIR%%/stencils/Optics/detector.odg +%%DATADIR%%/stencils/Optics/detector.png +%%DATADIR%%/stencils/Optics/detector_vert.desktop +%%DATADIR%%/stencils/Optics/detector_vert.odg +%%DATADIR%%/stencils/Optics/detector_vert.png +%%DATADIR%%/stencils/Optics/dfb_laser.desktop +%%DATADIR%%/stencils/Optics/dfb_laser.odg +%%DATADIR%%/stencils/Optics/dfb_laser.png +%%DATADIR%%/stencils/Optics/dfb_laser_big.png +%%DATADIR%%/stencils/Optics/dfb_laser_vert.desktop +%%DATADIR%%/stencils/Optics/dfb_laser_vert.odg +%%DATADIR%%/stencils/Optics/dfb_laser_vert.png +%%DATADIR%%/stencils/Optics/edfa.desktop +%%DATADIR%%/stencils/Optics/edfa.odg +%%DATADIR%%/stencils/Optics/edfa.png +%%DATADIR%%/stencils/Optics/edfa_vert.desktop +%%DATADIR%%/stencils/Optics/edfa_vert.odg +%%DATADIR%%/stencils/Optics/edfa_vert.png +%%DATADIR%%/stencils/Optics/fibre.desktop +%%DATADIR%%/stencils/Optics/fibre.odg +%%DATADIR%%/stencils/Optics/fibre.png +%%DATADIR%%/stencils/Optics/fibre_vert.desktop +%%DATADIR%%/stencils/Optics/fibre_vert.odg +%%DATADIR%%/stencils/Optics/fibre_vert.png +%%DATADIR%%/stencils/Optics/isolator.desktop +%%DATADIR%%/stencils/Optics/isolator.odg +%%DATADIR%%/stencils/Optics/isolator.png +%%DATADIR%%/stencils/Optics/isolator_vert.desktop +%%DATADIR%%/stencils/Optics/isolator_vert.odg +%%DATADIR%%/stencils/Optics/isolator_vert.png +%%DATADIR%%/stencils/Optics/lpg.desktop +%%DATADIR%%/stencils/Optics/lpg.odg +%%DATADIR%%/stencils/Optics/lpg.png +%%DATADIR%%/stencils/Optics/lpg_vert.desktop +%%DATADIR%%/stencils/Optics/lpg_vert.odg +%%DATADIR%%/stencils/Optics/lpg_vert.png +%%DATADIR%%/stencils/Optics/mod.desktop +%%DATADIR%%/stencils/Optics/mod.odg +%%DATADIR%%/stencils/Optics/mod.png +%%DATADIR%%/stencils/Optics/mod_vert.desktop +%%DATADIR%%/stencils/Optics/mod_vert.odg +%%DATADIR%%/stencils/Optics/mod_vert.png +%%DATADIR%%/stencils/Optics/phasemod.desktop +%%DATADIR%%/stencils/Optics/phasemod.odg +%%DATADIR%%/stencils/Optics/phasemod.png +%%DATADIR%%/stencils/Optics/phasemod_vert.desktop +%%DATADIR%%/stencils/Optics/phasemod_vert.odg +%%DATADIR%%/stencils/Optics/phasemod_vert.png +%%DATADIR%%/stencils/Optics/polarisation_control.desktop +%%DATADIR%%/stencils/Optics/polarisation_control.odg +%%DATADIR%%/stencils/Optics/polarisation_control.png +%%DATADIR%%/stencils/Optics/polarisation_control_vert.desktop +%%DATADIR%%/stencils/Optics/polarisation_control_vert.odg +%%DATADIR%%/stencils/Optics/polarisation_control_vert.png +%%DATADIR%%/stencils/Optics/scope.desktop +%%DATADIR%%/stencils/Optics/scope.odg +%%DATADIR%%/stencils/Optics/scope.png +%%DATADIR%%/stencils/Optics/sine.desktop +%%DATADIR%%/stencils/Optics/sine.odg +%%DATADIR%%/stencils/Optics/sine.png +%%DATADIR%%/stencils/Optics/spectrum.desktop +%%DATADIR%%/stencils/Optics/spectrum.odg +%%DATADIR%%/stencils/Optics/spectrum.png +%%DATADIR%%/stencils/Optics/square.desktop +%%DATADIR%%/stencils/Optics/square.odg +%%DATADIR%%/stencils/Optics/square.png +%%DATADIR%%/stencils/Optics/tuneable.desktop +%%DATADIR%%/stencils/Optics/tuneable.odg +%%DATADIR%%/stencils/Optics/tuneable.png +%%DATADIR%%/stencils/Optics/wave.desktop +%%DATADIR%%/stencils/Optics/wave.odg +%%DATADIR%%/stencils/Optics/wave.png +%%DATADIR%%/stencils/Pneumatic/cnx.desktop +%%DATADIR%%/stencils/Pneumatic/cnx.odg +%%DATADIR%%/stencils/Pneumatic/cnx.png +%%DATADIR%%/stencils/Pneumatic/collection.desktop +%%DATADIR%%/stencils/Pneumatic/comelec1.desktop +%%DATADIR%%/stencils/Pneumatic/comelec1.odg +%%DATADIR%%/stencils/Pneumatic/comelec1.png +%%DATADIR%%/stencils/Pneumatic/comelec2.desktop +%%DATADIR%%/stencils/Pneumatic/comelec2.odg +%%DATADIR%%/stencils/Pneumatic/comelec2.png +%%DATADIR%%/stencils/Pneumatic/commusc.desktop +%%DATADIR%%/stencils/Pneumatic/commusc.odg +%%DATADIR%%/stencils/Pneumatic/commusc.png +%%DATADIR%%/stencils/Pneumatic/compb.desktop +%%DATADIR%%/stencils/Pneumatic/compb.odg +%%DATADIR%%/stencils/Pneumatic/compb.png +%%DATADIR%%/stencils/Pneumatic/compilh.desktop +%%DATADIR%%/stencils/Pneumatic/compilh.odg +%%DATADIR%%/stencils/Pneumatic/compilh.png +%%DATADIR%%/stencils/Pneumatic/compilp.desktop +%%DATADIR%%/stencils/Pneumatic/compilp.odg +%%DATADIR%%/stencils/Pneumatic/compilp.png +%%DATADIR%%/stencils/Pneumatic/compush.desktop +%%DATADIR%%/stencils/Pneumatic/compush.odg +%%DATADIR%%/stencils/Pneumatic/compush.png +%%DATADIR%%/stencils/Pneumatic/comspr.desktop +%%DATADIR%%/stencils/Pneumatic/comspr.odg +%%DATADIR%%/stencils/Pneumatic/comspr.png +%%DATADIR%%/stencils/Pneumatic/dejack.desktop +%%DATADIR%%/stencils/Pneumatic/dejack.odg +%%DATADIR%%/stencils/Pneumatic/dejack.png +%%DATADIR%%/stencils/Pneumatic/dist22.desktop +%%DATADIR%%/stencils/Pneumatic/dist22.odg +%%DATADIR%%/stencils/Pneumatic/dist22.png +%%DATADIR%%/stencils/Pneumatic/dist32.desktop +%%DATADIR%%/stencils/Pneumatic/dist32.odg +%%DATADIR%%/stencils/Pneumatic/dist32.png +%%DATADIR%%/stencils/Pneumatic/dist42.desktop +%%DATADIR%%/stencils/Pneumatic/dist42.odg +%%DATADIR%%/stencils/Pneumatic/dist42.png +%%DATADIR%%/stencils/Pneumatic/dist52.desktop +%%DATADIR%%/stencils/Pneumatic/dist52.odg +%%DATADIR%%/stencils/Pneumatic/dist52.png +%%DATADIR%%/stencils/Pneumatic/drain.desktop +%%DATADIR%%/stencils/Pneumatic/drain.odg +%%DATADIR%%/stencils/Pneumatic/drain.png +%%DATADIR%%/stencils/Pneumatic/press.desktop +%%DATADIR%%/stencils/Pneumatic/press.odg +%%DATADIR%%/stencils/Pneumatic/press.png +%%DATADIR%%/stencils/Pneumatic/presshy.desktop +%%DATADIR%%/stencils/Pneumatic/presshy.odg +%%DATADIR%%/stencils/Pneumatic/presshy.png +%%DATADIR%%/stencils/Pneumatic/presspn.desktop +%%DATADIR%%/stencils/Pneumatic/presspn.odg +%%DATADIR%%/stencils/Pneumatic/presspn.png +%%DATADIR%%/stencils/Pneumatic/seijack.desktop +%%DATADIR%%/stencils/Pneumatic/seijack.odg +%%DATADIR%%/stencils/Pneumatic/seijack.png +%%DATADIR%%/stencils/Pneumatic/seojack.desktop +%%DATADIR%%/stencils/Pneumatic/seojack.odg +%%DATADIR%%/stencils/Pneumatic/seojack.png +%%DATADIR%%/stencils/RDP/collection.desktop +%%DATADIR%%/stencils/RDP/place.desktop +%%DATADIR%%/stencils/RDP/place.odg +%%DATADIR%%/stencils/RDP/place.png +%%DATADIR%%/stencils/RDP/place_marquee.desktop +%%DATADIR%%/stencils/RDP/place_marquee.odg +%%DATADIR%%/stencils/RDP/place_marquee.png +%%DATADIR%%/stencils/RDP/t_transition.desktop +%%DATADIR%%/stencils/RDP/t_transition.odg +%%DATADIR%%/stencils/RDP/t_transition.png +%%DATADIR%%/stencils/RDP/transition.desktop +%%DATADIR%%/stencils/RDP/transition.odg +%%DATADIR%%/stencils/RDP/transition.png +%%DATADIR%%/stencils/Racks/collection.desktop +%%DATADIR%%/stencils/Racks/equipment_10u.desktop +%%DATADIR%%/stencils/Racks/equipment_10u.odg +%%DATADIR%%/stencils/Racks/equipment_10u.png +%%DATADIR%%/stencils/Racks/equipment_11u.desktop +%%DATADIR%%/stencils/Racks/equipment_11u.odg +%%DATADIR%%/stencils/Racks/equipment_11u.png +%%DATADIR%%/stencils/Racks/equipment_12u.desktop +%%DATADIR%%/stencils/Racks/equipment_12u.odg +%%DATADIR%%/stencils/Racks/equipment_12u.png +%%DATADIR%%/stencils/Racks/equipment_1u.desktop +%%DATADIR%%/stencils/Racks/equipment_1u.odg +%%DATADIR%%/stencils/Racks/equipment_1u.png +%%DATADIR%%/stencils/Racks/equipment_2u.desktop +%%DATADIR%%/stencils/Racks/equipment_2u.odg +%%DATADIR%%/stencils/Racks/equipment_2u.png +%%DATADIR%%/stencils/Racks/equipment_3u.desktop +%%DATADIR%%/stencils/Racks/equipment_3u.odg +%%DATADIR%%/stencils/Racks/equipment_3u.png +%%DATADIR%%/stencils/Racks/equipment_4u.desktop +%%DATADIR%%/stencils/Racks/equipment_4u.odg +%%DATADIR%%/stencils/Racks/equipment_4u.png +%%DATADIR%%/stencils/Racks/equipment_5u.desktop +%%DATADIR%%/stencils/Racks/equipment_5u.odg +%%DATADIR%%/stencils/Racks/equipment_5u.png +%%DATADIR%%/stencils/Racks/equipment_6u.desktop +%%DATADIR%%/stencils/Racks/equipment_6u.odg +%%DATADIR%%/stencils/Racks/equipment_6u.png +%%DATADIR%%/stencils/Racks/equipment_7u.desktop +%%DATADIR%%/stencils/Racks/equipment_7u.odg +%%DATADIR%%/stencils/Racks/equipment_7u.png +%%DATADIR%%/stencils/Racks/equipment_8u.desktop +%%DATADIR%%/stencils/Racks/equipment_8u.odg +%%DATADIR%%/stencils/Racks/equipment_8u.png +%%DATADIR%%/stencils/Racks/equipment_9u.desktop +%%DATADIR%%/stencils/Racks/equipment_9u.odg +%%DATADIR%%/stencils/Racks/equipment_9u.png +%%DATADIR%%/stencils/Racks/power_strip_bs.png +%%DATADIR%%/stencils/Racks/power_strip_bs_7.desktop +%%DATADIR%%/stencils/Racks/power_strip_bs_7.odg +%%DATADIR%%/stencils/Racks/power_strip_schuko.png +%%DATADIR%%/stencils/Racks/power_strip_schuko_8.desktop +%%DATADIR%%/stencils/Racks/power_strip_schuko_8.odg +%%DATADIR%%/stencils/Racks/power_strip_ute.png +%%DATADIR%%/stencils/Racks/power_strip_ute_8.desktop +%%DATADIR%%/stencils/Racks/power_strip_ute_8.odg +%%DATADIR%%/stencils/Racks/rack_12u.desktop +%%DATADIR%%/stencils/Racks/rack_12u.odg +%%DATADIR%%/stencils/Racks/rack_12u.png +%%DATADIR%%/stencils/Racks/rack_16u.desktop +%%DATADIR%%/stencils/Racks/rack_16u.odg +%%DATADIR%%/stencils/Racks/rack_16u.png +%%DATADIR%%/stencils/Racks/rack_20u.desktop +%%DATADIR%%/stencils/Racks/rack_20u.odg +%%DATADIR%%/stencils/Racks/rack_20u.png +%%DATADIR%%/stencils/Racks/rack_38u.desktop +%%DATADIR%%/stencils/Racks/rack_38u.odg +%%DATADIR%%/stencils/Racks/rack_38u.png +%%DATADIR%%/stencils/Racks/rack_42u.desktop +%%DATADIR%%/stencils/Racks/rack_42u.odg +%%DATADIR%%/stencils/Racks/rack_42u.png +%%DATADIR%%/stencils/Racks/rack_label_anchors_42u.desktop +%%DATADIR%%/stencils/Racks/rack_label_anchors_42u.odg +%%DATADIR%%/stencils/Racks/rack_label_anchors_42u.png +%%DATADIR%%/stencils/Renewable_Energy/collection.desktop +%%DATADIR%%/stencils/Renewable_Energy/cup_anemometer.desktop +%%DATADIR%%/stencils/Renewable_Energy/cup_anemometer.odg +%%DATADIR%%/stencils/Renewable_Energy/cup_anemometer.png +%%DATADIR%%/stencils/Renewable_Energy/data_logger.desktop +%%DATADIR%%/stencils/Renewable_Energy/data_logger.odg +%%DATADIR%%/stencils/Renewable_Energy/data_logger.png +%%DATADIR%%/stencils/Renewable_Energy/meas_tower.desktop +%%DATADIR%%/stencils/Renewable_Energy/meas_tower.odg +%%DATADIR%%/stencils/Renewable_Energy/meas_tower.png +%%DATADIR%%/stencils/Renewable_Energy/solar_module.desktop +%%DATADIR%%/stencils/Renewable_Energy/solar_module.odg +%%DATADIR%%/stencils/Renewable_Energy/solar_module.png +%%DATADIR%%/stencils/Renewable_Energy/temp_humi_sensor.desktop +%%DATADIR%%/stencils/Renewable_Energy/temp_humi_sensor.odg +%%DATADIR%%/stencils/Renewable_Energy/temp_humi_sensor.png +%%DATADIR%%/stencils/Renewable_Energy/wind_turbine.desktop +%%DATADIR%%/stencils/Renewable_Energy/wind_turbine.odg +%%DATADIR%%/stencils/Renewable_Energy/wind_turbine.png +%%DATADIR%%/stencils/Renewable_Energy/wind_vane.desktop +%%DATADIR%%/stencils/Renewable_Energy/wind_vane.odg +%%DATADIR%%/stencils/Renewable_Energy/wind_vane.png +%%DATADIR%%/stencils/SDL/block.desktop +%%DATADIR%%/stencils/SDL/block.odg +%%DATADIR%%/stencils/SDL/block.png +%%DATADIR%%/stencils/SDL/collection.desktop +%%DATADIR%%/stencils/SDL/comment.desktop +%%DATADIR%%/stencils/SDL/comment.odg +%%DATADIR%%/stencils/SDL/comment.png +%%DATADIR%%/stencils/SDL/decision.desktop +%%DATADIR%%/stencils/SDL/decision.odg +%%DATADIR%%/stencils/SDL/decision.png +%%DATADIR%%/stencils/SDL/function.desktop +%%DATADIR%%/stencils/SDL/function.odg +%%DATADIR%%/stencils/SDL/function.png +%%DATADIR%%/stencils/SDL/header.desktop +%%DATADIR%%/stencils/SDL/header.odg +%%DATADIR%%/stencils/SDL/header.png +%%DATADIR%%/stencils/SDL/inout.desktop +%%DATADIR%%/stencils/SDL/inout.odg +%%DATADIR%%/stencils/SDL/inout.png +%%DATADIR%%/stencils/SDL/macro.desktop +%%DATADIR%%/stencils/SDL/macro.odg +%%DATADIR%%/stencils/SDL/macro.png +%%DATADIR%%/stencils/SDL/note.desktop +%%DATADIR%%/stencils/SDL/note.odg +%%DATADIR%%/stencils/SDL/note.png +%%DATADIR%%/stencils/SDL/process.desktop +%%DATADIR%%/stencils/SDL/process.odg +%%DATADIR%%/stencils/SDL/process.png +%%DATADIR%%/stencils/SDL/receive.desktop +%%DATADIR%%/stencils/SDL/receive.odg +%%DATADIR%%/stencils/SDL/receive.png +%%DATADIR%%/stencils/SDL/return.desktop +%%DATADIR%%/stencils/SDL/return.odg +%%DATADIR%%/stencils/SDL/return.png +%%DATADIR%%/stencils/SDL/save.desktop +%%DATADIR%%/stencils/SDL/save.odg +%%DATADIR%%/stencils/SDL/save.png +%%DATADIR%%/stencils/SDL/send.desktop +%%DATADIR%%/stencils/SDL/send.odg +%%DATADIR%%/stencils/SDL/send.png +%%DATADIR%%/stencils/SDL/service.desktop +%%DATADIR%%/stencils/SDL/service.odg +%%DATADIR%%/stencils/SDL/service.png +%%DATADIR%%/stencils/SDL/state.desktop +%%DATADIR%%/stencils/SDL/state.odg +%%DATADIR%%/stencils/SDL/state.png +%%DATADIR%%/stencils/SDL/stop.desktop +%%DATADIR%%/stencils/SDL/stop.odg +%%DATADIR%%/stencils/SDL/stop.png +%%DATADIR%%/stencils/SDL/task.desktop +%%DATADIR%%/stencils/SDL/task.odg +%%DATADIR%%/stencils/SDL/task.png +%%DATADIR%%/stencils/Scenegraph/appearance.desktop +%%DATADIR%%/stencils/Scenegraph/appearance.odg +%%DATADIR%%/stencils/Scenegraph/appearance.png +%%DATADIR%%/stencils/Scenegraph/callback.desktop +%%DATADIR%%/stencils/Scenegraph/callback.odg +%%DATADIR%%/stencils/Scenegraph/callback.png +%%DATADIR%%/stencils/Scenegraph/camera.desktop +%%DATADIR%%/stencils/Scenegraph/camera.odg +%%DATADIR%%/stencils/Scenegraph/camera.png +%%DATADIR%%/stencils/Scenegraph/collection.desktop +%%DATADIR%%/stencils/Scenegraph/component.desktop +%%DATADIR%%/stencils/Scenegraph/component.odg +%%DATADIR%%/stencils/Scenegraph/component.png +%%DATADIR%%/stencils/Scenegraph/engine.desktop +%%DATADIR%%/stencils/Scenegraph/engine.odg +%%DATADIR%%/stencils/Scenegraph/engine.png +%%DATADIR%%/stencils/Scenegraph/field.desktop +%%DATADIR%%/stencils/Scenegraph/field.odg +%%DATADIR%%/stencils/Scenegraph/field.png +%%DATADIR%%/stencils/Scenegraph/group.desktop +%%DATADIR%%/stencils/Scenegraph/group.odg +%%DATADIR%%/stencils/Scenegraph/group.png +%%DATADIR%%/stencils/Scenegraph/light.desktop +%%DATADIR%%/stencils/Scenegraph/light.odg +%%DATADIR%%/stencils/Scenegraph/light.png +%%DATADIR%%/stencils/Scenegraph/manipulator.desktop +%%DATADIR%%/stencils/Scenegraph/manipulator.odg +%%DATADIR%%/stencils/Scenegraph/manipulator.png +%%DATADIR%%/stencils/Scenegraph/metric.desktop +%%DATADIR%%/stencils/Scenegraph/metric.odg +%%DATADIR%%/stencils/Scenegraph/metric.png +%%DATADIR%%/stencils/Scenegraph/nodekit.desktop +%%DATADIR%%/stencils/Scenegraph/nodekit.odg +%%DATADIR%%/stencils/Scenegraph/nodekit.png +%%DATADIR%%/stencils/Scenegraph/property.desktop +%%DATADIR%%/stencils/Scenegraph/property.odg +%%DATADIR%%/stencils/Scenegraph/property.png +%%DATADIR%%/stencils/Scenegraph/realtimeglobalfield.desktop +%%DATADIR%%/stencils/Scenegraph/realtimeglobalfield.odg +%%DATADIR%%/stencils/Scenegraph/realtimeglobalfield.png +%%DATADIR%%/stencils/Scenegraph/separator.desktop +%%DATADIR%%/stencils/Scenegraph/separator.odg +%%DATADIR%%/stencils/Scenegraph/separator.png +%%DATADIR%%/stencils/Scenegraph/shape.desktop +%%DATADIR%%/stencils/Scenegraph/shape.odg +%%DATADIR%%/stencils/Scenegraph/shape.png +%%DATADIR%%/stencils/Scenegraph/soselection.desktop +%%DATADIR%%/stencils/Scenegraph/soselection.odg +%%DATADIR%%/stencils/Scenegraph/soselection.png +%%DATADIR%%/stencils/Scenegraph/subgraph.desktop +%%DATADIR%%/stencils/Scenegraph/subgraph.odg +%%DATADIR%%/stencils/Scenegraph/subgraph.png +%%DATADIR%%/stencils/Scenegraph/switch.desktop +%%DATADIR%%/stencils/Scenegraph/switch.odg +%%DATADIR%%/stencils/Scenegraph/switch.png +%%DATADIR%%/stencils/Scenegraph/transform.desktop +%%DATADIR%%/stencils/Scenegraph/transform.odg +%%DATADIR%%/stencils/Scenegraph/transform.png +%%DATADIR%%/stencils/Sybase/client.desktop +%%DATADIR%%/stencils/Sybase/client.odg +%%DATADIR%%/stencils/Sybase/client.png +%%DATADIR%%/stencils/Sybase/collection.desktop +%%DATADIR%%/stencils/Sybase/dataserver.desktop +%%DATADIR%%/stencils/Sybase/dataserver.odg +%%DATADIR%%/stencils/Sybase/dataserver.png +%%DATADIR%%/stencils/Sybase/ltm.desktop +%%DATADIR%%/stencils/Sybase/ltm.odg +%%DATADIR%%/stencils/Sybase/ltm.png +%%DATADIR%%/stencils/Sybase/repserver.desktop +%%DATADIR%%/stencils/Sybase/repserver.odg +%%DATADIR%%/stencils/Sybase/repserver.png +%%DATADIR%%/stencils/Sybase/rsm.desktop +%%DATADIR%%/stencils/Sybase/rsm.odg +%%DATADIR%%/stencils/Sybase/rsm.png +%%DATADIR%%/stencils/Sybase/stableq.desktop +%%DATADIR%%/stencils/Sybase/stableq.odg +%%DATADIR%%/stencils/Sybase/stableq.png +%%DATADIR%%/stencils/Value_Stream_Mapping/collection.desktop +%%DATADIR%%/stencils/Value_Stream_Mapping/happy_face.desktop +%%DATADIR%%/stencils/Value_Stream_Mapping/happy_face.odg +%%DATADIR%%/stencils/Value_Stream_Mapping/happy_face.png +%%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/config.kcfg/calligrasheets.kcfg share/icons/hicolor/1024x1024/apps/calligrakarbon.png -share/icons/hicolor/1024x1024/apps/calligrakexi.png -share/icons/hicolor/1024x1024/apps/calligrakrita2.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/braindump.png -share/icons/hicolor/128x128/apps/calligraauthor.png -share/icons/hicolor/128x128/apps/calligraflow.png share/icons/hicolor/128x128/apps/calligrakarbon.png -share/icons/hicolor/128x128/apps/calligrakexi.png -share/icons/hicolor/128x128/apps/calligrakrita2.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/apps/kritagemini.png -share/icons/hicolor/128x128/apps/kritasketch.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/actions/black.png -share/icons/hicolor/16x16/actions/highlight.png -share/icons/hicolor/16x16/actions/pen.png -share/icons/hicolor/16x16/apps/braindump.png -share/icons/hicolor/16x16/apps/calligraauthor.png -share/icons/hicolor/16x16/apps/calligraflow.png share/icons/hicolor/16x16/apps/calligrakarbon.png -share/icons/hicolor/16x16/apps/calligrakexi.png -share/icons/hicolor/16x16/apps/calligrakrita2.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/apps/kritagemini.png -share/icons/hicolor/16x16/apps/kritasketch.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/actions/stateshape.png -share/icons/hicolor/22x22/actions/statetool.png -share/icons/hicolor/22x22/actions/tool_pagelayout.png -share/icons/hicolor/22x22/apps/braindump.png -share/icons/hicolor/22x22/apps/calligraauthor.png -share/icons/hicolor/22x22/apps/calligraflow.png share/icons/hicolor/22x22/apps/calligrakarbon.png -share/icons/hicolor/22x22/apps/calligrakexi.png -share/icons/hicolor/22x22/apps/calligrakrita2.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/apps/kritagemini.png -share/icons/hicolor/22x22/apps/kritasketch.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/braindump.png -share/icons/hicolor/256x256/apps/calligraauthor.png -share/icons/hicolor/256x256/apps/calligraflow.png share/icons/hicolor/256x256/apps/calligrakarbon.png -share/icons/hicolor/256x256/apps/calligrakexi.png -share/icons/hicolor/256x256/apps/calligrakrita2.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/256x256/apps/kritagemini.png -share/icons/hicolor/256x256/apps/kritasketch.png -share/icons/hicolor/32x32/apps/braindump.png -share/icons/hicolor/32x32/apps/calligraauthor.png -share/icons/hicolor/32x32/apps/calligraflow.png share/icons/hicolor/32x32/apps/calligrakarbon.png -share/icons/hicolor/32x32/apps/calligrakexi.png -share/icons/hicolor/32x32/apps/calligrakrita2.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/apps/kritagemini.png -share/icons/hicolor/32x32/apps/kritasketch.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/braindump.png -share/icons/hicolor/48x48/apps/calligraauthor.png -share/icons/hicolor/48x48/apps/calligraflow.png share/icons/hicolor/48x48/apps/calligrakarbon.png -share/icons/hicolor/48x48/apps/calligrakexi.png -share/icons/hicolor/48x48/apps/calligrakrita2.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/apps/kritagemini.png -share/icons/hicolor/48x48/apps/kritasketch.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/braindump.png -share/icons/hicolor/512x512/apps/calligraauthor.png -share/icons/hicolor/512x512/apps/calligraflow.png share/icons/hicolor/512x512/apps/calligrakarbon.png -share/icons/hicolor/512x512/apps/calligrakexi.png -share/icons/hicolor/512x512/apps/calligrakrita2.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/braindump.png -share/icons/hicolor/64x64/apps/calligraauthor.png -share/icons/hicolor/64x64/apps/calligraflow.png share/icons/hicolor/64x64/apps/calligrakarbon.png -share/icons/hicolor/64x64/apps/calligrakexi.png -share/icons/hicolor/64x64/apps/calligrakrita2.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/apps/kritagemini.png -share/icons/hicolor/64x64/apps/kritasketch.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/braindump.svgz -share/icons/hicolor/scalable/apps/calligraauthor.svgz -share/icons/hicolor/scalable/apps/calligraflow.svgz share/icons/hicolor/scalable/apps/calligrakarbon.svgz -share/icons/hicolor/scalable/apps/calligrakexi.svgz -share/icons/hicolor/scalable/apps/calligrakrita2.svgz share/icons/hicolor/scalable/apps/calligraplan.svgz share/icons/hicolor/scalable/apps/calligraplanwork.svgz share/icons/hicolor/scalable/apps/calligrasheets.svgz @@ -7208,394 +4710,2530 @@ 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/icons/oxygen/16x16/actions/curve-connector.png -share/icons/oxygen/16x16/actions/lines-connector.png -share/icons/oxygen/16x16/actions/object-align-horizontal-center-calligra.png -share/icons/oxygen/16x16/actions/object-align-horizontal-left-calligra.png -share/icons/oxygen/16x16/actions/object-align-horizontal-right-calligra.png -share/icons/oxygen/16x16/actions/object-align-vertical-bottom-calligra.png -share/icons/oxygen/16x16/actions/object-align-vertical-bottom-top-calligra.png -share/icons/oxygen/16x16/actions/object-align-vertical-center-calligra.png -share/icons/oxygen/16x16/actions/object-align-vertical-top-calligra.png -share/icons/oxygen/16x16/actions/object-group-calligra.png -share/icons/oxygen/16x16/actions/object-order-back-calligra.png -share/icons/oxygen/16x16/actions/object-order-front-calligra.png -share/icons/oxygen/16x16/actions/object-order-lower-calligra.png -share/icons/oxygen/16x16/actions/object-order-raise-calligra.png -share/icons/oxygen/16x16/actions/object-ungroup-calligra.png -share/icons/oxygen/16x16/actions/standard-connector.png -share/icons/oxygen/16x16/actions/straight-connector.png -share/icons/oxygen/16x16/actions/table.png -share/icons/oxygen/22x22/actions/table.png -share/icons/oxygen/32x32/actions/insert-endnote.png -share/icons/oxygen/32x32/actions/insert-footnote.png -share/icons/oxygen/32x32/actions/insert-tableofcontents.png -share/icons/oxygen/32x32/actions/shape-choose.png -share/icons/oxygen/32x32/actions/table.png -share/icons/oxygen/32x32/actions/x-shape-connection.png -share/icons/oxygen/32x32/actions/x-shape-formula.png -share/icons/oxygen/32x32/actions/x-shape-image.png -share/icons/oxygen/32x32/actions/x-shape-text.png -share/icons/oxygen/48x48/actions/table.png -share/icons/oxygen/scalable/actions/table.svgz -share/kde4/services/ServiceMenus/calligra/flow_print.desktop -share/kde4/services/ServiceMenus/calligra/karbon_print.desktop -share/kde4/services/ServiceMenus/calligra/krita_print.desktop -share/kde4/services/ServiceMenus/calligra/sheets_print.desktop -share/kde4/services/ServiceMenus/calligra/stage_print.desktop -share/kde4/services/ServiceMenus/calligra/words_print.desktop -share/kde4/services/calligra/authorpart.desktop -share/kde4/services/calligra/braindump_shape_state.desktop -share/kde4/services/calligra/braindump_shape_web.desktop -share/kde4/services/calligra/calligra_docker_defaults.desktop -share/kde4/services/calligra/calligra_filter_applixspread2kspread.desktop -share/kde4/services/calligra/calligra_filter_applixword2odt.desktop -share/kde4/services/calligra/calligra_filter_ascii2words.desktop -share/kde4/services/calligra/calligra_filter_csv2sheets.desktop -share/kde4/services/calligra/calligra_filter_dbase2kspread.desktop -share/kde4/services/calligra/calligra_filter_doc2odt.desktop -share/kde4/services/calligra/calligra_filter_docx2odt.desktop -share/kde4/services/calligra/calligra_filter_eps2svgai.desktop -share/kde4/services/calligra/calligra_filter_gnumeric2sheets.desktop -share/kde4/services/calligra/calligra_filter_html2ods.desktop -share/kde4/services/calligra/calligra_filter_karbon1x2karbon.desktop -share/kde4/services/calligra/calligra_filter_karbon2image.desktop -share/kde4/services/calligra/calligra_filter_karbon2svg.desktop -share/kde4/services/calligra/calligra_filter_karbon2wmf.desktop -share/kde4/services/calligra/calligra_filter_key2odp.desktop -share/kde4/services/calligra/calligra_filter_kpr2odp.desktop -share/kde4/services/calligra/calligra_filter_kspread2tex.desktop -share/kde4/services/calligra/calligra_filter_mpp2plan.desktop -share/kde4/services/calligra/calligra_filter_mpx2plan.desktop -share/kde4/services/calligra/calligra_filter_odt2ascii.desktop -share/kde4/services/calligra/calligra_filter_odt2docx.desktop -share/kde4/services/calligra/calligra_filter_odt2epub2.desktop -share/kde4/services/calligra/calligra_filter_odt2html.desktop -share/kde4/services/calligra/calligra_filter_odt2mobi.desktop -share/kde4/services/calligra/calligra_filter_opencalc2sheets.desktop -share/kde4/services/calligra/calligra_filter_pdf2svg.desktop -share/kde4/services/calligra/calligra_filter_planner2plan.desktop -share/kde4/services/calligra/calligra_filter_ppt2odp.desktop -share/kde4/services/calligra/calligra_filter_pptx2odp.desktop -share/kde4/services/calligra/calligra_filter_qpro2sheets.desktop -share/kde4/services/calligra/calligra_filter_rtf2odt.desktop -share/kde4/services/calligra/calligra_filter_sheets2csv.desktop -share/kde4/services/calligra/calligra_filter_sheets2gnumeric.desktop -share/kde4/services/calligra/calligra_filter_sheets2html.desktop -share/kde4/services/calligra/calligra_filter_sheets2opencalc.desktop -share/kde4/services/calligra/calligra_filter_svg2karbon.desktop -share/kde4/services/calligra/calligra_filter_vsdx2odg.desktop -share/kde4/services/calligra/calligra_filter_wmf2svg.desktop -share/kde4/services/calligra/calligra_filter_wpd2odt.desktop -share/kde4/services/calligra/calligra_filter_wpg2odg.desktop -share/kde4/services/calligra/calligra_filter_wpg2svg.desktop -share/kde4/services/calligra/calligra_filter_wps2odt.desktop -share/kde4/services/calligra/calligra_filter_xfig2odg.desktop -share/kde4/services/calligra/calligra_filter_xls2ods.desktop -share/kde4/services/calligra/calligra_filter_xlsx2ods.desktop -share/kde4/services/calligra/calligra_semanticitem_contact.desktop -share/kde4/services/calligra/calligra_semanticitem_event.desktop -share/kde4/services/calligra/calligra_semanticitem_location.desktop -share/kde4/services/calligra/calligra_shape_artistictext.desktop -share/kde4/services/calligra/calligra_shape_chart.desktop -share/kde4/services/calligra/calligra_shape_formular.desktop -share/kde4/services/calligra/calligra_shape_music.desktop -share/kde4/services/calligra/calligra_shape_paths.desktop -share/kde4/services/calligra/calligra_shape_picture.desktop -share/kde4/services/calligra/calligra_shape_plugin.desktop -share/kde4/services/calligra/calligra_shape_spreadsheet-deferred.desktop -share/kde4/services/calligra/calligra_shape_spreadsheet.desktop -share/kde4/services/calligra/calligra_shape_text.desktop -share/kde4/services/calligra/calligra_shape_vector.desktop -share/kde4/services/calligra/calligra_shape_video.desktop -share/kde4/services/calligra/calligra_textediting_autocorrect.desktop -share/kde4/services/calligra/calligra_textediting_changecase.desktop -share/kde4/services/calligra/calligra_textediting_spellcheck.desktop -share/kde4/services/calligra/calligra_textediting_thesaurus.desktop -share/kde4/services/calligra/calligra_textinlineobject_variables.desktop -share/kde4/services/calligra/calligra_tool_basicflakes.desktop -share/kde4/services/calligra/calligra_tool_defaults.desktop -share/kde4/services/calligra/calligradocinfopropspage.desktop -share/kde4/services/calligra/calligrastageeventactions.desktop -share/kde4/services/calligra/calligrastagetoolanimation.desktop -share/kde4/services/calligra/flowdockersplugin.desktop -share/kde4/services/calligra/flowpart.desktop -share/kde4/services/calligra/karbonfiltereffects.desktop -share/kde4/services/calligra/karbonflattenpathplugin.desktop -share/kde4/services/calligra/karbonpart.desktop -share/kde4/services/calligra/karbonrefinepathplugin.desktop -share/kde4/services/calligra/karbonroundcornersplugin.desktop -share/kde4/services/calligra/karbontools.desktop -share/kde4/services/calligra/karbonwhirlpinchplugin.desktop -share/kde4/services/calligra/kexicsv_importexporthandler.desktop -%%MYSQL%%share/kde4/services/calligra/kexidb_mysqldriver.desktop -%%PGSQL%%share/kde4/services/calligra/kexidb_pqxxsqldriver.desktop -share/kde4/services/calligra/kexidb_sqlite3driver.desktop -%%SYBASE%%share/kde4/services/calligra/kexidb_sybasedriver.desktop -share/kde4/services/calligra/kexiformhandler.desktop -share/kde4/services/calligra/keximigrate_mdb.desktop -share/kde4/services/calligra/keximigrate_spreadsheet.desktop -%%MYSQL%%share/kde4/services/calligra/keximigrate_mysql.desktop -%%PGSQL%%share/kde4/services/calligra/keximigrate_pqxx.desktop -%%SYBASE%%share/kde4/services/calligra/keximigrate_sybase.desktop -share/kde4/services/calligra/keximigrate_txt.desktop -share/kde4/services/calligra/keximigrationhandler.desktop -share/kde4/services/calligra/kexiqueryhandler.desktop -share/kde4/services/calligra/kexireporthandler.desktop -share/kde4/services/calligra/kexiscripthandler.desktop -share/kde4/services/calligra/kexitablehandler.desktop -share/kde4/services/calligra/kformdesigner_containers.desktop -share/kde4/services/calligra/kformdesigner_kexidbfactory.desktop -%%MARBLE%%share/kde4/services/calligra/kformdesigner_mapbrowser.desktop -share/kde4/services/calligra/kformdesigner_stdwidgets.desktop -share/kde4/services/calligra/kformdesigner_webbrowser.desktop -share/kde4/services/calligra/kformulapart.desktop -share/kde4/services/calligra/kolcmsengine.desktop -share/kde4/services/calligra/kopabackgroundtool.desktop -share/kde4/services/calligra/koreport_barcodeplugin.desktop -share/kde4/services/calligra/koreport_chartplugin.desktop -%%MARBLE%%share/kde4/services/calligra/koreport_mapsplugin.desktop -share/kde4/services/calligra/koreport_webplugin.desktop -share/kde4/services/calligra/kpr_pageeffect_barwipe.desktop -share/kde4/services/calligra/kpr_pageeffect_clockwipe.desktop -share/kde4/services/calligra/kpr_pageeffect_edgewipe.desktop -share/kde4/services/calligra/kpr_pageeffect_fade.desktop -share/kde4/services/calligra/kpr_pageeffect_iriswipe.desktop -share/kde4/services/calligra/kpr_pageeffect_matrixwipe.desktop -share/kde4/services/calligra/kpr_pageeffect_slidewipe.desktop -share/kde4/services/calligra/kpr_pageeffect_spacerotation.desktop -share/kde4/services/calligra/kpr_pageeffect_swapeffect.desktop -share/kde4/services/calligra/kpr_shapeanimation_example.desktop -share/kde4/services/calligra/kprvariables.desktop -share/kde4/services/calligra/krita_artisticcolorselector.desktop -share/kde4/services/calligra/krita_bmp_export.desktop -share/kde4/services/calligra/krita_bmp_import.desktop -share/kde4/services/calligra/krita_channeldocker.desktop -share/kde4/services/calligra/krita_colorselectorng.desktop -share/kde4/services/calligra/krita_colorslider.desktop -share/kde4/services/calligra/krita_colorspaces_extensions_plugin.desktop -share/kde4/services/calligra/krita_compositiondocker.desktop -share/kde4/services/calligra/krita_digitalmixer.desktop -share/kde4/services/calligra/krita_exr_export.desktop -share/kde4/services/calligra/krita_exr_import.desktop -share/kde4/services/calligra/krita_heightmap_export.desktop -share/kde4/services/calligra/krita_heightmap_import.desktop -share/kde4/services/calligra/krita_jp2_export.desktop -share/kde4/services/calligra/krita_jp2_import.desktop -share/kde4/services/calligra/krita_jpeg_export.desktop -share/kde4/services/calligra/krita_jpeg_import.desktop -share/kde4/services/calligra/krita_lutdocker.desktop -share/kde4/services/calligra/krita_odg_import.desktop -share/kde4/services/calligra/krita_ora_export.desktop -share/kde4/services/calligra/krita_ora_import.desktop -share/kde4/services/calligra/krita_ora_thumbnail.desktop -share/kde4/services/calligra/krita_overviewdocker.desktop -share/kde4/services/calligra/krita_palettedocker.desktop -share/kde4/services/calligra/krita_patterndocker.desktop -share/kde4/services/calligra/krita_pdf_import.desktop -share/kde4/services/calligra/krita_png_export.desktop -share/kde4/services/calligra/krita_png_import.desktop -share/kde4/services/calligra/krita_ppm_export.desktop -share/kde4/services/calligra/krita_ppm_import.desktop -share/kde4/services/calligra/krita_presetdocker.desktop -share/kde4/services/calligra/krita_presethistory.desktop -share/kde4/services/calligra/krita_psd_export.desktop -share/kde4/services/calligra/krita_psd_import.desktop -share/kde4/services/calligra/krita_qml_export.desktop -share/kde4/services/calligra/krita_raw_import.desktop -share/kde4/services/calligra/krita_smallcolorselector.desktop -share/kde4/services/calligra/krita_specificcolorselector.desktop -share/kde4/services/calligra/krita_tasksetdocker.desktop -share/kde4/services/calligra/krita_tga_export.desktop -share/kde4/services/calligra/krita_tga_import.desktop -share/kde4/services/calligra/krita_tiff_export.desktop -share/kde4/services/calligra/krita_tiff_import.desktop -share/kde4/services/calligra/krita_xcf_import.desktop -share/kde4/services/calligra/kritabigbrother.desktop -share/kde4/services/calligra/kritablurfilter.desktop -share/kde4/services/calligra/kritachalkpaintop.desktop -share/kde4/services/calligra/kritaclonesarray.desktop -share/kde4/services/calligra/kritacolorgenerator.desktop -share/kde4/services/calligra/kritacolorrange.desktop -share/kde4/services/calligra/kritacolorsfilter.desktop -share/kde4/services/calligra/kritacolorsmudgepaintop.desktop -share/kde4/services/calligra/kritacolorspaceconversion.desktop -share/kde4/services/calligra/kritaconvolutionfilters.desktop -share/kde4/services/calligra/kritacurvepaintop.desktop -share/kde4/services/calligra/kritadefaultdockers.desktop -share/kde4/services/calligra/kritadefaultpaintops.desktop -share/kde4/services/calligra/kritadefaulttools.desktop -share/kde4/services/calligra/kritadeformpaintop.desktop -share/kde4/services/calligra/kritadodgeburn.desktop -share/kde4/services/calligra/kritadynapaintop.desktop -share/kde4/services/calligra/kritaembossfilter.desktop -share/kde4/services/calligra/kritaexample.desktop -share/kde4/services/calligra/kritaexperimentpaintop.desktop -share/kde4/services/calligra/kritaextensioncolorsfilters.desktop -share/kde4/services/calligra/kritafastcolortransfer.desktop -share/kde4/services/calligra/kritafilterop.desktop -%%GMIC%%share/kde4/services/calligra/kritagmic.desktop -share/kde4/services/calligra/kritagridpaintop.desktop -share/kde4/services/calligra/kritahairypaintop.desktop -share/kde4/services/calligra/kritahatchingpaintop.desktop -share/kde4/services/calligra/kritahistogram.desktop -share/kde4/services/calligra/kritahistorydocker.desktop -share/kde4/services/calligra/kritaimagedocker.desktop -share/kde4/services/calligra/kritaimageenhancement.desktop -share/kde4/services/calligra/kritaimagesize.desktop -share/kde4/services/calligra/kritaimagesplit.desktop -share/kde4/services/calligra/kritaindexcolors.desktop -share/kde4/services/calligra/kritalayergroupswitcher.desktop -share/kde4/services/calligra/kritalayersplit.desktop -share/kde4/services/calligra/kritalevelfilter.desktop -share/kde4/services/calligra/kritametadataeditor.desktop -share/kde4/services/calligra/kritamodifyselection.desktop -share/kde4/services/calligra/kritanoisefilter.desktop -share/kde4/services/calligra/kritanormalize.desktop -share/kde4/services/calligra/kritaoffsetimage.desktop -share/kde4/services/calligra/kritaoilpaintfilter.desktop -share/kde4/services/calligra/kritaparticlepaintop.desktop -share/kde4/services/calligra/kritapatterngenerator.desktop -share/kde4/services/calligra/kritaphongbumpmapfilter.desktop -share/kde4/services/calligra/kritapixelizefilter.desktop -share/kde4/services/calligra/kritaposterize.desktop -share/kde4/services/calligra/kritaraindropsfilter.desktop -share/kde4/services/calligra/kritarandompickfilter.desktop -share/kde4/services/calligra/kritaresourcemanager.desktop -share/kde4/services/calligra/kritarotateimage.desktop -share/kde4/services/calligra/kritaroundcornersfilter.desktop -share/kde4/services/calligra/kritarulerassistanttool.desktop -share/kde4/services/calligra/kritaselectiontools.desktop -share/kde4/services/calligra/kritaseparatechannels.desktop -share/kde4/services/calligra/kritashearimage.desktop -share/kde4/services/calligra/kritasketchpaintop.desktop -share/kde4/services/calligra/kritasmalltilesfilter.desktop -share/kde4/services/calligra/kritasobelfilter.desktop -share/kde4/services/calligra/kritaspraypaintop.desktop -share/kde4/services/calligra/kritatangentnormalpaintop.desktop -share/kde4/services/calligra/kritatoolcrop.desktop -share/kde4/services/calligra/kritatooldyna.desktop -share/kde4/services/calligra/kritatoolgrid.desktop -share/kde4/services/calligra/kritatoolperspectivegrid.desktop -share/kde4/services/calligra/kritatoolpolygon.desktop -share/kde4/services/calligra/kritatoolpolyline.desktop -share/kde4/services/calligra/kritatooltext.desktop -share/kde4/services/calligra/kritatooltransform.desktop -share/kde4/services/calligra/kritaunsharpfilter.desktop -share/kde4/services/calligra/kritawavefilter.desktop -share/kde4/services/calligra/krossmoduleplan.desktop -share/kde4/services/calligra/krossmodulesheets.desktop -share/kde4/services/calligra/kspread_plugin_tool_calendar.desktop -share/kde4/services/calligra/kspreadbitopsmodule.desktop -share/kde4/services/calligra/kspreadconversionmodule.desktop -share/kde4/services/calligra/kspreaddatabasemodule.desktop -share/kde4/services/calligra/kspreaddatetimemodule.desktop -share/kde4/services/calligra/kspreadengineeringmodule.desktop -share/kde4/services/calligra/kspreadfinancialmodule.desktop -share/kde4/services/calligra/kspreadinformationmodule.desktop -share/kde4/services/calligra/kspreadlogicmodule.desktop -share/kde4/services/calligra/kspreadmathmodule.desktop -share/kde4/services/calligra/kspreadreferencemodule.desktop -share/kde4/services/calligra/kspreadstatisticalmodule.desktop -share/kde4/services/calligra/kspreadtextmodule.desktop -share/kde4/services/calligra/kspreadtrigonometrymodule.desktop -share/kde4/services/calligra/plan_icalendar_export.desktop -share/kde4/services/calligra/plan_kplato_import.desktop -share/kde4/services/calligra/planpart.desktop -share/kde4/services/calligra/planrcpsscheduler.desktop -share/kde4/services/calligra/planscripting.desktop -share/kde4/services/calligra/plantjscheduler.desktop -share/kde4/services/calligra/planworkpart.desktop -share/kde4/services/calligra/sheetspart.desktop -share/kde4/services/calligra/sheetsscripting.desktop -share/kde4/services/calligra/sheetssolver.desktop -share/kde4/services/calligra/stagepart.desktop -share/kde4/services/calligra/wordspart.desktop -share/kde4/services/calligra_filter_odt2wiki.desktop -share/kde4/services/calligra_odg_thumbnail.desktop -share/kde4/services/flow_vsdx_thumbnail.desktop -share/kde4/services/flow_wpg_thumbnail.desktop -share/kde4/services/karbon_karbon1x_thumbnail.desktop -share/kde4/services/karbon_wmf_thumbnail.desktop -share/kde4/services/karbon_wpg_thumbnail.desktop -share/kde4/services/karbon_xfig_thumbnail.desktop -share/kde4/services/krita_kra_thumbnail.desktop -share/kde4/services/libokularGenerator_doc_calligra.desktop -share/kde4/services/libokularGenerator_docx_calligra.desktop -share/kde4/services/libokularGenerator_odp.desktop -share/kde4/services/libokularGenerator_odt.desktop -share/kde4/services/libokularGenerator_powerpoint_calligra.desktop -share/kde4/services/libokularGenerator_pptx_calligra.desktop -share/kde4/services/libokularGenerator_wpd_calligra.desktop -share/kde4/services/okularDoc_calligra.desktop -share/kde4/services/okularDocx_calligra.desktop -share/kde4/services/okularOdp.desktop -share/kde4/services/okularOdt.desktop -share/kde4/services/okularPowerpoint_calligra.desktop -share/kde4/services/okularPptx_calligra.desktop -share/kde4/services/okularWpd_calligra.desktop -share/kde4/services/qimageioplugins/kra.desktop -share/kde4/services/qimageioplugins/ora.desktop -share/kde4/services/sheets_excel_thumbnail.desktop -share/kde4/services/sheets_ods_thumbnail.desktop -share/kde4/services/sheets_xlsx_thumbnail.desktop -share/kde4/services/stage_key_thumbnail.desktop -share/kde4/services/stage_kpr_thumbnail.desktop -share/kde4/services/stage_odp_thumbnail.desktop -share/kde4/services/stage_powerpoint_thumbnail.desktop -share/kde4/services/stage_pptx_thumbnail.desktop -share/kde4/services/words_docx_thumbnail.desktop -share/kde4/services/words_msword_thumbnail.desktop -share/kde4/services/words_odt_thumbnail.desktop -share/kde4/services/words_rtf_thumbnail.desktop -share/kde4/services/words_wpd_thumbnail.desktop -share/kde4/services/words_wps_thumbnail.desktop -share/kde4/servicetypes/braindump_extensions.desktop -share/kde4/servicetypes/calligra_application.desktop -share/kde4/servicetypes/calligra_deferred_plugin.desktop -share/kde4/servicetypes/calligra_filter.desktop -share/kde4/servicetypes/calligra_part.desktop -share/kde4/servicetypes/calligra_semanticitem.desktop -share/kde4/servicetypes/calligradb_driver.desktop -share/kde4/servicetypes/calligradocker.desktop -share/kde4/servicetypes/filtereffect.desktop -share/kde4/servicetypes/flake.desktop -share/kde4/servicetypes/flakedevice.desktop -share/kde4/servicetypes/flakeshape.desktop -share/kde4/servicetypes/flaketool.desktop -share/kde4/servicetypes/flow_dock.desktop -share/kde4/servicetypes/inlinetextobject.desktop -share/kde4/servicetypes/karbon_dock.desktop -share/kde4/servicetypes/karbon_viewplugin.desktop -share/kde4/servicetypes/kexihandler.desktop -share/kde4/servicetypes/keximigration_driver.desktop -share/kde4/servicetypes/kopa_tool.desktop -share/kde4/servicetypes/koreport_itemplugin.desktop -share/kde4/servicetypes/kpr_pageeffect.desktop -share/kde4/servicetypes/kpr_shapeanimation.desktop -share/kde4/servicetypes/kpr_tool.desktop -share/kde4/servicetypes/krita_brush.desktop -share/kde4/servicetypes/krita_dock.desktop -share/kde4/servicetypes/krita_filefilter.desktop -share/kde4/servicetypes/krita_filter.desktop -share/kde4/servicetypes/krita_generator.desktop -share/kde4/servicetypes/krita_paintop.desktop -share/kde4/servicetypes/krita_plugin.desktop -share/kde4/servicetypes/krita_tool.desktop -share/kde4/servicetypes/pigment.desktop -share/kde4/servicetypes/pigmentextension.desktop -share/kde4/servicetypes/plan_schedulerplugin.desktop -share/kde4/servicetypes/plan_viewplugin.desktop -share/kde4/servicetypes/presentationeventaction.desktop -share/kde4/servicetypes/scripteventaction.desktop -share/kde4/servicetypes/sheets_plugin.desktop -share/kde4/servicetypes/sheets_viewplugin.desktop -share/kde4/servicetypes/texteditingplugin.desktop -share/kde4/servicetypes/widgetfactory.desktop -share/mime/packages/calligra_planner_mpp.xml +share/karbon/gradients/allcolors.kgr +share/karbon/gradients/simple.kgr +share/karbon/icons/hicolor/22x22/actions/effect_flatten.png +share/karbon/icons/hicolor/22x22/actions/effect_refine.png +share/karbon/icons/hicolor/22x22/actions/effect_roundcorners.png +share/karbon/icons/hicolor/22x22/actions/effect_whirl.png +share/karbon/icons/hicolor/48x48/actions/template_empty.png +share/karbon/palettes/svg-colors.gpl +share/karbon/plugins/FlattenPathPlugin.rc +share/karbon/plugins/RefinePathPlugin.rc +share/karbon/plugins/RoundCornersPlugin.rc +share/karbon/plugins/WhirlPinchPlugin.rc +share/karbon/templates/Basic/.directory +share/karbon/templates/Basic/.source/empty.odg +share/karbon/templates/Basic/empty.desktop +share/kservices5/ServiceMenus/calligra/karbon_print.desktop +share/kservices5/ServiceMenus/calligra/sheets_print.desktop +share/kservices5/ServiceMenus/calligra/words_print.desktop +share/kservices5/calligra_odg_thumbnail.desktop +share/kservices5/calligradocinfopropspage.desktop +share/kservices5/flow_vsdx_thumbnail.desktop +share/kservices5/flow_wpg_thumbnail.desktop +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/okularWpd_calligra.desktop +share/kservices5/sheets_excel_thumbnail.desktop +share/kservices5/sheets_ods_thumbnail.desktop +share/kservices5/sheets_xlsx_thumbnail.desktop +share/kservices5/stage_key_thumbnail.desktop +share/kservices5/stage_kpr_thumbnail.desktop +share/kservices5/stage_odp_thumbnail.desktop +share/kservices5/stage_powerpoint_thumbnail.desktop +share/kservices5/stage_pptx_thumbnail.desktop +share/kservices5/words_docx_thumbnail.desktop +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 +share/kxmlgui5/calligrastage/calligrastage_readonly.rc +share/kxmlgui5/calligrawords/calligrawords.rc +share/kxmlgui5/calligrawords/calligrawords_readonly.rc +share/kxmlgui5/karbon/karbon.rc +share/kxmlgui5/karbon/karbon_readonly.rc +share/locale/af/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/af/LC_MESSAGES/KarbonTools.mo +share/locale/af/LC_MESSAGES/calligra.mo +share/locale/af/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/af/LC_MESSAGES/calligrafilters.mo +share/locale/af/LC_MESSAGES/calligrasheets.mo +share/locale/af/LC_MESSAGES/calligrastage.mo +share/locale/af/LC_MESSAGES/calligrawords.mo +share/locale/af/LC_MESSAGES/flow.mo +share/locale/af/LC_MESSAGES/karbon.mo +share/locale/af/LC_MESSAGES/koconverter.mo +share/locale/ar/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/ar/LC_MESSAGES/KarbonTools.mo +share/locale/ar/LC_MESSAGES/calligra-dockers.mo +share/locale/ar/LC_MESSAGES/calligra.mo +share/locale/ar/LC_MESSAGES/calligra_shape_music.mo +share/locale/ar/LC_MESSAGES/calligra_shape_paths.mo +share/locale/ar/LC_MESSAGES/calligra_shape_picture.mo +share/locale/ar/LC_MESSAGES/calligra_shape_text.mo +share/locale/ar/LC_MESSAGES/calligra_textediting_autocorrect.mo +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 +share/locale/ar/LC_MESSAGES/calligrastage.mo +share/locale/ar/LC_MESSAGES/calligrawords.mo +share/locale/ar/LC_MESSAGES/flow.mo +share/locale/ar/LC_MESSAGES/karbon.mo +share/locale/ar/LC_MESSAGES/koconverter.mo +share/locale/ar/LC_MESSAGES/krossmodulesheets.mo +share/locale/ar/LC_MESSAGES/okularGenerator_odp.mo +share/locale/ast/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/ast/LC_MESSAGES/KarbonTools.mo +share/locale/ast/LC_MESSAGES/braindump.mo +share/locale/ast/LC_MESSAGES/calligra-defaulttools.mo +share/locale/ast/LC_MESSAGES/calligra-dockers.mo +share/locale/ast/LC_MESSAGES/calligra-opener.mo +share/locale/ast/LC_MESSAGES/calligra.mo +share/locale/ast/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/ast/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/ast/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/ast/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/ast/LC_MESSAGES/calligra_shape_chart.mo +share/locale/ast/LC_MESSAGES/calligra_shape_comment.mo +share/locale/ast/LC_MESSAGES/calligra_shape_formula.mo +share/locale/ast/LC_MESSAGES/calligra_shape_music.mo +share/locale/ast/LC_MESSAGES/calligra_shape_paths.mo +share/locale/ast/LC_MESSAGES/calligra_shape_picture.mo +share/locale/ast/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/ast/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/ast/LC_MESSAGES/calligra_shape_template.mo +share/locale/ast/LC_MESSAGES/calligra_shape_text.mo +share/locale/ast/LC_MESSAGES/calligra_shape_threed.mo +share/locale/ast/LC_MESSAGES/calligra_shape_vector.mo +share/locale/ast/LC_MESSAGES/calligra_shape_video.mo +share/locale/ast/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/ast/LC_MESSAGES/calligra_textediting_changecase.mo +share/locale/ast/LC_MESSAGES/calligra_textediting_spellcheck.mo +share/locale/ast/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/ast/LC_MESSAGES/calligra_textinlineobject_variables.mo +share/locale/ast/LC_MESSAGES/calligrafilters.mo +share/locale/ast/LC_MESSAGES/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 +share/locale/ast/LC_MESSAGES/calligrastage.mo +share/locale/ast/LC_MESSAGES/calligrawords.mo +share/locale/ast/LC_MESSAGES/flow.mo +share/locale/ast/LC_MESSAGES/karbon.mo +share/locale/ast/LC_MESSAGES/kocolorspaces.mo +share/locale/ast/LC_MESSAGES/koconverter.mo +share/locale/ast/LC_MESSAGES/krossmoduleplan.mo +share/locale/ast/LC_MESSAGES/krossmodulesheets.mo +share/locale/ast/LC_MESSAGES/krossmodulewords.mo +share/locale/ast/LC_MESSAGES/okularGenerator_odp.mo +share/locale/ast/LC_MESSAGES/okularGenerator_odt.mo +share/locale/be/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/be/LC_MESSAGES/KarbonTools.mo +share/locale/be/LC_MESSAGES/calligra-dockers.mo +share/locale/be/LC_MESSAGES/calligra.mo +share/locale/be/LC_MESSAGES/calligra_shape_music.mo +share/locale/be/LC_MESSAGES/calligra_shape_paths.mo +share/locale/be/LC_MESSAGES/calligra_shape_picture.mo +share/locale/be/LC_MESSAGES/calligra_shape_text.mo +share/locale/be/LC_MESSAGES/calligra_textediting_autocorrect.mo +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 +share/locale/be/LC_MESSAGES/calligrastage.mo +share/locale/be/LC_MESSAGES/calligrawords.mo +share/locale/be/LC_MESSAGES/flow.mo +share/locale/be/LC_MESSAGES/karbon.mo +share/locale/be/LC_MESSAGES/koconverter.mo +share/locale/be/LC_MESSAGES/krossmodulesheets.mo +share/locale/bg/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/bg/LC_MESSAGES/KarbonTools.mo +share/locale/bg/LC_MESSAGES/braindump.mo +share/locale/bg/LC_MESSAGES/calligra-defaulttools.mo +share/locale/bg/LC_MESSAGES/calligra-dockers.mo +share/locale/bg/LC_MESSAGES/calligra-opener.mo +share/locale/bg/LC_MESSAGES/calligra.mo +share/locale/bg/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/bg/LC_MESSAGES/calligra_shape_comment.mo +share/locale/bg/LC_MESSAGES/calligra_shape_picture.mo +share/locale/bg/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/bg/LC_MESSAGES/calligra_shape_vector.mo +share/locale/bg/LC_MESSAGES/calligra_shape_video.mo +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 +share/locale/bg/LC_MESSAGES/calligrawords.mo +share/locale/bg/LC_MESSAGES/flow.mo +share/locale/bg/LC_MESSAGES/karbon.mo +share/locale/bg/LC_MESSAGES/koconverter.mo +share/locale/bg/LC_MESSAGES/okularGenerator_odp.mo +share/locale/br/LC_MESSAGES/KarbonFilterEffects.mo +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 +share/locale/br/LC_MESSAGES/calligrawords.mo +share/locale/br/LC_MESSAGES/flow.mo +share/locale/br/LC_MESSAGES/karbon.mo +share/locale/br/LC_MESSAGES/koconverter.mo +share/locale/bs/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/bs/LC_MESSAGES/KarbonTools.mo +share/locale/bs/LC_MESSAGES/braindump.mo +share/locale/bs/LC_MESSAGES/calligra-defaulttools.mo +share/locale/bs/LC_MESSAGES/calligra-dockers.mo +share/locale/bs/LC_MESSAGES/calligra-opener.mo +share/locale/bs/LC_MESSAGES/calligra.mo +share/locale/bs/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/bs/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/bs/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/bs/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/bs/LC_MESSAGES/calligra_shape_chart.mo +share/locale/bs/LC_MESSAGES/calligra_shape_comment.mo +share/locale/bs/LC_MESSAGES/calligra_shape_formula.mo +share/locale/bs/LC_MESSAGES/calligra_shape_music.mo +share/locale/bs/LC_MESSAGES/calligra_shape_paths.mo +share/locale/bs/LC_MESSAGES/calligra_shape_picture.mo +share/locale/bs/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/bs/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/bs/LC_MESSAGES/calligra_shape_template.mo +share/locale/bs/LC_MESSAGES/calligra_shape_text.mo +share/locale/bs/LC_MESSAGES/calligra_shape_threed.mo +share/locale/bs/LC_MESSAGES/calligra_shape_vector.mo +share/locale/bs/LC_MESSAGES/calligra_shape_video.mo +share/locale/bs/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/bs/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/bs/LC_MESSAGES/calligrastage.mo +share/locale/bs/LC_MESSAGES/calligrawords.mo +share/locale/bs/LC_MESSAGES/flow.mo +share/locale/bs/LC_MESSAGES/karbon.mo +share/locale/bs/LC_MESSAGES/kocolorspaces.mo +share/locale/bs/LC_MESSAGES/koconverter.mo +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 +share/locale/bs/LC_MESSAGES/okularGenerator_odt.mo +share/locale/ca/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/ca/LC_MESSAGES/KarbonTools.mo +share/locale/ca/LC_MESSAGES/braindump.mo +share/locale/ca/LC_MESSAGES/calligra-defaulttools.mo +share/locale/ca/LC_MESSAGES/calligra-dockers.mo +share/locale/ca/LC_MESSAGES/calligra-opener.mo +share/locale/ca/LC_MESSAGES/calligra.mo +share/locale/ca/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/ca/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/ca/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/ca/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/ca/LC_MESSAGES/calligra_shape_chart.mo +share/locale/ca/LC_MESSAGES/calligra_shape_comment.mo +share/locale/ca/LC_MESSAGES/calligra_shape_formula.mo +share/locale/ca/LC_MESSAGES/calligra_shape_music.mo +share/locale/ca/LC_MESSAGES/calligra_shape_paths.mo +share/locale/ca/LC_MESSAGES/calligra_shape_picture.mo +share/locale/ca/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/ca/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/ca/LC_MESSAGES/calligra_shape_template.mo +share/locale/ca/LC_MESSAGES/calligra_shape_text.mo +share/locale/ca/LC_MESSAGES/calligra_shape_threed.mo +share/locale/ca/LC_MESSAGES/calligra_shape_vector.mo +share/locale/ca/LC_MESSAGES/calligra_shape_video.mo +share/locale/ca/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/ca/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/ca/LC_MESSAGES/calligrastage.mo +share/locale/ca/LC_MESSAGES/calligrawords.mo +share/locale/ca/LC_MESSAGES/flow.mo +share/locale/ca/LC_MESSAGES/karbon.mo +share/locale/ca/LC_MESSAGES/kocolorspaces.mo +share/locale/ca/LC_MESSAGES/koconverter.mo +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 +share/locale/ca/LC_MESSAGES/okularGenerator_odt.mo +share/locale/ca@valencia/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/ca@valencia/LC_MESSAGES/KarbonTools.mo +share/locale/ca@valencia/LC_MESSAGES/braindump.mo +share/locale/ca@valencia/LC_MESSAGES/calligra-defaulttools.mo +share/locale/ca@valencia/LC_MESSAGES/calligra-dockers.mo +share/locale/ca@valencia/LC_MESSAGES/calligra-opener.mo +share/locale/ca@valencia/LC_MESSAGES/calligra.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_chart.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_comment.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_formula.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_music.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_paths.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_picture.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_template.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_text.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_threed.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_vector.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_shape_video.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/ca@valencia/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/ca@valencia/LC_MESSAGES/calligrastage.mo +share/locale/ca@valencia/LC_MESSAGES/calligrawords.mo +share/locale/ca@valencia/LC_MESSAGES/flow.mo +share/locale/ca@valencia/LC_MESSAGES/karbon.mo +share/locale/ca@valencia/LC_MESSAGES/kocolorspaces.mo +share/locale/ca@valencia/LC_MESSAGES/koconverter.mo +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 +share/locale/ca@valencia/LC_MESSAGES/okularGenerator_odt.mo +share/locale/cs/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/cs/LC_MESSAGES/KarbonTools.mo +share/locale/cs/LC_MESSAGES/braindump.mo +share/locale/cs/LC_MESSAGES/calligra-defaulttools.mo +share/locale/cs/LC_MESSAGES/calligra-dockers.mo +share/locale/cs/LC_MESSAGES/calligra-opener.mo +share/locale/cs/LC_MESSAGES/calligra.mo +share/locale/cs/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/cs/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/cs/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/cs/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/cs/LC_MESSAGES/calligra_shape_chart.mo +share/locale/cs/LC_MESSAGES/calligra_shape_comment.mo +share/locale/cs/LC_MESSAGES/calligra_shape_formula.mo +share/locale/cs/LC_MESSAGES/calligra_shape_music.mo +share/locale/cs/LC_MESSAGES/calligra_shape_paths.mo +share/locale/cs/LC_MESSAGES/calligra_shape_picture.mo +share/locale/cs/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/cs/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/cs/LC_MESSAGES/calligra_shape_template.mo +share/locale/cs/LC_MESSAGES/calligra_shape_text.mo +share/locale/cs/LC_MESSAGES/calligra_shape_threed.mo +share/locale/cs/LC_MESSAGES/calligra_shape_vector.mo +share/locale/cs/LC_MESSAGES/calligra_shape_video.mo +share/locale/cs/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/cs/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/cs/LC_MESSAGES/calligrastage.mo +share/locale/cs/LC_MESSAGES/calligrawords.mo +share/locale/cs/LC_MESSAGES/flow.mo +share/locale/cs/LC_MESSAGES/karbon.mo +share/locale/cs/LC_MESSAGES/kocolorspaces.mo +share/locale/cs/LC_MESSAGES/koconverter.mo +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 +share/locale/cs/LC_MESSAGES/okularGenerator_odt.mo +share/locale/cy/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/cy/LC_MESSAGES/KarbonTools.mo +share/locale/cy/LC_MESSAGES/calligra.mo +share/locale/cy/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/cy/LC_MESSAGES/calligrafilters.mo +share/locale/cy/LC_MESSAGES/calligrasheets.mo +share/locale/cy/LC_MESSAGES/calligrasheets_calendar.mo +share/locale/cy/LC_MESSAGES/calligrastage.mo +share/locale/cy/LC_MESSAGES/calligrawords.mo +share/locale/cy/LC_MESSAGES/flow.mo +share/locale/cy/LC_MESSAGES/karbon.mo +share/locale/cy/LC_MESSAGES/koconverter.mo +share/locale/da/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/da/LC_MESSAGES/KarbonTools.mo +share/locale/da/LC_MESSAGES/braindump.mo +share/locale/da/LC_MESSAGES/calligra-defaulttools.mo +share/locale/da/LC_MESSAGES/calligra-dockers.mo +share/locale/da/LC_MESSAGES/calligra-opener.mo +share/locale/da/LC_MESSAGES/calligra.mo +share/locale/da/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/da/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/da/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/da/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/da/LC_MESSAGES/calligra_shape_chart.mo +share/locale/da/LC_MESSAGES/calligra_shape_comment.mo +share/locale/da/LC_MESSAGES/calligra_shape_formula.mo +share/locale/da/LC_MESSAGES/calligra_shape_music.mo +share/locale/da/LC_MESSAGES/calligra_shape_paths.mo +share/locale/da/LC_MESSAGES/calligra_shape_picture.mo +share/locale/da/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/da/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/da/LC_MESSAGES/calligra_shape_template.mo +share/locale/da/LC_MESSAGES/calligra_shape_text.mo +share/locale/da/LC_MESSAGES/calligra_shape_threed.mo +share/locale/da/LC_MESSAGES/calligra_shape_vector.mo +share/locale/da/LC_MESSAGES/calligra_shape_video.mo +share/locale/da/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/da/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/da/LC_MESSAGES/calligrastage.mo +share/locale/da/LC_MESSAGES/calligrawords.mo +share/locale/da/LC_MESSAGES/flow.mo +share/locale/da/LC_MESSAGES/karbon.mo +share/locale/da/LC_MESSAGES/kocolorspaces.mo +share/locale/da/LC_MESSAGES/koconverter.mo +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 +share/locale/da/LC_MESSAGES/okularGenerator_odt.mo +share/locale/de/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/de/LC_MESSAGES/KarbonTools.mo +share/locale/de/LC_MESSAGES/braindump.mo +share/locale/de/LC_MESSAGES/calligra-defaulttools.mo +share/locale/de/LC_MESSAGES/calligra-dockers.mo +share/locale/de/LC_MESSAGES/calligra-opener.mo +share/locale/de/LC_MESSAGES/calligra.mo +share/locale/de/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/de/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/de/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/de/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/de/LC_MESSAGES/calligra_shape_chart.mo +share/locale/de/LC_MESSAGES/calligra_shape_comment.mo +share/locale/de/LC_MESSAGES/calligra_shape_formula.mo +share/locale/de/LC_MESSAGES/calligra_shape_music.mo +share/locale/de/LC_MESSAGES/calligra_shape_paths.mo +share/locale/de/LC_MESSAGES/calligra_shape_picture.mo +share/locale/de/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/de/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/de/LC_MESSAGES/calligra_shape_template.mo +share/locale/de/LC_MESSAGES/calligra_shape_text.mo +share/locale/de/LC_MESSAGES/calligra_shape_threed.mo +share/locale/de/LC_MESSAGES/calligra_shape_vector.mo +share/locale/de/LC_MESSAGES/calligra_shape_video.mo +share/locale/de/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/de/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/de/LC_MESSAGES/calligrastage.mo +share/locale/de/LC_MESSAGES/calligrawords.mo +share/locale/de/LC_MESSAGES/flow.mo +share/locale/de/LC_MESSAGES/karbon.mo +share/locale/de/LC_MESSAGES/kocolorspaces.mo +share/locale/de/LC_MESSAGES/koconverter.mo +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 +share/locale/de/LC_MESSAGES/okularGenerator_odt.mo +share/locale/el/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/el/LC_MESSAGES/KarbonTools.mo +share/locale/el/LC_MESSAGES/braindump.mo +share/locale/el/LC_MESSAGES/calligra-defaulttools.mo +share/locale/el/LC_MESSAGES/calligra-dockers.mo +share/locale/el/LC_MESSAGES/calligra-opener.mo +share/locale/el/LC_MESSAGES/calligra.mo +share/locale/el/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/el/LC_MESSAGES/calligra_shape_chart.mo +share/locale/el/LC_MESSAGES/calligra_shape_comment.mo +share/locale/el/LC_MESSAGES/calligra_shape_formula.mo +share/locale/el/LC_MESSAGES/calligra_shape_music.mo +share/locale/el/LC_MESSAGES/calligra_shape_paths.mo +share/locale/el/LC_MESSAGES/calligra_shape_picture.mo +share/locale/el/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/el/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/el/LC_MESSAGES/calligra_shape_template.mo +share/locale/el/LC_MESSAGES/calligra_shape_text.mo +share/locale/el/LC_MESSAGES/calligra_shape_threed.mo +share/locale/el/LC_MESSAGES/calligra_shape_vector.mo +share/locale/el/LC_MESSAGES/calligra_shape_video.mo +share/locale/el/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/el/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/el/LC_MESSAGES/calligrastage.mo +share/locale/el/LC_MESSAGES/calligrawords.mo +share/locale/el/LC_MESSAGES/flow.mo +share/locale/el/LC_MESSAGES/karbon.mo +share/locale/el/LC_MESSAGES/kocolorspaces.mo +share/locale/el/LC_MESSAGES/koconverter.mo +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/en_GB/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/en_GB/LC_MESSAGES/KarbonTools.mo +share/locale/en_GB/LC_MESSAGES/braindump.mo +share/locale/en_GB/LC_MESSAGES/calligra-defaulttools.mo +share/locale/en_GB/LC_MESSAGES/calligra-dockers.mo +share/locale/en_GB/LC_MESSAGES/calligra-opener.mo +share/locale/en_GB/LC_MESSAGES/calligra.mo +share/locale/en_GB/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/en_GB/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/en_GB/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_chart.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_comment.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_formula.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_music.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_paths.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_picture.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_template.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_text.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_threed.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_vector.mo +share/locale/en_GB/LC_MESSAGES/calligra_shape_video.mo +share/locale/en_GB/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/en_GB/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/en_GB/LC_MESSAGES/calligrastage.mo +share/locale/en_GB/LC_MESSAGES/calligrawords.mo +share/locale/en_GB/LC_MESSAGES/flow.mo +share/locale/en_GB/LC_MESSAGES/karbon.mo +share/locale/en_GB/LC_MESSAGES/kocolorspaces.mo +share/locale/en_GB/LC_MESSAGES/koconverter.mo +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 +share/locale/en_GB/LC_MESSAGES/okularGenerator_odt.mo +share/locale/eo/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/eo/LC_MESSAGES/KarbonTools.mo +share/locale/eo/LC_MESSAGES/calligra-defaulttools.mo +share/locale/eo/LC_MESSAGES/calligra-dockers.mo +share/locale/eo/LC_MESSAGES/calligra.mo +share/locale/eo/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/eo/LC_MESSAGES/calligra_shape_chart.mo +share/locale/eo/LC_MESSAGES/calligra_shape_formula.mo +share/locale/eo/LC_MESSAGES/calligra_shape_music.mo +share/locale/eo/LC_MESSAGES/calligra_shape_paths.mo +share/locale/eo/LC_MESSAGES/calligra_shape_picture.mo +share/locale/eo/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/eo/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/eo/LC_MESSAGES/calligra_shape_text.mo +share/locale/eo/LC_MESSAGES/calligra_shape_vector.mo +share/locale/eo/LC_MESSAGES/calligra_shape_video.mo +share/locale/eo/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/eo/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/eo/LC_MESSAGES/calligrastage.mo +share/locale/eo/LC_MESSAGES/calligrawords.mo +share/locale/eo/LC_MESSAGES/flow.mo +share/locale/eo/LC_MESSAGES/karbon.mo +share/locale/eo/LC_MESSAGES/kocolorspaces.mo +share/locale/eo/LC_MESSAGES/koconverter.mo +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 +share/locale/es/LC_MESSAGES/KarbonTools.mo +share/locale/es/LC_MESSAGES/braindump.mo +share/locale/es/LC_MESSAGES/calligra-defaulttools.mo +share/locale/es/LC_MESSAGES/calligra-dockers.mo +share/locale/es/LC_MESSAGES/calligra-opener.mo +share/locale/es/LC_MESSAGES/calligra.mo +share/locale/es/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/es/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/es/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/es/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/es/LC_MESSAGES/calligra_shape_chart.mo +share/locale/es/LC_MESSAGES/calligra_shape_comment.mo +share/locale/es/LC_MESSAGES/calligra_shape_formula.mo +share/locale/es/LC_MESSAGES/calligra_shape_music.mo +share/locale/es/LC_MESSAGES/calligra_shape_paths.mo +share/locale/es/LC_MESSAGES/calligra_shape_picture.mo +share/locale/es/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/es/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/es/LC_MESSAGES/calligra_shape_template.mo +share/locale/es/LC_MESSAGES/calligra_shape_text.mo +share/locale/es/LC_MESSAGES/calligra_shape_threed.mo +share/locale/es/LC_MESSAGES/calligra_shape_vector.mo +share/locale/es/LC_MESSAGES/calligra_shape_video.mo +share/locale/es/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/es/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/es/LC_MESSAGES/calligrastage.mo +share/locale/es/LC_MESSAGES/calligrawords.mo +share/locale/es/LC_MESSAGES/flow.mo +share/locale/es/LC_MESSAGES/karbon.mo +share/locale/es/LC_MESSAGES/kocolorspaces.mo +share/locale/es/LC_MESSAGES/koconverter.mo +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 +share/locale/es/LC_MESSAGES/okularGenerator_odt.mo +share/locale/et/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/et/LC_MESSAGES/KarbonTools.mo +share/locale/et/LC_MESSAGES/braindump.mo +share/locale/et/LC_MESSAGES/calligra-defaulttools.mo +share/locale/et/LC_MESSAGES/calligra-dockers.mo +share/locale/et/LC_MESSAGES/calligra-opener.mo +share/locale/et/LC_MESSAGES/calligra.mo +share/locale/et/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/et/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/et/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/et/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/et/LC_MESSAGES/calligra_shape_chart.mo +share/locale/et/LC_MESSAGES/calligra_shape_comment.mo +share/locale/et/LC_MESSAGES/calligra_shape_formula.mo +share/locale/et/LC_MESSAGES/calligra_shape_music.mo +share/locale/et/LC_MESSAGES/calligra_shape_paths.mo +share/locale/et/LC_MESSAGES/calligra_shape_picture.mo +share/locale/et/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/et/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/et/LC_MESSAGES/calligra_shape_template.mo +share/locale/et/LC_MESSAGES/calligra_shape_text.mo +share/locale/et/LC_MESSAGES/calligra_shape_threed.mo +share/locale/et/LC_MESSAGES/calligra_shape_vector.mo +share/locale/et/LC_MESSAGES/calligra_shape_video.mo +share/locale/et/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/et/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/et/LC_MESSAGES/calligrastage.mo +share/locale/et/LC_MESSAGES/calligrawords.mo +share/locale/et/LC_MESSAGES/flow.mo +share/locale/et/LC_MESSAGES/karbon.mo +share/locale/et/LC_MESSAGES/kocolorspaces.mo +share/locale/et/LC_MESSAGES/koconverter.mo +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 +share/locale/et/LC_MESSAGES/okularGenerator_odt.mo +share/locale/eu/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/eu/LC_MESSAGES/KarbonTools.mo +share/locale/eu/LC_MESSAGES/calligra.mo +share/locale/eu/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/eu/LC_MESSAGES/calligrafilters.mo +share/locale/eu/LC_MESSAGES/calligrasheets.mo +share/locale/eu/LC_MESSAGES/calligrasheets_calendar.mo +share/locale/eu/LC_MESSAGES/calligrastage.mo +share/locale/eu/LC_MESSAGES/calligrawords.mo +share/locale/eu/LC_MESSAGES/flow.mo +share/locale/eu/LC_MESSAGES/karbon.mo +share/locale/eu/LC_MESSAGES/koconverter.mo +share/locale/fa/LC_MESSAGES/KarbonFilterEffects.mo +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 +share/locale/fa/LC_MESSAGES/calligrawords.mo +share/locale/fa/LC_MESSAGES/flow.mo +share/locale/fa/LC_MESSAGES/karbon.mo +share/locale/fa/LC_MESSAGES/koconverter.mo +share/locale/fi/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/fi/LC_MESSAGES/KarbonTools.mo +share/locale/fi/LC_MESSAGES/braindump.mo +share/locale/fi/LC_MESSAGES/calligra-defaulttools.mo +share/locale/fi/LC_MESSAGES/calligra-dockers.mo +share/locale/fi/LC_MESSAGES/calligra-opener.mo +share/locale/fi/LC_MESSAGES/calligra.mo +share/locale/fi/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/fi/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/fi/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/fi/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/fi/LC_MESSAGES/calligra_shape_chart.mo +share/locale/fi/LC_MESSAGES/calligra_shape_comment.mo +share/locale/fi/LC_MESSAGES/calligra_shape_formula.mo +share/locale/fi/LC_MESSAGES/calligra_shape_music.mo +share/locale/fi/LC_MESSAGES/calligra_shape_paths.mo +share/locale/fi/LC_MESSAGES/calligra_shape_picture.mo +share/locale/fi/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/fi/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/fi/LC_MESSAGES/calligra_shape_template.mo +share/locale/fi/LC_MESSAGES/calligra_shape_text.mo +share/locale/fi/LC_MESSAGES/calligra_shape_threed.mo +share/locale/fi/LC_MESSAGES/calligra_shape_vector.mo +share/locale/fi/LC_MESSAGES/calligra_shape_video.mo +share/locale/fi/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/fi/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/fi/LC_MESSAGES/calligrastage.mo +share/locale/fi/LC_MESSAGES/calligrawords.mo +share/locale/fi/LC_MESSAGES/flow.mo +share/locale/fi/LC_MESSAGES/karbon.mo +share/locale/fi/LC_MESSAGES/kocolorspaces.mo +share/locale/fi/LC_MESSAGES/koconverter.mo +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 +share/locale/fi/LC_MESSAGES/okularGenerator_odt.mo +share/locale/fr/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/fr/LC_MESSAGES/KarbonTools.mo +share/locale/fr/LC_MESSAGES/braindump.mo +share/locale/fr/LC_MESSAGES/calligra-defaulttools.mo +share/locale/fr/LC_MESSAGES/calligra-dockers.mo +share/locale/fr/LC_MESSAGES/calligra-opener.mo +share/locale/fr/LC_MESSAGES/calligra.mo +share/locale/fr/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/fr/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/fr/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/fr/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/fr/LC_MESSAGES/calligra_shape_chart.mo +share/locale/fr/LC_MESSAGES/calligra_shape_comment.mo +share/locale/fr/LC_MESSAGES/calligra_shape_formula.mo +share/locale/fr/LC_MESSAGES/calligra_shape_music.mo +share/locale/fr/LC_MESSAGES/calligra_shape_paths.mo +share/locale/fr/LC_MESSAGES/calligra_shape_picture.mo +share/locale/fr/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/fr/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/fr/LC_MESSAGES/calligra_shape_template.mo +share/locale/fr/LC_MESSAGES/calligra_shape_text.mo +share/locale/fr/LC_MESSAGES/calligra_shape_threed.mo +share/locale/fr/LC_MESSAGES/calligra_shape_vector.mo +share/locale/fr/LC_MESSAGES/calligra_shape_video.mo +share/locale/fr/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/fr/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/fr/LC_MESSAGES/calligrastage.mo +share/locale/fr/LC_MESSAGES/calligrawords.mo +share/locale/fr/LC_MESSAGES/flow.mo +share/locale/fr/LC_MESSAGES/karbon.mo +share/locale/fr/LC_MESSAGES/kocolorspaces.mo +share/locale/fr/LC_MESSAGES/koconverter.mo +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 +share/locale/fr/LC_MESSAGES/okularGenerator_odt.mo +share/locale/fy/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/fy/LC_MESSAGES/KarbonTools.mo +share/locale/fy/LC_MESSAGES/calligra-dockers.mo +share/locale/fy/LC_MESSAGES/calligra.mo +share/locale/fy/LC_MESSAGES/calligra_shape_music.mo +share/locale/fy/LC_MESSAGES/calligra_shape_paths.mo +share/locale/fy/LC_MESSAGES/calligra_shape_picture.mo +share/locale/fy/LC_MESSAGES/calligra_shape_text.mo +share/locale/fy/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/fy/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/fy/LC_MESSAGES/calligrastage.mo +share/locale/fy/LC_MESSAGES/calligrawords.mo +share/locale/fy/LC_MESSAGES/flow.mo +share/locale/fy/LC_MESSAGES/karbon.mo +share/locale/fy/LC_MESSAGES/koconverter.mo +share/locale/fy/LC_MESSAGES/krossmodulesheets.mo +share/locale/ga/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/ga/LC_MESSAGES/KarbonTools.mo +share/locale/ga/LC_MESSAGES/braindump.mo +share/locale/ga/LC_MESSAGES/calligra-defaulttools.mo +share/locale/ga/LC_MESSAGES/calligra-dockers.mo +share/locale/ga/LC_MESSAGES/calligra-opener.mo +share/locale/ga/LC_MESSAGES/calligra.mo +share/locale/ga/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/ga/LC_MESSAGES/calligra_shape_chart.mo +share/locale/ga/LC_MESSAGES/calligra_shape_comment.mo +share/locale/ga/LC_MESSAGES/calligra_shape_formula.mo +share/locale/ga/LC_MESSAGES/calligra_shape_music.mo +share/locale/ga/LC_MESSAGES/calligra_shape_paths.mo +share/locale/ga/LC_MESSAGES/calligra_shape_picture.mo +share/locale/ga/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/ga/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/ga/LC_MESSAGES/calligra_shape_template.mo +share/locale/ga/LC_MESSAGES/calligra_shape_text.mo +share/locale/ga/LC_MESSAGES/calligra_shape_threed.mo +share/locale/ga/LC_MESSAGES/calligra_shape_vector.mo +share/locale/ga/LC_MESSAGES/calligra_shape_video.mo +share/locale/ga/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/ga/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/ga/LC_MESSAGES/calligrastage.mo +share/locale/ga/LC_MESSAGES/calligrawords.mo +share/locale/ga/LC_MESSAGES/flow.mo +share/locale/ga/LC_MESSAGES/karbon.mo +share/locale/ga/LC_MESSAGES/kocolorspaces.mo +share/locale/ga/LC_MESSAGES/koconverter.mo +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 +share/locale/gl/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/gl/LC_MESSAGES/KarbonTools.mo +share/locale/gl/LC_MESSAGES/braindump.mo +share/locale/gl/LC_MESSAGES/calligra-defaulttools.mo +share/locale/gl/LC_MESSAGES/calligra-dockers.mo +share/locale/gl/LC_MESSAGES/calligra-opener.mo +share/locale/gl/LC_MESSAGES/calligra.mo +share/locale/gl/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/gl/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/gl/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/gl/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/gl/LC_MESSAGES/calligra_shape_chart.mo +share/locale/gl/LC_MESSAGES/calligra_shape_comment.mo +share/locale/gl/LC_MESSAGES/calligra_shape_formula.mo +share/locale/gl/LC_MESSAGES/calligra_shape_music.mo +share/locale/gl/LC_MESSAGES/calligra_shape_paths.mo +share/locale/gl/LC_MESSAGES/calligra_shape_picture.mo +share/locale/gl/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/gl/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/gl/LC_MESSAGES/calligra_shape_template.mo +share/locale/gl/LC_MESSAGES/calligra_shape_text.mo +share/locale/gl/LC_MESSAGES/calligra_shape_threed.mo +share/locale/gl/LC_MESSAGES/calligra_shape_vector.mo +share/locale/gl/LC_MESSAGES/calligra_shape_video.mo +share/locale/gl/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/gl/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/gl/LC_MESSAGES/calligrastage.mo +share/locale/gl/LC_MESSAGES/calligrawords.mo +share/locale/gl/LC_MESSAGES/flow.mo +share/locale/gl/LC_MESSAGES/karbon.mo +share/locale/gl/LC_MESSAGES/kocolorspaces.mo +share/locale/gl/LC_MESSAGES/koconverter.mo +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 +share/locale/gl/LC_MESSAGES/okularGenerator_odt.mo +share/locale/he/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/he/LC_MESSAGES/KarbonTools.mo +share/locale/he/LC_MESSAGES/calligra.mo +share/locale/he/LC_MESSAGES/calligra_shape_picture.mo +share/locale/he/LC_MESSAGES/calligra_textediting_spellcheck.mo +share/locale/he/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/he/LC_MESSAGES/calligrafilters.mo +share/locale/he/LC_MESSAGES/calligrasheets.mo +share/locale/he/LC_MESSAGES/calligrasheets_calendar.mo +share/locale/he/LC_MESSAGES/calligrastage.mo +share/locale/he/LC_MESSAGES/calligrawords.mo +share/locale/he/LC_MESSAGES/flow.mo +share/locale/he/LC_MESSAGES/karbon.mo +share/locale/he/LC_MESSAGES/koconverter.mo +share/locale/hi/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/hi/LC_MESSAGES/KarbonTools.mo +share/locale/hi/LC_MESSAGES/calligra-dockers.mo +share/locale/hi/LC_MESSAGES/calligra.mo +share/locale/hi/LC_MESSAGES/calligra_shape_music.mo +share/locale/hi/LC_MESSAGES/calligra_shape_paths.mo +share/locale/hi/LC_MESSAGES/calligra_shape_picture.mo +share/locale/hi/LC_MESSAGES/calligra_shape_text.mo +share/locale/hi/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/hi/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/hi/LC_MESSAGES/calligrastage.mo +share/locale/hi/LC_MESSAGES/calligrawords.mo +share/locale/hi/LC_MESSAGES/flow.mo +share/locale/hi/LC_MESSAGES/karbon.mo +share/locale/hi/LC_MESSAGES/koconverter.mo +share/locale/hi/LC_MESSAGES/krossmodulesheets.mo +share/locale/hne/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/hne/LC_MESSAGES/KarbonTools.mo +share/locale/hne/LC_MESSAGES/calligra-dockers.mo +share/locale/hne/LC_MESSAGES/calligra.mo +share/locale/hne/LC_MESSAGES/calligra_shape_music.mo +share/locale/hne/LC_MESSAGES/calligra_shape_paths.mo +share/locale/hne/LC_MESSAGES/calligra_shape_picture.mo +share/locale/hne/LC_MESSAGES/calligra_shape_text.mo +share/locale/hne/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/hne/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/hne/LC_MESSAGES/calligrawords.mo +share/locale/hne/LC_MESSAGES/flow.mo +share/locale/hne/LC_MESSAGES/karbon.mo +share/locale/hne/LC_MESSAGES/koconverter.mo +share/locale/hne/LC_MESSAGES/krossmodulesheets.mo +share/locale/hr/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/hr/LC_MESSAGES/KarbonTools.mo +share/locale/hr/LC_MESSAGES/calligra.mo +share/locale/hr/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/hr/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/hr/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/hr/LC_MESSAGES/calligrafilters.mo +share/locale/hr/LC_MESSAGES/calligrasheets.mo +share/locale/hr/LC_MESSAGES/calligrastage.mo +share/locale/hr/LC_MESSAGES/calligrawords.mo +share/locale/hr/LC_MESSAGES/flow.mo +share/locale/hr/LC_MESSAGES/karbon.mo +share/locale/hr/LC_MESSAGES/koconverter.mo +share/locale/hsb/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/hsb/LC_MESSAGES/calligrafilters.mo +share/locale/hsb/LC_MESSAGES/calligrastage.mo +share/locale/hsb/LC_MESSAGES/calligrawords.mo +share/locale/hu/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/hu/LC_MESSAGES/KarbonTools.mo +share/locale/hu/LC_MESSAGES/braindump.mo +share/locale/hu/LC_MESSAGES/calligra-defaulttools.mo +share/locale/hu/LC_MESSAGES/calligra-dockers.mo +share/locale/hu/LC_MESSAGES/calligra-opener.mo +share/locale/hu/LC_MESSAGES/calligra.mo +share/locale/hu/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/hu/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/hu/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/hu/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/hu/LC_MESSAGES/calligra_shape_chart.mo +share/locale/hu/LC_MESSAGES/calligra_shape_comment.mo +share/locale/hu/LC_MESSAGES/calligra_shape_formula.mo +share/locale/hu/LC_MESSAGES/calligra_shape_music.mo +share/locale/hu/LC_MESSAGES/calligra_shape_paths.mo +share/locale/hu/LC_MESSAGES/calligra_shape_picture.mo +share/locale/hu/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/hu/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/hu/LC_MESSAGES/calligra_shape_template.mo +share/locale/hu/LC_MESSAGES/calligra_shape_text.mo +share/locale/hu/LC_MESSAGES/calligra_shape_threed.mo +share/locale/hu/LC_MESSAGES/calligra_shape_vector.mo +share/locale/hu/LC_MESSAGES/calligra_shape_video.mo +share/locale/hu/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/hu/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/hu/LC_MESSAGES/calligrastage.mo +share/locale/hu/LC_MESSAGES/calligrawords.mo +share/locale/hu/LC_MESSAGES/flow.mo +share/locale/hu/LC_MESSAGES/karbon.mo +share/locale/hu/LC_MESSAGES/kocolorspaces.mo +share/locale/hu/LC_MESSAGES/koconverter.mo +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 +share/locale/ia/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/ia/LC_MESSAGES/KarbonTools.mo +share/locale/ia/LC_MESSAGES/braindump.mo +share/locale/ia/LC_MESSAGES/calligra-defaulttools.mo +share/locale/ia/LC_MESSAGES/calligra-dockers.mo +share/locale/ia/LC_MESSAGES/calligra-opener.mo +share/locale/ia/LC_MESSAGES/calligra.mo +share/locale/ia/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/ia/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/ia/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/ia/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/ia/LC_MESSAGES/calligra_shape_chart.mo +share/locale/ia/LC_MESSAGES/calligra_shape_comment.mo +share/locale/ia/LC_MESSAGES/calligra_shape_formula.mo +share/locale/ia/LC_MESSAGES/calligra_shape_music.mo +share/locale/ia/LC_MESSAGES/calligra_shape_paths.mo +share/locale/ia/LC_MESSAGES/calligra_shape_picture.mo +share/locale/ia/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/ia/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/ia/LC_MESSAGES/calligra_shape_template.mo +share/locale/ia/LC_MESSAGES/calligra_shape_text.mo +share/locale/ia/LC_MESSAGES/calligra_shape_threed.mo +share/locale/ia/LC_MESSAGES/calligra_shape_vector.mo +share/locale/ia/LC_MESSAGES/calligra_shape_video.mo +share/locale/ia/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/ia/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/ia/LC_MESSAGES/calligrastage.mo +share/locale/ia/LC_MESSAGES/calligrawords.mo +share/locale/ia/LC_MESSAGES/flow.mo +share/locale/ia/LC_MESSAGES/karbon.mo +share/locale/ia/LC_MESSAGES/kocolorspaces.mo +share/locale/ia/LC_MESSAGES/koconverter.mo +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 +share/locale/ia/LC_MESSAGES/okularGenerator_odt.mo +share/locale/is/LC_MESSAGES/calligra.mo +share/locale/is/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/is/LC_MESSAGES/calligrafilters.mo +share/locale/is/LC_MESSAGES/calligrasheets.mo +share/locale/is/LC_MESSAGES/calligrastage.mo +share/locale/is/LC_MESSAGES/calligrawords.mo +share/locale/is/LC_MESSAGES/flow.mo +share/locale/is/LC_MESSAGES/koconverter.mo +share/locale/it/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/it/LC_MESSAGES/KarbonTools.mo +share/locale/it/LC_MESSAGES/braindump.mo +share/locale/it/LC_MESSAGES/calligra-defaulttools.mo +share/locale/it/LC_MESSAGES/calligra-dockers.mo +share/locale/it/LC_MESSAGES/calligra-opener.mo +share/locale/it/LC_MESSAGES/calligra.mo +share/locale/it/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/it/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/it/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/it/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/it/LC_MESSAGES/calligra_shape_chart.mo +share/locale/it/LC_MESSAGES/calligra_shape_comment.mo +share/locale/it/LC_MESSAGES/calligra_shape_formula.mo +share/locale/it/LC_MESSAGES/calligra_shape_music.mo +share/locale/it/LC_MESSAGES/calligra_shape_paths.mo +share/locale/it/LC_MESSAGES/calligra_shape_picture.mo +share/locale/it/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/it/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/it/LC_MESSAGES/calligra_shape_template.mo +share/locale/it/LC_MESSAGES/calligra_shape_text.mo +share/locale/it/LC_MESSAGES/calligra_shape_threed.mo +share/locale/it/LC_MESSAGES/calligra_shape_vector.mo +share/locale/it/LC_MESSAGES/calligra_shape_video.mo +share/locale/it/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/it/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/it/LC_MESSAGES/calligrastage.mo +share/locale/it/LC_MESSAGES/calligrawords.mo +share/locale/it/LC_MESSAGES/flow.mo +share/locale/it/LC_MESSAGES/karbon.mo +share/locale/it/LC_MESSAGES/kocolorspaces.mo +share/locale/it/LC_MESSAGES/koconverter.mo +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 +share/locale/it/LC_MESSAGES/okularGenerator_odt.mo +share/locale/ja/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/ja/LC_MESSAGES/KarbonTools.mo +share/locale/ja/LC_MESSAGES/braindump.mo +share/locale/ja/LC_MESSAGES/calligra-defaulttools.mo +share/locale/ja/LC_MESSAGES/calligra-dockers.mo +share/locale/ja/LC_MESSAGES/calligra-opener.mo +share/locale/ja/LC_MESSAGES/calligra.mo +share/locale/ja/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/ja/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/ja/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/ja/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/ja/LC_MESSAGES/calligra_shape_chart.mo +share/locale/ja/LC_MESSAGES/calligra_shape_comment.mo +share/locale/ja/LC_MESSAGES/calligra_shape_formula.mo +share/locale/ja/LC_MESSAGES/calligra_shape_music.mo +share/locale/ja/LC_MESSAGES/calligra_shape_paths.mo +share/locale/ja/LC_MESSAGES/calligra_shape_picture.mo +share/locale/ja/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/ja/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/ja/LC_MESSAGES/calligra_shape_template.mo +share/locale/ja/LC_MESSAGES/calligra_shape_text.mo +share/locale/ja/LC_MESSAGES/calligra_shape_threed.mo +share/locale/ja/LC_MESSAGES/calligra_shape_vector.mo +share/locale/ja/LC_MESSAGES/calligra_shape_video.mo +share/locale/ja/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/ja/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/ja/LC_MESSAGES/calligrastage.mo +share/locale/ja/LC_MESSAGES/calligrawords.mo +share/locale/ja/LC_MESSAGES/flow.mo +share/locale/ja/LC_MESSAGES/karbon.mo +share/locale/ja/LC_MESSAGES/kocolorspaces.mo +share/locale/ja/LC_MESSAGES/koconverter.mo +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 +share/locale/ja/LC_MESSAGES/okularGenerator_odt.mo +share/locale/kk/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/kk/LC_MESSAGES/KarbonTools.mo +share/locale/kk/LC_MESSAGES/braindump.mo +share/locale/kk/LC_MESSAGES/calligra-defaulttools.mo +share/locale/kk/LC_MESSAGES/calligra-dockers.mo +share/locale/kk/LC_MESSAGES/calligra-opener.mo +share/locale/kk/LC_MESSAGES/calligra.mo +share/locale/kk/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/kk/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/kk/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/kk/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/kk/LC_MESSAGES/calligra_shape_chart.mo +share/locale/kk/LC_MESSAGES/calligra_shape_comment.mo +share/locale/kk/LC_MESSAGES/calligra_shape_formula.mo +share/locale/kk/LC_MESSAGES/calligra_shape_music.mo +share/locale/kk/LC_MESSAGES/calligra_shape_paths.mo +share/locale/kk/LC_MESSAGES/calligra_shape_picture.mo +share/locale/kk/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/kk/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/kk/LC_MESSAGES/calligra_shape_template.mo +share/locale/kk/LC_MESSAGES/calligra_shape_text.mo +share/locale/kk/LC_MESSAGES/calligra_shape_threed.mo +share/locale/kk/LC_MESSAGES/calligra_shape_vector.mo +share/locale/kk/LC_MESSAGES/calligra_shape_video.mo +share/locale/kk/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/kk/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/kk/LC_MESSAGES/calligrastage.mo +share/locale/kk/LC_MESSAGES/calligrawords.mo +share/locale/kk/LC_MESSAGES/flow.mo +share/locale/kk/LC_MESSAGES/karbon.mo +share/locale/kk/LC_MESSAGES/kocolorspaces.mo +share/locale/kk/LC_MESSAGES/koconverter.mo +share/locale/kk/LC_MESSAGES/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 +share/locale/ko/LC_MESSAGES/KarbonTools.mo +share/locale/ko/LC_MESSAGES/calligra-opener.mo +share/locale/ko/LC_MESSAGES/calligra.mo +share/locale/ko/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/ko/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/ko/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/ko/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/ko/LC_MESSAGES/calligra_shape_comment.mo +share/locale/ko/LC_MESSAGES/calligra_shape_formula.mo +share/locale/ko/LC_MESSAGES/calligra_shape_picture.mo +share/locale/ko/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/ko/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/ko/LC_MESSAGES/calligra_shape_template.mo +share/locale/ko/LC_MESSAGES/calligra_shape_threed.mo +share/locale/ko/LC_MESSAGES/calligra_shape_vector.mo +share/locale/ko/LC_MESSAGES/calligra_shape_video.mo +share/locale/ko/LC_MESSAGES/calligra_textediting_changecase.mo +share/locale/ko/LC_MESSAGES/calligra_textediting_spellcheck.mo +share/locale/ko/LC_MESSAGES/calligrafilters.mo +share/locale/ko/LC_MESSAGES/calligrasheets_calendar.mo +share/locale/ko/LC_MESSAGES/calligrasheets_solver.mo +share/locale/ko/LC_MESSAGES/calligrawords.mo +share/locale/ko/LC_MESSAGES/flow.mo +share/locale/ko/LC_MESSAGES/karbon.mo +share/locale/ko/LC_MESSAGES/koconverter.mo +share/locale/ko/LC_MESSAGES/okularGenerator_odp.mo +share/locale/ku/LC_MESSAGES/calligra.mo +share/locale/ku/LC_MESSAGES/calligrawords.mo +share/locale/lt/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/lt/LC_MESSAGES/KarbonTools.mo +share/locale/lt/LC_MESSAGES/braindump.mo +share/locale/lt/LC_MESSAGES/calligra-defaulttools.mo +share/locale/lt/LC_MESSAGES/calligra-dockers.mo +share/locale/lt/LC_MESSAGES/calligra-opener.mo +share/locale/lt/LC_MESSAGES/calligra.mo +share/locale/lt/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/lt/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/lt/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/lt/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/lt/LC_MESSAGES/calligra_shape_chart.mo +share/locale/lt/LC_MESSAGES/calligra_shape_comment.mo +share/locale/lt/LC_MESSAGES/calligra_shape_formula.mo +share/locale/lt/LC_MESSAGES/calligra_shape_music.mo +share/locale/lt/LC_MESSAGES/calligra_shape_paths.mo +share/locale/lt/LC_MESSAGES/calligra_shape_picture.mo +share/locale/lt/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/lt/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/lt/LC_MESSAGES/calligra_shape_template.mo +share/locale/lt/LC_MESSAGES/calligra_shape_text.mo +share/locale/lt/LC_MESSAGES/calligra_shape_threed.mo +share/locale/lt/LC_MESSAGES/calligra_shape_vector.mo +share/locale/lt/LC_MESSAGES/calligra_shape_video.mo +share/locale/lt/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/lt/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/lt/LC_MESSAGES/calligrastage.mo +share/locale/lt/LC_MESSAGES/calligrawords.mo +share/locale/lt/LC_MESSAGES/flow.mo +share/locale/lt/LC_MESSAGES/karbon.mo +share/locale/lt/LC_MESSAGES/kocolorspaces.mo +share/locale/lt/LC_MESSAGES/koconverter.mo +share/locale/lt/LC_MESSAGES/krossmoduleplan.mo +share/locale/lt/LC_MESSAGES/krossmodulesheets.mo +share/locale/lt/LC_MESSAGES/krossmodulewords.mo +share/locale/lt/LC_MESSAGES/okularGenerator_odp.mo +share/locale/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 +share/locale/lv/LC_MESSAGES/flow.mo +share/locale/lv/LC_MESSAGES/koconverter.mo +share/locale/mai/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/mai/LC_MESSAGES/KarbonTools.mo +share/locale/mai/LC_MESSAGES/calligra-defaulttools.mo +share/locale/mai/LC_MESSAGES/calligra-dockers.mo +share/locale/mai/LC_MESSAGES/calligra.mo +share/locale/mai/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/mai/LC_MESSAGES/calligra_shape_chart.mo +share/locale/mai/LC_MESSAGES/calligra_shape_formula.mo +share/locale/mai/LC_MESSAGES/calligra_shape_music.mo +share/locale/mai/LC_MESSAGES/calligra_shape_paths.mo +share/locale/mai/LC_MESSAGES/calligra_shape_picture.mo +share/locale/mai/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/mai/LC_MESSAGES/calligra_shape_text.mo +share/locale/mai/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/mai/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/mai/LC_MESSAGES/calligrastage.mo +share/locale/mai/LC_MESSAGES/calligrawords.mo +share/locale/mai/LC_MESSAGES/flow.mo +share/locale/mai/LC_MESSAGES/karbon.mo +share/locale/mai/LC_MESSAGES/kocolorspaces.mo +share/locale/mai/LC_MESSAGES/koconverter.mo +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 +share/locale/mk/LC_MESSAGES/calligrasheets.mo +share/locale/mk/LC_MESSAGES/calligrawords.mo +share/locale/ml/LC_MESSAGES/calligrasheets.mo +share/locale/mr/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/mr/LC_MESSAGES/KarbonTools.mo +share/locale/mr/LC_MESSAGES/braindump.mo +share/locale/mr/LC_MESSAGES/calligra-defaulttools.mo +share/locale/mr/LC_MESSAGES/calligra-dockers.mo +share/locale/mr/LC_MESSAGES/calligra-opener.mo +share/locale/mr/LC_MESSAGES/calligra.mo +share/locale/mr/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/mr/LC_MESSAGES/calligra_shape_chart.mo +share/locale/mr/LC_MESSAGES/calligra_shape_comment.mo +share/locale/mr/LC_MESSAGES/calligra_shape_formula.mo +share/locale/mr/LC_MESSAGES/calligra_shape_music.mo +share/locale/mr/LC_MESSAGES/calligra_shape_paths.mo +share/locale/mr/LC_MESSAGES/calligra_shape_picture.mo +share/locale/mr/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/mr/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/mr/LC_MESSAGES/calligra_shape_template.mo +share/locale/mr/LC_MESSAGES/calligra_shape_text.mo +share/locale/mr/LC_MESSAGES/calligra_shape_threed.mo +share/locale/mr/LC_MESSAGES/calligra_shape_vector.mo +share/locale/mr/LC_MESSAGES/calligra_shape_video.mo +share/locale/mr/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/mr/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/mr/LC_MESSAGES/calligrastage.mo +share/locale/mr/LC_MESSAGES/calligrawords.mo +share/locale/mr/LC_MESSAGES/flow.mo +share/locale/mr/LC_MESSAGES/karbon.mo +share/locale/mr/LC_MESSAGES/kocolorspaces.mo +share/locale/mr/LC_MESSAGES/koconverter.mo +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 +share/locale/ms/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/ms/LC_MESSAGES/KarbonTools.mo +share/locale/ms/LC_MESSAGES/braindump.mo +share/locale/ms/LC_MESSAGES/calligra-defaulttools.mo +share/locale/ms/LC_MESSAGES/calligra-dockers.mo +share/locale/ms/LC_MESSAGES/calligra-opener.mo +share/locale/ms/LC_MESSAGES/calligra.mo +share/locale/ms/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/ms/LC_MESSAGES/calligra_shape_chart.mo +share/locale/ms/LC_MESSAGES/calligra_shape_comment.mo +share/locale/ms/LC_MESSAGES/calligra_shape_formula.mo +share/locale/ms/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/ms/LC_MESSAGES/calligra_textediting_changecase.mo +share/locale/ms/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/ms/LC_MESSAGES/calligrafilters.mo +share/locale/ms/LC_MESSAGES/calligrasheets.mo +share/locale/ms/LC_MESSAGES/calligrasheets_calendar.mo +share/locale/ms/LC_MESSAGES/calligrastage.mo +share/locale/ms/LC_MESSAGES/calligrawords.mo +share/locale/ms/LC_MESSAGES/flow.mo +share/locale/ms/LC_MESSAGES/karbon.mo +share/locale/ms/LC_MESSAGES/koconverter.mo +share/locale/nb/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/nb/LC_MESSAGES/KarbonTools.mo +share/locale/nb/LC_MESSAGES/braindump.mo +share/locale/nb/LC_MESSAGES/calligra-defaulttools.mo +share/locale/nb/LC_MESSAGES/calligra-dockers.mo +share/locale/nb/LC_MESSAGES/calligra-opener.mo +share/locale/nb/LC_MESSAGES/calligra.mo +share/locale/nb/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/nb/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/nb/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/nb/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/nb/LC_MESSAGES/calligra_shape_chart.mo +share/locale/nb/LC_MESSAGES/calligra_shape_comment.mo +share/locale/nb/LC_MESSAGES/calligra_shape_formula.mo +share/locale/nb/LC_MESSAGES/calligra_shape_music.mo +share/locale/nb/LC_MESSAGES/calligra_shape_paths.mo +share/locale/nb/LC_MESSAGES/calligra_shape_picture.mo +share/locale/nb/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/nb/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/nb/LC_MESSAGES/calligra_shape_template.mo +share/locale/nb/LC_MESSAGES/calligra_shape_text.mo +share/locale/nb/LC_MESSAGES/calligra_shape_threed.mo +share/locale/nb/LC_MESSAGES/calligra_shape_vector.mo +share/locale/nb/LC_MESSAGES/calligra_shape_video.mo +share/locale/nb/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/nb/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/nb/LC_MESSAGES/calligrastage.mo +share/locale/nb/LC_MESSAGES/calligrawords.mo +share/locale/nb/LC_MESSAGES/flow.mo +share/locale/nb/LC_MESSAGES/karbon.mo +share/locale/nb/LC_MESSAGES/kocolorspaces.mo +share/locale/nb/LC_MESSAGES/koconverter.mo +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 +share/locale/nds/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/nds/LC_MESSAGES/KarbonTools.mo +share/locale/nds/LC_MESSAGES/braindump.mo +share/locale/nds/LC_MESSAGES/calligra-defaulttools.mo +share/locale/nds/LC_MESSAGES/calligra-dockers.mo +share/locale/nds/LC_MESSAGES/calligra-opener.mo +share/locale/nds/LC_MESSAGES/calligra.mo +share/locale/nds/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/nds/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/nds/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/nds/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/nds/LC_MESSAGES/calligra_shape_chart.mo +share/locale/nds/LC_MESSAGES/calligra_shape_comment.mo +share/locale/nds/LC_MESSAGES/calligra_shape_formula.mo +share/locale/nds/LC_MESSAGES/calligra_shape_music.mo +share/locale/nds/LC_MESSAGES/calligra_shape_paths.mo +share/locale/nds/LC_MESSAGES/calligra_shape_picture.mo +share/locale/nds/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/nds/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/nds/LC_MESSAGES/calligra_shape_template.mo +share/locale/nds/LC_MESSAGES/calligra_shape_text.mo +share/locale/nds/LC_MESSAGES/calligra_shape_threed.mo +share/locale/nds/LC_MESSAGES/calligra_shape_vector.mo +share/locale/nds/LC_MESSAGES/calligra_shape_video.mo +share/locale/nds/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/nds/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/nds/LC_MESSAGES/calligrastage.mo +share/locale/nds/LC_MESSAGES/calligrawords.mo +share/locale/nds/LC_MESSAGES/flow.mo +share/locale/nds/LC_MESSAGES/karbon.mo +share/locale/nds/LC_MESSAGES/kocolorspaces.mo +share/locale/nds/LC_MESSAGES/koconverter.mo +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 +share/locale/ne/LC_MESSAGES/KarbonFilterEffects.mo +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 +share/locale/ne/LC_MESSAGES/calligrawords.mo +share/locale/ne/LC_MESSAGES/flow.mo +share/locale/ne/LC_MESSAGES/karbon.mo +share/locale/ne/LC_MESSAGES/koconverter.mo +share/locale/nl/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/nl/LC_MESSAGES/KarbonTools.mo +share/locale/nl/LC_MESSAGES/braindump.mo +share/locale/nl/LC_MESSAGES/calligra-defaulttools.mo +share/locale/nl/LC_MESSAGES/calligra-dockers.mo +share/locale/nl/LC_MESSAGES/calligra-opener.mo +share/locale/nl/LC_MESSAGES/calligra.mo +share/locale/nl/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/nl/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/nl/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/nl/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/nl/LC_MESSAGES/calligra_shape_chart.mo +share/locale/nl/LC_MESSAGES/calligra_shape_comment.mo +share/locale/nl/LC_MESSAGES/calligra_shape_formula.mo +share/locale/nl/LC_MESSAGES/calligra_shape_music.mo +share/locale/nl/LC_MESSAGES/calligra_shape_paths.mo +share/locale/nl/LC_MESSAGES/calligra_shape_picture.mo +share/locale/nl/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/nl/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/nl/LC_MESSAGES/calligra_shape_template.mo +share/locale/nl/LC_MESSAGES/calligra_shape_text.mo +share/locale/nl/LC_MESSAGES/calligra_shape_threed.mo +share/locale/nl/LC_MESSAGES/calligra_shape_vector.mo +share/locale/nl/LC_MESSAGES/calligra_shape_video.mo +share/locale/nl/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/nl/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/nl/LC_MESSAGES/calligrastage.mo +share/locale/nl/LC_MESSAGES/calligrawords.mo +share/locale/nl/LC_MESSAGES/flow.mo +share/locale/nl/LC_MESSAGES/karbon.mo +share/locale/nl/LC_MESSAGES/kocolorspaces.mo +share/locale/nl/LC_MESSAGES/koconverter.mo +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 +share/locale/nl/LC_MESSAGES/okularGenerator_odt.mo +share/locale/nn/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/nn/LC_MESSAGES/KarbonTools.mo +share/locale/nn/LC_MESSAGES/calligra-defaulttools.mo +share/locale/nn/LC_MESSAGES/calligra-dockers.mo +share/locale/nn/LC_MESSAGES/calligra.mo +share/locale/nn/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/nn/LC_MESSAGES/calligra_shape_chart.mo +share/locale/nn/LC_MESSAGES/calligra_shape_formula.mo +share/locale/nn/LC_MESSAGES/calligra_shape_music.mo +share/locale/nn/LC_MESSAGES/calligra_shape_paths.mo +share/locale/nn/LC_MESSAGES/calligra_shape_picture.mo +share/locale/nn/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/nn/LC_MESSAGES/calligra_shape_text.mo +share/locale/nn/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/nn/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/nn/LC_MESSAGES/calligrastage.mo +share/locale/nn/LC_MESSAGES/calligrawords.mo +share/locale/nn/LC_MESSAGES/flow.mo +share/locale/nn/LC_MESSAGES/karbon.mo +share/locale/nn/LC_MESSAGES/kocolorspaces.mo +share/locale/nn/LC_MESSAGES/koconverter.mo +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 +share/locale/oc/LC_MESSAGES/KarbonTools.mo +share/locale/oc/LC_MESSAGES/calligra-dockers.mo +share/locale/oc/LC_MESSAGES/calligra.mo +share/locale/oc/LC_MESSAGES/calligra_shape_music.mo +share/locale/oc/LC_MESSAGES/calligra_shape_paths.mo +share/locale/oc/LC_MESSAGES/calligra_shape_picture.mo +share/locale/oc/LC_MESSAGES/calligra_shape_text.mo +share/locale/oc/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/oc/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/oc/LC_MESSAGES/calligrastage.mo +share/locale/oc/LC_MESSAGES/calligrawords.mo +share/locale/oc/LC_MESSAGES/flow.mo +share/locale/oc/LC_MESSAGES/karbon.mo +share/locale/oc/LC_MESSAGES/koconverter.mo +share/locale/oc/LC_MESSAGES/krossmodulesheets.mo +share/locale/pa/LC_MESSAGES/calligra.mo +share/locale/pa/LC_MESSAGES/calligrasheets.mo +share/locale/pa/LC_MESSAGES/calligrastage.mo +share/locale/pa/LC_MESSAGES/calligrawords.mo +share/locale/pl/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/pl/LC_MESSAGES/KarbonTools.mo +share/locale/pl/LC_MESSAGES/braindump.mo +share/locale/pl/LC_MESSAGES/calligra-defaulttools.mo +share/locale/pl/LC_MESSAGES/calligra-dockers.mo +share/locale/pl/LC_MESSAGES/calligra-opener.mo +share/locale/pl/LC_MESSAGES/calligra.mo +share/locale/pl/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/pl/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/pl/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/pl/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/pl/LC_MESSAGES/calligra_shape_chart.mo +share/locale/pl/LC_MESSAGES/calligra_shape_comment.mo +share/locale/pl/LC_MESSAGES/calligra_shape_formula.mo +share/locale/pl/LC_MESSAGES/calligra_shape_music.mo +share/locale/pl/LC_MESSAGES/calligra_shape_paths.mo +share/locale/pl/LC_MESSAGES/calligra_shape_picture.mo +share/locale/pl/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/pl/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/pl/LC_MESSAGES/calligra_shape_template.mo +share/locale/pl/LC_MESSAGES/calligra_shape_text.mo +share/locale/pl/LC_MESSAGES/calligra_shape_threed.mo +share/locale/pl/LC_MESSAGES/calligra_shape_vector.mo +share/locale/pl/LC_MESSAGES/calligra_shape_video.mo +share/locale/pl/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/pl/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/pl/LC_MESSAGES/calligrastage.mo +share/locale/pl/LC_MESSAGES/calligrawords.mo +share/locale/pl/LC_MESSAGES/flow.mo +share/locale/pl/LC_MESSAGES/karbon.mo +share/locale/pl/LC_MESSAGES/kocolorspaces.mo +share/locale/pl/LC_MESSAGES/koconverter.mo +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 +share/locale/pl/LC_MESSAGES/okularGenerator_odt.mo +share/locale/pt/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/pt/LC_MESSAGES/KarbonTools.mo +share/locale/pt/LC_MESSAGES/braindump.mo +share/locale/pt/LC_MESSAGES/calligra-defaulttools.mo +share/locale/pt/LC_MESSAGES/calligra-dockers.mo +share/locale/pt/LC_MESSAGES/calligra-opener.mo +share/locale/pt/LC_MESSAGES/calligra.mo +share/locale/pt/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/pt/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/pt/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/pt/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/pt/LC_MESSAGES/calligra_shape_chart.mo +share/locale/pt/LC_MESSAGES/calligra_shape_comment.mo +share/locale/pt/LC_MESSAGES/calligra_shape_formula.mo +share/locale/pt/LC_MESSAGES/calligra_shape_music.mo +share/locale/pt/LC_MESSAGES/calligra_shape_paths.mo +share/locale/pt/LC_MESSAGES/calligra_shape_picture.mo +share/locale/pt/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/pt/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/pt/LC_MESSAGES/calligra_shape_template.mo +share/locale/pt/LC_MESSAGES/calligra_shape_text.mo +share/locale/pt/LC_MESSAGES/calligra_shape_threed.mo +share/locale/pt/LC_MESSAGES/calligra_shape_vector.mo +share/locale/pt/LC_MESSAGES/calligra_shape_video.mo +share/locale/pt/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/pt/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/pt/LC_MESSAGES/calligrastage.mo +share/locale/pt/LC_MESSAGES/calligrawords.mo +share/locale/pt/LC_MESSAGES/flow.mo +share/locale/pt/LC_MESSAGES/karbon.mo +share/locale/pt/LC_MESSAGES/kocolorspaces.mo +share/locale/pt/LC_MESSAGES/koconverter.mo +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 +share/locale/pt/LC_MESSAGES/okularGenerator_odt.mo +share/locale/pt_BR/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/pt_BR/LC_MESSAGES/KarbonTools.mo +share/locale/pt_BR/LC_MESSAGES/braindump.mo +share/locale/pt_BR/LC_MESSAGES/calligra-defaulttools.mo +share/locale/pt_BR/LC_MESSAGES/calligra-dockers.mo +share/locale/pt_BR/LC_MESSAGES/calligra-opener.mo +share/locale/pt_BR/LC_MESSAGES/calligra.mo +share/locale/pt_BR/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/pt_BR/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/pt_BR/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/pt_BR/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/pt_BR/LC_MESSAGES/calligra_shape_chart.mo +share/locale/pt_BR/LC_MESSAGES/calligra_shape_comment.mo +share/locale/pt_BR/LC_MESSAGES/calligra_shape_formula.mo +share/locale/pt_BR/LC_MESSAGES/calligra_shape_music.mo +share/locale/pt_BR/LC_MESSAGES/calligra_shape_paths.mo +share/locale/pt_BR/LC_MESSAGES/calligra_shape_picture.mo +share/locale/pt_BR/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/pt_BR/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/pt_BR/LC_MESSAGES/calligra_shape_template.mo +share/locale/pt_BR/LC_MESSAGES/calligra_shape_text.mo +share/locale/pt_BR/LC_MESSAGES/calligra_shape_threed.mo +share/locale/pt_BR/LC_MESSAGES/calligra_shape_vector.mo +share/locale/pt_BR/LC_MESSAGES/calligra_shape_video.mo +share/locale/pt_BR/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/pt_BR/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/pt_BR/LC_MESSAGES/calligrastage.mo +share/locale/pt_BR/LC_MESSAGES/calligrawords.mo +share/locale/pt_BR/LC_MESSAGES/flow.mo +share/locale/pt_BR/LC_MESSAGES/karbon.mo +share/locale/pt_BR/LC_MESSAGES/kocolorspaces.mo +share/locale/pt_BR/LC_MESSAGES/koconverter.mo +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 +share/locale/pt_BR/LC_MESSAGES/okularGenerator_odt.mo +share/locale/ro/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/ro/LC_MESSAGES/KarbonTools.mo +share/locale/ro/LC_MESSAGES/calligra-dockers.mo +share/locale/ro/LC_MESSAGES/calligra.mo +share/locale/ro/LC_MESSAGES/calligra_shape_music.mo +share/locale/ro/LC_MESSAGES/calligra_shape_paths.mo +share/locale/ro/LC_MESSAGES/calligra_shape_picture.mo +share/locale/ro/LC_MESSAGES/calligra_shape_text.mo +share/locale/ro/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/ro/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/ro/LC_MESSAGES/calligrastage.mo +share/locale/ro/LC_MESSAGES/calligrawords.mo +share/locale/ro/LC_MESSAGES/flow.mo +share/locale/ro/LC_MESSAGES/karbon.mo +share/locale/ro/LC_MESSAGES/koconverter.mo +share/locale/ro/LC_MESSAGES/krossmodulesheets.mo +share/locale/ru/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/ru/LC_MESSAGES/KarbonTools.mo +share/locale/ru/LC_MESSAGES/braindump.mo +share/locale/ru/LC_MESSAGES/calligra-defaulttools.mo +share/locale/ru/LC_MESSAGES/calligra-dockers.mo +share/locale/ru/LC_MESSAGES/calligra-opener.mo +share/locale/ru/LC_MESSAGES/calligra.mo +share/locale/ru/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/ru/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/ru/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/ru/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/ru/LC_MESSAGES/calligra_shape_chart.mo +share/locale/ru/LC_MESSAGES/calligra_shape_comment.mo +share/locale/ru/LC_MESSAGES/calligra_shape_formula.mo +share/locale/ru/LC_MESSAGES/calligra_shape_music.mo +share/locale/ru/LC_MESSAGES/calligra_shape_paths.mo +share/locale/ru/LC_MESSAGES/calligra_shape_picture.mo +share/locale/ru/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/ru/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/ru/LC_MESSAGES/calligra_shape_text.mo +share/locale/ru/LC_MESSAGES/calligra_shape_vector.mo +share/locale/ru/LC_MESSAGES/calligra_shape_video.mo +share/locale/ru/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/ru/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/ru/LC_MESSAGES/calligrastage.mo +share/locale/ru/LC_MESSAGES/calligrawords.mo +share/locale/ru/LC_MESSAGES/flow.mo +share/locale/ru/LC_MESSAGES/karbon.mo +share/locale/ru/LC_MESSAGES/kocolorspaces.mo +share/locale/ru/LC_MESSAGES/koconverter.mo +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/se/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/se/LC_MESSAGES/KarbonTools.mo +share/locale/se/LC_MESSAGES/calligra.mo +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 +share/locale/se/LC_MESSAGES/calligrawords.mo +share/locale/se/LC_MESSAGES/flow.mo +share/locale/se/LC_MESSAGES/karbon.mo +share/locale/se/LC_MESSAGES/koconverter.mo +share/locale/sk/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/sk/LC_MESSAGES/KarbonTools.mo +share/locale/sk/LC_MESSAGES/braindump.mo +share/locale/sk/LC_MESSAGES/calligra-defaulttools.mo +share/locale/sk/LC_MESSAGES/calligra-dockers.mo +share/locale/sk/LC_MESSAGES/calligra-opener.mo +share/locale/sk/LC_MESSAGES/calligra.mo +share/locale/sk/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/sk/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/sk/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/sk/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/sk/LC_MESSAGES/calligra_shape_chart.mo +share/locale/sk/LC_MESSAGES/calligra_shape_comment.mo +share/locale/sk/LC_MESSAGES/calligra_shape_formula.mo +share/locale/sk/LC_MESSAGES/calligra_shape_music.mo +share/locale/sk/LC_MESSAGES/calligra_shape_paths.mo +share/locale/sk/LC_MESSAGES/calligra_shape_picture.mo +share/locale/sk/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/sk/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/sk/LC_MESSAGES/calligra_shape_template.mo +share/locale/sk/LC_MESSAGES/calligra_shape_text.mo +share/locale/sk/LC_MESSAGES/calligra_shape_threed.mo +share/locale/sk/LC_MESSAGES/calligra_shape_vector.mo +share/locale/sk/LC_MESSAGES/calligra_shape_video.mo +share/locale/sk/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/sk/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/sk/LC_MESSAGES/calligrastage.mo +share/locale/sk/LC_MESSAGES/calligrawords.mo +share/locale/sk/LC_MESSAGES/flow.mo +share/locale/sk/LC_MESSAGES/karbon.mo +share/locale/sk/LC_MESSAGES/kocolorspaces.mo +share/locale/sk/LC_MESSAGES/koconverter.mo +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 +share/locale/sk/LC_MESSAGES/okularGenerator_odt.mo +share/locale/sl/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/sl/LC_MESSAGES/KarbonTools.mo +share/locale/sl/LC_MESSAGES/braindump.mo +share/locale/sl/LC_MESSAGES/calligra-defaulttools.mo +share/locale/sl/LC_MESSAGES/calligra-dockers.mo +share/locale/sl/LC_MESSAGES/calligra-opener.mo +share/locale/sl/LC_MESSAGES/calligra.mo +share/locale/sl/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/sl/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/sl/LC_MESSAGES/calligra_shape_chart.mo +share/locale/sl/LC_MESSAGES/calligra_shape_comment.mo +share/locale/sl/LC_MESSAGES/calligra_shape_formula.mo +share/locale/sl/LC_MESSAGES/calligra_shape_music.mo +share/locale/sl/LC_MESSAGES/calligra_shape_paths.mo +share/locale/sl/LC_MESSAGES/calligra_shape_picture.mo +share/locale/sl/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/sl/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/sl/LC_MESSAGES/calligra_shape_template.mo +share/locale/sl/LC_MESSAGES/calligra_shape_text.mo +share/locale/sl/LC_MESSAGES/calligra_shape_threed.mo +share/locale/sl/LC_MESSAGES/calligra_shape_vector.mo +share/locale/sl/LC_MESSAGES/calligra_shape_video.mo +share/locale/sl/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/sl/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/sl/LC_MESSAGES/calligrastage.mo +share/locale/sl/LC_MESSAGES/calligrawords.mo +share/locale/sl/LC_MESSAGES/flow.mo +share/locale/sl/LC_MESSAGES/karbon.mo +share/locale/sl/LC_MESSAGES/kocolorspaces.mo +share/locale/sl/LC_MESSAGES/koconverter.mo +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 +share/locale/sq/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/sq/LC_MESSAGES/calligra_shape_picture.mo +share/locale/sq/LC_MESSAGES/calligra_shape_video.mo +share/locale/sq/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/sq/LC_MESSAGES/karbon.mo +share/locale/sq/LC_MESSAGES/koconverter.mo +share/locale/sv/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/sv/LC_MESSAGES/KarbonTools.mo +share/locale/sv/LC_MESSAGES/braindump.mo +share/locale/sv/LC_MESSAGES/calligra-defaulttools.mo +share/locale/sv/LC_MESSAGES/calligra-dockers.mo +share/locale/sv/LC_MESSAGES/calligra-opener.mo +share/locale/sv/LC_MESSAGES/calligra.mo +share/locale/sv/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/sv/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/sv/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/sv/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/sv/LC_MESSAGES/calligra_shape_chart.mo +share/locale/sv/LC_MESSAGES/calligra_shape_comment.mo +share/locale/sv/LC_MESSAGES/calligra_shape_formula.mo +share/locale/sv/LC_MESSAGES/calligra_shape_music.mo +share/locale/sv/LC_MESSAGES/calligra_shape_paths.mo +share/locale/sv/LC_MESSAGES/calligra_shape_picture.mo +share/locale/sv/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/sv/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/sv/LC_MESSAGES/calligra_shape_template.mo +share/locale/sv/LC_MESSAGES/calligra_shape_text.mo +share/locale/sv/LC_MESSAGES/calligra_shape_threed.mo +share/locale/sv/LC_MESSAGES/calligra_shape_vector.mo +share/locale/sv/LC_MESSAGES/calligra_shape_video.mo +share/locale/sv/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/sv/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/sv/LC_MESSAGES/calligrastage.mo +share/locale/sv/LC_MESSAGES/calligrawords.mo +share/locale/sv/LC_MESSAGES/flow.mo +share/locale/sv/LC_MESSAGES/karbon.mo +share/locale/sv/LC_MESSAGES/kocolorspaces.mo +share/locale/sv/LC_MESSAGES/koconverter.mo +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 +share/locale/sv/LC_MESSAGES/okularGenerator_odt.mo +share/locale/ta/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/ta/LC_MESSAGES/KarbonTools.mo +share/locale/ta/LC_MESSAGES/calligra.mo +share/locale/ta/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/ta/LC_MESSAGES/calligra_textediting_changecase.mo +share/locale/ta/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/ta/LC_MESSAGES/calligrafilters.mo +share/locale/ta/LC_MESSAGES/calligrasheets.mo +share/locale/ta/LC_MESSAGES/calligrastage.mo +share/locale/ta/LC_MESSAGES/calligrawords.mo +share/locale/ta/LC_MESSAGES/flow.mo +share/locale/ta/LC_MESSAGES/karbon.mo +share/locale/ta/LC_MESSAGES/koconverter.mo +share/locale/tg/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/tg/LC_MESSAGES/KarbonTools.mo +share/locale/tg/LC_MESSAGES/calligra.mo +share/locale/tg/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/tg/LC_MESSAGES/calligrafilters.mo +share/locale/tg/LC_MESSAGES/calligrasheets.mo +share/locale/tg/LC_MESSAGES/calligrasheets_calendar.mo +share/locale/tg/LC_MESSAGES/calligrastage.mo +share/locale/tg/LC_MESSAGES/calligrawords.mo +share/locale/tg/LC_MESSAGES/flow.mo +share/locale/tg/LC_MESSAGES/karbon.mo +share/locale/tg/LC_MESSAGES/koconverter.mo +share/locale/th/LC_MESSAGES/KarbonFilterEffects.mo +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 +share/locale/th/LC_MESSAGES/flow.mo +share/locale/th/LC_MESSAGES/karbon.mo +share/locale/th/LC_MESSAGES/koconverter.mo +share/locale/tr/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/tr/LC_MESSAGES/KarbonTools.mo +share/locale/tr/LC_MESSAGES/braindump.mo +share/locale/tr/LC_MESSAGES/calligra-defaulttools.mo +share/locale/tr/LC_MESSAGES/calligra-dockers.mo +share/locale/tr/LC_MESSAGES/calligra-opener.mo +share/locale/tr/LC_MESSAGES/calligra.mo +share/locale/tr/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/tr/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/tr/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/tr/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/tr/LC_MESSAGES/calligra_shape_chart.mo +share/locale/tr/LC_MESSAGES/calligra_shape_comment.mo +share/locale/tr/LC_MESSAGES/calligra_shape_formula.mo +share/locale/tr/LC_MESSAGES/calligra_shape_music.mo +share/locale/tr/LC_MESSAGES/calligra_shape_paths.mo +share/locale/tr/LC_MESSAGES/calligra_shape_picture.mo +share/locale/tr/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/tr/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/tr/LC_MESSAGES/calligra_shape_template.mo +share/locale/tr/LC_MESSAGES/calligra_shape_text.mo +share/locale/tr/LC_MESSAGES/calligra_shape_threed.mo +share/locale/tr/LC_MESSAGES/calligra_shape_vector.mo +share/locale/tr/LC_MESSAGES/calligra_shape_video.mo +share/locale/tr/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/tr/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/tr/LC_MESSAGES/calligrastage.mo +share/locale/tr/LC_MESSAGES/calligrawords.mo +share/locale/tr/LC_MESSAGES/flow.mo +share/locale/tr/LC_MESSAGES/karbon.mo +share/locale/tr/LC_MESSAGES/kocolorspaces.mo +share/locale/tr/LC_MESSAGES/koconverter.mo +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 +share/locale/tr/LC_MESSAGES/okularGenerator_odt.mo +share/locale/ug/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/ug/LC_MESSAGES/KarbonTools.mo +share/locale/ug/LC_MESSAGES/braindump.mo +share/locale/ug/LC_MESSAGES/calligra-defaulttools.mo +share/locale/ug/LC_MESSAGES/calligra-dockers.mo +share/locale/ug/LC_MESSAGES/calligra-opener.mo +share/locale/ug/LC_MESSAGES/calligra.mo +share/locale/ug/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/ug/LC_MESSAGES/calligra_shape_chart.mo +share/locale/ug/LC_MESSAGES/calligra_shape_comment.mo +share/locale/ug/LC_MESSAGES/calligra_shape_formula.mo +share/locale/ug/LC_MESSAGES/calligra_shape_music.mo +share/locale/ug/LC_MESSAGES/calligra_shape_paths.mo +share/locale/ug/LC_MESSAGES/calligra_shape_picture.mo +share/locale/ug/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/ug/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/ug/LC_MESSAGES/calligra_shape_template.mo +share/locale/ug/LC_MESSAGES/calligra_shape_text.mo +share/locale/ug/LC_MESSAGES/calligra_shape_threed.mo +share/locale/ug/LC_MESSAGES/calligra_shape_vector.mo +share/locale/ug/LC_MESSAGES/calligra_shape_video.mo +share/locale/ug/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/ug/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/ug/LC_MESSAGES/calligrastage.mo +share/locale/ug/LC_MESSAGES/calligrawords.mo +share/locale/ug/LC_MESSAGES/flow.mo +share/locale/ug/LC_MESSAGES/karbon.mo +share/locale/ug/LC_MESSAGES/kocolorspaces.mo +share/locale/ug/LC_MESSAGES/koconverter.mo +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 +share/locale/uk/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/uk/LC_MESSAGES/KarbonTools.mo +share/locale/uk/LC_MESSAGES/braindump.mo +share/locale/uk/LC_MESSAGES/calligra-defaulttools.mo +share/locale/uk/LC_MESSAGES/calligra-dockers.mo +share/locale/uk/LC_MESSAGES/calligra-opener.mo +share/locale/uk/LC_MESSAGES/calligra.mo +share/locale/uk/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/uk/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/uk/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/uk/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/uk/LC_MESSAGES/calligra_shape_chart.mo +share/locale/uk/LC_MESSAGES/calligra_shape_comment.mo +share/locale/uk/LC_MESSAGES/calligra_shape_formula.mo +share/locale/uk/LC_MESSAGES/calligra_shape_music.mo +share/locale/uk/LC_MESSAGES/calligra_shape_paths.mo +share/locale/uk/LC_MESSAGES/calligra_shape_picture.mo +share/locale/uk/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/uk/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/uk/LC_MESSAGES/calligra_shape_template.mo +share/locale/uk/LC_MESSAGES/calligra_shape_text.mo +share/locale/uk/LC_MESSAGES/calligra_shape_threed.mo +share/locale/uk/LC_MESSAGES/calligra_shape_vector.mo +share/locale/uk/LC_MESSAGES/calligra_shape_video.mo +share/locale/uk/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/uk/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/uk/LC_MESSAGES/calligrastage.mo +share/locale/uk/LC_MESSAGES/calligrawords.mo +share/locale/uk/LC_MESSAGES/flow.mo +share/locale/uk/LC_MESSAGES/karbon.mo +share/locale/uk/LC_MESSAGES/kocolorspaces.mo +share/locale/uk/LC_MESSAGES/koconverter.mo +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 +share/locale/uk/LC_MESSAGES/okularGenerator_odt.mo +share/locale/uz/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/uz/LC_MESSAGES/KarbonTools.mo +share/locale/uz/LC_MESSAGES/calligra.mo +share/locale/uz/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/uz/LC_MESSAGES/calligrafilters.mo +share/locale/uz/LC_MESSAGES/calligrasheets.mo +share/locale/uz/LC_MESSAGES/calligrastage.mo +share/locale/uz/LC_MESSAGES/calligrawords.mo +share/locale/uz/LC_MESSAGES/flow.mo +share/locale/uz/LC_MESSAGES/karbon.mo +share/locale/uz/LC_MESSAGES/koconverter.mo +share/locale/uz@cyrillic/LC_MESSAGES/calligra.mo +share/locale/uz@cyrillic/LC_MESSAGES/calligrafilters.mo +share/locale/uz@cyrillic/LC_MESSAGES/calligrasheets.mo +share/locale/uz@cyrillic/LC_MESSAGES/calligrastage.mo +share/locale/uz@cyrillic/LC_MESSAGES/calligrawords.mo +share/locale/uz@cyrillic/LC_MESSAGES/flow.mo +share/locale/vi/LC_MESSAGES/calligra.mo +share/locale/vi/LC_MESSAGES/calligrafilters.mo +share/locale/vi/LC_MESSAGES/calligrastage.mo +share/locale/vi/LC_MESSAGES/calligrawords.mo +share/locale/vi/LC_MESSAGES/flow.mo +share/locale/wa/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/wa/LC_MESSAGES/KarbonTools.mo +share/locale/wa/LC_MESSAGES/calligra-defaulttools.mo +share/locale/wa/LC_MESSAGES/calligra-dockers.mo +share/locale/wa/LC_MESSAGES/calligra.mo +share/locale/wa/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/wa/LC_MESSAGES/calligra_shape_chart.mo +share/locale/wa/LC_MESSAGES/calligra_shape_comment.mo +share/locale/wa/LC_MESSAGES/calligra_shape_formula.mo +share/locale/wa/LC_MESSAGES/calligra_shape_music.mo +share/locale/wa/LC_MESSAGES/calligra_shape_paths.mo +share/locale/wa/LC_MESSAGES/calligra_shape_picture.mo +share/locale/wa/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/wa/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/wa/LC_MESSAGES/calligra_shape_text.mo +share/locale/wa/LC_MESSAGES/calligra_shape_vector.mo +share/locale/wa/LC_MESSAGES/calligra_shape_video.mo +share/locale/wa/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/wa/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/wa/LC_MESSAGES/calligrastage.mo +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 +share/locale/x-test/LC_MESSAGES/KarbonTools.mo +share/locale/x-test/LC_MESSAGES/braindump.mo +share/locale/x-test/LC_MESSAGES/calligra-defaulttools.mo +share/locale/x-test/LC_MESSAGES/calligra-dockers.mo +share/locale/x-test/LC_MESSAGES/calligra-opener.mo +share/locale/x-test/LC_MESSAGES/calligra.mo +share/locale/x-test/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/x-test/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/x-test/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/x-test/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/x-test/LC_MESSAGES/calligra_shape_chart.mo +share/locale/x-test/LC_MESSAGES/calligra_shape_comment.mo +share/locale/x-test/LC_MESSAGES/calligra_shape_formula.mo +share/locale/x-test/LC_MESSAGES/calligra_shape_music.mo +share/locale/x-test/LC_MESSAGES/calligra_shape_paths.mo +share/locale/x-test/LC_MESSAGES/calligra_shape_picture.mo +share/locale/x-test/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/x-test/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/x-test/LC_MESSAGES/calligra_shape_template.mo +share/locale/x-test/LC_MESSAGES/calligra_shape_text.mo +share/locale/x-test/LC_MESSAGES/calligra_shape_threed.mo +share/locale/x-test/LC_MESSAGES/calligra_shape_vector.mo +share/locale/x-test/LC_MESSAGES/calligra_shape_video.mo +share/locale/x-test/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/x-test/LC_MESSAGES/calligra_textediting_changecase.mo +share/locale/x-test/LC_MESSAGES/calligra_textediting_spellcheck.mo +share/locale/x-test/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/x-test/LC_MESSAGES/calligra_textinlineobject_variables.mo +share/locale/x-test/LC_MESSAGES/calligrafilters.mo +share/locale/x-test/LC_MESSAGES/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 +share/locale/x-test/LC_MESSAGES/calligrastage.mo +share/locale/x-test/LC_MESSAGES/calligrawords.mo +share/locale/x-test/LC_MESSAGES/flow.mo +share/locale/x-test/LC_MESSAGES/karbon.mo +share/locale/x-test/LC_MESSAGES/kocolorspaces.mo +share/locale/x-test/LC_MESSAGES/koconverter.mo +share/locale/x-test/LC_MESSAGES/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 +share/locale/x-test/LC_MESSAGES/okularGenerator_odt.mo +share/locale/xh/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/xh/LC_MESSAGES/KarbonTools.mo +share/locale/xh/LC_MESSAGES/calligra.mo +share/locale/xh/LC_MESSAGES/calligra_textediting_thesaurus.mo +share/locale/xh/LC_MESSAGES/calligrafilters.mo +share/locale/xh/LC_MESSAGES/calligrasheets.mo +share/locale/xh/LC_MESSAGES/calligrastage.mo +share/locale/xh/LC_MESSAGES/calligrawords.mo +share/locale/xh/LC_MESSAGES/flow.mo +share/locale/xh/LC_MESSAGES/karbon.mo +share/locale/xh/LC_MESSAGES/koconverter.mo +share/locale/zh_CN/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/zh_CN/LC_MESSAGES/KarbonTools.mo +share/locale/zh_CN/LC_MESSAGES/braindump.mo +share/locale/zh_CN/LC_MESSAGES/calligra-defaulttools.mo +share/locale/zh_CN/LC_MESSAGES/calligra-dockers.mo +share/locale/zh_CN/LC_MESSAGES/calligra-opener.mo +share/locale/zh_CN/LC_MESSAGES/calligra.mo +share/locale/zh_CN/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/zh_CN/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/zh_CN/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_chart.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_comment.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_formula.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_music.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_paths.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_picture.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_template.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_text.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_threed.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_vector.mo +share/locale/zh_CN/LC_MESSAGES/calligra_shape_video.mo +share/locale/zh_CN/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/zh_CN/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/zh_CN/LC_MESSAGES/calligrastage.mo +share/locale/zh_CN/LC_MESSAGES/calligrawords.mo +share/locale/zh_CN/LC_MESSAGES/flow.mo +share/locale/zh_CN/LC_MESSAGES/karbon.mo +share/locale/zh_CN/LC_MESSAGES/kocolorspaces.mo +share/locale/zh_CN/LC_MESSAGES/koconverter.mo +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 +share/locale/zh_CN/LC_MESSAGES/okularGenerator_odt.mo +share/locale/zh_TW/LC_MESSAGES/KarbonFilterEffects.mo +share/locale/zh_TW/LC_MESSAGES/KarbonTools.mo +share/locale/zh_TW/LC_MESSAGES/braindump.mo +share/locale/zh_TW/LC_MESSAGES/calligra-defaulttools.mo +share/locale/zh_TW/LC_MESSAGES/calligra-dockers.mo +share/locale/zh_TW/LC_MESSAGES/calligra-opener.mo +share/locale/zh_TW/LC_MESSAGES/calligra.mo +share/locale/zh_TW/LC_MESSAGES/calligra_semanticitem_contact.mo +share/locale/zh_TW/LC_MESSAGES/calligra_semanticitem_event.mo +share/locale/zh_TW/LC_MESSAGES/calligra_semanticitem_location.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_artistictext.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_chart.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_comment.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_formula.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_music.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_paths.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_picture.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_plugin.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_spreadsheet.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_template.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_text.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_threed.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_vector.mo +share/locale/zh_TW/LC_MESSAGES/calligra_shape_video.mo +share/locale/zh_TW/LC_MESSAGES/calligra_textediting_autocorrect.mo +share/locale/zh_TW/LC_MESSAGES/calligra_textediting_changecase.mo +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 +share/locale/zh_TW/LC_MESSAGES/calligrastage.mo +share/locale/zh_TW/LC_MESSAGES/calligrawords.mo +share/locale/zh_TW/LC_MESSAGES/flow.mo +share/locale/zh_TW/LC_MESSAGES/karbon.mo +share/locale/zh_TW/LC_MESSAGES/kocolorspaces.mo +share/locale/zh_TW/LC_MESSAGES/koconverter.mo +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 share/mime/packages/calligra_svm.xml -share/mime/packages/krita.xml -share/mime/packages/krita_ora.xml share/mime/packages/msooxml-all.xml share/mime/packages/wiki-format.xml share/mime/packages/x-iwork-keynote-sffkey.xml Index: graphics/Makefile =================================================================== --- graphics/Makefile +++ graphics/Makefile @@ -400,6 +400,7 @@ SUBDIR += kdegraphics4-strigi-analyzer SUBDIR += kdegraphics4-svgpart SUBDIR += kdegraphics4-thumbnailers + SUBDIR += kdiagram SUBDIR += kf5-kimageformats SUBDIR += kf5-kplotting SUBDIR += kf5-prison @@ -452,6 +453,7 @@ SUBDIR += kphotoalbum-kde4 SUBDIR += kpovmodeler SUBDIR += kqtquickcharts + SUBDIR += krita SUBDIR += ksaneplugin SUBDIR += ksnapshot SUBDIR += kudu Index: graphics/kdiagram/Makefile =================================================================== --- /dev/null +++ graphics/kdiagram/Makefile @@ -0,0 +1,25 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kdiagram +PORTVERSION= 2.6.0 +CATEGORIES= graphics kde +MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src +PKGNAMESUFFIX= -kf5 +DIST_SUBDIR= KDE/ + +MAINTAINER= kde@FreeBSD.org +COMMENT= Library to create business diagrams + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.GPL.txt + +USES= cmake:outsource kde:5 tar:xz +USE_KDE= ecm +USE_QT5= core gui linguisttools printsupport sql svg widgets \ + buildtools_build qmake_build + +PLIST_SUB= SHLIB_VER="${PORTVERSION}" \ + SHLIB_SHVER="${PORTVERSION:R:R}" + +.include Index: graphics/kdiagram/distinfo =================================================================== --- /dev/null +++ graphics/kdiagram/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1478527331 +SHA256 (KDE//kdiagram-2.6.0.tar.xz) = 02788dad7e15c64b74a2d1073c5910469ab4cf46ba905030c1713dce45981882 +SIZE (KDE//kdiagram-2.6.0.tar.xz) = 683792 Index: graphics/kdiagram/pkg-descr =================================================================== --- /dev/null +++ graphics/kdiagram/pkg-descr @@ -0,0 +1,3 @@ +Powerful libraries (KChart, KGantt) for creating business diagrams. + +WWW: http://projects.kde.org/kdiagram Index: graphics/kdiagram/pkg-plist =================================================================== --- /dev/null +++ graphics/kdiagram/pkg-plist @@ -0,0 +1,245 @@ +include/KChart/KChart +include/KChart/KChartAbstractArea +include/KChart/KChartAbstractArea.h +include/KChart/KChartAbstractAreaBase +include/KChart/KChartAbstractAreaBase.h +include/KChart/KChartAbstractAreaWidget +include/KChart/KChartAbstractAreaWidget.h +include/KChart/KChartAbstractAxis +include/KChart/KChartAbstractAxis.h +include/KChart/KChartAbstractCartesianDiagram +include/KChart/KChartAbstractCartesianDiagram.h +include/KChart/KChartAbstractCoordinatePlane +include/KChart/KChartAbstractCoordinatePlane.h +include/KChart/KChartAbstractDiagram +include/KChart/KChartAbstractDiagram.h +include/KChart/KChartAbstractPieDiagram +include/KChart/KChartAbstractPieDiagram.h +include/KChart/KChartAbstractPolarDiagram +include/KChart/KChartAbstractPolarDiagram.h +include/KChart/KChartAbstractProxyModel +include/KChart/KChartAbstractProxyModel.h +include/KChart/KChartAbstractTernaryDiagram +include/KChart/KChartAbstractTernaryDiagram.h +include/KChart/KChartAbstractThreeDAttributes +include/KChart/KChartAbstractThreeDAttributes.h +include/KChart/KChartAttributesModel +include/KChart/KChartAttributesModel.h +include/KChart/KChartBackgroundAttributes +include/KChart/KChartBackgroundAttributes.h +include/KChart/KChartBarAttributes +include/KChart/KChartBarAttributes.h +include/KChart/KChartBarDiagram +include/KChart/KChartBarDiagram.h +include/KChart/KChartCartesianAxis +include/KChart/KChartCartesianAxis.h +include/KChart/KChartCartesianCoordinatePlane +include/KChart/KChartCartesianCoordinatePlane.h +include/KChart/KChartChart +include/KChart/KChartChart.h +include/KChart/KChartDataValueAttributes +include/KChart/KChartDataValueAttributes.h +include/KChart/KChartDatasetProxyModel +include/KChart/KChartDatasetProxyModel.h +include/KChart/KChartDatasetSelector +include/KChart/KChartDatasetSelector.h +include/KChart/KChartDiagramObserver +include/KChart/KChartDiagramObserver.h +include/KChart/KChartEnums +include/KChart/KChartEnums.h +include/KChart/KChartFrameAttributes +include/KChart/KChartFrameAttributes.h +include/KChart/KChartGlobal +include/KChart/KChartGlobal.h +include/KChart/KChartGridAttributes +include/KChart/KChartGridAttributes.h +include/KChart/KChartHeaderFooter +include/KChart/KChartHeaderFooter.h +include/KChart/KChartLayoutItems +include/KChart/KChartLayoutItems.h +include/KChart/KChartLegend +include/KChart/KChartLegend.h +include/KChart/KChartLeveyJenningsAxis +include/KChart/KChartLeveyJenningsAxis.h +include/KChart/KChartLeveyJenningsCoordinatePlane +include/KChart/KChartLeveyJenningsCoordinatePlane.h +include/KChart/KChartLeveyJenningsDiagram +include/KChart/KChartLeveyJenningsDiagram.h +include/KChart/KChartLeveyJenningsGridAttributes +include/KChart/KChartLeveyJenningsGridAttributes.h +include/KChart/KChartLineAttributes +include/KChart/KChartLineAttributes.h +include/KChart/KChartLineDiagram +include/KChart/KChartLineDiagram.h +include/KChart/KChartMarkerAttributes +include/KChart/KChartMarkerAttributes.h +include/KChart/KChartMeasure +include/KChart/KChartMeasure.h +include/KChart/KChartPaintContext +include/KChart/KChartPaintContext.h +include/KChart/KChartPalette +include/KChart/KChartPalette.h +include/KChart/KChartPieAttributes +include/KChart/KChartPieAttributes.h +include/KChart/KChartPieDiagram +include/KChart/KChartPieDiagram.h +include/KChart/KChartPlotter +include/KChart/KChartPlotter.h +include/KChart/KChartPolarCoordinatePlane +include/KChart/KChartPolarCoordinatePlane.h +include/KChart/KChartPolarDiagram +include/KChart/KChartPolarDiagram.h +include/KChart/KChartPosition +include/KChart/KChartPosition.h +include/KChart/KChartRadarCoordinatePlane +include/KChart/KChartRadarCoordinatePlane.h +include/KChart/KChartRadarDiagram +include/KChart/KChartRadarDiagram.h +include/KChart/KChartRelativePosition +include/KChart/KChartRelativePosition.h +include/KChart/KChartRingDiagram +include/KChart/KChartRingDiagram.h +include/KChart/KChartRulerAttributes +include/KChart/KChartRulerAttributes.h +include/KChart/KChartStockBarAttributes +include/KChart/KChartStockBarAttributes.h +include/KChart/KChartStockDiagram +include/KChart/KChartStockDiagram.h +include/KChart/KChartTernaryAxis +include/KChart/KChartTernaryAxis.h +include/KChart/KChartTernaryCoordinatePlane +include/KChart/KChartTernaryCoordinatePlane.h +include/KChart/KChartTernaryLineDiagram +include/KChart/KChartTernaryLineDiagram.h +include/KChart/KChartTernaryPointDiagram +include/KChart/KChartTernaryPointDiagram.h +include/KChart/KChartTextArea +include/KChart/KChartTextArea.h +include/KChart/KChartTextAttributes +include/KChart/KChartTextAttributes.h +include/KChart/KChartThreeDBarAttributes +include/KChart/KChartThreeDBarAttributes.h +include/KChart/KChartThreeDLineAttributes +include/KChart/KChartThreeDLineAttributes.h +include/KChart/KChartThreeDPieAttributes +include/KChart/KChartThreeDPieAttributes.h +include/KChart/KChartValueTrackerAttributes +include/KChart/KChartValueTrackerAttributes.h +include/KChart/KChartWidget +include/KChart/KChartWidget.h +include/KChart/kchart_export.h +include/KGantt/KGanttAbstractGrid +include/KGantt/KGanttAbstractRowController +include/KGantt/KGanttConstraint +include/KGantt/KGanttConstraintGraphicsItem +include/KGantt/KGanttConstraintModel +include/KGantt/KGanttConstraintProxy +include/KGantt/KGanttDateTimeGrid +include/KGantt/KGanttForwardingProxyModel +include/KGantt/KGanttGlobal +include/KGantt/KGanttGraphicsItem +include/KGantt/KGanttGraphicsScene +include/KGantt/KGanttGraphicsView +include/KGantt/KGanttItemDelegate +include/KGantt/KGanttLegend +include/KGantt/KGanttListViewRowController +include/KGantt/KGanttProxyModel +include/KGantt/KGanttStyleOptionGanttItem +include/KGantt/KGanttSummaryHandlingProxyModel +include/KGantt/KGanttTreeViewRowController +include/KGantt/KGanttView +include/KGantt/kgantt_export.h +include/KGantt/kganttabstractgrid.h +include/KGantt/kganttabstractrowcontroller.h +include/KGantt/kganttconstraint.h +include/KGantt/kganttconstraintgraphicsitem.h +include/KGantt/kganttconstraintmodel.h +include/KGantt/kganttconstraintproxy.h +include/KGantt/kganttdatetimegrid.h +include/KGantt/kganttforwardingproxymodel.h +include/KGantt/kganttglobal.h +include/KGantt/kganttgraphicsitem.h +include/KGantt/kganttgraphicsscene.h +include/KGantt/kganttgraphicsview.h +include/KGantt/kganttitemdelegate.h +include/KGantt/kganttlegend.h +include/KGantt/kganttlistviewrowcontroller.h +include/KGantt/kganttproxymodel.h +include/KGantt/kganttstyleoptionganttitem.h +include/KGantt/kganttsummaryhandlingproxymodel.h +include/KGantt/kgantttreeviewrowcontroller.h +include/KGantt/kganttview.h +include/kchart_version.h +include/kgantt_version.h +lib/cmake/KChart/KChartConfig.cmake +lib/cmake/KChart/KChartConfigVersion.cmake +lib/cmake/KChart/KChartTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KChart/KChartTargets.cmake +lib/cmake/KGantt/KGanttConfig.cmake +lib/cmake/KGantt/KGanttConfigVersion.cmake +lib/cmake/KGantt/KGanttTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KGantt/KGanttTargets.cmake +lib/libKChart.so +lib/libKChart.so.%%SHLIB_SHVER%% +lib/libKChart.so.%%SHLIB_VER%% +lib/libKGantt.so +lib/libKGantt.so.%%SHLIB_SHVER%% +lib/libKGantt.so.%%SHLIB_VER%% +%%QT_MKSPECDIR%%/modules/qt_KChart.pri +%%QT_MKSPECDIR%%/modules/qt_KGantt.pri +share/locale/ar/LC_MESSAGES/kchart_qt.qm +share/locale/ar/LC_MESSAGES/kgantt_qt.qm +share/locale/ast/LC_MESSAGES/kchart_qt.qm +share/locale/ast/LC_MESSAGES/kgantt_qt.qm +share/locale/bg/LC_MESSAGES/kgantt_qt.qm +share/locale/bs/LC_MESSAGES/kchart_qt.qm +share/locale/bs/LC_MESSAGES/kgantt_qt.qm +share/locale/ca/LC_MESSAGES/kchart_qt.qm +share/locale/ca/LC_MESSAGES/kgantt_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kchart_qt.qm +share/locale/ca@valencia/LC_MESSAGES/kgantt_qt.qm +share/locale/cs/LC_MESSAGES/kchart_qt.qm +share/locale/cs/LC_MESSAGES/kgantt_qt.qm +share/locale/de/LC_MESSAGES/kchart_qt.qm +share/locale/de/LC_MESSAGES/kgantt_qt.qm +share/locale/el/LC_MESSAGES/kchart_qt.qm +share/locale/el/LC_MESSAGES/kgantt_qt.qm +share/locale/en_GB/LC_MESSAGES/kchart_qt.qm +share/locale/en_GB/LC_MESSAGES/kgantt_qt.qm +share/locale/es/LC_MESSAGES/kchart_qt.qm +share/locale/es/LC_MESSAGES/kgantt_qt.qm +share/locale/fi/LC_MESSAGES/kchart_qt.qm +share/locale/fi/LC_MESSAGES/kgantt_qt.qm +share/locale/gl/LC_MESSAGES/kchart_qt.qm +share/locale/gl/LC_MESSAGES/kgantt_qt.qm +share/locale/ja/LC_MESSAGES/kchart_qt.qm +share/locale/ja/LC_MESSAGES/kgantt_qt.qm +share/locale/ko/LC_MESSAGES/kchart_qt.qm +share/locale/ko/LC_MESSAGES/kgantt_qt.qm +share/locale/lt/LC_MESSAGES/kchart_qt.qm +share/locale/lt/LC_MESSAGES/kgantt_qt.qm +share/locale/nl/LC_MESSAGES/kchart_qt.qm +share/locale/nl/LC_MESSAGES/kgantt_qt.qm +share/locale/nn/LC_MESSAGES/kchart_qt.qm +share/locale/nn/LC_MESSAGES/kgantt_qt.qm +share/locale/pl/LC_MESSAGES/kchart_qt.qm +share/locale/pl/LC_MESSAGES/kgantt_qt.qm +share/locale/pt/LC_MESSAGES/kchart_qt.qm +share/locale/pt/LC_MESSAGES/kgantt_qt.qm +share/locale/pt_BR/LC_MESSAGES/kchart_qt.qm +share/locale/pt_BR/LC_MESSAGES/kgantt_qt.qm +share/locale/ro/LC_MESSAGES/kchart_qt.qm +share/locale/ru/LC_MESSAGES/kchart_qt.qm +share/locale/ru/LC_MESSAGES/kgantt_qt.qm +share/locale/sk/LC_MESSAGES/kchart_qt.qm +share/locale/sk/LC_MESSAGES/kgantt_qt.qm +share/locale/sv/LC_MESSAGES/kchart_qt.qm +share/locale/sv/LC_MESSAGES/kgantt_qt.qm +share/locale/tr/LC_MESSAGES/kchart_qt.qm +share/locale/tr/LC_MESSAGES/kgantt_qt.qm +share/locale/uk/LC_MESSAGES/kchart_qt.qm +share/locale/uk/LC_MESSAGES/kgantt_qt.qm +share/locale/zh_CN/LC_MESSAGES/kchart_qt.qm +share/locale/zh_CN/LC_MESSAGES/kgantt_qt.qm +share/locale/zh_TW/LC_MESSAGES/kchart_qt.qm +share/locale/zh_TW/LC_MESSAGES/kgantt_qt.qm Index: graphics/krita/Makefile =================================================================== --- /dev/null +++ graphics/krita/Makefile @@ -0,0 +1,54 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= krita +PORTVERSION= 3.1.2.1 +CATEGORIES= graphics kde +MASTER_SITES= KDE/stable/${PORTNAME}/3.1.2 +DIST_SUBDIR= KDE/${PORTNAME} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Sketching and painting program + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ + libImath.so:graphics/ilmbase \ + libOpenColorIO.so:graphics/opencolorio \ + libX11.so:x11/libX11 \ + libboost_system.so:devel/boost-libs \ + libfftw3.so:math/fftw3 \ + libexiv2.so:graphics/exiv2 \ + libcurl.so:ftp/curl \ + libgsl.so:math/gsl \ + liblcms2.so:graphics/lcms2 \ + libpng.so:graphics/png \ + libpoppler-qt5.so:graphics/poppler-qt5 \ + libraw.so:graphics/libraw \ + libtiff.so:graphics/tiff \ + libxcb.so:x11/libxcb \ + libxcb-util.so:x11/xcb-util +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 + +USES= cmake:outsource compiler:c++11-lib desktop-file-utils \ + gettext jpeg kde:5 shared-mime-info +USE_KDE= archive completion config coreaddons crash guiaddons i18n \ + itemmodels itemviews kio service widgetsaddons windowsystem +USE_QT5= buildtools_build concurrent core dbus gui network printsupport \ + qmake_build quick svg testlib widgets x11extras xml +USE_XORG= ice sm xcb xext xi + +OPTIONS_DEFINE= GMIC +OPTIONS_DEFAULT= # +OPTIONS_SUB= yes + +GMIC_DESC= Build the G'Mic plugin +GMIC_CMAKE_BOOL= WITH_GMIC + +CONFLICTS_INSTALL= calligra-2* + +PLIST_SUB+= SHLIB_VER="16.0.0" \ + SHLIB_SHVER="16" + +.include Index: graphics/krita/distinfo =================================================================== --- /dev/null +++ graphics/krita/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1488971301 +SHA256 (KDE/krita/krita-3.1.2.1.tar.gz) = 934ed82c3f4e55e7819b327c838ea2f307d3bf3d040722501378b01d76a3992d +SIZE (KDE/krita/krita-3.1.2.1.tar.gz) = 209242179 Index: graphics/krita/files/patch-libs_image_kis__image__config.cpp =================================================================== --- /dev/null +++ graphics/krita/files/patch-libs_image_kis__image__config.cpp @@ -0,0 +1,14 @@ +--- libs/image/kis_image_config.cpp.orig 2016-09-06 07:12:46 UTC ++++ libs/image/kis_image_config.cpp +@@ -39,6 +39,11 @@ + #include + #endif + ++#ifdef Q_OS_FREEBSD ++#include ++#include ++#endif ++ + KisImageConfig::KisImageConfig(bool readOnly) + : m_config( KSharedConfig::openConfig()->group("")), + m_readOnly(readOnly) Index: graphics/krita/files/patch-plugins_extensions_CMakeLists.txt =================================================================== --- /dev/null +++ graphics/krita/files/patch-plugins_extensions_CMakeLists.txt @@ -0,0 +1,13 @@ +Also allow gmic to be built when using clang... + +--- plugins/extensions/CMakeLists.txt.orig 2016-12-14 22:49:19 UTC ++++ plugins/extensions/CMakeLists.txt +@@ -20,7 +20,7 @@ add_subdirectory( waveletdecompose ) + # Allow to skip building GMIC plugin + option(WITH_GMIC "Build the G'Mic plugin" ON) + if(WITH_GMIC) +-if (CMAKE_COMPILER_IS_GNUCC) ++if (CMAKE_COMPILER_IS_GNUCC OR (CMAKE_CXX_COMPILER_ID MATCHES "Clang")) + add_subdirectory( gmic ) + endif() + endif() Index: graphics/krita/pkg-descr =================================================================== --- /dev/null +++ graphics/krita/pkg-descr @@ -0,0 +1,4 @@ +Krita is a FREE and open source painting tool designed for concept artists, +illustrators, matte and texture artists, and the VFX industry. + +WWW: https://krita.org Index: graphics/krita/pkg-plist =================================================================== --- /dev/null +++ graphics/krita/pkg-plist @@ -0,0 +1,958 @@ +%%GMIC%%bin/gmicparser +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_paths.so +lib/kritaplugins/krita_shape_text.so +lib/kritaplugins/krita_shape_vector.so +lib/kritaplugins/krita_tool_basicflakes.so +lib/kritaplugins/kritaanimationdocker.so +lib/kritaplugins/kritaanimationrenderer.so +lib/kritaplugins/kritaartisticcolorselector.so +lib/kritaplugins/kritablurfilter.so +lib/kritaplugins/kritabmpexport.so +lib/kritaplugins/kritabmpimport.so +lib/kritaplugins/kritabrushexport.so +lib/kritaplugins/kritabrushimport.so +lib/kritaplugins/kritachalkpaintop.so +lib/kritaplugins/kritachanneldocker.so +lib/kritaplugins/kritaclonesarray.so +lib/kritaplugins/kritacolorgenerator.so +lib/kritaplugins/kritacolorrange.so +lib/kritaplugins/kritacolorselectorng.so +lib/kritaplugins/kritacolorsfilters.so +lib/kritaplugins/kritacolorslider.so +lib/kritaplugins/kritacolorsmudgepaintop.so +lib/kritaplugins/kritacolorspaceconversion.so +lib/kritaplugins/kritacompositiondocker.so +lib/kritaplugins/kritaconvolutionfilters.so +lib/kritaplugins/kritacsvexport.so +lib/kritaplugins/kritacsvimport.so +lib/kritaplugins/kritacurvepaintop.so +lib/kritaplugins/kritadefaultdockers.so +lib/kritaplugins/kritadefaultpaintops.so +lib/kritaplugins/kritadefaulttools.so +lib/kritaplugins/kritadeformpaintop.so +lib/kritaplugins/kritadigitalmixer.so +lib/kritaplugins/kritadodgeburn.so +lib/kritaplugins/kritadynapaintop.so +lib/kritaplugins/kritaembossfilter.so +lib/kritaplugins/kritaexample.so +lib/kritaplugins/kritaexperimentpaintop.so +lib/kritaplugins/kritaexrexport.so +lib/kritaplugins/kritaexrimport.so +lib/kritaplugins/kritaextensioncolorsfilters.so +lib/kritaplugins/kritafastcolortransferfilter.so +lib/kritaplugins/kritafilterop.so +%%GMIC%%lib/kritaplugins/kritagmic.so +lib/kritaplugins/kritagradientmap.so +lib/kritaplugins/kritagriddocker.so +lib/kritaplugins/kritagridpaintop.so +lib/kritaplugins/kritahairypaintop.so +lib/kritaplugins/kritahalftone.so +lib/kritaplugins/kritahatchingpaintop.so +lib/kritaplugins/kritaheightmapexport.so +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/kritalayergroupswitcher.so +lib/kritaplugins/kritalayersplit.so +lib/kritaplugins/kritalcmsengine.so +lib/kritaplugins/kritalevelfilter.so +lib/kritaplugins/kritalutdocker.so +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 +lib/kritaplugins/kritaoraimport.so +lib/kritaplugins/kritaoverviewdocker.so +lib/kritaplugins/kritapalettedocker.so +lib/kritaplugins/kritaparticlepaintop.so +lib/kritaplugins/kritapatterndocker.so +lib/kritaplugins/kritapatterngenerator.so +lib/kritaplugins/kritapdfimport.so +lib/kritaplugins/kritaphongbumpmap.so +lib/kritaplugins/kritapixelizefilter.so +lib/kritaplugins/kritapngexport.so +lib/kritaplugins/kritapngimport.so +lib/kritaplugins/kritaposterize.so +lib/kritaplugins/kritappmexport.so +lib/kritaplugins/kritappmimport.so +lib/kritaplugins/kritapresetdocker.so +lib/kritaplugins/kritapresethistory.so +lib/kritaplugins/kritapsdexport.so +lib/kritaplugins/kritapsdimport.so +lib/kritaplugins/kritaqmlexport.so +lib/kritaplugins/kritaraindropsfilter.so +lib/kritaplugins/kritarandompickfilter.so +lib/kritaplugins/kritaresourcemanager.so +lib/kritaplugins/kritarotateimage.so +lib/kritaplugins/kritaroundcornersfilter.so +lib/kritaplugins/kritaroundmarkerpaintop.so +lib/kritaplugins/kritarulerassistanttool.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/kritatangentnormalpaintop.so +lib/kritaplugins/kritatasksetdocker.so +lib/kritaplugins/kritatgaexport.so +lib/kritaplugins/kritatgaimport.so +lib/kritaplugins/kritathreshold.so +lib/kritaplugins/kritatiffexport.so +lib/kritaplugins/kritatiffimport.so +lib/kritaplugins/kritatoolcrop.so +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/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/libkritacolor.so +lib/libkritacolor.so.%%SHLIB_SHVER%% +lib/libkritacolor.so.%%SHLIB_VER%% +lib/libkritacolord.so +lib/libkritacolord.so.%%SHLIB_SHVER%% +lib/libkritacolord.so.%%SHLIB_VER%% +lib/libkritaflake.so +lib/libkritaflake.so.%%SHLIB_SHVER%% +lib/libkritaflake.so.%%SHLIB_VER%% +lib/libkritaglobal.so +lib/libkritaglobal.so.%%SHLIB_SHVER%% +lib/libkritaglobal.so.%%SHLIB_VER%% +lib/libkritaimage.so +lib/libkritaimage.so.%%SHLIB_SHVER%% +lib/libkritaimage.so.%%SHLIB_VER%% +lib/libkritalibbrush.so +lib/libkritalibbrush.so.%%SHLIB_SHVER%% +lib/libkritalibbrush.so.%%SHLIB_VER%% +lib/libkritalibpaintop.so +lib/libkritalibpaintop.so.%%SHLIB_SHVER%% +lib/libkritalibpaintop.so.%%SHLIB_VER%% +lib/libkritaodf.so +lib/libkritaodf.so.%%SHLIB_SHVER%% +lib/libkritaodf.so.%%SHLIB_VER%% +lib/libkritapigment.so +lib/libkritapigment.so.%%SHLIB_SHVER%% +lib/libkritapigment.so.%%SHLIB_VER%% +lib/libkritaplugin.so +lib/libkritaplugin.so.%%SHLIB_SHVER%% +lib/libkritaplugin.so.%%SHLIB_VER%% +lib/libkritapsd.so +lib/libkritapsd.so.%%SHLIB_SHVER%% +lib/libkritapsd.so.%%SHLIB_VER%% +lib/libkritastore.so +lib/libkritastore.so.%%SHLIB_SHVER%% +lib/libkritastore.so.%%SHLIB_VER%% +lib/libkritatext.so +lib/libkritatext.so.%%SHLIB_SHVER%% +lib/libkritatext.so.%%SHLIB_VER%% +lib/libkritatextlayout.so +lib/libkritatextlayout.so.%%SHLIB_SHVER%% +lib/libkritatextlayout.so.%%SHLIB_VER%% +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/libkritavectorimage.so +lib/libkritavectorimage.so.%%SHLIB_SHVER%% +lib/libkritavectorimage.so.%%SHLIB_VER%% +lib/libkritaversion.so +lib/libkritaversion.so.%%SHLIB_SHVER%% +lib/libkritaversion.so.%%SHLIB_VER%% +lib/libkritawidgets.so +lib/libkritawidgets.so.%%SHLIB_SHVER%% +lib/libkritawidgets.so.%%SHLIB_VER%% +lib/libkritawidgetutils.so +lib/libkritawidgetutils.so.%%SHLIB_SHVER%% +lib/libkritawidgetutils.so.%%SHLIB_VER%% +share/applications/krita_bmp.desktop +share/applications/krita_brush.desktop +share/applications/krita_csv.desktop +share/applications/krita_exr.desktop +share/applications/krita_heightmap.desktop +share/applications/krita_jpeg.desktop +share/applications/krita_odg.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_raw.desktop +share/applications/krita_spriter.desktop +share/applications/krita_tga.desktop +share/applications/krita_tiff.desktop +share/applications/krita_xcf.desktop +share/applications/org.kde.krita.desktop +share/color-schemes/KritaBlender.colors +share/color-schemes/KritaBright.colors +share/color-schemes/KritaDark.colors +share/color-schemes/KritaNeutral.colors +share/color/icc/krita/ACEScg-elle-V4-g10.icc +share/color/icc/krita/ClayRGB-elle-V4-srgbtrc.icc +share/color/icc/krita/Gray-D50-elle-V2-g10.icc +share/color/icc/krita/Gray-D50-elle-V2-g18.icc +share/color/icc/krita/Gray-D50-elle-V2-g22.icc +share/color/icc/krita/Gray-D50-elle-V2-labl.icc +share/color/icc/krita/Gray-D50-elle-V2-rec709.icc +share/color/icc/krita/Gray-D50-elle-V2-srgbtrc.icc +share/color/icc/krita/Gray-D50-elle-V4-g10.icc +share/color/icc/krita/Gray-D50-elle-V4-g18.icc +share/color/icc/krita/Gray-D50-elle-V4-g22.icc +share/color/icc/krita/Gray-D50-elle-V4-labl.icc +share/color/icc/krita/Gray-D50-elle-V4-rec709.icc +share/color/icc/krita/Gray-D50-elle-V4-srgbtrc.icc +share/color/icc/krita/Lab-D50-Identity-elle-V2.icc +share/color/icc/krita/Lab-D50-Identity-elle-V4.icc +share/color/icc/krita/README +share/color/icc/krita/XYZ-D50-Identity-elle-V4.icc +share/color/icc/krita/cmyk.icm +share/color/icc/krita/krita25_lcms-builtin-sRGB_g100-truegamma.icc +share/color/icc/krita/sRGB-elle-V2-g10.icc +share/color/icc/krita/sRGB-elle-V2-srgbtrc.icc +share/color/icc/krita/scRGB.icm +share/icons/hicolor/1024x1024/apps/calligrakrita.png +share/icons/hicolor/1024x1024/mimetypes/application-x-krita.png +share/icons/hicolor/128x128/apps/calligrakrita.png +share/icons/hicolor/128x128/mimetypes/application-x-krita.png +share/icons/hicolor/16x16/apps/calligrakrita.png +share/icons/hicolor/16x16/mimetypes/application-x-krita.png +share/icons/hicolor/22x22/apps/calligrakrita.png +share/icons/hicolor/22x22/mimetypes/application-x-krita.png +share/icons/hicolor/256x256/apps/calligrakrita.png +share/icons/hicolor/256x256/mimetypes/application-x-krita.png +share/icons/hicolor/32x32/apps/calligrakrita.png +share/icons/hicolor/32x32/mimetypes/application-x-krita.png +share/icons/hicolor/48x48/apps/calligrakrita.png +share/icons/hicolor/48x48/mimetypes/application-x-krita.png +share/icons/hicolor/512x512/apps/calligrakrita.png +share/icons/hicolor/512x512/mimetypes/application-x-krita.png +share/icons/hicolor/64x64/apps/calligrakrita.png +share/icons/hicolor/64x64/mimetypes/application-x-krita.png +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/KisToolCrop.action +%%DATADIR%%/actions/KisToolPath.action +%%DATADIR%%/actions/KisToolPencil.action +%%DATADIR%%/actions/KisToolPolygon.action +%%DATADIR%%/actions/KisToolPolyline.action +%%DATADIR%%/actions/KisToolSelectContiguous.action +%%DATADIR%%/actions/KisToolSelectElliptical.action +%%DATADIR%%/actions/KisToolSelectOutline.action +%%DATADIR%%/actions/KisToolSelectPath.action +%%DATADIR%%/actions/KisToolSelectPolygonal.action +%%DATADIR%%/actions/KisToolSelectRectangular.action +%%DATADIR%%/actions/KisToolSelectSimilar.action +%%DATADIR%%/actions/KisToolTransform.action +%%DATADIR%%/actions/MoveTool.action +%%DATADIR%%/actions/PathTool.action +%%DATADIR%%/actions/ReferencesTool.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/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/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/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%%/bundles/README +%%DATADIR%%/defaultpresets/chalkbrush.kpp +%%DATADIR%%/defaultpresets/colorsmudge.kpp +%%DATADIR%%/defaultpresets/complex.kpp +%%DATADIR%%/defaultpresets/curvebrush.kpp +%%DATADIR%%/defaultpresets/deformbrush.kpp +%%DATADIR%%/defaultpresets/duplicate.kpp +%%DATADIR%%/defaultpresets/dynabrush.kpp +%%DATADIR%%/defaultpresets/eraser.kpp +%%DATADIR%%/defaultpresets/experimentbrush.kpp +%%DATADIR%%/defaultpresets/filter.kpp +%%DATADIR%%/defaultpresets/gridbrush.kpp +%%DATADIR%%/defaultpresets/hairybrush.kpp +%%DATADIR%%/defaultpresets/hatchingbrush.kpp +%%DATADIR%%/defaultpresets/paintbrush.kpp +%%DATADIR%%/defaultpresets/particlebrush.kpp +%%DATADIR%%/defaultpresets/roundmarker.kpp +%%DATADIR%%/defaultpresets/sketchbrush.kpp +%%DATADIR%%/defaultpresets/smudge.kpp +%%DATADIR%%/defaultpresets/spraybrush.kpp +%%DATADIR%%/defaultpresets/tangentnormal.kpp +%%DATADIR%%/dtd/krita.dtd +%%GMIC%%%%DATADIR%%/gmic/gimp_update169.gmic +%%GMIC%%%%DATADIR%%/gmic/gmic_def.gmic.blacklist +%%DATADIR%%/gradients/BG-Krita2.ggr +%%DATADIR%%/gradients/GPS-FG-Glare.ggr +%%DATADIR%%/gradients/GPS-Fire-Blueish.ggr +%%DATADIR%%/gradients/GPS-Fire-Burning-Cloud.ggr +%%DATADIR%%/gradients/GPS-Fire-Dust-Blended.ggr +%%DATADIR%%/gradients/GPS-Fire-Dust.ggr +%%DATADIR%%/gradients/GPS-Fire-Incandescent.ggr +%%DATADIR%%/gradients/GPS-Fire-Life-Span.ggr +%%DATADIR%%/gradients/GPS-Haze-and-Atmosphere.ggr +%%DATADIR%%/gradients/GPS-Light-Saber-_Use-FG-color_.ggr +%%DATADIR%%/gradients/GPS-Nature-Pure-greens.ggr +%%DATADIR%%/gradients/GPS-Nature-browns-copy.ggr +%%DATADIR%%/gradients/GPS-Nature-random-greens.ggr +%%DATADIR%%/gradients/GPS-Nature_Grass.ggr +%%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 +%%DATADIR%%/images/krita-grid.png +%%DATADIR%%/images/krita-hatching.png +%%DATADIR%%/images/krita-paintbrush.png +%%DATADIR%%/images/krita-particle.png +%%DATADIR%%/images/krita-sketch.png +%%DATADIR%%/images/krita-spray.png +%%DATADIR%%/images/krita-sumi.png +%%DATADIR%%/images/krita-tangentnormal-preview.png +%%DATADIR%%/images/krita-tangetnormal.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 +%%DATADIR%%/metadata/schemas/exrchannels.schema +%%DATADIR%%/metadata/schemas/mkn.schema +%%DATADIR%%/metadata/schemas/tiff.schema +%%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/Block_basic.kpp +%%DATADIR%%/paintoppresets/Block_bristles.kpp +%%DATADIR%%/paintoppresets/Block_fuzzy.kpp +%%DATADIR%%/paintoppresets/Block_mix_tilt.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/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/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/ink_precision_03.kpp +%%DATADIR%%/paintoppresets/pixel1.kpp +%%DATADIR%%/palettes/concept-cookie.gpl +%%DATADIR%%/palettes/default.gpl +%%DATADIR%%/palettes/gradient.gpl +%%DATADIR%%/palettes/marker.gpl +%%DATADIR%%/palettes/pixelart-16.gpl +%%DATADIR%%/palettes/pixelart-32.gpl +%%DATADIR%%/palettes/ps.gpl +%%DATADIR%%/palettes/swatch-cmyk.gpl +%%DATADIR%%/palettes/swatch-colored-grey.gpl +%%DATADIR%%/palettes/swatch-rgb.gpl +%%DATADIR%%/palettes/swatche.gpl +%%DATADIR%%/palettes/web.gpl +%%DATADIR%%/patterns/01_canvas.png +%%DATADIR%%/patterns/02_rough-canvas.png +%%DATADIR%%/patterns/02b_WoofTissue.png +%%DATADIR%%/patterns/03_default-paper.png +%%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 +%%DATADIR%%/patterns/10_drawed_dotted.png +%%DATADIR%%/patterns/11_drawed_furry.png +%%DATADIR%%/patterns/12_drawed_vertical.png +%%DATADIR%%/patterns/13_drawed_swirl.png +%%DATADIR%%/patterns/14_texture-rock.png +%%DATADIR%%/patterns/15_texture-rockB.png +%%DATADIR%%/patterns/16_texture-woody.png +%%DATADIR%%/patterns/17_texture-melt.png +%%DATADIR%%/patterns/18_texture-bark.png +%%DATADIR%%/patterns/18b_WaveFlex.png +%%DATADIR%%/patterns/19_texture-crackle.png +%%DATADIR%%/patterns/20_texture-vegetal.png +%%DATADIR%%/patterns/21_texture-chainmail.png +%%DATADIR%%/patterns/22_texture-reptile.png +%%DATADIR%%/patterns/23-dynamic-screentone-A.png +%%DATADIR%%/patterns/24-dynamic-screentone-B.png +%%DATADIR%%/patterns/25-dynamic-screentone-C.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/Cross01.pat +%%DATADIR%%/patterns/Cross02.pat +%%DATADIR%%/patterns/Cross03.pat +%%DATADIR%%/patterns/Cross04.pat +%%DATADIR%%/patterns/Cross05.pat +%%DATADIR%%/patterns/Cross06.pat +%%DATADIR%%/patterns/Cross07.pat +%%DATADIR%%/patterns/Crumpled_Paper.pat +%%DATADIR%%/patterns/Grid01.pat +%%DATADIR%%/patterns/Grid02.pat +%%DATADIR%%/patterns/Grid03.pat +%%DATADIR%%/patterns/Grid04.pat +%%DATADIR%%/patterns/Grid05.pat +%%DATADIR%%/patterns/HR_PastelPaper_02.pat +%%DATADIR%%/patterns/HR_Wall_Paper.pat +%%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/Squares01.pat +%%DATADIR%%/patterns/Squares02.pat +%%DATADIR%%/patterns/Squares03.pat +%%DATADIR%%/patterns/Squares04.pat +%%DATADIR%%/patterns/Squares05.pat +%%DATADIR%%/patterns/Squares06.pat +%%DATADIR%%/patterns/Squares07.pat +%%DATADIR%%/patterns/Squares08.pat +%%DATADIR%%/patterns/Squares09.pat +%%DATADIR%%/patterns/Squares10.pat +%%DATADIR%%/patterns/Stripes02.pat +%%DATADIR%%/patterns/Stripes03.pat +%%DATADIR%%/patterns/Stripes04.pat +%%DATADIR%%/patterns/Stripes05.pat +%%DATADIR%%/patterns/Stripes06.pat +%%DATADIR%%/patterns/Stripes07.pat +%%DATADIR%%/patterns/Stripes08.pat +%%DATADIR%%/patterns/Stripes09.pat +%%DATADIR%%/patterns/Zigzag01.pat +%%DATADIR%%/patterns/Zigzag02.pat +%%DATADIR%%/patterns/Zigzag03.pat +%%DATADIR%%/patterns/Zigzag04.pat +%%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 +%%DATADIR%%/pics/dark_arrow_north_east.png +%%DATADIR%%/pics/dark_arrow_north_west.png +%%DATADIR%%/pics/dark_arrow_south.png +%%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/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/light_arrow_east.png +%%DATADIR%%/pics/light_arrow_north.png +%%DATADIR%%/pics/light_arrow_north_east.png +%%DATADIR%%/pics/light_arrow_north_west.png +%%DATADIR%%/pics/light_arrow_south.png +%%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%%/predefined_image_sizes/A3__300_ppi_.predefinedimage +%%DATADIR%%/predefined_image_sizes/A3__600_ppi_.predefinedimage +%%DATADIR%%/predefined_image_sizes/A4__300_ppi_.predefinedimage +%%DATADIR%%/predefined_image_sizes/A4__600_ppi_.predefinedimage +%%DATADIR%%/predefined_image_sizes/A5__300_ppi_.predefinedimage +%%DATADIR%%/predefined_image_sizes/A5__600_ppi_.predefinedimage +%%DATADIR%%/predefined_image_sizes/A6__300_ppi_.predefinedimage +%%DATADIR%%/predefined_image_sizes/A6__600_ppi_.predefinedimage +%%DATADIR%%/predefined_image_sizes/Texture_1024x1024.predefinedimage +%%DATADIR%%/predefined_image_sizes/Texture_2048x2048.predefinedimage +%%DATADIR%%/predefined_image_sizes/Texture_256x256.predefinedimage +%%DATADIR%%/predefined_image_sizes/Texture_4096x4096.predefinedimage +%%DATADIR%%/predefined_image_sizes/Texture_512x512.predefinedimage +%%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%%/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%%/tags/kis_paintoppresets_tags.xml +%%DATADIR%%/templates/animation/.source/Anim-Jp-EN.kra +%%DATADIR%%/templates/animation/.source/Anim-Jp-JP.kra +%%DATADIR%%/templates/animation/Anim-Jp-EN.desktop +%%DATADIR%%/templates/animation/Anim-Jp-JP.desktop +%%DATADIR%%/templates/comics/.directory +%%DATADIR%%/templates/comics/.source/BD-EuroTemplate.kra +%%DATADIR%%/templates/comics/.source/Comics-USTemplate.kra +%%DATADIR%%/templates/comics/.source/Manga-JpTemplate.kra +%%DATADIR%%/templates/comics/.source/a4_waffle_grid.kra +%%DATADIR%%/templates/comics/BD-EuroTemplate.desktop +%%DATADIR%%/templates/comics/Comics-USTemplate.desktop +%%DATADIR%%/templates/comics/Manga-JpTemplate.desktop +%%DATADIR%%/templates/comics/a4_waffle_grid.desktop +%%DATADIR%%/templates/design/.directory +%%DATADIR%%/templates/design/.source/Designcinema16_10_2484x1200_96dpiRGB_8bit_.kra +%%DATADIR%%/templates/design/.source/Designcinema2.39_1_2484x1040_96dpiRGB_8bit_.kra +%%DATADIR%%/templates/design/.source/DesignpresentationA3Landscape_4960x3508_300dpiRGB_8bit_.kra +%%DATADIR%%/templates/design/.source/DesignpresentationA4portrait_2480x3508_300dpiRGB_8bit_.kra +%%DATADIR%%/templates/design/.source/Designscreen4_3_2250x1680_96dpiRGB_8bit_.kra +%%DATADIR%%/templates/design/.source/web_design.kra +%%DATADIR%%/templates/design/Designcinema16_10_2484x1200_96dpiRGB_8bit_.desktop +%%DATADIR%%/templates/design/Designcinema2.39_1_2484x1040_96dpiRGB_8bit_.desktop +%%DATADIR%%/templates/design/DesignpresentationA3Landscape_4960x3508_300dpiRGB_8bit_.desktop +%%DATADIR%%/templates/design/DesignpresentationA4portrait_2480x3508_300dpiRGB_8bit_.desktop +%%DATADIR%%/templates/design/Designscreen4_3_2250x1680_96dpiRGB_8bit_.desktop +%%DATADIR%%/templates/design/web_design.desktop +%%DATADIR%%/templates/dslr/.directory +%%DATADIR%%/templates/dslr/.source/Canon_550D_5184x3456.kra +%%DATADIR%%/templates/dslr/.source/Canon_5Dmk3_5760x3840.kra +%%DATADIR%%/templates/dslr/.source/Nikon_D3000_3872x2592.kra +%%DATADIR%%/templates/dslr/.source/Nikon_D5000_4288x2848.kra +%%DATADIR%%/templates/dslr/.source/Nikon_D7000_4928x3264.kra +%%DATADIR%%/templates/dslr/Canon_550D_5184x3456.desktop +%%DATADIR%%/templates/dslr/Canon_5Dmk3_5760x3840.desktop +%%DATADIR%%/templates/dslr/Nikon_D3000_3872x2592.desktop +%%DATADIR%%/templates/dslr/Nikon_D5000_4288x2848.desktop +%%DATADIR%%/templates/dslr/Nikon_D7000_4928x3264.desktop +%%DATADIR%%/templates/texture/.directory +%%DATADIR%%/templates/texture/.source/Texture1024x10248bitsrgb.kra +%%DATADIR%%/templates/texture/.source/Texture1k32bitscalar.kra +%%DATADIR%%/templates/texture/.source/Texture1k8bitsrgb.kra +%%DATADIR%%/templates/texture/.source/Texture2048x20488bitsrgb.kra +%%DATADIR%%/templates/texture/.source/Texture256x2568bitsrgb.kra +%%DATADIR%%/templates/texture/.source/Texture2k32bitscalar.kra +%%DATADIR%%/templates/texture/.source/Texture2k8bitsrgb.kra +%%DATADIR%%/templates/texture/.source/Texture4096x40968bitsrgb.kra +%%DATADIR%%/templates/texture/.source/Texture4k32bitscalar.kra +%%DATADIR%%/templates/texture/.source/Texture4k8bitsrgb.kra +%%DATADIR%%/templates/texture/.source/Texture512x5128bitsrgb.kra +%%DATADIR%%/templates/texture/.source/Texture8k32bitscalar.kra +%%DATADIR%%/templates/texture/.source/Texture8k8bitsrgb.kra +%%DATADIR%%/templates/texture/Texture1024x10248bitsrgb.desktop +%%DATADIR%%/templates/texture/Texture1k32bitscalar.desktop +%%DATADIR%%/templates/texture/Texture1k8bitsrgb.desktop +%%DATADIR%%/templates/texture/Texture2048x20488bitsrgb.desktop +%%DATADIR%%/templates/texture/Texture256x2568bitsrgb.desktop +%%DATADIR%%/templates/texture/Texture2k32bitscalar.desktop +%%DATADIR%%/templates/texture/Texture2k8bitsrgb.desktop +%%DATADIR%%/templates/texture/Texture4096x40968bitsrgb.desktop +%%DATADIR%%/templates/texture/Texture4k32bitscalar.desktop +%%DATADIR%%/templates/texture/Texture4k8bitsrgb.desktop +%%DATADIR%%/templates/texture/Texture512x5128bitsrgb.desktop +%%DATADIR%%/templates/texture/Texture8k32bitscalar.desktop +%%DATADIR%%/templates/texture/Texture8k8bitsrgb.desktop +%%DATADIR%%/workspaces/Animation.kws +%%DATADIR%%/workspaces/Big_Paint.kws +%%DATADIR%%/workspaces/Big_Paint_2.kws +%%DATADIR%%/workspaces/Big_Vector.kws +%%DATADIR%%/workspaces/Default.kws +%%DATADIR%%/workspaces/Small_Vector.kws +%%DATADIR%%/workspaces/VFX_Paint.kws +share/kritaplugins/clonesarray.xmlgui +share/kritaplugins/colorrange.xmlgui +share/kritaplugins/colorspaceconversion.xmlgui +%%GMIC%%share/kritaplugins/gmic.xmlgui +share/kritaplugins/histogram.xmlgui +share/kritaplugins/imageseparate.xmlgui +share/kritaplugins/imagesize.xmlgui +share/kritaplugins/imagesplit.xmlgui +share/kritaplugins/layersplit.xmlgui +share/kritaplugins/metadataeditor.xmlgui +share/kritaplugins/metadataeditor/dublincore.xmlgui +share/kritaplugins/metadataeditor/exif.xmlgui +share/kritaplugins/modify_selection.xmlgui +share/kritaplugins/offsetimage.xmlgui +share/kritaplugins/resourcemanager.xmlgui +share/kritaplugins/rotateimage.xmlgui +share/kritaplugins/shearimage.xmlgui +share/kritaplugins/waveletdecompose.xmlgui +share/locale/af/LC_MESSAGES/krita.mo +share/locale/ar/LC_MESSAGES/krita.mo +share/locale/ast/LC_MESSAGES/krita.mo +share/locale/be/LC_MESSAGES/krita.mo +share/locale/bg/LC_MESSAGES/krita.mo +share/locale/br/LC_MESSAGES/krita.mo +share/locale/bs/LC_MESSAGES/krita.mo +share/locale/ca/LC_MESSAGES/krita.mo +share/locale/ca@valencia/LC_MESSAGES/krita.mo +share/locale/cs/LC_MESSAGES/krita.mo +share/locale/cy/LC_MESSAGES/krita.mo +share/locale/da/LC_MESSAGES/krita.mo +share/locale/de/LC_MESSAGES/krita.mo +share/locale/el/LC_MESSAGES/krita.mo +share/locale/en_GB/LC_MESSAGES/krita.mo +share/locale/eo/LC_MESSAGES/krita.mo +share/locale/es/LC_MESSAGES/krita.mo +share/locale/et/LC_MESSAGES/krita.mo +share/locale/eu/LC_MESSAGES/krita.mo +share/locale/fa/LC_MESSAGES/krita.mo +share/locale/fi/LC_MESSAGES/krita.mo +share/locale/fr/LC_MESSAGES/krita.mo +share/locale/fy/LC_MESSAGES/krita.mo +share/locale/ga/LC_MESSAGES/krita.mo +share/locale/gl/LC_MESSAGES/krita.mo +share/locale/he/LC_MESSAGES/krita.mo +share/locale/hi/LC_MESSAGES/krita.mo +share/locale/hne/LC_MESSAGES/krita.mo +share/locale/hr/LC_MESSAGES/krita.mo +share/locale/hu/LC_MESSAGES/krita.mo +share/locale/ia/LC_MESSAGES/krita.mo +share/locale/is/LC_MESSAGES/krita.mo +share/locale/it/LC_MESSAGES/krita.mo +share/locale/ja/LC_MESSAGES/krita.mo +share/locale/kk/LC_MESSAGES/krita.mo +share/locale/km/LC_MESSAGES/krita.mo +share/locale/ko/LC_MESSAGES/krita.mo +share/locale/lt/LC_MESSAGES/krita.mo +share/locale/lv/LC_MESSAGES/krita.mo +share/locale/mai/LC_MESSAGES/krita.mo +share/locale/mk/LC_MESSAGES/krita.mo +share/locale/mr/LC_MESSAGES/krita.mo +share/locale/ms/LC_MESSAGES/krita.mo +share/locale/nb/LC_MESSAGES/krita.mo +share/locale/nds/LC_MESSAGES/krita.mo +share/locale/ne/LC_MESSAGES/krita.mo +share/locale/nl/LC_MESSAGES/krita.mo +share/locale/nn/LC_MESSAGES/krita.mo +share/locale/oc/LC_MESSAGES/krita.mo +share/locale/pa/LC_MESSAGES/krita.mo +share/locale/pl/LC_MESSAGES/krita.mo +share/locale/pt/LC_MESSAGES/krita.mo +share/locale/pt_BR/LC_MESSAGES/krita.mo +share/locale/ro/LC_MESSAGES/krita.mo +share/locale/ru/LC_MESSAGES/krita.mo +share/locale/se/LC_MESSAGES/krita.mo +share/locale/sk/LC_MESSAGES/krita.mo +share/locale/sl/LC_MESSAGES/krita.mo +share/locale/sq/LC_MESSAGES/krita.mo +share/locale/sv/LC_MESSAGES/krita.mo +share/locale/ta/LC_MESSAGES/krita.mo +share/locale/tg/LC_MESSAGES/krita.mo +share/locale/th/LC_MESSAGES/krita.mo +share/locale/tr/LC_MESSAGES/krita.mo +share/locale/ug/LC_MESSAGES/krita.mo +share/locale/uk/LC_MESSAGES/krita.mo +share/locale/uz/LC_MESSAGES/krita.mo +share/locale/uz@cyrillic/LC_MESSAGES/krita.mo +share/locale/vi/LC_MESSAGES/krita.mo +share/locale/wa/LC_MESSAGES/krita.mo +share/locale/xh/LC_MESSAGES/krita.mo +share/locale/zh_CN/LC_MESSAGES/krita.mo +share/locale/zh_TW/LC_MESSAGES/krita.mo +share/metainfo/org.kde.krita.appdata.xml Index: textproc/Makefile =================================================================== --- textproc/Makefile +++ textproc/Makefile @@ -386,6 +386,7 @@ SUBDIR += kmflcomp SUBDIR += kn-aspell SUBDIR += kompare + SUBDIR += kreport SUBDIR += ku-aspell SUBDIR += ky-aspell SUBDIR += l2a Index: textproc/kreport/Makefile =================================================================== --- /dev/null +++ textproc/kreport/Makefile @@ -0,0 +1,22 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kreport +PORTVERSION= 3.0.0 +CATEGORIES= textproc kde +MASTER_SITES= KDE/stable/${PORTNAME}/src +DIST_SUBDIR= KDE/${PORTNAME} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Framework for creation of reports in multiple formats + +LIB_DEPENDS= libKPropertyCore3.so:x11-toolkits/kproperty + +USES= cmake:outsource gettext kde:5 python:2 tar:xz +USE_KDE= config coreaddons ecm widgetsaddons +USE_QT5= core gui network qml webkit widgets xml \ + buildtools_build printsupport qmake_build + +CONFLICTS_INSTALL= calligra-2* + +.include Index: textproc/kreport/distinfo =================================================================== --- /dev/null +++ textproc/kreport/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1481142784 +SHA256 (KDE/kreport/kreport-3.0.0.tar.xz) = c3d8a310fd4b68bbce83370796ea2efdf93b9ce9f8cafb66e331b0db94ec2a00 +SIZE (KDE/kreport/kreport-3.0.0.tar.xz) = 225868 Index: textproc/kreport/pkg-descr =================================================================== --- /dev/null +++ textproc/kreport/pkg-descr @@ -0,0 +1,9 @@ +The KReport framework implements reporting functionality for creation of +reports in MS Access style. They are also similar to SAP Crystal Reports +and FileMaker reports. + +Reports can be created interactively and programmatically. They can be +previewed on screen, printed, and saved in a variety of formats such +as HTML, PDF and OpenDocument. + +WWW: http://www.kexi-project.org/ Index: textproc/kreport/pkg-plist =================================================================== --- /dev/null +++ textproc/kreport/pkg-plist @@ -0,0 +1,94 @@ +include/KReport3/KReportAsyncItemBase +include/KReport3/KReportAsyncItemBase.h +include/KReport3/KReportData +include/KReport3/KReportData.h +include/KReport3/KReportDesign +include/KReport3/KReportDesign.h +include/KReport3/KReportDesigner +include/KReport3/KReportDesigner.h +include/KReport3/KReportDesignerItemBase +include/KReport3/KReportDesignerItemBase.h +include/KReport3/KReportDesignerItemRectBase +include/KReport3/KReportDesignerItemRectBase.h +include/KReport3/KReportDesignerSection +include/KReport3/KReportDesignerSection.h +include/KReport3/KReportDesignerSectionDetail +include/KReport3/KReportDesignerSectionDetail.h +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 +include/KReport3/KReportGroupTracker.h +include/KReport3/KReportItemBase +include/KReport3/KReportItemBase.h +include/KReport3/KReportItemLine +include/KReport3/KReportItemLine.h +include/KReport3/KReportLabelElement +include/KReport3/KReportLabelElement.h +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 +include/KReport3/KReportPluginInterface.h +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 +include/KReport3/KReportRenderObjects.h +include/KReport3/KReportRendererBase +include/KReport3/KReportRendererBase.h +include/KReport3/KReportScriptConstants +include/KReport3/KReportScriptConstants.h +include/KReport3/KReportScriptDraw +include/KReport3/KReportScriptDraw.h +include/KReport3/KReportScriptHandler +include/KReport3/KReportScriptHandler.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/KReportTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KReport3/KReportTargets.cmake +lib/libKReport3.so +lib/libKReport3.so.3 +lib/libKReport3.so.3.0 +lib/pkgconfig/KReport3.pc +%%QT_MKSPECDIR%%/modules/qt_KReport3.pri +%%QT_PLUGINDIR%%/kreport3/org.kde.kreport.barcode.so +%%QT_PLUGINDIR%%/kreport3/org.kde.kreport.web.so +%%DATADIR%%3/icons/kreport_breeze.rcc +%%DATADIR%%3/icons/org.kde.kreport.barcode_breeze.rcc +%%DATADIR%%3/icons/org.kde.kreport.web_breeze.rcc +share/kservicetypes5/kreport_elementplugin.desktop Index: x11-toolkits/Makefile =================================================================== --- x11-toolkits/Makefile +++ x11-toolkits/Makefile @@ -95,6 +95,7 @@ SUBDIR += kf5-kxmlgui SUBDIR += kirigami SUBDIR += kirigami2 + SUBDIR += kproperty SUBDIR += lesstif SUBDIR += libXaw SUBDIR += libXmu Index: x11-toolkits/kproperty/Makefile =================================================================== --- /dev/null +++ x11-toolkits/kproperty/Makefile @@ -0,0 +1,20 @@ +# Created by: tcberner +# $FreeBSD$ + +PORTNAME= kproperty +PORTVERSION= 3.0.0 +CATEGORIES= x11-toolkits kde +MASTER_SITES= KDE/stable/${PORTNAME}/src +DIST_SUBDIR= KDE/${PORTNAME} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Property editing framwork + +USES= cmake:outsource gettext kde:5 tar:xz +USE_KDE= ecm config coreaddons guiaddons i18n widgetsaddons +USE_QT5= core gui widgets xml \ + buildtools_build qmake_build qml + +CONFLICTS_INSTALL= calligra-2* + +.include Index: x11-toolkits/kproperty/distinfo =================================================================== --- /dev/null +++ x11-toolkits/kproperty/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1481142955 +SHA256 (KDE/kproperty/kproperty-3.0.0.tar.xz) = 86cd24007d6b313a0217e4a0a7e4b594f46b3fc2d2d4aee2db1d14fdf16b0e99 +SIZE (KDE/kproperty/kproperty-3.0.0.tar.xz) = 98484 Index: x11-toolkits/kproperty/pkg-descr =================================================================== --- /dev/null +++ x11-toolkits/kproperty/pkg-descr @@ -0,0 +1,7 @@ +A property editing framework with editor widget similar to what is known +from Qt Designer. + +It is useful in applications such as IDEs where large amounts of properties +are available for the user to edit. + +WWW: http://www.kexi-project.org/ Index: x11-toolkits/kproperty/pkg-plist =================================================================== --- /dev/null +++ x11-toolkits/kproperty/pkg-plist @@ -0,0 +1,94 @@ +include/KPropertyCore3/KProperty +include/KPropertyCore3/KProperty.h +include/KPropertyCore3/KPropertyFactory +include/KPropertyCore3/KPropertyFactory.h +include/KPropertyCore3/KPropertySet +include/KPropertyCore3/KPropertySet.h +include/KPropertyCore3/config-kproperty.h +include/KPropertyCore3/kproperty_version.h +include/KPropertyCore3/kpropertycore_export.h +include/KPropertyWidgets3/BoolEdit +include/KPropertyWidgets3/ColorEdit +include/KPropertyWidgets3/ComboBox +include/KPropertyWidgets3/CursorEdit +include/KPropertyWidgets3/DateEdit +include/KPropertyWidgets3/DateTimeEdit +include/KPropertyWidgets3/FontEdit +include/KPropertyWidgets3/KPropertyEditorView +include/KPropertyWidgets3/KPropertyEditorView.h +include/KPropertyWidgets3/KPropertyGenericSelectionEditor +include/KPropertyWidgets3/KPropertyGenericSelectionEditor.h +include/KPropertyWidgets3/KPropertyStringEditor +include/KPropertyWidgets3/KPropertyStringEditor.h +include/KPropertyWidgets3/KPropertyUrlEditor +include/KPropertyWidgets3/KPropertyUrlEditor.h +include/KPropertyWidgets3/KPropertyUtils +include/KPropertyWidgets3/KPropertyUtils.h +include/KPropertyWidgets3/KPropertyWidgetsFactory +include/KPropertyWidgets3/KPropertyWidgetsFactory.h +include/KPropertyWidgets3/KPropertyWidgetsPluginManager +include/KPropertyWidgets3/KPropertyWidgetsPluginManager.h +include/KPropertyWidgets3/LineStyleEdit +include/KPropertyWidgets3/PixmapEdit +include/KPropertyWidgets3/PointEdit +include/KPropertyWidgets3/RectEdit +include/KPropertyWidgets3/SizeEdit +include/KPropertyWidgets3/SizePolicyEdit +include/KPropertyWidgets3/SpinBox +include/KPropertyWidgets3/TimeEdit +include/KPropertyWidgets3/Utils +include/KPropertyWidgets3/booledit.h +include/KPropertyWidgets3/coloredit.h +include/KPropertyWidgets3/combobox.h +include/KPropertyWidgets3/cursoredit.h +include/KPropertyWidgets3/dateedit.h +include/KPropertyWidgets3/datetimeedit.h +include/KPropertyWidgets3/fontedit.h +include/KPropertyWidgets3/kpropertywidgets_export.h +include/KPropertyWidgets3/linestyleedit.h +include/KPropertyWidgets3/pixmapedit.h +include/KPropertyWidgets3/pointedit.h +include/KPropertyWidgets3/rectedit.h +include/KPropertyWidgets3/sizeedit.h +include/KPropertyWidgets3/sizepolicyedit.h +include/KPropertyWidgets3/spinbox.h +include/KPropertyWidgets3/timeedit.h +include/KPropertyWidgets3/utils.h +lib/cmake/KPropertyCore3/KPropertyCoreConfig.cmake +lib/cmake/KPropertyCore3/KPropertyCoreConfigVersion.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/KPropertyWidgetsTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/KPropertyWidgets3/KPropertyWidgetsTargets.cmake +lib/libKPropertyCore3.so +lib/libKPropertyCore3.so.3 +lib/libKPropertyCore3.so.3.0 +lib/libKPropertyWidgets3.so +lib/libKPropertyWidgets3.so.3 +lib/libKPropertyWidgets3.so.3.0 +lib/pkgconfig/KPropertyCore3.pc +lib/pkgconfig/KPropertyWidgets3.pc +share/kpropertywidgets3/icons/kproperty_breeze.rcc +share/locale/ast/LC_MESSAGES/kproperty_qt.mo +share/locale/ca/LC_MESSAGES/kproperty_qt.mo +share/locale/ca@valencia/LC_MESSAGES/kproperty_qt.mo +share/locale/cs/LC_MESSAGES/kproperty_qt.mo +share/locale/de/LC_MESSAGES/kproperty_qt.mo +share/locale/en_GB/LC_MESSAGES/kproperty_qt.mo +share/locale/es/LC_MESSAGES/kproperty_qt.mo +share/locale/fi/LC_MESSAGES/kproperty_qt.mo +share/locale/gl/LC_MESSAGES/kproperty_qt.mo +share/locale/ja/LC_MESSAGES/kproperty_qt.mo +share/locale/lt/LC_MESSAGES/kproperty_qt.mo +share/locale/nl/LC_MESSAGES/kproperty_qt.mo +share/locale/pl/LC_MESSAGES/kproperty_qt.mo +share/locale/pt/LC_MESSAGES/kproperty_qt.mo +share/locale/pt_BR/LC_MESSAGES/kproperty_qt.mo +share/locale/ru/LC_MESSAGES/kproperty_qt.mo +share/locale/sk/LC_MESSAGES/kproperty_qt.mo +share/locale/sv/LC_MESSAGES/kproperty_qt.mo +share/locale/tr/LC_MESSAGES/kproperty_qt.mo +share/locale/uk/LC_MESSAGES/kproperty_qt.mo +share/locale/zh_CN/LC_MESSAGES/kproperty_qt.mo