diff --git a/desktop/polo/actions.py b/desktop/polo/actions.py
new file mode 100644
index 0000000000..0c367d2dda
--- /dev/null
+++ b/desktop/polo/actions.py
@@ -0,0 +1,20 @@
+#!/usr/bin/env 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 build():
+ shelltools.export("LC_ALL", "en_US.UTF-8")
+ shelltools.system("sed -i 's|term.feed_child(cmd, -1);|term.feed_child(cmd.to_utf8());|g' src/Gtk/TermBox.vala")
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "LICENSE*", "COPYING", "README*")
diff --git a/desktop/polo/pspec.xml b/desktop/polo/pspec.xml
new file mode 100644
index 0000000000..bfd23e4f82
--- /dev/null
+++ b/desktop/polo/pspec.xml
@@ -0,0 +1,74 @@
+
+
+
+
+ polo
+ https://github.com/teejee2008/polo
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2
+ app
+ Polo is a modern, light-weight file manager for Linux with support for multiple panes and tabs; support for archives, and much more.
+ Polo is a modern, light-weight file manager for Linux with support for multiple panes and tabs; support for archives, and much more.
+ https://github.com/teejee2008/polo/archive/v18.8-beta.tar.gz
+
+ atk-devel
+ vte-devel
+ gtk3-devel
+ vala-devel
+ zlib-devel
+ cairo-devel
+ glib2-devel
+ pango-devel
+ gnutls-devel
+ libX11-devel
+ libgee-devel
+ libxml2-devel
+ libpcre2-devel
+ json-glib-devel
+ gdk-pixbuf-devel
+
+
+
+
+ polo
+
+ atk
+ vte
+ gtk3
+ zlib
+ cairo
+ glib2
+ p7zip
+ pango
+ gnutls
+ libX11
+ libgee
+ libxml2
+ libpcre2
+ json-glib
+ gdk-pixbuf
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share
+ /usr/share/locale
+ /usr/share/man
+ /usr/share/doc
+ /var/log/polo
+
+
+
+
+
+ 2019-01-19
+ 18.8
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/desktop/polo/translations.xml b/desktop/polo/translations.xml
new file mode 100644
index 0000000000..93197b19c4
--- /dev/null
+++ b/desktop/polo/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ polo
+ Polo birden bölmeler ve sekmeler için destek Linux için modern, hafif dosya yöneticisi; arşiv desteği ve çok daha fazlası.
+ Polo birden bölmeler ve sekmeler için destek Linux için modern, hafif dosya yöneticisi; arşiv desteği ve çok daha fazlası.
+
+
diff --git a/office/mindforger/actions.py b/office/mindforger/actions.py
new file mode 100644
index 0000000000..2496422bfc
--- /dev/null
+++ b/office/mindforger/actions.py
@@ -0,0 +1,19 @@
+#!/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 qt5
+from pisi.actionsapi import pisitools
+
+def setup():
+ qt5.configure()
+
+def build():
+ qt5.make("QMAKE=/usr/bin/qmake")
+
+def install():
+ qt5.install()
+
+
+ pisitools.dodoc("LICENSE", "README*")
diff --git a/office/mindforger/pspec.xml b/office/mindforger/pspec.xml
new file mode 100644
index 0000000000..f3021a4215
--- /dev/null
+++ b/office/mindforger/pspec.xml
@@ -0,0 +1,53 @@
+
+
+
+
+ mindforger
+ https://github.com/dvorka/mindforger
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ library
+ MindForger is open, free, well performing Markdown IDE which respects your privacy and enables security.
+ MindForger gizliliğinize saygı duyan ve güvenliği sağlayan açık, ücretsiz ve iyi performans gösteren Markdown IDE'dir.
+ https://github.com/dvorka/mindforger/releases/download/1.48.0/mindforger_1.48.2.tgz
+
+ ccache
+ zlib-devel
+ qt5-base-devel
+ qt5-webkit-devel
+ icon-theme-hicolor
+
+
+
+
+ mindforger
+
+ qt5-base
+ qt5-webkit
+ zlib
+ libgcc
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share
+ /usr/share/icons
+ /usr/share/applications
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+
+ 2019-01-28
+ 1.48.2
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/office/mindforger/translations.xml b/office/mindforger/translations.xml
new file mode 100644
index 0000000000..a2a5e0c15e
--- /dev/null
+++ b/office/mindforger/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ mindforger
+ MindForger is open, free, well performing Markdown IDE which respects your privacy and enables security.
+ MindForger gizliliğinize saygı duyan ve güvenliği sağlayan açık, ücretsiz ve iyi performans gösteren Markdown IDE'dir.
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index cba1d1af5e..bdd12696ff 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -120,6 +120,59 @@
lxappearence
+
+
+ mindforger
+ https://github.com/dvorka/mindforger
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ library
+ office
+ MindForger is open, free, well performing Markdown IDE which respects your privacy and enables security.
+ MindForger is open, free, well performing Markdown IDE which respects your privacy and enables security.
+ MindForger gizliliğinize saygı duyan ve güvenliği sağlayan açık, ücretsiz ve iyi performans gösteren Markdown IDE'dir.
+ MindForger gizliliğinize saygı duyan ve güvenliği sağlayan açık, ücretsiz ve iyi performans gösteren Markdown IDE'dir.
+ https://github.com/dvorka/mindforger/releases/download/1.48.0/mindforger_1.48.2.tgz
+
+ ccache
+ zlib-devel
+ qt5-base-devel
+ qt5-webkit-devel
+ icon-theme-hicolor
+
+ office/mindforger/pspec.xml
+
+
+ mindforger
+
+ qt5-base
+ qt5-webkit
+ zlib
+ libgcc
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share
+ /usr/share/icons
+ /usr/share/applications
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+ 2019-01-28
+ 1.48.2
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ calligra
@@ -183521,6 +183574,80 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+
+ polo
+ https://github.com/teejee2008/polo
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2
+ app
+ desktop
+ Polo is a modern, light-weight file manager for Linux with support for multiple panes and tabs; support for archives, and much more.
+ Polo birden bölmeler ve sekmeler için destek Linux için modern, hafif dosya yöneticisi; arşiv desteği ve çok daha fazlası.
+ Polo is a modern, light-weight file manager for Linux with support for multiple panes and tabs; support for archives, and much more.
+ Polo birden bölmeler ve sekmeler için destek Linux için modern, hafif dosya yöneticisi; arşiv desteği ve çok daha fazlası.
+ https://github.com/teejee2008/polo/archive/v18.8-beta.tar.gz
+
+ atk-devel
+ vte-devel
+ gtk3-devel
+ vala-devel
+ zlib-devel
+ cairo-devel
+ glib2-devel
+ pango-devel
+ gnutls-devel
+ libX11-devel
+ libgee-devel
+ libxml2-devel
+ libpcre2-devel
+ json-glib-devel
+ gdk-pixbuf-devel
+
+ desktop/polo/pspec.xml
+
+
+ polo
+
+ atk
+ vte
+ gtk3
+ zlib
+ cairo
+ glib2
+ p7zip
+ pango
+ gnutls
+ libX11
+ libgee
+ libxml2
+ libpcre2
+ json-glib
+ gdk-pixbuf
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share
+ /usr/share/locale
+ /usr/share/man
+ /usr/share/doc
+ /var/log/polo
+
+
+
+
+ 2019-01-19
+ 18.8
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ gtk-theme-mediterranean
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index d0fda02c73..5e2db6a858 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-0231a18a8d3310a3c877edfb3b0270ad9f81415a
\ No newline at end of file
+03d4f459df439f94dd4c293bd055942efae1d685
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 3853423cba..3722f20c09 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index c5abf31106..4a5be0955c 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-3313f5eb7f76eef37a1254f48b19b81763c8cebb
\ No newline at end of file
+d4042cc3efe7d69d89a9d91ef7bcb67ebeadd6fd
\ No newline at end of file
diff --git a/x11/misc/rofi/pspec.xml b/x11/misc/rofi/pspec.xml
index 947349bbba..af9d0375fb 100644
--- a/x11/misc/rofi/pspec.xml
+++ b/x11/misc/rofi/pspec.xml
@@ -12,7 +12,7 @@
approfiA window switcher, application launcher and dmenu replacement
- https://github.com/DaveDavenport/rofi/releases/download/1.5.1/rofi-1.5.1.tar.xz
+ https://github.com/DaveDavenport/rofi/releases/download/1.5.2/rofi-1.5.2.tar.xzpango-develcairo-devel
@@ -62,6 +62,13 @@
+
+ 2019-02-02
+ 1.5.2
+ Version bump.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+ 2018-10-301.5.1