python-qt5:fixed dep
This commit is contained in:
@@ -25,22 +25,22 @@ def setup():
|
||||
--sip-incdir='/usr/include/python3.4' \
|
||||
CFLAGS='%s' CXXFLAGS='%s'" % (get.CFLAGS(), get.CXXFLAGS()), pyVer = "3")
|
||||
|
||||
shelltools.cd("%s/Py2Qt-gpl-5.4.2" % get.workDIR())
|
||||
shelltools.system("python configure.py --confirm-license \
|
||||
--assume-shared \
|
||||
--no-timestamp \
|
||||
--qsci-api \
|
||||
--destdir='/usr/lib/python2.7/site-packages/' \
|
||||
--sip-incdir='/usr/include/python2.7' \
|
||||
--sip /usr/bin/sip \
|
||||
--qmake='/usr/lib/qt5/bin/qmake'")
|
||||
#shelltools.cd("%s/Py2Qt-gpl-5.4.2" % get.workDIR())
|
||||
#shelltools.system("python configure.py --confirm-license \
|
||||
#--assume-shared \
|
||||
#--no-timestamp \
|
||||
#--qsci-api \
|
||||
#--destdir='/usr/lib/python2.7/site-packages/' \
|
||||
# --sip-incdir='/usr/include/python2.7' \
|
||||
#--sip /usr/bin/sip \
|
||||
# --qmake='/usr/lib/qt5/bin/qmake'")
|
||||
shelltools.system("find -name 'Makefile' | xargs sed -i 's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'")
|
||||
|
||||
def build():
|
||||
|
||||
autotools.make()
|
||||
shelltools.cd("%s/Py2Qt-gpl-5.4.2" % get.workDIR())
|
||||
autotools.make()
|
||||
#shelltools.cd("%s/Py2Qt-gpl-5.4.2" % get.workDIR())
|
||||
# autotools.make()
|
||||
|
||||
def install():
|
||||
|
||||
@@ -49,9 +49,10 @@ def install():
|
||||
autotools.rawInstall("DESTDIR=%(DESTDIR)s INSTALL_ROOT=%(DESTDIR)s" % {'DESTDIR':get.installDIR()})
|
||||
pisitools.rename("/usr/bin/pyuic5", "py3uic5")
|
||||
|
||||
shelltools.cd("%s/Py2Qt-gpl-5.4.2" % get.workDIR())
|
||||
autotools.rawInstall("DESTDIR=%(DESTDIR)s INSTALL_ROOT=%(DESTDIR)s" % {'DESTDIR':get.installDIR()})
|
||||
pisitools.rename("/usr/bin/pyuic5", "pyuic5")
|
||||
#shelltools.cd("%s/Py2Qt-gpl-5.4.2" % get.workDIR())
|
||||
#autotools.rawInstall("DESTDIR=%(DESTDIR)s INSTALL_ROOT=%(DESTDIR)s" % {'DESTDIR':get.installDIR()})
|
||||
#pisitools.rename("/usr/bin/pyuic5", "pyuic5")
|
||||
|
||||
pisitools.dohtml("doc/html/*")
|
||||
pisitools.dodoc("NEWS", "README","LICENSE*")
|
||||
|
||||
|
||||
@@ -1,48 +1,45 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python-qt5</Name>
|
||||
<Name>python3-qt5</Name>
|
||||
<Homepage>http://www.riverbankcomputing.co.uk/software/pyqt</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>GPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A set of Python bindings for the Qt 5.x Toolkit</Summary>
|
||||
<Description>Qt is a set of C++ libraries and development tools that includes platform independent abstractions for graphical user interfaces, networking, threads, Unicode, regular expressions, SQL databases, SVG, OpenGL, XML, and user and application settings. PyQt implements 440 of these classes as a set of Python modules.</Description>
|
||||
<Archive sha1sum="ceb5f6e088923beaa9885226a3e677fec089964e" type="targz">mirrors://sourceforge/pyqt/PyQt5/PyQt-5.4.2/PyQt-gpl-5.4.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-declarative-devel</Dependency>
|
||||
<Dependency>qt5-multimedia-devel</Dependency>
|
||||
<Dependency>qt5-serialport-devel</Dependency>
|
||||
<Dependency>qt5-svg-devel</Dependency>
|
||||
<Dependency>qt5-webkit-devel</Dependency>
|
||||
<Dependency>qt5-xmlpatterns-devel</Dependency>
|
||||
<Dependency>qt5-enginio-devel</Dependency>
|
||||
<Dependency>qt5-sensors-devel</Dependency>
|
||||
<Dependency>qt5-location-devel</Dependency>
|
||||
<Dependency>qt5-websockets-devel</Dependency>
|
||||
<Dependency>qt5-webchannel-devel</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
<Dependency>qt5-connectivity-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency versionFrom="4.16.6">python3-sip3</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-connectivity-devel</Dependency>
|
||||
<Dependency>qt5-declarative-devel</Dependency>
|
||||
<Dependency>qt5-enginio-devel</Dependency>
|
||||
<Dependency>qt5-location-devel</Dependency>
|
||||
<Dependency>qt5-multimedia-devel</Dependency>
|
||||
<Dependency>qt5-sensors-devel</Dependency>
|
||||
<Dependency>qt5-serialport-devel</Dependency>
|
||||
<Dependency>qt5-svg-devel</Dependency>
|
||||
<Dependency>qt5-webchannel-devel</Dependency>
|
||||
<Dependency>qt5-webkit-devel</Dependency>
|
||||
<Dependency>qt5-websockets-devel</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
<Dependency>qt5-xmlpatterns-devel</Dependency>
|
||||
<Dependency versionFrom="4.16.6">sip3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive sha1sum="ceb5f6e088923beaa9885226a3e677fec089964e" type="targz">mirrors://sourceforge/pyqt/PyQt5/PyQt-5.4.2/PyQt-gpl-5.4.2.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python-qt5-common</Name>
|
||||
<Name>python3-qt5-common</Name>
|
||||
<Summary>Common files shared between python-qt5 and python3-qt5</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>sip3</Dependency>
|
||||
<Dependency>python</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/pylupdate5</Path>
|
||||
@@ -51,43 +48,21 @@
|
||||
<Path fileType="data">/usr/share/sip/PyQt5</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>python-qt5</Name>
|
||||
<Summary>A set of Python 2.x bindings for the Qt 5.x Toolkit</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">python-qt5-common</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-svg</Dependency>
|
||||
<Dependency>qt5-webkit</Dependency>
|
||||
<Dependency>qt5-sensors</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>qt5-serialport</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
<Dependency>qt5-xmlpatterns</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/pyuic5</Path>
|
||||
<Path fileType="library">/usr/lib/python2.7/site-packages</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>python3-qt5</Name>
|
||||
<Summary>A set of Python 3.x bindings for the Qt 5.x Toolkit</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency release="current">python-qt5-common</Dependency>
|
||||
<Dependency>python</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency release="current">python3-qt5-common</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-declarative</Dependency>
|
||||
<Dependency>qt5-sensors</Dependency>
|
||||
<Dependency>qt5-serialport</Dependency>
|
||||
<Dependency>qt5-svg</Dependency>
|
||||
<Dependency>qt5-webkit</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>qt5-xmlpatterns</Dependency>
|
||||
<Dependency>qt5-sensors</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/py3uic5</Path>
|
||||
@@ -95,18 +70,16 @@
|
||||
<Path fileType="library">/usr/lib/qt5/plugins</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>python-qt5-docs</Name>
|
||||
<Name>python3-qt5-docs</Name>
|
||||
<Summary>Documentation for python-qt5 bindings</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">python-qt5</Dependency>
|
||||
<Dependency release="current">python3-qt5</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/python-qt5</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2015-06-14</Date>
|
||||
|
||||
@@ -1,30 +1,15 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>python-qt5</Name>
|
||||
<Summary xml:lang="tr">Qt5 4.x araçları için python bağlayıcıları</Summary>
|
||||
<Description xml:lang="tr">Qt5, C++ kütüphaneleri dizisi ve geliştirme araçları olup grafik kullanıcı arabirimleri için, ağ bağlantısı, iş parçacığı, Unicode, düzenli ifadeler, SQL veritabanları, SVG, OpenGL, XML ve kullanıcıve uygulama ayarları gibi platform bağımsız uygulamalara ayrılır. PyQt, Python modülü seti olarak bu sınıftan 440 kadar uygulamayı çalıştırır.</Description>
|
||||
<Description xml:lang="fr">Qt5 est un ensemble de librairies C++ et d'outils de développement. On y trouve des abstractions indépendante de la plateforme utilisée pour les interfaces graphiques, le réseau, les threads, Unicode, les expressions régulières, les bases de données SQL, SVG, OpenGL, XML, la gestion des paramètres utilisateurs. PyQT implémente 440 de ces classes en tant que modules Python.</Description>
|
||||
<Description xml:lang="es">Qt5 es un conjunto de librerías C++ y herramientas de desarrollo que incluye abstracción independiente de la plataforma, para interfaces de usuarios gráficos, redes, hilos, Unicode, expresiones regulares, bases de datos SQL, SVG, OpenGL, XML, y configuraciones de usuario y de aplicaciones. PyQt implementa 440 de estas clases como conjunto de módulos Python.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>python-qt5-webkit</Name>
|
||||
<Summary xml:lang="tr">Webkit kitaplığı için Python bağlayıcıları</Summary>
|
||||
<Name>python3-qt5</Name>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>python-qt5-phonon</Name>
|
||||
<Summary xml:lang="tr">Phonon çokluortam kitaplığı için Python bağlayıcıları</Summary>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>python-qt5-docs</Name>
|
||||
<Summary xml:lang="tr">python-qt5 bağlayıcıları için belgelendirme</Summary>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>python-qt5-devel</Name>
|
||||
<Summary xml:lang="tr">python-qt5 için geliştirme dosyaları</Summary>
|
||||
<Name>python3-qt5-docs</Name>
|
||||
</Package>
|
||||
</PISI>
|
||||
|
||||
<!-- By PiSiDo 2.3.1 -->
|
||||
|
||||
Reference in New Issue
Block a user