diff --git a/desktop/toolkit/qt5/qt5-webengine/actions.py b/desktop/toolkit/qt5/qt5-webengine/actions.py index 1207cd1075..4b0303cad6 100755 --- a/desktop/toolkit/qt5/qt5-webengine/actions.py +++ b/desktop/toolkit/qt5/qt5-webengine/actions.py @@ -11,21 +11,31 @@ from pisi.actionsapi import qt5 from pisi.actionsapi import get def setup(): + shelltools.makedirs("build") + shelltools.cd("build") #shelltools.export("QT5LINK", "/usr/lib/qt5/bin") #shelltools.export("QT5DIR", "/usr/lib/qt5") #shelltools.export("CFLAGS", "%s -I/usr/lib/sqlite3.16.2" % get.CFLAGS()) - shelltools.system("qmake WEBENGINE_CONFIG+=use_proprietary_codecs WEBENGINE_CONFIG+=use_system_icu WEBENGINE_CONFIG+=use_system_protobuf WEBENGINE_CONFIG+=use_system_ffmpeg qtwebengine.pro") + #shelltools.system("qmake WEBENGINE_CONFIG+=use_proprietary_codecs WEBENGINE_CONFIG+=use_system_icu WEBENGINE_CONFIG+=use_system_protobuf WEBENGINE_CONFIG+=use_system_ffmpeg qtwebengine.pro") #pisitools.ldflags.add("-Wl,--no-keep-memory ") - qt5.configure() + shelltools.system("qmake .. -- -proprietary-codecs \ + -system-ffmpeg \ + -system-opus \ + -system-webp \ + -webengine-icu \ + -webengine-kerberos") def build(): + shelltools.cd("build") qt5.make() def install(): + shelltools.cd("build") qt5.install("INSTALL_ROOT=%s" % get.installDIR()) #I hope qtchooser will manage this issue #for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()): #pisitools.dosym("/usr/lib/qt5/bin/%s" % bin, "/usr/bin/%s-qt5" % bin) - + + shelltools.cd("..") pisitools.dodoc("LICENSE*") diff --git a/desktop/toolkit/qt5/qt5-webengine/pspec.xml b/desktop/toolkit/qt5/qt5-webengine/pspec.xml index 51c4459ed7..8d068e02d8 100755 --- a/desktop/toolkit/qt5/qt5-webengine/pspec.xml +++ b/desktop/toolkit/qt5/qt5-webengine/pspec.xml @@ -165,6 +165,13 @@ + + 2020-05-30 + 5.14.2 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2020-04-04 5.14.2