diff --git a/desktop/kde/applications/kproperty/actions.py b/desktop/kde/applications/kproperty/actions.py
new file mode 100644
index 0000000000..c0f57a3afd
--- /dev/null
+++ b/desktop/kde/applications/kproperty/actions.py
@@ -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()
\ No newline at end of file
diff --git a/desktop/kde/applications/kproperty/pspec.xml b/desktop/kde/applications/kproperty/pspec.xml
new file mode 100644
index 0000000000..eb604b35e0
--- /dev/null
+++ b/desktop/kde/applications/kproperty/pspec.xml
@@ -0,0 +1,63 @@
+
+
+ kproperty
+ http://www.kexi-project.org/
+
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+ GPLv2+
+ app:console
+ A property editing framework with editor widget similar to what is known from Qt Designer
+ A property editing framework with editor widget similar to what is known from Qt Designer
+
+ extra-cmake-modules
+ qt5-base-devel
+ kconfig-devel
+ kcoreaddons-devel
+ kwidgetsaddons-devel
+ kguiaddons-devel
+ ki18n-devel
+
+ http://download.kde.org/stable/kproperty/src/kproperty-3.0.0.tar.xz
+
+
+
+ kproperty
+ A property editing framework with editor widget similar to what is known from Qt Designer
+
+ libgcc
+ kconfig
+ qt5-base
+ kguiaddons
+ kwidgetsaddons
+
+
+ /usr/lib/libKProperty*
+ /usr/lib/cmake
+ /usr/share
+
+
+
+
+ kproperty-devel
+ Developments files for kproperty.
+
+ kproperty
+
+
+ /usr/lib/pkgconfig
+ /usr/include
+
+
+
+
+
+ 2016-12-31
+ 3.0.0
+ First release.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+
diff --git a/desktop/kde/applications/kreport/actions.py b/desktop/kde/applications/kreport/actions.py
new file mode 100644
index 0000000000..c0f57a3afd
--- /dev/null
+++ b/desktop/kde/applications/kreport/actions.py
@@ -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()
\ No newline at end of file
diff --git a/desktop/kde/applications/kreport/pspec.xml b/desktop/kde/applications/kreport/pspec.xml
new file mode 100644
index 0000000000..6cbbb28a44
--- /dev/null
+++ b/desktop/kde/applications/kreport/pspec.xml
@@ -0,0 +1,76 @@
+
+
+ kreport
+ http://www.kexi-project.org/
+
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+ GPLv2+
+ app:console
+ A framework for creation and generation of reports in multiple formats
+ A framework for creation and generation of reports in multiple formats
+
+ extra-cmake-modules
+ qt5-base-devel
+ qt5-declarative-devel
+ qt5-webkit-devel
+ kproperty-devel
+ kconfig-devel
+ kguiaddons-devel
+ kwidgetsaddons-devel
+ kcoreaddons-devel
+ marble-devel
+ ki18n-devel
+
+ http://download.kde.org/stable/kreport/src/kreport-3.0.0.tar.xz
+
+
+
+ kreport
+ A framework for creation and generation of reports in multiple formats
+
+ libgcc
+ marble
+ kconfig
+ qt5-base
+ kproperty
+ qt5-webkit
+ kcoreaddons
+ kwidgetsaddons
+ qt5-declarative
+
+
+ /usr/share
+ /usr/lib/libKReport3*
+ /usr/lib/cmake
+ /usr/lib/qt5
+
+
+
+
+ kreport-devel
+ Developments files for kreport.
+
+ kreport
+ qt5-base-devel
+ kproperty-devel
+ qt5-webkit-devel
+ qt5-declarative-devel
+
+
+ /usr/lib/pkgconfig
+ /usr/include
+
+
+
+
+
+ 2016-12-31
+ 3.0.0
+ First release
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+
diff --git a/editor/liblangtag/actions.py b/editor/liblangtag/actions.py
new file mode 100644
index 0000000000..a1d14eeba5
--- /dev/null
+++ b/editor/liblangtag/actions.py
@@ -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")
diff --git a/editor/liblangtag/pspec.xml b/editor/liblangtag/pspec.xml
new file mode 100644
index 0000000000..8410f35968
--- /dev/null
+++ b/editor/liblangtag/pspec.xml
@@ -0,0 +1,60 @@
+
+
+
+
+ liblangtag
+ http://tagoh.bitbucket.org/liblangtag
+
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+ GPLv3.0
+ MPLv2.0
+ app:console
+ An interface library to access tags for identifying languages
+ liblangtag is an interface library to access/deal with tags for identifying languages, which is described in RFC.
+ https://bitbucket.org/tagoh/liblangtag/downloads/liblangtag-0.6.2.tar.bz2
+
+ libxml2-devel
+ glib2-devel
+ gobject-introspection-devel
+
+
+
+
+ liblangtag
+
+ glib2
+ libxml2
+
+
+ /usr/share/liblangtag
+ /usr/share/gir-1.0
+ /usr/share/doc
+ /usr/lib
+ /usr/share/gtk-doc
+
+
+
+
+ liblangtag-devel
+ liblangtag için geliştirme dosyaları
+
+ liblangtag
+
+
+ /usr/include/liblangtag
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2011-02-07
+ 0.6.2
+ First release
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+
diff --git a/editor/liblangtag/translations.xml b/editor/liblangtag/translations.xml
new file mode 100644
index 0000000000..84d8e50675
--- /dev/null
+++ b/editor/liblangtag/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ liblangtag
+ An interface library to access tags for identifying languages
+ liblangtag is an interface library to access/deal with tags for identifying languages, which is described in RFC.
+
+
+
+ liblangtag-devel
+ liblangtag için geliştirme dosyaları
+
+
diff --git a/office/calligra/calligra/actions.py b/office/calligra/calligra/actions.py
new file mode 100644
index 0000000000..29b3a7742e
--- /dev/null
+++ b/office/calligra/calligra/actions.py
@@ -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")
diff --git a/office/calligra/calligra/pspec.xml b/office/calligra/calligra/pspec.xml
new file mode 100644
index 0000000000..88c4ad5481
--- /dev/null
+++ b/office/calligra/calligra/pspec.xml
@@ -0,0 +1,708 @@
+
+
+
+
+ calligra
+ http://www.calligra-suite.org
+
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+ GPLv2
+ LGPL
+ FDL1.2
+ app:gui
+ An integrated office suite for KDE
+ 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.
+ http://download.kde.org/stable/calligra-3.0.0/calligra-3.0.0.tar.gz
+
+ qt5-base-devel
+ qt5-declarative-devel
+ qt5-quick1-devel
+ qt5-sql-mysql
+ qt5-sql-odbc
+ qt5-sql-postgresql
+ qt5-sql-sqlite
+ qt5-webkit-devel
+ extra-cmake-modules
+ karchive-devel
+ kcodecs-devel
+ kcompletion-devel
+ kconfig-devel
+ kconfigwidgets-devel
+ kcoreaddons-devel
+ kdbusaddons-devel
+ kdoctools-devel
+ kguiaddons-devel
+ ki18n-devel
+ kiconthemes-devel
+ kitemviews-devel
+ kdelibs4-support-devel
+ kio-devel
+ kross-devel
+ kparts-devel
+ sonnet-devel
+ ktexteditor-devel
+ ktextwidgets-devel
+ threadweaver-devel
+ kwallet-devel
+ kwidgetsaddons-devel
+ kwindowsystem-devel
+ kxmlgui-devel
+ knotifyconfig-devel
+ knotifications-devel
+ kcmutils-devel
+ kdesignerplugin
+ kemoticons-devel
+ kitemmodels-devel
+ kinit-devel
+ kunitconversion-devel
+ kactivities-devel
+ khtml-devel
+ kcalcore-devel
+ kcontacts-devel
+ akonadi-contacts-devel
+ akonadi-devel
+ kdiagram-devel
+ kreport-devel
+ kproperty-devel
+ qca2-qt5-devel
+ marble-devel
+ lcms2-devel
+ okular-devel
+ libwpg-devel
+ libvisio-devel
+ libwpd-devel
+ poppler-qt5-devel
+ libspnav-devel
+ eigen3
+ fontconfig-devel
+ freetype-devel
+ openjpeg-devel
+ gsl-devel
+ boost-devel
+ libetonyek-devel
+ libodfgen-devel
+ libvc-devel
+ libwps-devel
+ openexr-devel
+ pstoedit-devel
+
+
+
+
+ calligra-braindump
+ calligra-braindump
+ app:gui
+ Notes and idea gathering
+
+ ki18n
+ libgcc
+ kconfig
+ kxmlgui
+ qt5-svg
+ qt5-base
+ kitemviews
+ qt5-webkit
+ kcoreaddons
+ kiconthemes
+ kconfigwidgets
+ kwidgetsaddons
+
+
+ /usr/bin/braindump
+ /usr/lib/libbraindumpcore.so.1*
+ /usr/lib/qt5/plugins/calligra/shapes/braindump_shape_web.so
+ /usr/lib/qt5/plugins/calligra/shapes/braindump_shape_state.so
+ /usr/share/applications/org.kde.braindump.desktop
+ /usr/share/calligra/icons/hicolor/22x22/actions/stateshape.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/statetool.png
+ /usr/share/calligra/icons/hicolor/scalable/actions/stateshape.svg
+ /usr/share/calligra_shape_state/states/checked.svg
+ /usr/share/calligra_shape_state/states/progress-00.svg
+ /usr/share/calligra_shape_state/states/progress-100.svg
+ /usr/share/calligra_shape_state/states/progress-25.svg
+ /usr/share/calligra_shape_state/states/progress-50.svg
+ /usr/share/calligra_shape_state/states/progress-75.svg
+ /usr/share/calligra_shape_state/states/states.xml
+ /usr/share/calligra_shape_state/states/unchecked.svg
+ /usr/share/icons/hicolor/*/apps/braindump.png
+ /usr/share/icons/hicolor/scalable/apps/braindump.svgz
+ /usr/share/kxmlgui5/braindump
+ /usr/share/metainfo/org.kde.braindump.appdata.xml
+
+
+
+
+ calligra-devtools
+ library
+ Calligra developer tools
+
+ poppler-qt5
+ calligra-words
+ calligra-sheets
+
+
+ /usr/bin/cstester
+ /usr/bin/cstrunner
+ /usr/bin/visualimagecompare
+
+
+
+
+ calligra-extras
+ app:gui
+ Extras for the Calligra office suite
+
+ kio
+ kservice
+ calligra-words
+
+
+ /usr/bin/calligra
+ /usr/bin/calligraconverter
+ /usr/lib/qt5/plugins/calligradocinfopropspage.so
+ /usr/lib/qt5/plugins/calligraimagethumbnail.so
+ /usr/lib/qt5/plugins/calligrathumbnail.so
+ /usr/share/calligra/palettes/concept-cookie.gpl
+ /usr/share/calligra/palettes/default.gpl
+ /usr/share/calligra/palettes/gradient.gpl
+ /usr/share/calligra/palettes/marker.gpl
+ /usr/share/calligra/palettes/pixelart-16.gpl
+ /usr/share/calligra/palettes/pixelart-32.gpl
+ /usr/share/calligra/palettes/ps.gpl
+ /usr/share/calligra/palettes/swatch-cmyk.gpl
+ /usr/share/calligra/palettes/swatch-colored-grey.gpl
+ /usr/share/calligra/palettes/swatch-rgb.gpl
+ /usr/share/calligra/palettes/swatche.gpl
+ /usr/share/calligra/palettes/web.gpl
+ /usr/share/kservices5/ServiceMenus/calligra/karbon_print.desktop
+ /usr/share/kservices5/ServiceMenus/calligra/sheets_print.desktop
+ /usr/share/kservices5/ServiceMenus/calligra/stage_print.desktop
+ /usr/share/kservices5/ServiceMenus/calligra/words_print.desktop
+ /usr/share/kservices5/calligra_odg_thumbnail.desktop
+ /usr/share/kservices5/calligradocinfopropspage.desktop
+ /usr/share/kservices5/sheets_ods_thumbnail.desktop
+ /usr/share/kservices5/stage_odp_thumbnail.desktop
+ /usr/share/kservices5/words_odt_thumbnail.desktop
+ /usr/share/templates/.source/Illustration.odg
+ /usr/share/templates/.source/Presentation.odp
+ /usr/share/templates/.source/SpreadSheet.ods
+ /usr/share/templates/.source/TextDocument.odt
+ /usr/share/templates/Illustration.desktop
+ /usr/share/templates/Presentation.desktop
+ /usr/share/templates/SpreadSheet.desktop
+ /usr/share/templates/TextDocument.desktop
+
+
+
+
+ calligra-filters
+ app:gui
+ Filters for the Calligra office suite
+
+ zlib
+ khtml
+ libwpg
+ kcodecs
+ poppler
+ karchive
+ qca2-qt5
+ librevenge
+ kcompletion
+ kdelibs4-support
+ calligra-karbon
+
+
+ /usr/lib/libkowv2.s*
+ /usr/lib/libkoodf2.s*
+ /usr/lib/libRtfReader.s*
+ /usr/lib/libkomsooxml.s*
+ /usr/lib/libkoodfreader.s*
+ /usr/lib/qt5/plugins/calligra/formatfilters/calligra_filter_*.so
+ /usr/share/applications/calligra_filter_odt2docx.desktop
+ /usr/share/applications/org.kde.calligrawords_ascii.desktop
+ /usr/share/kservices5/flow_vsdx_thumbnail.desktop
+ /usr/share/kservices5/flow_wpg_thumbnail.desktop
+ /usr/share/kservices5/karbon_karbon1x_thumbnail.desktop
+ /usr/share/kservices5/karbon_wmf_thumbnail.desktop
+ /usr/share/kservices5/karbon_wpg_thumbnail.desktop
+ /usr/share/kservices5/karbon_xfig_thumbnail.desktop
+ /usr/share/kservices5/sheets_excel_thumbnail.desktop
+ /usr/share/kservices5/sheets_xlsx_thumbnail.desktop
+ /usr/share/kservices5/stage_key_thumbnail.desktop
+ /usr/share/kservices5/stage_kpr_thumbnail.desktop
+ /usr/share/kservices5/stage_powerpoint_thumbnail.desktop
+ /usr/share/kservices5/stage_pptx_thumbnail.desktop
+ /usr/share/kservices5/words_docx_thumbnail.desktop
+ /usr/share/kservices5/words_msword_thumbnail.desktop
+ /usr/share/kservices5/words_rtf_thumbnail.desktop
+ /usr/share/kservices5/words_wpd_thumbnail.desktop
+ /usr/share/kservices5/words_wps_thumbnail.desktop
+ /usr/share/mime/packages/msooxml-all.xml
+ /usr/share/mime/packages/wiki-format.xml
+ /usr/share/mime/packages/x-iwork-keynote-sffkey.xml
+
+
+
+
+ calligra-handbook
+ app:gui
+ Documentation for Calligra
+
+ /usr/share/doc/HTML/en/calligra/index.cache.bz2
+ /usr/share/doc/HTML/en/calligra/index.docbook
+
+
+
+
+ calligra-libs
+ library
+ calligra runtime libraries
+
+ kross
+ ilmbase
+ freetype
+ fontconfig
+ kactivities
+ kdbusaddons
+ kjobwidgets
+ ktextwidgets
+ kwindowsystem
+ qt5-x11extras
+ knotifications
+
+
+ /usr/lib/libflake.s*
+ /usr/lib/libkoodf.s*
+ /usr/lib/libkomain.s*
+ /usr/lib/libkotext.s*
+ /usr/lib/libkundo2.s*
+ /usr/lib/libkokross.s*
+ /usr/lib/libkoplugin.s*
+ /usr/lib/libkoreport.s*
+ /usr/lib/libkopageapp.s*
+ /usr/lib/libkoversion.s*
+ /usr/lib/libkowidgets.s*
+ /usr/lib/libpigmentcms.s*
+ /usr/lib/libcalligradb.s*
+ /usr/lib/libkoproperty.s*
+ /usr/lib/libbasicflakes.s*
+ /usr/lib/libkotextlayout.s*
+ /usr/lib/libkowidgetutils.s*
+ /usr/lib/libkovectorimage.s*
+ /usr/lib/qt5/plugins/calligra/pageapptools/kopabackgroundtool.so
+ /usr/lib/qt5/plugins/calligra/tools/calligra_tool_basicflakes.so
+ /usr/share/calligra/calligra_shell.rc
+ /usr/share/calligra/cursors/zoom_in_cursor.png
+ /usr/share/calligra/cursors/zoom_out_cursor.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/borderpainter.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/curve-connector.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/insert-page-break.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/lines-connector.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/snap-bounding-box.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/snap-extension.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/standard-connector.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/straight-connector.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/table.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/artistictext-tool.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/backgroundtool.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/createpath.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/editpath.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/edittext.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/format-break-node.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/format-connect-node.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/format-convert-to-path.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/format-disconnect-node.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/format-insert-node.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/format-join-node.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/format-node-curve.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/format-node-line.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/format-remove-node.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/format-segment-curve.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/format-segment-line.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/hand.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/node-type-cusp.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/node-type-smooth.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/node-type-symmetric.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/pathshape.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/select.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/table.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/text-put-on-path.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/text-remove-from-path.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/zoom-pixels.png
+ /usr/share/calligra/icons/hicolor/24x24/actions/insert-page-break.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/insert-endnote.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/insert-footnote.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/insert-page-break.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/insert-table-of-contents.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/shape-choose.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/table.png
+ /usr/share/calligra/icons/hicolor/32x32/mimetypes/x-shape-connection.png
+ /usr/share/calligra/icons/hicolor/32x32/mimetypes/x-shape-image.png
+ /usr/share/calligra/icons/hicolor/32x32/mimetypes/x-shape-text.png
+ /usr/share/calligra/icons/hicolor/48x48/actions/table.png
+ /usr/share/calligra/icons/hicolor/scalable/actions/artistictext-tool.svg
+ /usr/share/calligra/icons/hicolor/scalable/actions/snap-bounding-box.svg
+ /usr/share/calligra/icons/hicolor/scalable/actions/snap-extension.svg
+ /usr/share/calligra/icons/hicolor/scalable/actions/table.svgz
+ /usr/share/calligra/icons/hicolor/scalable/actions/text-put-on-path.svg
+ /usr/share/calligra/icons/hicolor/scalable/actions/text-remove-from-path.svg
+ /usr/share/calligra/pics/questionmark.png
+ /usr/share/calligra/styles/markers.xml
+
+
+
+
+ calligra-plan
+ calligra-plan
+ app:gui
+ Calligra Project Management Component
+
+ kparts
+ kreport
+ kcalcore
+ kdiagram
+ kcontacts
+ kproperty
+
+
+ /etc/xdg/calligraplanrc
+ /etc/xdg/calligraplanworkrc
+ /usr/bin/calligrapla*
+ /usr/lib/libkdeinit5_calligraplan.so
+ /usr/lib/libkdeinit5_calligraplanwork.so
+ /usr/lib/libplan*.s*
+ /usr/lib/libkplatoui.s*
+ /usr/lib/libkplatokernel.s*
+ /usr/lib/libkplatomodels.s*
+ /usr/lib/qt5/plugins/calligra/formatfilters/plan*.so
+ /usr/lib/qt5/plugins/calligra/parts/calligraplanpart.so
+ /usr/lib/qt5/plugins/calligraplan/extensions/libkrossmoduleplan.so
+ /usr/lib/qt5/plugins/calligraplan/schedulers/libplantjscheduler.so
+ /usr/lib/qt5/plugins/calligraplanworkpart.so
+ /usr/lib/qt5/plugins/kreport/planreport_textplugin.so
+ /usr/share/applications/org.kde.calligraplan.desktop
+ /usr/share/applications/org.kde.calligraplanwork.desktop
+ /usr/share/calligraplan/about/intro.html
+ /usr/share/calligraplan/about/main.html
+ /usr/share/calligraplan/about/plan.css
+ /usr/share/calligraplan/about/tips.html
+ /usr/share/calligraplan/about/top-left-plan.png
+ /usr/share/calligraplan/about/tutorial.html
+ /usr/share/calligraplan/icons/hicolor/22x22/actions/view-task-child-add.png
+ /usr/share/calligraplan/icons/hicolor/22x22/actions/view-time-schedule-insert.png
+ /usr/share/calligraplan/icons/hicolor/48x48/actions/template_timechart.png
+ /usr/share/calligraplan/icons/hicolor/scalable/actions/template_timechart.svgz
+ /usr/share/calligraplan
+ /usr/share/calligraplanwork
+ /usr/share/config.kcfg/calligraplan*.kcfg
+ /usr/share/icons/hicolor/*/apps/calligrapla*
+ /usr/share/icons/hicolor/*/mimetypes/application-x-vnd.kde.kplato*.png
+ /usr/share/icons/hicolor/*/mimetypes/application-x-vnd.kde.plan*.svgz
+ /usr/share/kxmlgui5/calligraplan
+ /usr/share/kxmlgui5/calligraplanwork
+ /usr/share/metainfo/org.kde.calligraplan.appdata.xml
+
+
+
+
+ calligra-plugins
+ app:gui
+ Plugins for the Calligra office suite
+
+ lcms2
+ okular
+ sonnet
+ kwallet
+ libspnav
+ qt5-phonon
+ qt5-quick1
+ qt5-declarative
+
+
+ /
+ /etc/xdg/calligra_stencils.knsrc
+ /usr/lib/libkformula.s*
+ /usr/lib/qt5/plugins/calligra/colorspaces/kolcmsengine.so
+ /usr/lib/qt5/plugins/calligra/devices/calligra_device_spacenavigator.so
+ /usr/lib/qt5/plugins/calligra/dockers/calligra_docker_defaults.so
+ /usr/lib/qt5/plugins/calligra/dockers/calligra_docker_stencils.so
+ /usr/lib/qt5/plugins/calligra/shapefiltereffects/calligra_filtereffects.so
+ /usr/lib/qt5/plugins/calligra/shapes/calligra_shape_artistictext.so
+ /usr/lib/qt5/plugins/calligra/shapes/calligra_shape_chart.so
+ /usr/lib/qt5/plugins/calligra/shapes/calligra_shape_formula.so
+ /usr/lib/qt5/plugins/calligra/shapes/calligra_shape_music.so
+ /usr/lib/qt5/plugins/calligra/shapes/calligra_shape_paths.so
+ /usr/lib/qt5/plugins/calligra/shapes/calligra_shape_picture.so
+ /usr/lib/qt5/plugins/calligra/shapes/calligra_shape_plugin.so
+ /usr/lib/qt5/plugins/calligra/shapes/calligra_shape_text.so
+ /usr/lib/qt5/plugins/calligra/shapes/calligra_shape_vector.so
+ /usr/lib/qt5/plugins/calligra/shapes/calligra_shape_video.so
+ /usr/lib/qt5/plugins/calligra/textediting/calligra_textediting_autocorrect.so
+ /usr/lib/qt5/plugins/calligra/textediting/calligra_textediting_changecase.so
+ /usr/lib/qt5/plugins/calligra/textediting/calligra_textediting_spellcheck.so
+ /usr/lib/qt5/plugins/calligra/textediting/calligra_textediting_thesaurus.so
+ /usr/lib/qt5/plugins/calligra/textinlineobjects/calligra_textinlineobject_variables.so
+ /usr/lib/qt5/plugins/calligra/tools/calligra_tool_defaults.so
+ /usr/lib/qt5/plugins/calligra/tools/karbon_tools.so
+ /usr/share/calligra/autocorrect/autocorrect.xml
+ /usr/share/calligra/autocorrect/en_US.xml
+ /usr/share/calligra/cursors/cursor_connect.png
+ /usr/share/calligra/cursors/cursor_rotate.png
+ /usr/share/calligra/cursors/cursor_shear.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/abs.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/bevelled.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/brackets.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/enclosed.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/escape-direction-all.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/escape-direction-down.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/escape-direction-horizontal.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/escape-direction-left.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/escape-direction-right.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/escape-direction-up.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/escape-direction-vertical.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/frac.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/gsub.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/gsubup.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/gsup.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/int.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/lsub.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/lsup.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/matrix.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/multiline.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/onetwomatrix.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/over.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/paren.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/root.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/rsub.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/rsubup.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/rsup.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/sqrt.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/under.png
+ /usr/share/calligra/icons/hicolor/16x16/actions/vector.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/abs.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/bevelled.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/brackets.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/calligraphy.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/callout-shape.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/circular-arrow-shape.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/cross-shape.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/ellipse-shape.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/enclosed.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/flower-shape.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/frac.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/gearhead-shape.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/gradient.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/gsub.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/gsubup.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/gsup.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/hexagon-shape.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/inscol.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/insrow.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/int.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/lsub.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/lsup.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/matrix.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/multiline.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-cross.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-dottednote.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-doublecross.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-doubleflat.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-flat.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-natural.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-note-128th.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-note-16th.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-note-32nd.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-note-64th.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-note-breve.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-note-eighth.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-note-half.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-note-quarter.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-note-whole.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-rest-128th.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-rest-16th.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-rest-32nd.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-rest-64th.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-rest-breve.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-rest-eighth.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-rest-half.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-rest-quarter.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-rest-whole.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/music-tiednote.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/onetwomatrix.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/over.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/paren.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/pattern.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/pentagon-shape.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/rectangle-shape.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/remcol.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/remrow.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/root.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/rsub.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/rsubup.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/rsup.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/smiley-shape.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/spiral-shape.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/sqrt.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/star-shape.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/tool-text.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/tool_references.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/tool_review.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/under.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/vector.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/abs.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/bevelled.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/brackets.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/enclosed.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/frac.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/gsub.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/gsubup.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/gsup.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/int.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/lsub.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/lsup.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/matrix.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/multiline.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/onetwomatrix.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/over.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/paren.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/root.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/rsub.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/rsubup.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/rsup.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/sqrt.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/tool_imageeffects.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/under.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/vector.png
+ /usr/share/calligra/icons/hicolor/32x32/mimetypes/x-shape-formula.png
+ /usr/share/calligra/thesaurus/thesaurus.txt
+ /usr/share/calligra_shape_music/fonts/Emmentaler-14.ttf
+ /usr/share/color
+ /usr/share/mime/packages/calligra_svm.xml
+
+
+
+
+ calligra-sheets
+ calligra-sheets
+ app:gui
+ Write spreadsheet documents
+
+ gsl
+ kcmutils
+ knotifyconfig
+
+
+ /etc/xdg/calligrasheetsrc
+ /usr/bin/calligrasheets
+ /usr/lib/libcalligrasheetscommon.s*
+ /usr/lib/libcalligrasheetsodf.s*
+ /usr/lib/libkdeinit5_calligrasheets.so
+ /usr/lib/qt5/plugins/calligra/deferred/calligra_shape_spreadsheet-deferred.so
+ /usr/lib/qt5/plugins/calligra/parts/calligrasheetspart.so
+ /usr/lib/qt5/plugins/calligra/shapes/calligra_shape_spreadsheet.so
+ /usr/lib/qt5/plugins/calligrasheets/extensions/krossmodulesheets.so
+ /usr/lib/qt5/plugins/calligrasheets/extensions/sheetssolver.so
+ /usr/lib/qt5/plugins/calligrasheets/functions/kspreadbitopsmodule.so
+ /usr/lib/qt5/plugins/calligrasheets/functions/kspreadconversionmodule.so
+ /usr/lib/qt5/plugins/calligrasheets/functions/kspreaddatabasemodule.so
+ /usr/lib/qt5/plugins/calligrasheets/functions/kspreaddatetimemodule.so
+ /usr/lib/qt5/plugins/calligrasheets/functions/kspreadengineeringmodule.so
+ /usr/lib/qt5/plugins/calligrasheets/functions/kspreadfinancialmodule.so
+ /usr/lib/qt5/plugins/calligrasheets/functions/kspreadinformationmodule.so
+ /usr/lib/qt5/plugins/calligrasheets/functions/kspreadlogicmodule.so
+ /usr/lib/qt5/plugins/calligrasheets/functions/kspreadmathmodule.so
+ /usr/lib/qt5/plugins/calligrasheets/functions/kspreadreferencemodule.so
+ /usr/lib/qt5/plugins/calligrasheets/functions/kspreadstatisticalmodule.so
+ /usr/lib/qt5/plugins/calligrasheets/functions/kspreadtextmodule.so
+ /usr/lib/qt5/plugins/calligrasheets/functions/kspreadtrigonometrymodule.so
+ /usr/share/applications/org.kde.calligrasheets.desktop
+ /usr/share/calligra/icons/hicolor/22x22/actions/spreadsheetshape.png
+ /usr/share/calligra/icons/hicolor/22x22/actions/tool_cellformatting.png
+ /usr/share/calligra/icons/hicolor/32x32/actions/spreadsheetshape.png
+ /usr/share/calligrasheets
+ /usr/share/icons/hicolor/*/apps/calligrasheets.*
+ /usr/share/kxmlgui5/calligrasheets
+ /usr/share/metainfo/org.kde.calligrasheets.appdata.xml
+
+
+
+
+ calligra-stage
+ calligra-stage
+ app:gui
+ Write presentation documents
+
+ /etc/xdg/calligrastagerc
+ /usr/bin/calligrastage
+ /usr/lib/libcalligrastageprivate.s*
+ /usr/lib/libkdeinit5_calligrastage.so
+ /usr/lib/qt5/plugins/calligra/parts/calligrastagepart.so
+ /usr/lib/qt5/plugins/calligra/presentationeventactions/calligrastageeventactions.so
+ /usr/lib/qt5/plugins/calligra/textinlineobjects/kprvariables.so
+ /usr/lib/qt5/plugins/calligrastage/pageeffects/kpr_pageeffect_*.so
+ /usr/lib/qt5/plugins/calligrastage/shapeanimations/kpr_shapeanimation_example.so
+ /usr/lib/qt5/plugins/calligrastage/tools/calligrastagetoolanimation.so
+ /usr/share/applications/org.kde.calligrastage.desktop
+ /usr/share/calligra/icons/hicolor/16x16/actions/animation-stage.png
+ /usr/share/calligrastage
+ /usr/share/icons/hicolor/*/apps/calligrastage.*
+ /usr/share/kxmlgui5/calligrastage
+ /usr/share/metainfo/org.kde.calligrastage.appdata.xml
+
+
+
+
+ calligra-words
+ calligra-words
+ app:gui
+ Word Processor
+
+ /etc/xdg/calligrawordsrc
+ /usr/bin/calligrawords
+ /usr/lib/libwordsprivate.so*
+ /usr/lib/libkdeinit5_calligrawords.so
+ /usr/lib/qt5/plugins/calligra/parts/calligrawordspart.so
+ /usr/share/applications/org.kde.calligrawords.desktop
+ /usr/share/calligrawords
+ /usr/share/icons/hicolor/*/apps/calligrawords.*
+ /usr/share/kxmlgui5/calligrawords
+ /usr/share/metainfo/org.kde.calligrawords.appdata.xml
+
+
+
+
+ calligra-karbon
+ calligra-karbon
+ app:gui
+ Create scalable vector drawings
+
+ kguiaddons
+
+
+ /usr/bin/karbon
+ /usr/lib/libkarbon*.s*
+ /usr/lib/libkdeinit5_karbon.so
+ /usr/lib/qt5/plugins/karbon/extensions/karbon*.so
+ /usr/lib/qt5/plugins/calligra/parts/karbon*.so
+ /usr/share/applications/org.kde.karbon.desktop
+ /usr/share/calligra/stencils/
+ /usr/share/icons/hicolor/*/apps/calligrakarbon.png
+ /usr/share/icons/hicolor/scalable/apps/calligrakarbon.svgz
+ /usr/share/karbon
+ /usr/share/kxmlgui5/karbon
+ /usr/share/metainfo/org.kde.karbon.appdata.xml
+
+
+
+
+
+ 2017-01-02
+ 3.0.0
+ First release
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+
diff --git a/office/calligra/calligra/translations.xml b/office/calligra/calligra/translations.xml
new file mode 100644
index 0000000000..d534c0a9b1
--- /dev/null
+++ b/office/calligra/calligra/translations.xml
@@ -0,0 +1,69 @@
+
+
+
+ calligra
+ An integrated office suite for KDE
+ 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.
+
+
+
+ calligra-braindump
+ Braindump: beyninizden bilgisayara.
+
+
+
+ calligra-devtools
+ Tools for the Calligra office suite
+
+
+
+ calligra-extras
+ Extras for the Calligra office suite
+
+
+
+ calligra-filters
+ Filters for the Calligra office suite
+
+
+
+ calligra-handbook
+ Documentation for Calligra
+
+
+
+ calligra-libs
+ calligra runtime libraries
+
+
+
+ calligra-plan
+ 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.
+
+
+
+ calligra-plugins
+ Plugins for the Calligra office suite
+
+
+
+ calligra-sheets
+ Write spreadsheet documents
+
+
+
+ calligra-stage
+ Write presentation documents
+
+
+
+ calligra-words
+ Word Processor
+
+
+
+ calligra-karbon
+ Create scalable vector drawings
+ Bir Vektörel Grafik Çizim Aracı.
+
+
diff --git a/office/calligra/component.xml b/office/calligra/component.xml
new file mode 100644
index 0000000000..1aed2f4fce
--- /dev/null
+++ b/office/calligra/component.xml
@@ -0,0 +1,3 @@
+
+ office.calligra
+
diff --git a/office/misc/libetonyek/actions.py b/office/misc/libetonyek/actions.py
new file mode 100644
index 0000000000..763b404c57
--- /dev/null
+++ b/office/misc/libetonyek/actions.py
@@ -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")
diff --git a/office/misc/libetonyek/pspec.xml b/office/misc/libetonyek/pspec.xml
new file mode 100644
index 0000000000..83c78bcac2
--- /dev/null
+++ b/office/misc/libetonyek/pspec.xml
@@ -0,0 +1,69 @@
+
+
+
+
+ libetonyek
+ http://www.freedesktop.org/wiki/Software/libetonyek/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ MPL-1.0
+ app:console
+ A library for import of Apple Keynote presentations
+ Libetonyek is library providing ability to interpret and import Apple Keynote presentations into various applications. You can find it being used in libreoffice.
+
+ doxygen
+ zlib-devel
+ libxml2-devel
+ boost-devel
+ cppunit-devel
+ librevenge-devel
+ glm
+ gperf
+ liblangtag-devel
+ mdds-devel
+
+ http://dev-www.libreoffice.org/src/libetonyek/libetonyek-0.1.6.tar.xz
+
+
+
+ libetonyek
+
+ zlib
+ libgcc
+ libxml2
+ liblangtag
+ librevenge
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share
+
+
+
+
+ libetonyek-devel
+ Development files for libetonyek
+
+ librevenge-devel
+ libetonyek
+
+
+ /usr/share/doc
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2017-01-01
+ 0.1.6
+ First Release
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+
diff --git a/office/misc/libetonyek/translations.xml b/office/misc/libetonyek/translations.xml
new file mode 100644
index 0000000000..164f53aee3
--- /dev/null
+++ b/office/misc/libetonyek/translations.xml
@@ -0,0 +1,12 @@
+
+
+ libetonyek
+ Apple keynote sunumları için bir kütüphane
+ 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.
+
+
+
+ libetonyek-devel
+ libetonyek için geliştirme dosyaları
+
+
\ No newline at end of file
diff --git a/office/misc/libodfgen/actions.py b/office/misc/libodfgen/actions.py
new file mode 100644
index 0000000000..a92d6c10a5
--- /dev/null
+++ b/office/misc/libodfgen/actions.py
@@ -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")
diff --git a/office/misc/libodfgen/pspec.xml b/office/misc/libodfgen/pspec.xml
new file mode 100644
index 0000000000..de47f775e6
--- /dev/null
+++ b/office/misc/libodfgen/pspec.xml
@@ -0,0 +1,57 @@
+
+
+ libodfgen
+ http://sf.net/p/libwpd/libodfgen/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2
+ library
+ Library for generating documents
+ Library for generating documents in Open Document Format
+ https://sourceforge.net/projects/libwpd/files/libodfgen/libodfgen-0.1.6/libodfgen-0.1.6.tar.xz
+
+ boost-devel
+ libwpd-devel
+ libwpg-devel
+ libetonyek-devel
+ librevenge-devel
+
+
+
+
+ libodfgen
+
+ libgcc
+ librevenge
+
+
+ /usr/lib
+
+
+
+
+ libodfgen-devel
+ Development files for libodfgen
+
+ librevenge-devel
+ libetonyek-devel
+
+
+ /usr/share/doc
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2017-01-01
+ 0.1.6
+ First release
+ Kamil Atlı
+ suvarice@gmail.com
+
+
+
diff --git a/office/misc/libodfgen/translations.xml b/office/misc/libodfgen/translations.xml
new file mode 100644
index 0000000000..d6fd0ed3c8
--- /dev/null
+++ b/office/misc/libodfgen/translations.xml
@@ -0,0 +1,7 @@
+
+
+ libodfgen
+ Döküman oluşturmak için bir kütüphane.
+ ODF formatında, döküman oluşturmak için birkütüphane.
+
+
diff --git a/office/misc/libvc/actions.py b/office/misc/libvc/actions.py
new file mode 100644
index 0000000000..acd80cef6b
--- /dev/null
+++ b/office/misc/libvc/actions.py
@@ -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")
diff --git a/office/misc/libvc/pspec.xml b/office/misc/libvc/pspec.xml
new file mode 100644
index 0000000000..184ef4c0db
--- /dev/null
+++ b/office/misc/libvc/pspec.xml
@@ -0,0 +1,50 @@
+
+
+
+
+ libvc
+ http://code.compeng.uni-frankfurt.de/projects/vc/
+
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+ LGPLv3
+ library
+ A library to ease explicit vectorization of C++ code.
+ 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.
+ https://github.com/VcDevel/Vc/releases/download/1.3.0/Vc-1.3.0.tar.gz
+
+ cmake
+
+
+
+
+ libvc
+
+ /usr/lib/libVc.a
+ /usr/share/doc
+
+
+
+
+ libvc-devel
+ Development files for libvc
+
+ libvc
+
+
+ /usr/include
+ /usr/lib/cmake
+
+
+
+
+
+ 2016-12-31
+ 1.3.0
+ First release
+ Alihan Öztürk
+ alihan@pisilinux.org
+
+
+
diff --git a/office/misc/libvc/translations.xml b/office/misc/libvc/translations.xml
new file mode 100644
index 0000000000..151e95d00c
--- /dev/null
+++ b/office/misc/libvc/translations.xml
@@ -0,0 +1,12 @@
+
+
+ libvc
+ C + + ile yazılmış vektörizasyon kolaylaştırmak için bir kütüphane.
+ 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.
+
+
+
+ libvc-devel
+ libvc için geliştirme dosyaları
+
+
diff --git a/office/misc/mdds/actions.py b/office/misc/mdds/actions.py
new file mode 100644
index 0000000000..97c4365ee8
--- /dev/null
+++ b/office/misc/mdds/actions.py
@@ -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")
diff --git a/office/misc/mdds/pspec.xml b/office/misc/mdds/pspec.xml
new file mode 100644
index 0000000000..7851cc70bc
--- /dev/null
+++ b/office/misc/mdds/pspec.xml
@@ -0,0 +1,53 @@
+
+
+
+
+ mdds
+ http://sourceforge.net/projects/hunspell
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ MIT
+ mdds
+ app:gui
+ Multi-dimensional data index algorithm
+ A collection of multi-dimensional data structure and indexing algorithm.
+ http://kohei.us/files/mdds/src/mdds-1.1.0.tar.bz2
+
+ boost-devel
+
+
+
+
+ mdds
+
+ boost
+
+
+ /usr/share/doc
+ /usr/share/pkgconfig
+
+
+
+
+ mdds-devel
+ mdds için geliştirme dosyaları
+
+ mdds
+
+
+ /usr/include
+
+
+
+
+
+ 2017-01-01
+ 1.1.0
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/office/misc/mdds/translations.xml b/office/misc/mdds/translations.xml
new file mode 100644
index 0000000000..94c0c0447a
--- /dev/null
+++ b/office/misc/mdds/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ mdds
+ Multi-dimensional data index algorithm
+ A collection of multi-dimensional data structure and indexing algorithm.
+
+
+
+ mdds-devel
+ mdds için geliştirme dosyaları
+
+
diff --git a/office/misc/pstoedit/actions.py b/office/misc/pstoedit/actions.py
new file mode 100644
index 0000000000..2f968c459b
--- /dev/null
+++ b/office/misc/pstoedit/actions.py
@@ -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")
diff --git a/office/misc/pstoedit/pspec.xml b/office/misc/pstoedit/pspec.xml
new file mode 100644
index 0000000000..8b820bb743
--- /dev/null
+++ b/office/misc/pstoedit/pspec.xml
@@ -0,0 +1,68 @@
+
+
+
+
+ pstoedit
+ http://www.pstoedit.net
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2+
+ app:console
+ library
+ Translates PostScript and PDF graphics into other vector formats
+ Pstoedit converts PostScript and PDF files to various vector graphic formats. The resulting files can be edited or imported into various drawing packages.
+ mirrors://sourceforge/pstoedit/pstoedit-3.70.tar.gz
+
+ plotutils-devel
+ gd-devel
+ imagemagick-devel
+ ghostscript-devel
+ libzip-devel
+
+
+
+
+
+
+ pstoedit
+
+ libgcc
+ imagemagick
+ gd
+ plotutils
+ libzip
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc
+ /usr/share/pstoedit
+
+
+
+
+ pstoedit-devel
+ Development files for pstoedit
+
+ pstoedit
+
+
+ /usr/include
+ /usr/share/aclocal
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2017-01-01
+ 3.70
+ First release.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+
diff --git a/office/misc/pstoedit/translations.xml b/office/misc/pstoedit/translations.xml
new file mode 100644
index 0000000000..48a8ce0138
--- /dev/null
+++ b/office/misc/pstoedit/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ pstoedit
+ Postscript ve PDF grafiklerini diğer vektor formatlarına dönüştüren bir araç
+ 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.
+
+
+
+ pstoedit-devel
+ pstoedit için geliştirme dosyaları
+
+
diff --git a/programming/library/glm/actions.py b/programming/library/glm/actions.py
new file mode 100644
index 0000000000..790cc409aa
--- /dev/null
+++ b/programming/library/glm/actions.py
@@ -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/*")
diff --git a/programming/library/glm/pspec.xml b/programming/library/glm/pspec.xml
new file mode 100644
index 0000000000..e0a619b521
--- /dev/null
+++ b/programming/library/glm/pspec.xml
@@ -0,0 +1,42 @@
+
+
+
+
+ glm
+ http://glm.g-truc.net/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ MIT
+ library
+ C++ mathematics library
+ C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification
+ https://github.com/g-truc/glm/archive/0.9.8.3.tar.gz
+
+ cmake
+
+
+
+ glm
+
+ /usr/include
+ /usr/lib
+
+
+
+ glm-doc
+
+ /usr/share/doc
+
+
+
+
+ 2017-01-01
+ 0.9.8.3
+ First release
+ Pisi Linux Admins
+ admins@pisilinux.org
+
+
+
diff --git a/programming/library/glm/translations.xml b/programming/library/glm/translations.xml
new file mode 100644
index 0000000000..cdf0fe139b
--- /dev/null
+++ b/programming/library/glm/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ glm
+ C++ matematik kitaplığı
+ GLM, OpenGL Shading Language (GLSL) spesifikasyonuna dayanan 3D yazılımlar için bir C + + matematik kitaplığıdır.
+
+
diff --git a/programming/misc/libwps/actions.py b/programming/misc/libwps/actions.py
new file mode 100644
index 0000000000..ba250cefae
--- /dev/null
+++ b/programming/misc/libwps/actions.py
@@ -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")
diff --git a/programming/misc/libwps/pspec.xml b/programming/misc/libwps/pspec.xml
new file mode 100644
index 0000000000..9c07323563
--- /dev/null
+++ b/programming/misc/libwps/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ libwps
+ http://sourceforge.net/projects/libwps
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ library
+ app:console
+ Microsoft Works format import library
+ libwps is a Microsoft Works file format import filter based on top of the libwpd (which is already used in three word processors).
+ https://sourceforge.net/projects/libwps/files/libwps/libwps-0.4.4/libwps-0.4.4.tar.xz
+
+ boost-devel
+ libwpd-devel
+ librevenge-devel
+
+
+
+
+ libwps
+
+ libgcc
+ librevenge
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/bin
+
+
+
+
+ libwps-devel
+ Development files for libwps
+
+ librevenge-devel
+ libwps
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2017-01-01
+ 0.4.4
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/programming/misc/libwps/translations.xml b/programming/misc/libwps/translations.xml
new file mode 100644
index 0000000000..44a7c77dbc
--- /dev/null
+++ b/programming/misc/libwps/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ libwps
+ Microsoft Works biçimi için bir kitaplık
+ libwps, (halihazırda 3 kelime işlemci tarafından kullanılan) libwpd tabanlı bir Microsoft Works dosya biçimi ithal filtresidir.
+
+
+
+ libwps-devel
+ libwps için geliştirme dosyaları
+
+