diff --git a/pisi-index.xml b/pisi-index.xml index 54765861aa..d8b812eb22 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -57107,6 +57107,55 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression + + + pyqtermwidget5 + http://gitorious.org/qtermwidget + + Harun Gültekin + hrngultekin@gmail.com + + GPLv2 + library + programming.language.python + Python binding of terminal widget for Qt + PyQt5 tabanlı uygulamalar için basit bir terminal modulü + A simple terminal widget for using with PyQt based applications + https://github.com/hrngultekin/pyqtermwidget5/archive/pyqtermwidget5-v0.1.tar.gz + + python-devel + python-qt5-devel + python3-sip + qt5-base-devel + qtermwidget5-devel + + programming/language/python/pyqtermwidget5/pspec.xml + + + pyqtermwidget5 + Python binding of terminal widget for Qt + + libgcc + qt5-base + qtermwidget5 + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + 2014-06-19 + 0.1 + first build + Harun Gültekin + hrngultekin@gmail.com + + + python-mako diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index b3c6027ca7..fcb3bf7c57 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -39110a64f610d613255fec96b77077d42a375007 \ No newline at end of file +9bc00aa759ad96446de81c3305668f27a8425e6a \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 802f474ae7..816e3e879c 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 b69c460f9d..92f5a77eb5 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -f5a8326b40e2e9979512bcebc9f1c5cc1742521d \ No newline at end of file +65c7e2fd7be29968a0b8d7c092413218b7d0396f \ No newline at end of file diff --git a/programming/language/python/pyqtermwidget5/actions.py b/programming/language/python/pyqtermwidget5/actions.py new file mode 100644 index 0000000000..6d9fe8c218 --- /dev/null +++ b/programming/language/python/pyqtermwidget5/actions.py @@ -0,0 +1,29 @@ +# -*- 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 shelltools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + shelltools.cd("pyqt5") + pisitools.dosed("config.py", "/PyQt5","/Py2Qt5") + shelltools.system("python config.py") + pisitools.dosed("Makefile", "^(CXXFLAGS.*)$", "\\1 -fpermissive") + pisitools.dosed("sipQTermWidgetQTermWidget.cpp", "sipCpp->setColorScheme\(a0\)", "sipCpp->setColorScheme(QString::number(a0))") + + +def build(): + shelltools.cd("pyqt5") + autotools.make() + +def install(): + shelltools.cd("pyqt5") + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("README") + + diff --git a/programming/language/python/pyqtermwidget5/pspec.xml b/programming/language/python/pyqtermwidget5/pspec.xml new file mode 100644 index 0000000000..d8247ac1f7 --- /dev/null +++ b/programming/language/python/pyqtermwidget5/pspec.xml @@ -0,0 +1,46 @@ + + + pyqtermwidget5 + http://gitorious.org/qtermwidget + + Harun Gültekin + hrngultekin@gmail.com + + GPLv2 + library + Python binding of terminal widget for Qt + A simple terminal widget for using with PyQt based applications + + python-devel + python-qt5-devel + python3-sip + qt5-base-devel + qtermwidget5-devel + + https://github.com/hrngultekin/pyqtermwidget5/archive/pyqtermwidget5-v0.1.tar.gz + + + pyqtermwidget5 + Python binding of terminal widget for Qt + + libgcc + qt5-base + qtermwidget5 + + + /usr/bin + /usr/lib + /usr/share + /usr/share/doc + + + + + 2014-06-19 + 0.1 + first build + Harun Gültekin + hrngultekin@gmail.com + + + diff --git a/programming/language/python/pyqtermwidget5/translations.xml b/programming/language/python/pyqtermwidget5/translations.xml new file mode 100644 index 0000000000..dd29fc1101 --- /dev/null +++ b/programming/language/python/pyqtermwidget5/translations.xml @@ -0,0 +1,6 @@ + + + pyqtermwidget5 + PyQt5 tabanlı uygulamalar için basit bir terminal modulü + +