pyqtermwidget5:move into main for pisi 2.0
This commit is contained in:
@@ -57107,6 +57107,55 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>pyqtermwidget5</Name>
|
||||
<Homepage>http://gitorious.org/qtermwidget</Homepage>
|
||||
<Packager>
|
||||
<Name>Harun Gültekin</Name>
|
||||
<Email>hrngultekin@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>programming.language.python</PartOf>
|
||||
<Summary xml:lang="en">Python binding of terminal widget for Qt</Summary>
|
||||
<Summary xml:lang="tr">PyQt5 tabanlı uygulamalar için basit bir terminal modulü</Summary>
|
||||
<Description xml:lang="en">A simple terminal widget for using with PyQt based applications</Description>
|
||||
<Archive type="targz" sha1sum="5309a4270e797e7086746ee22e778e168db281e2">https://github.com/hrngultekin/pyqtermwidget5/archive/pyqtermwidget5-v0.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>python-qt5-devel</Dependency>
|
||||
<Dependency>python3-sip</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qtermwidget5-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>programming/language/python/pyqtermwidget5/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>pyqtermwidget5</Name>
|
||||
<Summary xml:lang="en">Python binding of terminal widget for Qt</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qtermwidget5</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2014-06-19</Date>
|
||||
<Version>0.1</Version>
|
||||
<Comment>first build</Comment>
|
||||
<Name>Harun Gültekin</Name>
|
||||
<Email>hrngultekin@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>python-mako</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
39110a64f610d613255fec96b77077d42a375007
|
||||
9bc00aa759ad96446de81c3305668f27a8425e6a
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
f5a8326b40e2e9979512bcebc9f1c5cc1742521d
|
||||
65c7e2fd7be29968a0b8d7c092413218b7d0396f
|
||||
@@ -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")
|
||||
|
||||
|
||||
@@ -0,0 +1,46 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pyqtermwidget5</Name>
|
||||
<Homepage>http://gitorious.org/qtermwidget</Homepage>
|
||||
<Packager>
|
||||
<Name>Harun Gültekin</Name>
|
||||
<Email>hrngultekin@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python binding of terminal widget for Qt</Summary>
|
||||
<Description>A simple terminal widget for using with PyQt based applications</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>python-qt5-devel</Dependency>
|
||||
<Dependency>python3-sip</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qtermwidget5-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive type="targz" sha1sum="5309a4270e797e7086746ee22e778e168db281e2">https://github.com/hrngultekin/pyqtermwidget5/archive/pyqtermwidget5-v0.1.tar.gz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>pyqtermwidget5</Name>
|
||||
<Summary>Python binding of terminal widget for Qt</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qtermwidget5</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2014-06-19</Date>
|
||||
<Version>0.1</Version>
|
||||
<Comment>first build</Comment>
|
||||
<Name>Harun Gültekin</Name>
|
||||
<Email>hrngultekin@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,6 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pyqtermwidget5</Name>
|
||||
<Summary xml:lang="tr">PyQt5 tabanlı uygulamalar için basit bir terminal modulü</Summary>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user