add calligra and dep

This commit is contained in:
alihanozturk
2017-01-04 23:21:29 +03:00
parent 44b0ee8213
commit 1764cc22ad
32 changed files with 1735 additions and 0 deletions
@@ -0,0 +1,16 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import kde5
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
@@ -0,0 +1,63 @@
<PISI>
<Source>
<Name>kproperty</Name>
<Homepage>http://www.kexi-project.org/</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<IsA>app:console</IsA>
<Summary>A property editing framework with editor widget similar to what is known from Qt Designer</Summary>
<Description>A property editing framework with editor widget similar to what is known from Qt Designer</Description>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>kconfig-devel</Dependency>
<Dependency>kcoreaddons-devel</Dependency>
<Dependency>kwidgetsaddons-devel</Dependency>
<Dependency>kguiaddons-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
</BuildDependencies>
<Archive type="tarxz" sha1sum="9eb6b83c0bb5b62d9c219415bc05a5677fbc3ab3">http://download.kde.org/stable/kproperty/src/kproperty-3.0.0.tar.xz</Archive>
</Source>
<Package>
<Name>kproperty</Name>
<Summary>A property editing framework with editor widget similar to what is known from Qt Designer</Summary>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>kguiaddons</Dependency>
<Dependency>kwidgetsaddons</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libKProperty*</Path>
<Path fileType="library">/usr/lib/cmake</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<Package>
<Name>kproperty-devel</Name>
<Summary>Developments files for kproperty.</Summary>
<RuntimeDependencies>
<Dependency release="current">kproperty</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-12-31</Date>
<Version>3.0.0</Version>
<Comment>First release.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,16 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import kde5
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
@@ -0,0 +1,76 @@
<PISI>
<Source>
<Name>kreport</Name>
<Homepage>http://www.kexi-project.org/</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<IsA>app:console</IsA>
<Summary>A framework for creation and generation of reports in multiple formats</Summary>
<Description>A framework for creation and generation of reports in multiple formats</Description>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-declarative-devel</Dependency>
<Dependency>qt5-webkit-devel</Dependency>
<Dependency>kproperty-devel</Dependency>
<Dependency>kconfig-devel</Dependency>
<Dependency>kguiaddons-devel</Dependency>
<Dependency>kwidgetsaddons-devel</Dependency>
<Dependency>kcoreaddons-devel</Dependency>
<Dependency>marble-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="7f76aa52952aff2b52d9d5f1e88686f5158a2fc3" type="tarxz">http://download.kde.org/stable/kreport/src/kreport-3.0.0.tar.xz</Archive>
</Source>
<Package>
<Name>kreport</Name>
<Summary>A framework for creation and generation of reports in multiple formats</Summary>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>marble</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>kproperty</Dependency>
<Dependency>qt5-webkit</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kwidgetsaddons</Dependency>
<Dependency>qt5-declarative</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib/libKReport3*</Path>
<Path fileType="library">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/qt5</Path>
</Files>
</Package>
<Package>
<Name>kreport-devel</Name>
<Summary>Developments files for kreport.</Summary>
<RuntimeDependencies>
<Dependency release="current">kreport</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>kproperty-devel</Dependency>
<Dependency>qt5-webkit-devel</Dependency>
<Dependency>qt5-declarative-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-12-31</Date>
<Version>3.0.0</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
+24
View File
@@ -0,0 +1,24 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
autotools.configure("--prefix=/usr \
--disable-static \
--enable-shared \
--enable-introspection")
def build():
autotools.make()
def install():
autotools.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
+60
View File
@@ -0,0 +1,60 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>liblangtag</Name>
<Homepage>http://tagoh.bitbucket.org/liblangtag</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>GPLv3.0</License>
<License>MPLv2.0</License>
<IsA>app:console</IsA>
<Summary>An interface library to access tags for identifying languages</Summary>
<Description>liblangtag is an interface library to access/deal with tags for identifying languages, which is described in RFC.</Description>
<Archive sha1sum="8f2c0d7f0c2ae9510a58f570aa4bc894c31e22c1" type="tarbz2">https://bitbucket.org/tagoh/liblangtag/downloads/liblangtag-0.6.2.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libxml2-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>liblangtag</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>libxml2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/liblangtag</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/gtk-doc</Path>
</Files>
</Package>
<Package>
<Name>liblangtag-devel</Name>
<Summary>liblangtag için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="current">liblangtag</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/liblangtag</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2011-02-07</Date>
<Version>0.6.2</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>liblangtag</Name>
<Summary xml:lang="en">An interface library to access tags for identifying languages</Summary>
<Description xml:lang="en">liblangtag is an interface library to access/deal with tags for identifying languages, which is described in RFC.</Description>
</Source>
<Package>
<Name>liblangtag-devel</Name>
<Summary xml:lang="tr">liblangtag için geliştirme dosyaları</Summary>
</Package>
</PISI>
+24
View File
@@ -0,0 +1,24 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
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 \
-DBUILD_TESTING=OFF \
-DBUILD_UNMAINTAINED=ON")
def build():
kde5.make()
def install():
kde5.install("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING*", "README", "doc/status.txt")
+708
View File
@@ -0,0 +1,708 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>calligra</Name>
<Homepage>http://www.calligra-suite.org</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>LGPL</License>
<License>FDL1.2</License>
<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="8229264ebead597ac562ad009b652c67057ec1f1" type="targz">http://download.kde.org/stable/calligra-3.0.0/calligra-3.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-declarative-devel</Dependency>
<Dependency>qt5-quick1-devel</Dependency>
<Dependency>qt5-sql-mysql</Dependency>
<Dependency>qt5-sql-odbc</Dependency>
<Dependency>qt5-sql-postgresql</Dependency>
<Dependency>qt5-sql-sqlite</Dependency>
<Dependency>qt5-webkit-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>karchive-devel</Dependency>
<Dependency>kcodecs-devel</Dependency>
<Dependency>kcompletion-devel</Dependency>
<Dependency>kconfig-devel</Dependency>
<Dependency>kconfigwidgets-devel</Dependency>
<Dependency>kcoreaddons-devel</Dependency>
<Dependency>kdbusaddons-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>kguiaddons-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>kiconthemes-devel</Dependency>
<Dependency>kitemviews-devel</Dependency>
<Dependency>kdelibs4-support-devel</Dependency>
<Dependency>kio-devel</Dependency>
<Dependency>kross-devel</Dependency>
<Dependency>kparts-devel</Dependency>
<Dependency>sonnet-devel</Dependency>
<Dependency>ktexteditor-devel</Dependency>
<Dependency>ktextwidgets-devel</Dependency>
<Dependency>threadweaver-devel</Dependency>
<Dependency>kwallet-devel</Dependency>
<Dependency>kwidgetsaddons-devel</Dependency>
<Dependency>kwindowsystem-devel</Dependency>
<Dependency>kxmlgui-devel</Dependency>
<Dependency>knotifyconfig-devel</Dependency>
<Dependency>knotifications-devel</Dependency>
<Dependency>kcmutils-devel</Dependency>
<Dependency>kdesignerplugin</Dependency>
<Dependency>kemoticons-devel</Dependency>
<Dependency>kitemmodels-devel</Dependency>
<Dependency>kinit-devel</Dependency>
<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>
<Dependency>kdiagram-devel</Dependency>
<Dependency>kreport-devel</Dependency>
<Dependency>kproperty-devel</Dependency>
<Dependency>qca2-qt5-devel</Dependency>
<Dependency>marble-devel</Dependency>
<Dependency>lcms2-devel</Dependency>
<Dependency>okular-devel</Dependency>
<Dependency>libwpg-devel</Dependency>
<Dependency>libvisio-devel</Dependency>
<Dependency>libwpd-devel</Dependency>
<Dependency>poppler-qt5-devel</Dependency>
<Dependency>libspnav-devel</Dependency>
<Dependency>eigen3</Dependency>
<Dependency>fontconfig-devel</Dependency>
<Dependency>freetype-devel</Dependency>
<Dependency>openjpeg-devel</Dependency>
<Dependency>gsl-devel</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>libetonyek-devel</Dependency>
<Dependency>libodfgen-devel</Dependency>
<Dependency>libvc-devel</Dependency>
<Dependency>libwps-devel</Dependency>
<Dependency>openexr-devel</Dependency>
<Dependency>pstoedit-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>calligra-braindump</Name>
<Icon>calligra-braindump</Icon>
<IsA>app:gui</IsA>
<Summary>Notes and idea gathering</Summary>
<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>
</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>poppler-qt5</Dependency>
<Dependency cersion="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>kio</Dependency>
<Dependency>kservice</Dependency>
<Dependency version="current">calligra-words</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>zlib</Dependency>
<Dependency>khtml</Dependency>
<Dependency>libwpg</Dependency>
<Dependency>kcodecs</Dependency>
<Dependency>poppler</Dependency>
<Dependency>karchive</Dependency>
<Dependency>qca2-qt5</Dependency>
<Dependency>librevenge</Dependency>
<Dependency>kcompletion</Dependency>
<Dependency>kdelibs4-support</Dependency>
<Dependency version="current">calligra-karbon</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-handbook</Name>
<IsA>app:gui</IsA>
<Summary>Documentation for Calligra</Summary>
<Files>
<Path fileType="doc">/usr/share/doc/HTML/en/calligra/index.cache.bz2</Path>
<Path fileType="doc">/usr/share/doc/HTML/en/calligra/index.docbook</Path>
</Files>
</Package>
<Package>
<Name>calligra-libs</Name>
<IsA>library</IsA>
<Summary>calligra runtime libraries</Summary>
<RuntimeDependencies>
<Dependency>kross</Dependency>
<Dependency>ilmbase</Dependency>
<Dependency>freetype</Dependency>
<Dependency>fontconfig</Dependency>
<Dependency>kactivities</Dependency>
<Dependency>kdbusaddons</Dependency>
<Dependency>kjobwidgets</Dependency>
<Dependency>ktextwidgets</Dependency>
<Dependency>kwindowsystem</Dependency>
<Dependency>qt5-x11extras</Dependency>
<Dependency>knotifications</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>kparts</Dependency>
<Dependency>kreport</Dependency>
<Dependency>kcalcore</Dependency>
<Dependency>kdiagram</Dependency>
<Dependency>kcontacts</Dependency>
<Dependency>kproperty</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>lcms2</Dependency>
<Dependency>okular</Dependency>
<Dependency>sonnet</Dependency>
<Dependency>kwallet</Dependency>
<Dependency>libspnav</Dependency>
<Dependency>qt5-phonon</Dependency>
<Dependency>qt5-quick1</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/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>
</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>kcmutils</Dependency>
<Dependency>knotifyconfig</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>
<Files>
<Path fileType="config">/etc/xdg/calligrastagerc</Path>
<Path fileType="executable">/usr/bin/calligrastage</Path>
<Path fileType="library">/usr/lib/libcalligrastageprivate.s*</Path>
<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>
<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="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>kguiaddons</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/karbon</Path>
<Path fileType="data">/usr/share/kxmlgui5/karbon</Path>
<Path fileType="data">/usr/share/metainfo/org.kde.karbon.appdata.xml</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-01-02</Date>
<Version>3.0.0</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
+69
View File
@@ -0,0 +1,69 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>calligra</Name>
<Summary xml:lang="en">An integrated office suite for KDE</Summary>
<Description xml:lang="en">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>
</Source>
<Package>
<Name>calligra-braindump</Name>
<Summary xml:lang="tr">Braindump: beyninizden bilgisayara.</Summary>
</Package>
<Package>
<Name>calligra-devtools</Name>
<Summary xml:lang="en">Tools for the Calligra office suite</Summary>
</Package>
<Package>
<Name>calligra-extras</Name>
<Summary xml:lang="en">Extras for the Calligra office suite</Summary>
</Package>
<Package>
<Name>calligra-filters</Name>
<Summary xml:lang="en">Filters for the Calligra office suite</Summary>
</Package>
<Package>
<Name>calligra-handbook</Name>
<Summary xml:lang="en">Documentation for Calligra</Summary>
</Package>
<Package>
<Name>calligra-libs</Name>
<Summary xml:lang="en">calligra runtime libraries</Summary>
</Package>
<Package>
<Name>calligra-plan</Name>
<Summary xml:lang="tr">Calligra Plan, projeleriniz için görüşme ve iş takvimleri düzenleyebileceğiniz ve tüm düzenlemeleri grafiklerle takip edebileceğiniz bir proje yöneticisidir.</Summary>
</Package>
<Package>
<Name>calligra-plugins</Name>
<Summary xml:lang="en">Plugins for the Calligra office suite</Summary>
</Package>
<Package>
<Name>calligra-sheets</Name>
<Summary xml:lang="en">Write spreadsheet documents</Summary>
</Package>
<Package>
<Name>calligra-stage</Name>
<Summary xml:lang="en">Write presentation documents</Summary>
</Package>
<Package>
<Name>calligra-words</Name>
<Summary xml:lang="tr">Word Processor</Summary>
</Package>
<Package>
<Name>calligra-karbon</Name>
<Summary xml:lang="en">Create scalable vector drawings</Summary>
<Summary xml:lang="tr">Bir Vektörel Grafik Çizim Aracı.</Summary>
</Package>
</PISI>
+3
View File
@@ -0,0 +1,3 @@
<PISI>
<Name>office.calligra</Name>
</PISI>
+30
View File
@@ -0,0 +1,30 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.system("./autogen.sh")
autotools.configure("--prefix=/usr \
--disable-werror \
--without-docs \
--enable-static=no ")
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
#def check():
#autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README", "FEATURES")
+69
View File
@@ -0,0 +1,69 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libetonyek</Name>
<Homepage>http://www.freedesktop.org/wiki/Software/libetonyek/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MPL-1.0</License>
<IsA>app:console</IsA>
<Summary>A library for import of Apple Keynote presentations</Summary>
<Description>Libetonyek is library providing ability to interpret and import Apple Keynote presentations into various applications. You can find it being used in libreoffice.</Description>
<BuildDependencies>
<Dependency>doxygen</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>cppunit-devel</Dependency>
<Dependency>librevenge-devel</Dependency>
<Dependency>glm</Dependency>
<Dependency>gperf</Dependency>
<Dependency>liblangtag-devel</Dependency>
<Dependency>mdds-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="c2f8420f1e77141097a10a33d3b83d41c38b65f1" type="tarxz">http://dev-www.libreoffice.org/src/libetonyek/libetonyek-0.1.6.tar.xz</Archive>
</Source>
<Package>
<Name>libetonyek</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>liblangtag</Dependency>
<Dependency>librevenge</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<Package>
<Name>libetonyek-devel</Name>
<Summary>Development files for libetonyek</Summary>
<RuntimeDependencies>
<Dependency>librevenge-devel</Dependency>
<Dependency release="current">libetonyek</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-01-01</Date>
<Version>0.1.6</Version>
<Comment>First Release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
+12
View File
@@ -0,0 +1,12 @@
<PISI>
<Source>
<Name>libetonyek</Name>
<Summary xml:lang="tr">Apple keynote sunumları için bir kütüphane</Summary>
<Description xml:lang="tr">Libetonyek çeşitli uygulamalar içine Apple Keynote sunumları yorumlamak ve eklemek için bir kütüphane . Bunu LibreOffice içerisinde zaten kullanılıyor olabilirsiniz.</Description>
</Source>
<Package>
<Name>libetonyek-devel</Name>
<Summary xml:lang="tr">libetonyek için geliştirme dosyaları</Summary>
</Package>
</PISI>
+21
View File
@@ -0,0 +1,21 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools
from pisi.actionsapi import get
def setup():
autotools.configure()
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("ChangeLog", "NEWS", "README")
+57
View File
@@ -0,0 +1,57 @@
<PISI>
<Source>
<Name>libodfgen</Name>
<Homepage>http://sf.net/p/libwpd/libodfgen/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>library</IsA>
<Summary>Library for generating documents</Summary>
<Description>Library for generating documents in Open Document Format</Description>
<Archive sha1sum="49da7cc0dc4adfe0452e951d2dea3c225358fd63" type="tarxz">https://sourceforge.net/projects/libwpd/files/libodfgen/libodfgen-0.1.6/libodfgen-0.1.6.tar.xz</Archive>
<BuildDependencies>
<Dependency>boost-devel</Dependency>
<Dependency>libwpd-devel</Dependency>
<Dependency>libwpg-devel</Dependency>
<Dependency>libetonyek-devel</Dependency>
<Dependency>librevenge-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libodfgen</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>librevenge</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<Package>
<Name>libodfgen-devel</Name>
<Summary>Development files for libodfgen</Summary>
<RuntimeDependencies>
<Dependency>librevenge-devel</Dependency>
<Dependency>libetonyek-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-01-01</Date>
<Version>0.1.6</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
</History>
</PISI>
+7
View File
@@ -0,0 +1,7 @@
<PISI>
<Source>
<Name>libodfgen</Name>
<Summary xml:lang="tr">Döküman oluşturmak için bir kütüphane.</Summary>
<Description xml:lang="tr">ODF formatında, döküman oluşturmak için birkütüphane.</Description>
</Source>
</PISI>
+29
View File
@@ -0,0 +1,29 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import cmaketools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure("-DCMAKE_BUILD_TYPE=release \
-DCMAKE_INSTALL_PREFIX=/usr", sourceDir="..")
def build():
shelltools.cd("build")
cmaketools.make()
def install():
shelltools.cd("build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.cd("..")
pisitools.dodoc("LICENSE")
+50
View File
@@ -0,0 +1,50 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libvc</Name>
<Homepage>http://code.compeng.uni-frankfurt.de/projects/vc/</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>LGPLv3</License>
<IsA>library</IsA>
<Summary>A library to ease explicit vectorization of C++ code.</Summary>
<Description>Vc is a free software library to ease explicit vectorization of C++ code. It has an intuitive API and provides portability between different compilers and compiler versions as well as portability between different vector instruction sets.</Description>
<Archive sha1sum="b38c0127b67e1cbb378d66d07e2f5cda50fc42f5" type="targz">https://github.com/VcDevel/Vc/releases/download/1.3.0/Vc-1.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libvc</Name>
<Files>
<Path fileType="library">/usr/lib/libVc.a</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libvc-devel</Name>
<Summary>Development files for libvc</Summary>
<RuntimeDependencies>
<Dependency release="current">libvc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/cmake</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-12-31</Date>
<Version>1.3.0</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
+12
View File
@@ -0,0 +1,12 @@
<PISI>
<Source>
<Name>libvc</Name>
<Summary xml:lang="tr">C + + ile yazılmış vektörizasyon kolaylaştırmak için bir kütüphane.</Summary>
<Description xml:lang="tr">Vc, C + + ile yazılmış vektörizasyon kolaylaştırmak için ücretsiz bir yazılım kütüphanesi. Bu sezgisel bir API ve farklı derleyiciler ve derleyici sürümleri arasında taşınabilirliği yanı sıra farklı vektör komut setleri arasında taşınabilirlik sağlar.</Description>
</Source>
<Package>
<Name>libvc-devel</Name>
<Summary xml:lang="tr">libvc için geliştirme dosyaları</Summary>
</Package>
</PISI>
+25
View File
@@ -0,0 +1,25 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
autotools.configure("--prefix=/usr")
#def build():
#autotools.make()
def build():
autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "NEWS","COPYING")
+53
View File
@@ -0,0 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>mdds</Name>
<Homepage>http://sourceforge.net/projects/hunspell</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<Icon>mdds</Icon>
<IsA>app:gui</IsA>
<Summary>Multi-dimensional data index algorithm</Summary>
<Description>A collection of multi-dimensional data structure and indexing algorithm.</Description>
<Archive sha1sum="4570846f61b8f37ca5a435aa43899b96e9eaf2ae" type="tarbz2">http://kohei.us/files/mdds/src/mdds-1.1.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>boost-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>mdds</Name>
<RuntimeDependencies>
<Dependency>boost</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>mdds-devel</Name>
<Summary>mdds için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="current">mdds</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-01-01</Date>
<Version>1.1.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>mdds</Name>
<Summary xml:lang="en">Multi-dimensional data index algorithm</Summary>
<Description xml:lang="en">A collection of multi-dimensional data structure and indexing algorithm.</Description>
</Source>
<Package>
<Name>mdds-devel</Name>
<Summary xml:lang="tr">mdds için geliştirme dosyaları</Summary>
</Package>
</PISI>
+28
View File
@@ -0,0 +1,28 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
pisitools.dosed("configure.ac", "-pedantic ", "")
autotools.autoreconf("-fi")
autotools.configure("--disable-static \
--with-swf")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.doman("doc/pstoedit.1")
pisitools.dohtml("doc/*.htm")
pisitools.dodoc("doc/readme.txt")
+68
View File
@@ -0,0 +1,68 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>pstoedit</Name>
<Homepage>http://www.pstoedit.net</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>Translates PostScript and PDF graphics into other vector formats</Summary>
<Description>Pstoedit converts PostScript and PDF files to various vector graphic formats. The resulting files can be edited or imported into various drawing packages.</Description>
<Archive sha1sum="657f8f7070fde1432cd65a34b6b1c4b5b42f8b50" type="targz">mirrors://sourceforge/pstoedit/pstoedit-3.70.tar.gz</Archive>
<BuildDependencies>
<Dependency>plotutils-devel</Dependency>
<Dependency>gd-devel</Dependency>
<Dependency>imagemagick-devel</Dependency>
<Dependency>ghostscript-devel</Dependency>
<Dependency>libzip-devel</Dependency>
</BuildDependencies>
<Patches>
</Patches>
</Source>
<Package>
<Name>pstoedit</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>imagemagick</Dependency>
<Dependency>gd</Dependency>
<Dependency>plotutils</Dependency>
<Dependency>libzip</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/pstoedit</Path>
</Files>
</Package>
<Package>
<Name>pstoedit-devel</Name>
<Summary>Development files for pstoedit</Summary>
<RuntimeDependencies>
<Dependency release="current">pstoedit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/aclocal</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-01-01</Date>
<Version>3.70</Version>
<Comment>First release.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>pstoedit</Name>
<Summary xml:lang="tr">Postscript ve PDF grafiklerini diğer vektor formatlarına dönüştüren bir araç</Summary>
<Description xml:lang="tr">Pstoedit, PDF ve Postscript dosyalarını diğer vektör formatlarına dönüştürür. Sonuçta oluşan düzenlenebilir ya da çeşitli çizim paketlerine eklenebilir.</Description>
</Source>
<Package>
<Name>pstoedit-devel</Name>
<Summary xml:lang="tr">pstoedit için geliştirme dosyaları</Summary>
</Package>
</PISI>
+24
View File
@@ -0,0 +1,24 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
cmaketools.configure("-DGLM_TEST_ENABLE=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib")
def build():
cmaketools.make()
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("readme.md", "copying.txt", "doc/glm.pdf")
pisitools.dohtml("doc/*")
+42
View File
@@ -0,0 +1,42 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>glm</Name>
<Homepage>http://glm.g-truc.net/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>C++ mathematics library</Summary>
<Description>C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification</Description>
<Archive sha1sum="f75a221f84a8ee53aa5962c8189f4519d07d4182" type="targz">https://github.com/g-truc/glm/archive/0.9.8.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>glm</Name>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<Package>
<Name>glm-doc</Name>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-01-01</Date>
<Version>0.9.8.3</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>glm</Name>
<Summary xml:lang="tr">C++ matematik kitaplığı</Summary>
<Description xml:lang="tr">GLM, OpenGL Shading Language (GLSL) spesifikasyonuna dayanan 3D yazılımlar için bir C + + matematik kitaplığıdır.</Description>
</Source>
</PISI>
+30
View File
@@ -0,0 +1,30 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
for f in ("AUTHORS", "NEWS", "ChangeLog"):
shelltools.touch(f)
#autotools.autoreconf("-fi")
autotools.configure("--without-docs --disable-static \
--disable-werror")
# for fix unused dependency
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("CREDITS", "README")
+59
View File
@@ -0,0 +1,59 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libwps</Name>
<Homepage>http://sourceforge.net/projects/libwps</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>Microsoft Works format import library</Summary>
<Description>libwps is a Microsoft Works file format import filter based on top of the libwpd (which is already used in three word processors).</Description>
<Archive sha1sum="0dbcd5e55ab8e14318f4c4754211908ad879044f" type="tarxz">https://sourceforge.net/projects/libwps/files/libwps/libwps-0.4.4/libwps-0.4.4.tar.xz</Archive>
<BuildDependencies>
<Dependency>boost-devel</Dependency>
<Dependency>libwpd-devel</Dependency>
<Dependency>librevenge-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libwps</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>librevenge</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<Package>
<Name>libwps-devel</Name>
<Summary>Development files for libwps</Summary>
<RuntimeDependencies>
<Dependency>librevenge-devel</Dependency>
<Dependency release="current">libwps</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-01-01</Date>
<Version>0.4.4</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libwps</Name>
<Summary xml:lang="tr">Microsoft Works biçimi için bir kitaplık</Summary>
<Description xml:lang="tr">libwps, (halihazırda 3 kelime işlemci tarafından kullanılan) libwpd tabanlı bir Microsoft Works dosya biçimi ithal filtresidir.</Description>
</Source>
<Package>
<Name>libwps-devel</Name>
<Summary xml:lang="tr">libwps için geliştirme dosyaları</Summary>
</Package>
</PISI>