Verison Bump and pspec changed
This commit is contained in:
@@ -9,10 +9,11 @@ from pisi.actionsapi import kde5
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
kde5.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DKDE_INSTALL_LIBDIR=lib \
|
||||
kde5.configure("-DPYTHON_EXECUTABLE=python3 \
|
||||
-DBUILD_TESTING=OFF \
|
||||
-DCMAKE_BUILD_TYPE=debugfull \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-Wno-dev \
|
||||
-DBUILD_UNMAINTAINED=ON")
|
||||
|
||||
def build():
|
||||
@@ -21,4 +22,4 @@ def build():
|
||||
def install():
|
||||
kde5.install("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("COPYING*", "README", "doc/status.txt")
|
||||
pisitools.dodoc("ANNOTATIONS-ODF", "AUTHORS", "COPYING*", "OBSOLETE.TXT", "README*", "TODO-ANNOTATIONS", "doc/status.txt")
|
||||
|
||||
+217
-716
@@ -14,7 +14,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>An integrated office suite for KDE</Summary>
|
||||
<Description>Calligra is a free, integrated office suite for KDE. The application suite consists of a word-processor, a spreadsheet application, a presentation creator and viewer application, an organizer and more.</Description>
|
||||
<Archive sha1sum="ad9f942f99c80d16eba30c2ec5027cecb7d495bc" type="tarxz">https://download.kde.org/stable/calligra/3.1.0/calligra-3.1.0.tar.xz</Archive>
|
||||
<Archive sha1sum="8d724a5548dce2ec6cb0c152a464c7472a9451de" type="tarxz">https://download.kde.org/stable/calligra/3.2.1/calligra-3.2.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-declarative-devel</Dependency>
|
||||
@@ -63,7 +63,6 @@
|
||||
<Dependency>kunitconversion-devel</Dependency>
|
||||
<Dependency>kactivities-devel</Dependency>
|
||||
<Dependency>khtml-devel</Dependency>
|
||||
<Dependency>kcalcore-devel</Dependency>
|
||||
<Dependency>kcontacts-devel</Dependency>
|
||||
<Dependency>akonadi-contacts-devel</Dependency>
|
||||
<Dependency>akonadi-devel</Dependency>
|
||||
@@ -95,753 +94,255 @@
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libgit2-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>calligra-braindump</Name>
|
||||
<Icon>calligra-braindump</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Notes and idea gathering</Summary>
|
||||
<Name>calligra</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>qt5-svg</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>kitemviews</Dependency>
|
||||
<Dependency>qt5-webkit</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency version="current">calligra-libs</Dependency>
|
||||
<Dependency version="current">calligra-plugins</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/braindump</Path>
|
||||
<Path fileType="library">/usr/lib/libbraindumpcore.so.1*</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/shapes/braindump_shape_web.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/shapes/braindump_shape_state.so</Path>
|
||||
<Path fileType="data">/usr/share/applications/org.kde.braindump.desktop</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/stateshape.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/statetool.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/scalable/actions/stateshape.svg</Path>
|
||||
<Path fileType="data">/usr/share/calligra_shape_state/states/checked.svg</Path>
|
||||
<Path fileType="data">/usr/share/calligra_shape_state/states/progress-00.svg</Path>
|
||||
<Path fileType="data">/usr/share/calligra_shape_state/states/progress-100.svg</Path>
|
||||
<Path fileType="data">/usr/share/calligra_shape_state/states/progress-25.svg</Path>
|
||||
<Path fileType="data">/usr/share/calligra_shape_state/states/progress-50.svg</Path>
|
||||
<Path fileType="data">/usr/share/calligra_shape_state/states/progress-75.svg</Path>
|
||||
<Path fileType="data">/usr/share/calligra_shape_state/states/states.xml</Path>
|
||||
<Path fileType="data">/usr/share/calligra_shape_state/states/unchecked.svg</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/*/apps/braindump.png</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/scalable/apps/braindump.svgz</Path>
|
||||
<Path fileType="data">/usr/share/kxmlgui5/braindump</Path>
|
||||
<Path fileType="data">/usr/share/metainfo/org.kde.braindump.appdata.xml</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>calligra-devtools</Name>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Calligra developer tools</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>poppler-qt5</Dependency>
|
||||
<Dependency version="current">calligra-libs</Dependency>
|
||||
<Dependency version="current">calligra-words</Dependency>
|
||||
<Dependency version="current">calligra-sheets</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/cstester</Path>
|
||||
<Path fileType="executable">/usr/bin/cstrunner</Path>
|
||||
<Path fileType="executable">/usr/bin/visualimagecompare</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>calligra-extras</Name>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Extras for the Calligra office suite</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency cersion="current">calligra-libs</Dependency>
|
||||
<Dependency cersion="current">calligra-plugins</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/calligra</Path>
|
||||
<Path fileType="executable">/usr/bin/calligraconverter</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligradocinfopropspage.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligraimagethumbnail.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrathumbnail.so</Path>
|
||||
<Path fileType="data">/usr/share/calligra/palettes/concept-cookie.gpl</Path>
|
||||
<Path fileType="data">/usr/share/calligra/palettes/default.gpl</Path>
|
||||
<Path fileType="data">/usr/share/calligra/palettes/gradient.gpl</Path>
|
||||
<Path fileType="data">/usr/share/calligra/palettes/marker.gpl</Path>
|
||||
<Path fileType="data">/usr/share/calligra/palettes/pixelart-16.gpl</Path>
|
||||
<Path fileType="data">/usr/share/calligra/palettes/pixelart-32.gpl</Path>
|
||||
<Path fileType="data">/usr/share/calligra/palettes/ps.gpl</Path>
|
||||
<Path fileType="data">/usr/share/calligra/palettes/swatch-cmyk.gpl</Path>
|
||||
<Path fileType="data">/usr/share/calligra/palettes/swatch-colored-grey.gpl</Path>
|
||||
<Path fileType="data">/usr/share/calligra/palettes/swatch-rgb.gpl</Path>
|
||||
<Path fileType="data">/usr/share/calligra/palettes/swatche.gpl</Path>
|
||||
<Path fileType="data">/usr/share/calligra/palettes/web.gpl</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/ServiceMenus/calligra/karbon_print.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/ServiceMenus/calligra/sheets_print.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/ServiceMenus/calligra/stage_print.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/ServiceMenus/calligra/words_print.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/calligra_odg_thumbnail.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/calligradocinfopropspage.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/sheets_ods_thumbnail.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/stage_odp_thumbnail.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/words_odt_thumbnail.desktop</Path>
|
||||
<Path fileType="data">/usr/share/templates/.source/Illustration.odg</Path>
|
||||
<Path fileType="data">/usr/share/templates/.source/Presentation.odp</Path>
|
||||
<Path fileType="data">/usr/share/templates/.source/SpreadSheet.ods</Path>
|
||||
<Path fileType="data">/usr/share/templates/.source/TextDocument.odt</Path>
|
||||
<Path fileType="data">/usr/share/templates/Illustration.desktop</Path>
|
||||
<Path fileType="data">/usr/share/templates/Presentation.desktop</Path>
|
||||
<Path fileType="data">/usr/share/templates/SpreadSheet.desktop</Path>
|
||||
<Path fileType="data">/usr/share/templates/TextDocument.desktop</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>calligra-filters</Name>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Filters for the Calligra office suite</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>khtml</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libwpg</Dependency>
|
||||
<Dependency>kcodecs</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>poppler</Dependency>
|
||||
<Dependency>qt5-svg</Dependency>
|
||||
<Dependency>karchive</Dependency>
|
||||
<Dependency>qca2-qt5</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>librevenge</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>kdelibs4-support</Dependency>
|
||||
<Dependency>libetonyek</Dependency>
|
||||
<Dependency>libodfgen</Dependency>
|
||||
<Dependency>libvisio</Dependency>
|
||||
<Dependency>libwps</Dependency>
|
||||
<Dependency version="current">calligra-libs</Dependency>
|
||||
<Dependency version="current">calligra-words</Dependency>
|
||||
<Dependency version="current">calligra-karbon</Dependency>
|
||||
<Dependency version="current">calligra-sheets</Dependency>
|
||||
<Dependency version="current">calligra-plugins</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libkowv2.s*</Path>
|
||||
<Path fileType="library">/usr/lib/libkoodf2.s*</Path>
|
||||
<Path fileType="library">/usr/lib/libRtfReader.s*</Path>
|
||||
<Path fileType="library">/usr/lib/libkomsooxml.s*</Path>
|
||||
<Path fileType="library">/usr/lib/libkoodfreader.s*</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/formatfilters/calligra_filter_*.so</Path>
|
||||
<Path fileType="data">/usr/share/applications/calligra_filter_odt2docx.desktop</Path>
|
||||
<Path fileType="data">/usr/share/applications/org.kde.calligrawords_ascii.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/flow_vsdx_thumbnail.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/flow_wpg_thumbnail.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/karbon_karbon1x_thumbnail.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/karbon_wmf_thumbnail.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/karbon_wpg_thumbnail.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/karbon_xfig_thumbnail.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/sheets_excel_thumbnail.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/sheets_xlsx_thumbnail.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/stage_key_thumbnail.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/stage_kpr_thumbnail.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/stage_powerpoint_thumbnail.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/stage_pptx_thumbnail.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/words_docx_thumbnail.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/words_msword_thumbnail.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/words_rtf_thumbnail.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/words_wpd_thumbnail.desktop</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/words_wps_thumbnail.desktop</Path>
|
||||
<Path fileType="data">/usr/share/mime/packages/msooxml-all.xml</Path>
|
||||
<Path fileType="data">/usr/share/mime/packages/wiki-format.xml</Path>
|
||||
<Path fileType="data">/usr/share/mime/packages/x-iwork-keynote-sffkey.xml</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>calligra-libs</Name>
|
||||
<IsA>library</IsA>
|
||||
<Summary>calligra runtime libraries</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>kross</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>ilmbase</Dependency>
|
||||
<Dependency>kcodecs</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>qt5-svg</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>kguiaddons</Dependency>
|
||||
<Dependency>kitemviews</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>gsl</Dependency>
|
||||
<Dependency>ilmbase</Dependency>
|
||||
<Dependency>kactivities</Dependency>
|
||||
<Dependency>karchive</Dependency>
|
||||
<Dependency>kcmutils</Dependency>
|
||||
<Dependency>kcodecs</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kdbusaddons</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
<Dependency>kjobwidgets</Dependency>
|
||||
<Dependency>ktextwidgets</Dependency>
|
||||
<Dependency>kwindowsystem</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>knotifications</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency version="current">calligra-plugins</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libflake.s*</Path>
|
||||
<Path fileType="data">/usr/lib/libkoodf.s*</Path>
|
||||
<Path fileType="data">/usr/lib/libkomain.s*</Path>
|
||||
<Path fileType="data">/usr/lib/libkotext.s*</Path>
|
||||
<Path fileType="data">/usr/lib/libkundo2.s*</Path>
|
||||
<Path fileType="data">/usr/lib/libkokross.s*</Path>
|
||||
<Path fileType="data">/usr/lib/libkoplugin.s*</Path>
|
||||
<Path fileType="data">/usr/lib/libkoreport.s*</Path>
|
||||
<Path fileType="data">/usr/lib/libkopageapp.s*</Path>
|
||||
<Path fileType="data">/usr/lib/libkoversion.s*</Path>
|
||||
<Path fileType="data">/usr/lib/libkowidgets.s*</Path>
|
||||
<Path fileType="data">/usr/lib/libpigmentcms.s*</Path>
|
||||
<Path fileType="data">/usr/lib/libcalligradb.s*</Path>
|
||||
<Path fileType="data">/usr/lib/libkoproperty.s*</Path>
|
||||
<Path fileType="data">/usr/lib/libbasicflakes.s*</Path>
|
||||
<Path fileType="data">/usr/lib/libkotextlayout.s*</Path>
|
||||
<Path fileType="data">/usr/lib/libkowidgetutils.s*</Path>
|
||||
<Path fileType="data">/usr/lib/libkovectorimage.s*</Path>
|
||||
<Path fileType="data">/usr/lib/qt5/plugins/calligra/pageapptools/kopabackgroundtool.so</Path>
|
||||
<Path fileType="data">/usr/lib/qt5/plugins/calligra/tools/calligra_tool_basicflakes.so</Path>
|
||||
<Path fileType="data">/usr/share/calligra/calligra_shell.rc</Path>
|
||||
<Path fileType="data">/usr/share/calligra/cursors/zoom_in_cursor.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/cursors/zoom_out_cursor.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/borderpainter.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/curve-connector.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/insert-page-break.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/lines-connector.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/snap-bounding-box.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/snap-extension.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/standard-connector.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/straight-connector.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/table.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/artistictext-tool.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/backgroundtool.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/createpath.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/editpath.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/edittext.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/format-break-node.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/format-connect-node.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/format-convert-to-path.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/format-disconnect-node.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/format-insert-node.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/format-join-node.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/format-node-curve.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/format-node-line.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/format-remove-node.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/format-segment-curve.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/format-segment-line.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/hand.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/node-type-cusp.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/node-type-smooth.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/node-type-symmetric.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/pathshape.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/select.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/table.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/text-put-on-path.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/text-remove-from-path.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/zoom-pixels.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/24x24/actions/insert-page-break.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/insert-endnote.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/insert-footnote.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/insert-page-break.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/insert-table-of-contents.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/shape-choose.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/table.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/mimetypes/x-shape-connection.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/mimetypes/x-shape-image.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/mimetypes/x-shape-text.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/48x48/actions/table.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/scalable/actions/artistictext-tool.svg</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/scalable/actions/snap-bounding-box.svg</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/scalable/actions/snap-extension.svg</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/scalable/actions/table.svgz</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/scalable/actions/text-put-on-path.svg</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/scalable/actions/text-remove-from-path.svg</Path>
|
||||
<Path fileType="data">/usr/share/calligra/pics/questionmark.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/styles/markers.xml</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<!--Package>
|
||||
<Name>calligra-plan</Name>
|
||||
<Icon>calligra-plan</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Calligra Project Management Component</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>kdelibs4-support</Dependency>
|
||||
<Dependency>kdiagram</Dependency>
|
||||
<Dependency>kguiaddons</Dependency>
|
||||
<Dependency>khtml</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>kparts</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kreport</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>kcalcore</Dependency>
|
||||
<Dependency>kdiagram</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>kcontacts</Dependency>
|
||||
<Dependency>kproperty</Dependency>
|
||||
<Dependency>kitemviews</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kdbusaddons</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
<Dependency>ktextwidgets</Dependency>
|
||||
<Dependency>kwindowsystem</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>knotifications</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>kdelibs4-support</Dependency>
|
||||
<Dependency version="current">calligra-libs</Dependency>
|
||||
<Dependency version="current">calligra-plugins</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/xdg/calligraplanrc</Path>
|
||||
<Path fileType="config">/etc/xdg/calligraplanworkrc</Path>
|
||||
<Path fileType="executable">/usr/bin/calligrapla*</Path>
|
||||
<Path fileType="library">/usr/lib/libkdeinit5_calligraplan.so</Path>
|
||||
<Path fileType="library">/usr/lib/libkdeinit5_calligraplanwork.so</Path>
|
||||
<Path fileType="library">/usr/lib/libplan*.s*</Path>
|
||||
<Path fileType="library">/usr/lib/libkplatoui.s*</Path>
|
||||
<Path fileType="library">/usr/lib/libkplatokernel.s*</Path>
|
||||
<Path fileType="library">/usr/lib/libkplatomodels.s*</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/formatfilters/plan*.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/parts/calligraplanpart.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligraplan/extensions/libkrossmoduleplan.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligraplan/schedulers/libplantjscheduler.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligraplanworkpart.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/kreport/planreport_textplugin.so</Path>
|
||||
<Path fileType="data">/usr/share/applications/org.kde.calligraplan.desktop</Path>
|
||||
<Path fileType="data">/usr/share/applications/org.kde.calligraplanwork.desktop</Path>
|
||||
<Path fileType="data">/usr/share/calligraplan/about/intro.html</Path>
|
||||
<Path fileType="data">/usr/share/calligraplan/about/main.html</Path>
|
||||
<Path fileType="data">/usr/share/calligraplan/about/plan.css</Path>
|
||||
<Path fileType="data">/usr/share/calligraplan/about/tips.html</Path>
|
||||
<Path fileType="data">/usr/share/calligraplan/about/top-left-plan.png</Path>
|
||||
<Path fileType="data">/usr/share/calligraplan/about/tutorial.html</Path>
|
||||
<Path fileType="data">/usr/share/calligraplan/icons/hicolor/22x22/actions/view-task-child-add.png</Path>
|
||||
<Path fileType="data">/usr/share/calligraplan/icons/hicolor/22x22/actions/view-time-schedule-insert.png</Path>
|
||||
<Path fileType="data">/usr/share/calligraplan/icons/hicolor/48x48/actions/template_timechart.png</Path>
|
||||
<Path fileType="data">/usr/share/calligraplan/icons/hicolor/scalable/actions/template_timechart.svgz</Path>
|
||||
<Path fileType="data">/usr/share/calligraplan</Path>
|
||||
<Path fileType="data">/usr/share/calligraplanwork</Path>
|
||||
<Path fileType="data">/usr/share/config.kcfg/calligraplan*.kcfg</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/*/apps/calligrapla*</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/*/mimetypes/application-x-vnd.kde.kplato*.png</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/*/mimetypes/application-x-vnd.kde.plan*.svgz</Path>
|
||||
<Path fileType="data">/usr/share/kxmlgui5/calligraplan</Path>
|
||||
<Path fileType="data">/usr/share/kxmlgui5/calligraplanwork</Path>
|
||||
<Path fileType="data">/usr/share/metainfo/org.kde.calligraplan.appdata.xml</Path>
|
||||
</Files>
|
||||
</Package-->
|
||||
|
||||
<Package>
|
||||
<Name>calligra-plugins</Name>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Plugins for the Calligra office suite</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>lcms2</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>okular</Dependency>
|
||||
<Dependency>sonnet</Dependency>
|
||||
<Dependency>ilmbase</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kitemviews</Dependency>
|
||||
<Dependency>kjobwidgets</Dependency>
|
||||
<Dependency>knotifications</Dependency>
|
||||
<Dependency>knotifyconfig</Dependency>
|
||||
<Dependency>kross</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>ktextwidgets</Dependency>
|
||||
<Dependency>kwallet</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>kwindowsystem</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>qt5-svg</Dependency>
|
||||
<Dependency>karchive</Dependency>
|
||||
<Dependency>kdiagram</Dependency>
|
||||
<Dependency>pstoedit</Dependency>
|
||||
<Dependency>lcms2</Dependency>
|
||||
<Dependency>libetonyek</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libodfgen</Dependency>
|
||||
<Dependency>librevenge</Dependency>
|
||||
<Dependency>libspnav</Dependency>
|
||||
<Dependency>libvisio</Dependency>
|
||||
<Dependency>libwpg</Dependency>
|
||||
<Dependency>okular</Dependency>
|
||||
<Dependency>poppler-qt5</Dependency>
|
||||
<Dependency>poppler</Dependency>
|
||||
<Dependency>qca2-qt5</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>kitemviews</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
<Dependency>qt5-phonon</Dependency>
|
||||
<Dependency>qt5-quickcontrols2</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
<Dependency>kjobwidgets</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/</Path>
|
||||
<Path fileType="config">/etc/xdg/calligra_stencils.knsrc</Path>
|
||||
<Path fileType="library">/usr/lib/libkformula.s*</Path>
|
||||
<Path fileType="library">/usr/lib/libcalligrastageprivate.s*</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/colorspaces/kolcmsengine.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/devices/calligra_device_spacenavigator.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/dockers/calligra_docker_defaults.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/dockers/calligra_docker_stencils.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/shapefiltereffects/calligra_filtereffects.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/shapes/calligra_shape_artistictext.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/shapes/calligra_shape_chart.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/shapes/calligra_shape_formula.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/shapes/calligra_shape_music.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/shapes/calligra_shape_paths.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/shapes/calligra_shape_picture.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/shapes/calligra_shape_plugin.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/shapes/calligra_shape_text.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/shapes/calligra_shape_vector.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/shapes/calligra_shape_video.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/textediting/calligra_textediting_autocorrect.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/textediting/calligra_textediting_changecase.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/textediting/calligra_textediting_spellcheck.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/textediting/calligra_textediting_thesaurus.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/textinlineobjects/calligra_textinlineobject_variables.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/tools/calligra_tool_defaults.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/tools/karbon_tools.so</Path>
|
||||
<Path fileType="data">/usr/share/calligra/autocorrect/autocorrect.xml</Path>
|
||||
<Path fileType="data">/usr/share/calligra/autocorrect/en_US.xml</Path>
|
||||
<Path fileType="data">/usr/share/calligra/cursors/cursor_connect.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/cursors/cursor_rotate.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/cursors/cursor_shear.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/abs.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/bevelled.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/brackets.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/enclosed.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/escape-direction-all.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/escape-direction-down.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/escape-direction-horizontal.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/escape-direction-left.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/escape-direction-right.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/escape-direction-up.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/escape-direction-vertical.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/frac.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/gsub.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/gsubup.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/gsup.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/int.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/lsub.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/lsup.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/matrix.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/multiline.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/onetwomatrix.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/over.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/paren.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/root.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/rsub.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/rsubup.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/rsup.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/sqrt.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/under.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/vector.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/abs.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/bevelled.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/brackets.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/calligraphy.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/callout-shape.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/circular-arrow-shape.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/cross-shape.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/ellipse-shape.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/enclosed.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/flower-shape.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/frac.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/gearhead-shape.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/gradient.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/gsub.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/gsubup.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/gsup.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/hexagon-shape.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/inscol.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/insrow.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/int.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/lsub.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/lsup.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/matrix.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/multiline.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-cross.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-dottednote.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-doublecross.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-doubleflat.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-flat.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-natural.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-note-128th.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-note-16th.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-note-32nd.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-note-64th.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-note-breve.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-note-eighth.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-note-half.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-note-quarter.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-note-whole.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-rest-128th.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-rest-16th.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-rest-32nd.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-rest-64th.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-rest-breve.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-rest-eighth.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-rest-half.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-rest-quarter.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-rest-whole.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/music-tiednote.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/onetwomatrix.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/over.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/paren.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/pattern.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/pentagon-shape.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/rectangle-shape.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/remcol.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/remrow.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/root.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/rsub.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/rsubup.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/rsup.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/smiley-shape.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/spiral-shape.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/sqrt.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/star-shape.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/tool-text.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/tool_references.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/tool_review.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/under.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/vector.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/abs.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/bevelled.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/brackets.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/enclosed.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/frac.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/gsub.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/gsubup.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/gsup.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/int.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/lsub.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/lsup.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/matrix.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/multiline.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/onetwomatrix.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/over.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/paren.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/root.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/rsub.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/rsubup.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/rsup.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/sqrt.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/tool_imageeffects.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/under.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/vector.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/mimetypes/x-shape-formula.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/thesaurus/thesaurus.txt</Path>
|
||||
<Path fileType="data">/usr/share/calligra_shape_music/fonts/Emmentaler-14.ttf</Path>
|
||||
<Path fileType="data">/usr/share/color</Path>
|
||||
<Path fileType="data">/usr/share/mime/packages/calligra_svm.xml</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>calligra-sheets</Name>
|
||||
<Icon>calligra-sheets</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Write spreadsheet documents</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gsl</Dependency>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>kross</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>sonnet</Dependency>
|
||||
<Dependency>kcodecs</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>kcmutils</Dependency>
|
||||
<Dependency>kservice</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>kguiaddons</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>ktextwidgets</Dependency>
|
||||
<Dependency>knotifyconfig</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>knotifications</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency>kdelibs4-support</Dependency>
|
||||
<Dependency version="current">calligra-libs</Dependency>
|
||||
<Dependency version="current">calligra-plugins</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/xdg/calligrasheetsrc</Path>
|
||||
<Path fileType="executable">/usr/bin/calligrasheets</Path>
|
||||
<Path fileType="library">/usr/lib/libcalligrasheetscommon.s*</Path>
|
||||
<Path fileType="library">/usr/lib/libcalligrasheetsodf.s*</Path>
|
||||
<Path fileType="library">/usr/lib/libkdeinit5_calligrasheets.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/deferred/calligra_shape_spreadsheet-deferred.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/parts/calligrasheetspart.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/shapes/calligra_shape_spreadsheet.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrasheets/extensions/krossmodulesheets.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrasheets/extensions/sheetssolver.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrasheets/functions/kspreadbitopsmodule.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrasheets/functions/kspreadconversionmodule.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrasheets/functions/kspreaddatabasemodule.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrasheets/functions/kspreaddatetimemodule.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrasheets/functions/kspreadengineeringmodule.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrasheets/functions/kspreadfinancialmodule.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrasheets/functions/kspreadinformationmodule.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrasheets/functions/kspreadlogicmodule.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrasheets/functions/kspreadmathmodule.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrasheets/functions/kspreadreferencemodule.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrasheets/functions/kspreadstatisticalmodule.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrasheets/functions/kspreadtextmodule.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrasheets/functions/kspreadtrigonometrymodule.so</Path>
|
||||
<Path fileType="data">/usr/share/applications/org.kde.calligrasheets.desktop</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/spreadsheetshape.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/22x22/actions/tool_cellformatting.png</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/32x32/actions/spreadsheetshape.png</Path>
|
||||
<Path fileType="data">/usr/share/calligrasheets</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/*/apps/calligrasheets.*</Path>
|
||||
<Path fileType="data">/usr/share/kxmlgui5/calligrasheets</Path>
|
||||
<Path fileType="data">/usr/share/metainfo/org.kde.calligrasheets.appdata.xml</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>calligra-stage</Name>
|
||||
<Icon>calligra-stage</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Write presentation documents</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>qt5-svg</Dependency>
|
||||
<Dependency>karchive</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-phonon</Dependency>
|
||||
<Dependency>qt5-webkit</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
<Dependency>kjobwidgets</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency version="current">calligra-libs</Dependency>
|
||||
<Dependency version="current">calligra-plugins</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>sonnet</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/xdg/braindump</Path>
|
||||
<Path fileType="config">/etc/xdg/calligra_stencils.knsrc</Path>
|
||||
<Path fileType="config">/etc/xdg/calligrasheetsrc</Path>
|
||||
<Path fileType="config">/etc/xdg/calligrastagerc</Path>
|
||||
<Path fileType="executable">/usr/bin/calligrastage</Path>
|
||||
<!-- <Path fileType="library">/usr/lib/libcalligrastageprivate.s*</Path> --> <!--calligra-plugins ile çember yapıyor-->
|
||||
<Path fileType="library">/usr/lib/libkdeinit5_calligrastage.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/parts/calligrastagepart.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/presentationeventactions/calligrastageeventactions.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/textinlineobjects/kprvariables.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrastage/pageeffects/kpr_pageeffect_*.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrastage/shapeanimations/kpr_shapeanimation_example.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrastage/tools/calligrastagetoolanimation.so</Path>
|
||||
<Path fileType="data">/usr/share/applications/org.kde.calligrastage.desktop</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/16x16/actions/animation-stage.png</Path>
|
||||
<Path fileType="data">/usr/share/calligrastage</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/*/apps/calligrastage.*</Path>
|
||||
<Path fileType="data">/usr/share/kxmlgui5/calligrastage</Path>
|
||||
<Path fileType="data">/usr/share/metainfo/org.kde.calligrastage.appdata.xml</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>calligra-words</Name>
|
||||
<Icon>calligra-words</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Word Processor</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>kcompletion</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
<Dependency>kconfigwidgets</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency version="current">calligra-libs</Dependency>
|
||||
<Dependency version="current">calligra-plugins</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/xdg/calligrawordsrc</Path>
|
||||
<Path fileType="executable">/usr/bin/calligrawords</Path>
|
||||
<Path fileType="library">/usr/lib/libwordsprivate.so*</Path>
|
||||
<Path fileType="library">/usr/lib/libkdeinit5_calligrawords.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/parts/calligrawordspart.so</Path>
|
||||
<Path fileType="data">/usr/share/applications/org.kde.calligrawords.desktop</Path>
|
||||
<Path fileType="config">/etc/xdg/karbonrc</Path>
|
||||
<Path fileType="data">/usr/share/calligrasheets/dtd</Path>
|
||||
<Path fileType="data">/usr/share/calligrasheets/functions</Path>
|
||||
<Path fileType="data">/usr/share/calligrasheets/icons/hicolor/*/actions</Path>
|
||||
<Path fileType="data">/usr/share/calligrasheets/icons/hicolor/scalable/actions</Path>
|
||||
<Path fileType="data">/usr/share/calligrasheets/icons/hicolor/scalable</Path>
|
||||
<Path fileType="data">/usr/share/calligrasheets/scripts/docker</Path>
|
||||
<Path fileType="data">/usr/share/calligrasheets/scripts/extensions</Path>
|
||||
<Path fileType="data">/usr/share/calligrasheets/scripts/functions</Path>
|
||||
<Path fileType="data">/usr/share/calligrasheets/scripts</Path>
|
||||
<Path fileType="data">/usr/share/calligrasheets/sheetstyles</Path>
|
||||
<Path fileType="data">/usr/share/calligrasheets/templates/Business</Path>
|
||||
<Path fileType="data">/usr/share/calligrasheets/templates/General</Path>
|
||||
<Path fileType="data">/usr/share/calligrasheets/templates/HomeFamily</Path>
|
||||
<Path fileType="data">/usr/share/calligrasheets/templates</Path>
|
||||
<Path fileType="data">/usr/share/calligrasheets/viewplugins</Path>
|
||||
<Path fileType="data">/usr/share/calligrasheets</Path>
|
||||
<Path fileType="data">/usr/share/calligrastage/animations</Path>
|
||||
<Path fileType="data">/usr/share/calligrastage/cursors</Path>
|
||||
<Path fileType="data">/usr/share/calligrastage/icons/hicolor/*/actions</Path>
|
||||
<Path fileType="data">/usr/share/calligrastage/icons/hicolor/scalable/actions</Path>
|
||||
<Path fileType="data">/usr/share/calligrastage/icons/hicolor/scalable</Path>
|
||||
<Path fileType="data">/usr/share/calligrastage/pics</Path>
|
||||
<Path fileType="data">/usr/share/calligrastage/styles</Path>
|
||||
<Path fileType="data">/usr/share/calligrastage/templates/Screen</Path>
|
||||
<Path fileType="data">/usr/share/calligrastage/templates/exportHTML/templates</Path>
|
||||
<Path fileType="data">/usr/share/calligrastage/templates/exportHTML</Path>
|
||||
<Path fileType="data">/usr/share/calligrastage/templates/odf</Path>
|
||||
<Path fileType="data">/usr/share/calligrastage/templates</Path>
|
||||
<Path fileType="data">/usr/share/calligrastage</Path>
|
||||
<Path fileType="data">/usr/share/calligrawords/icons/hicolor/*/actions</Path>
|
||||
<Path fileType="data">/usr/share/calligrawords/icons/hicolor/scalable/actions</Path>
|
||||
<Path fileType="data">/usr/share/calligrawords/icons/hicolor/scalable</Path>
|
||||
<Path fileType="data">/usr/share/calligrawords/styles</Path>
|
||||
<Path fileType="data">/usr/share/calligrawords/templates/Normal</Path>
|
||||
<Path fileType="data">/usr/share/calligrawords/templates</Path>
|
||||
<Path fileType="data">/usr/share/calligrawords</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/*/apps/calligrawords.*</Path>
|
||||
<Path fileType="data">/usr/share/kxmlgui5/calligrawords</Path>
|
||||
<Path fileType="data">/usr/share/metainfo/org.kde.calligrawords.appdata.xml</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>calligra-karbon</Name>
|
||||
<Icon>calligra-karbon</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Create scalable vector drawings</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>kguiaddons</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kiconthemes</Dependency>
|
||||
<Dependency>kwidgetsaddons</Dependency>
|
||||
<Dependency version="current">calligra-libs</Dependency>
|
||||
<Dependency version="current">calligra-plugins</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/karbon</Path>
|
||||
<Path fileType="library">/usr/lib/libkarbon*.s*</Path>
|
||||
<Path fileType="library">/usr/lib/libkdeinit5_karbon.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/karbon/extensions/karbon*.so</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/parts/karbon*.so</Path>
|
||||
<Path fileType="data">/usr/share/applications/org.kde.karbon.desktop</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/*/apps/calligrakarbon.png</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/scalable/apps/calligrakarbon.svgz</Path>
|
||||
<Path fileType="data">/usr/share/color/icc/calligra</Path>
|
||||
<Path fileType="data">/usr/share/color/icc</Path>
|
||||
<Path fileType="data">/usr/share/color</Path>
|
||||
<Path fileType="data">/usr/share/configkcfg</Path>
|
||||
<Path fileType="data">/usr/share/doc/HTML/*/calligra</Path>
|
||||
<Path fileType="data">/usr/share/doc/HTML/*/sheets</Path>
|
||||
<Path fileType="data">/usr/share/doc/HTML/*/stage</Path>
|
||||
<Path fileType="data">/usr/share/doc/calligra</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/*/apps</Path>
|
||||
<Path fileType="config">/etc/xdg</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/colorspaces</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/devices</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/dockers</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/formatfilters</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/parts</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/presentationeventactions</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/shapefiltereffects</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/shapes</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/textediting</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/textinlineobjects</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra/tools</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligra</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrasheets/extensions</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrasheets/functions</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrasheets</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrastage/pageeffects</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrastage/shapeanimations</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrastage/tools</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/calligrastage</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/karbon/extensions</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/karbon</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/okular/generators</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins/okular</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/plugins</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/qml/Calligra/Gemini/Dropbox</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/qml/Calligra/Gemini/Git</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/qml/Calligra/Gemini</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/qml/Calligra</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/qml/org/kde/calligra</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/qml/org/kde</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/qml/org</Path>
|
||||
<Path fileType="library">/usr/lib/qt5/qml</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/calligra/autocorrect</Path>
|
||||
<Path fileType="data">/usr/share/calligra/cursors</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/*/actions</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/*/mimetypes</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/scalable</Path>
|
||||
<Path fileType="data">/usr/share/calligra/icons/hicolor/scalable/actions</Path>
|
||||
<Path fileType="data">/usr/share/calligra/palettes</Path>
|
||||
<Path fileType="data">/usr/share/calligra/pics</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Assorted</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/BPMN</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Basic_Flowchart</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Building_Site</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/CMOS</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Central_Data_Processing</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/ChemEng</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Circuit2</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Circuit</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Cisco</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Civil</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Contact</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Cybernetics</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Digital</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Edpc</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Electric2</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Electric</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Electronic</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Flags</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Gane_and_Sarson</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Jigsaw</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/LST</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Lights</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Logic</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/MSE</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Map</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Misc</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Network</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Optics</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Pneumatic</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/RDP</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Racks</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Renewable_Energy</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/SDL</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Scenegraph</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Sybase</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils/Value_Stream_Mapping</Path>
|
||||
<Path fileType="data">/usr/share/calligra/stencils</Path>
|
||||
<Path fileType="data">/usr/share/calligra/styles</Path>
|
||||
<Path fileType="data">/usr/share/calligra/thesaurus</Path>
|
||||
<Path fileType="data">/usr/share/calligra</Path>
|
||||
<Path fileType="data">/usr/share/calligra_shape_music/fonts</Path>
|
||||
<Path fileType="data">/usr/share/calligra_shape_music</Path>
|
||||
<Path fileType="data">/usr/share/calligragemini/qml/components</Path>
|
||||
<Path fileType="data">/usr/share/calligragemini/qml/panels/notespanelpages</Path>
|
||||
<Path fileType="data">/usr/share/calligragemini/qml/panels</Path>
|
||||
<Path fileType="data">/usr/share/calligragemini/qml/welcomepages/cloud/dropbox</Path>
|
||||
<Path fileType="data">/usr/share/calligragemini/qml/welcomepages/cloud/git</Path>
|
||||
<Path fileType="data">/usr/share/calligragemini/qml/welcomepages/cloud</Path>
|
||||
<Path fileType="data">/usr/share/calligragemini/qml/welcomepages</Path>
|
||||
<Path fileType="data">/usr/share/calligragemini/qml</Path>
|
||||
<Path fileType="data">/usr/share/calligragemini/themes/default/fonts</Path>
|
||||
<Path fileType="data">/usr/share/calligragemini/themes/default/icons</Path>
|
||||
<Path fileType="data">/usr/share/calligragemini/themes/default/images</Path>
|
||||
<Path fileType="data">/usr/share/calligragemini/themes/default</Path>
|
||||
<Path fileType="data">/usr/share/calligragemini/themes</Path>
|
||||
<Path fileType="data">/usr/share/calligragemini</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/scalable/apps</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/scalable</Path>
|
||||
<Path fileType="data">/usr/share/karbon/gradients</Path>
|
||||
<Path fileType="data">/usr/share/karbon/icons/hicolor/*/actions</Path>
|
||||
<Path fileType="data">/usr/share/karbon/palettes</Path>
|
||||
<Path fileType="data">/usr/share/karbon/plugins</Path>
|
||||
<Path fileType="data">/usr/share/karbon/templates/Basic</Path>
|
||||
<Path fileType="data">/usr/share/karbon/templates</Path>
|
||||
<Path fileType="data">/usr/share/karbon</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/ServiceMenus/calligra</Path>
|
||||
<Path fileType="data">/usr/share/kservices5/ServiceMenus</Path>
|
||||
<Path fileType="data">/usr/share/kservices5</Path>
|
||||
<Path fileType="data">/usr/share/kxmlgui5/calligrasheets</Path>
|
||||
<Path fileType="data">/usr/share/kxmlgui5/calligrastage</Path>
|
||||
<Path fileType="data">/usr/share/kxmlgui5/calligrawords</Path>
|
||||
<Path fileType="data">/usr/share/kxmlgui5/karbon</Path>
|
||||
<Path fileType="data">/usr/share/metainfo/org.kde.karbon.appdata.xml</Path>
|
||||
<Path fileType="data">/usr/share/kxmlgui5</Path>
|
||||
<Path fileType="data">/usr/share/locale/*/LC_MESSAGES</Path>
|
||||
<Path fileType="data">/usr/share/metainfo</Path>
|
||||
<Path fileType="data">/usr/share/mime</Path>
|
||||
<Path fileType="data">/usr/share/mime/packages</Path>
|
||||
<Path fileType="data">/usr/share/templates</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2021-03-05</Date>
|
||||
<Version>3.2.1</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Ali Cengiz Kurt</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2018-09-10</Date>
|
||||
<Version>3.1.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user