python-qt5 python3-qt5:ver bump
This commit is contained in:
@@ -10,7 +10,7 @@ from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir="PyQt5_gpl-%s" % get.srcVERSION()
|
||||
#WorkDir="PyQt5_gpl-%s" % get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
pythonmodules.run("configure.py --confirm-license \
|
||||
@@ -26,7 +26,7 @@ def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
shelltools.cd("%s/PyQt5_gpl-%s" % (get.workDIR(),get.srcVERSION()))
|
||||
#shelltools.cd("%s/PyQt5_gpl-%s" % (get.workDIR(),get.srcVERSION()))
|
||||
autotools.rawInstall("-C pyrcc DESTDIR=%(DESTDIR)s INSTALL_ROOT=%(DESTDIR)s" % {'DESTDIR':get.installDIR()})
|
||||
autotools.rawInstall("-C pylupdate DESTDIR=%(DESTDIR)s INSTALL_ROOT=%(DESTDIR)s" % {'DESTDIR':get.installDIR()})
|
||||
autotools.rawInstall("DESTDIR=%(DESTDIR)s INSTALL_ROOT=%(DESTDIR)s" % {'DESTDIR':get.installDIR()})
|
||||
|
||||
Reference in New Issue
Block a user