diff --git a/kube/qt.json b/kube/qt.json index 59ff6d1..7fef3e3 100644 --- a/kube/qt.json +++ b/kube/qt.json @@ -1,289 +1,288 @@ { "name": "qt", "modules": [ { "name": "qt5-qtbase", "cleanup-platform": [ "/bin", "/mkspecs" ], "build-options" : { "arch" : { "x86_64" : { "config-opts" : [ "-debug", "-reduce-relocations" ] }, "arm" : { "config-opts" : [ "-no-reduce-relocations", "-no-use-gold-linker", "-optimize-size" ] } } }, "config-opts": [ "-confirm-license", "-opensource", "-shared", "-platform", "linux-g++", "-optimized-qmake", "-nomake", "examples", "-nomake", "tests", "-system-harfbuzz", "-system-sqlite", "-accessibility", "-dbus-linked", "-fontconfig", "-glib", "-icu", "-openssl-linked", "-no-pch", "-no-rpath", "-no-directfb", "-no-linuxfb", "-no-kms", "-no-cups", "-system-proxies", "-gtk" ], "sources": [ - { "type": "git", "url": "git://code.qt.io/qt/qtbase.git", "branch": "v5.9.1" }, + { "type": "git", "url": "git://code.qt.io/qt/qtbase.git", "branch": "v5.9.6" }, { "type": "shell", "commands": [ "mv configure configure.qt" ] }, { "type": "script", "commands": [ "processed=`sed -e 's/--/-/g ; s/=/ /g' <<< $@`", "./configure.qt $processed" ], "dest-filename": "configure" } ] }, { "name": "qt5-qtdeclarative", "cleanup-platform": [ "/bin", "/mkspecs" ], "sources": [ - { "type": "git", "url": "git://code.qt.io/qt/qtdeclarative.git", "branch": "v5.9.1" }, + { "type": "git", "url": "git://code.qt.io/qt/qtdeclarative.git", "branch": "v5.9.6" }, { "type": "script", "commands": [ "qmake" ], "dest-filename": "configure" } ] }, { "name": "qt5-qttools", "cleanup-platform": [ "/mkspecs", "/bin/assistant", "/bin/qhelpgenerator", "/bin/qcollectiongenerator", "/bin/qhelpconverter", "/bin/pixeltool", "/bin/designer", "/bin/lrelease", "/bin/lupdate", "/bin/lconvert", "/bin/linguist", "/bin/qdoc", "/bin/qtattributionsscanner", "/bin/qtplugininfo", "/bin/qtdiag", "/bin/qdbusviewer" ], "sources": [ - { "type": "git", "url": "git://code.qt.io/qt/qttools.git", "branch": "v5.9.1" }, + { "type": "git", "url": "git://code.qt.io/qt/qttools.git", "branch": "v5.9.6" }, { "type": "script", "commands": [ "qmake" ], "dest-filename": "configure" } ] }, { "name": "qt5-qtscript", "cleanup-platform": [ "/bin", "/mkspecs" ], "sources": [ - { "type": "git", "url": "git://code.qt.io/qt/qtscript.git", "branch": "v5.9.1" }, + { "type": "git", "url": "git://code.qt.io/qt/qtscript.git", "branch": "v5.9.6" }, { "type": "script", "commands": [ "qmake" ], "dest-filename": "configure" } ] }, { "name": "qt5-webchannel", "cleanup-platform": [ "/bin", "/mkspecs" ], "sources": [ - { "type": "git", "url": "git://code.qt.io/qt/qtwebchannel.git", "branch": "v5.9.1" }, + { "type": "git", "url": "git://code.qt.io/qt/qtwebchannel.git", "branch": "v5.9.6" }, { "type": "script", "commands": [ "qmake" ], "dest-filename": "configure" } ] }, { "name": "qt5-qtwebengine", "cleanup-platform": [ "/bin", "/mkspecs" ], "modules": [ { "name": "opus", "sources": [ { "type": "git", "url": "https://github.com/xiph/opus.git", "branch": "v1.2.1" } ] } ], "sources": [ - { "type": "git", "url": "git://code.qt.io/qt/qtwebengine.git", "branch": "v5.9.1" }, + { "type": "git", "url": "git://code.qt.io/qt/qtwebengine.git", "branch": "v5.9.6" }, { "type": "patch", "path": "qtwebengine-no-udev.patch" }, { "type": "script", "commands": [ "qmake", "CONFIG+=release" ], "dest-filename": "configure" } ] }, { "name": "qt5-qtsvg", "cleanup-platform": [ "/bin", "/mkspecs" ], "sources": [ - { "type": "git", "url": "git://code.qt.io/qt/qtsvg.git", "branch": "v5.9.1" }, + { "type": "git", "url": "git://code.qt.io/qt/qtsvg.git", "branch": "v5.9.6" }, { "type": "script", "commands": [ "qmake" ], "dest-filename": "configure" } ] }, { "name": "qt5-qtx11extras", "cleanup-platform": [ "/bin", "/mkspecs" ], "sources": [ - { "type": "git", "url": "git://code.qt.io/qt/qtx11extras.git", "branch": "v5.9.1" }, + { "type": "git", "url": "git://code.qt.io/qt/qtx11extras.git", "branch": "v5.9.6" }, { "type": "script", "commands": [ "qmake" ], "dest-filename": "configure" } ] }, { "name": "qt5-qtquickcontrols", "cleanup-platform": [ "/bin", "/mkspecs" ], "sources": [ - { "type": "git", "url": "git://code.qt.io/qt/qtquickcontrols.git", "branch": "v5.9.1" }, + { "type": "git", "url": "git://code.qt.io/qt/qtquickcontrols.git", "branch": "v5.9.6" }, { "type": "script", "commands": [ "qmake" ], "dest-filename": "configure" } ] }, { "name": "qt5-qtquickcontrols2", "cleanup-platform": [ "/bin", "/mkspecs" ], "sources": [ - { "type": "git", "url": "git://code.qt.io/qt/qtquickcontrols2.git", "branch": "v5.9.1" }, + { "type": "git", "url": "git://code.qt.io/qt/qtquickcontrols2.git", "branch": "v5.9.6" }, { "type": "script", "commands": [ "qmake" ], "dest-filename": "configure" } ] }, { "name": "qt5-qtlocation", "cleanup-platform": [ "/bin", "/mkspecs" ], "sources": [ - { "type": "git", "url": "git://code.qt.io/qt/qtlocation.git", "branch": "v5.9.1" }, + { "type": "git", "url": "git://code.qt.io/qt/qtlocation.git", "branch": "v5.9.6" }, { "type": "script", "commands": [ "qmake" ], "dest-filename": "configure" } ] }, { "name": "qt5-qtgraphicaleffects", "cleanup-platform": [ "/bin", "/mkspecs" ], "sources": [ - { "type": "git", "url": "git://code.qt.io/qt/qtgraphicaleffects.git", "branch": "v5.9.1" }, + { "type": "git", "url": "git://code.qt.io/qt/qtgraphicaleffects.git", "branch": "v5.9.6" }, { "type": "script", "commands": [ "qmake" ], "dest-filename": "configure" } ] }, { "name": "qt5-qtxmlpatterns", "cleanup-platform": [ "/bin", "/mkspecs" ], "sources": [ { "type": "archive", - "url": "http://download.qt.io/archive/qt/5.9/5.9.1/submodules/qtxmlpatterns-opensource-src-5.9.1.tar.xz", - "sha256": "b584686496ad1b1b3426d642bd705cab3fc02313b067a33d1b826a27aee29c24" + "url": "http://download.qt.io/archive/qt/5.9/5.9.6/submodules/qtxmlpatterns-opensource-src-5.9.6.tar.xz" }, { "type": "script", "commands": [ "qmake" ], "dest-filename": "configure" } ] }, { "name": "qt5-qtimageformats", "cleanup-platform": [ "/bin", "/mkspecs" ], "sources": [ { "type": "git", "url": "git://code.qt.io/qt/qtimageformats.git", - "branch": "v5.9.1" + "branch": "v5.9.6" }, { "type": "script", "commands": [ "qmake" ], "dest-filename": "configure" } ] }, { "name": "extra-cmake-modules", "cleanup-platform": ["*"], "buildsystem": "cmake-ninja", "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib"], "sources": [ { "type": "git", "url": "git://anongit.kde.org/extra-cmake-modules.git", "branch": "v5.42.0" } ] }, { "name": "ki18n", "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib"], "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "git://anongit.kde.org/ki18n.git", "branch": "v5.38.0" } ] }, { "name": "kconfig", "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib"], "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "git://anongit.kde.org/kconfig.git", "branch": "v5.38.0" } ] }, { "name": "attica", "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib"], "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "git://anongit.kde.org/attica.git", "branch": "v5.38.0" } ] }, { "name": "kcoreaddons", "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib"], "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "git://anongit.kde.org/kcoreaddons.git", "branch": "v5.38.0" } ] }, { "name": "karchive", "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib", "-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Test=TRUE"], "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "git://anongit.kde.org/karchive.git", "branch": "v5.38.0" } ] }, { "name": "kcodecs", "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib"], "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "git://anongit.kde.org/kcodecs.git", "branch": "v5.38.0" } ] }, { "name": "kpackage", "config-opts": ["-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib"], "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "git://anongit.kde.org/kpackage.git", "branch": "v5.38.0" } ] } ] }