aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/qt.scm
Commit message (Collapse)AuthorAge
* gnu: Add python-pyqtwebengine, version 6.6.0.Zhu Zihao2023-12-22
| | | | | | * gnu/packages/qt.scm (python-pyqtwebengine-6): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-pyqt, version 6.5.2.Zhu Zihao2023-12-22
| | | | | | * gnu/packages/qt.scm (python-pyqt-6): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-pyqt6-sip.Zhu Zihao2023-12-22
| | | | | | * gnu/packages/qt.scm (python-pyqt6-sip): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: qtbase: Skip some more tests on i686-linux.Efraim Flashner2023-12-06
| | | | | | | * gnu/packages/qt.scm (qtbase)[arguments]: Adjust custom 'check phase to skip 5 more tests on i686-linux. Change-Id: I2c70fd0dd7e99cc7e039502933981e1b4985e05c
* gnu: qtbase: Remove unneeded configure flags.Efraim Flashner2023-12-06
| | | | | | | | | | These flags were preventing building on i686-linux and seem to not be necessary anymore. * gnu/packages/qt.scm (qtbase)[arguments]: Remove configure-flags disabling certain hardware features. Change-Id: I76e41acb29cf39ce0541b27432b5d8d7fd545b16
* gnu: qtwebengine-5: Enable building on i686-linux.Efraim Flashner2023-12-06
| | | | | | | | * gnu/packages/qt.scm (qtwebengine-5)[arguments]: When building for i686-linux add a configure-flag to use less memory during the linking phase. Change-Id: Ie27467445f2bc299314b1294b024d3cfdc6f0b44
* gnu: qtbase-5: Use libxkbcommon-1.5.John Kehayias2023-11-09
| | | | | | | | | | | This fixes a build failure for qtbase-5 and qtbase due to keysyms removed in libxkbcommon 1.6.0. See the release announcement <https://lists.freedesktop.org/archives/wayland-devel/2023-October/043121.html>. * gnu/packages/qt.scm (qtbase)[inputs]: Replace libxkbcommon with libxkbcommon-1.5. Change-Id: I4bbf63ec15b33151fa741149a00f31558a109d48
* gnu: qtwayland-5: Disable tst_surface test on aarch64-linux.Maxim Cournoyer2023-10-16
| | | | | * gnu/packages/qt.scm (qtwayland-5) [arguments] [target-aarch64?]: Disable the tst_surface test.
* gnu: qtdeclarative: Add a debug output.Maxim Cournoyer2023-10-16
| | | | | | | | | | | | | | * gnu/packages/qt.scm (qtdeclarative) [outputs]: New field. Series-version: 3 Series-to: 65922@debbugs.gnu.org Series-prefix: qt-team Cover-letter: Avoid capturing python in qtbase, reinstate tests Thes series removes Python from the closure of qtbase, both for versions 5.15 and 6.5. It also reinstate a few tests that was made possible thanks to discussions with upstream following reported the issues. END
* gnu: qtbase: Disable problematic tests on powerpc64le.Maxim Cournoyer2023-10-16
| | | | | | | | * gnu/packages/qt.scm (qtbase) [arguments] [powerpc64le]: Disable the tst_qpainter, tst_qprocess and tst_qsqlthread tests in the check phase. Series-changes: 3 - New commit
* gnu: qtbase: Reinstate date related tests.Maxim Cournoyer2023-10-16
| | | | | | | | | | | | | | | * gnu/packages/qt.scm (qtbase) [native-inputs]: Add tzdata-for-tests. [arguments]: Set the TZDIR and TZ environment variables, and reinstate the tst_qdate, tst_qtimezone and tst_qdatetime tests in the check phase. (qtbase-5) [source]: Replace qtbase-use-TZDIR.patch with qtbase-5-use-TZDIR.patch. * gnu/packages/patches/qtbase-use-TZDIR.patch: Refresh patch with upstream version, and preserve the old one for qtbase@5 as... * gnu/packages/patches/qtbase-5-use-TZDIR.patch: ... this. * gnu/local.mk (dist_patch_DATA): Register new patch. Series-changes: 2 - Use old TZDIR patch for qtbase@5 (the new one doesn't apply)
* gnu: qtbase: Add $TZDIR to native search paths.Maxim Cournoyer2023-10-16
| | | | * gnu/packages/qt.scm (qtbase) [native-search-paths]: Add $TZDIR.
* gnu: qtbase: Do not capture Python (again).Maxim Cournoyer2023-10-16
| | | | | | | | | Fixes <https://issues.guix.gnu.org/65457>. * gnu/packages/qt.scm (qtbase-5) [arguments]: Add #:disallowed-references argument to guard against the problem reoccurring in the future. Add do-not-capture-python phase. (qtbase) [arguments]: Update do-not-capture-python phase.
* gnu: qtwayland: Fix test.Hilton Chain2023-08-25
| | | | | * gnu/packages/qt.scm (qtwayland)[#:phases]<disable-failing-tests>: Adjust according to source change.
* gnu: python-shiboken-6: Update to 6.5.2.Maxim Cournoyer2023-08-22
| | | | | * gnu/packages/qt.scm (python-shiboken-6): Update to 6.5.2. [source]: Use mirror://qt for the source URL.
* gnu: python-shiboken-2: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | | | | * gnu/packages/qt.scm (python-shiboken-2): Update to 5.15.10. [source]: Use mirror://qt for the source URL. Delete patches. * gnu/packages/patches/python-shiboken-2-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it.
* gnu: qtvirtualkeyboard: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | | | | * gnu/packages/qt.scm (qtvirtualkeyboard): Update to 5.15.10. [source]: Adjust for renamed 'qt-url'. [arguments]: Remove extraneous QT_PLUGIN_PATH setenv in prepare-for-tests phase.
* gnu: qtwebengine-5: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (qtwebengine-5): Update to 5.15.10. [source]: Update snippet to preserve the whole openh264 third party directory. Series-to: 65280@debbugs.gnu.org Cover-letter: Refresh Qt 5 and 6 packages This series refreshes our core Qt packages to their latest releases, 5.15.10 and 6.5.2. It also adds some tooling for the Qt team in the form of two manifests to select all the core Qt 5 packages or the other core packages, that builds on top of the series posted at https://issues.guix.gnu.org/65230. With this new tooling, it took less than two days to update our complete core Qt packages collection, with the most time spent on qtwebengine (it has a large allow-list of 3rd party libraries that needed to be tuned), as well as investigating test failures in a few Qt 6.5.2 packages. END Series-version: 2
* gnu: qtspeech: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtspeech): Update to 5.15.10.
* gnu: qtnetworkauth-5: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtnetworkauth-5): Update to 5.15.10.
* gnu: qtdatavis3d: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | | * gnu/packages/qt.scm (qtdatavis3d): Update to 5.15.10. [description]: Double single space.
* gnu: qtcharts: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | | * gnu/packages/qt.scm (qtcharts): Update to 5.15.10. [description]: Double single space.
* gnu: qtpurchasing: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtpurchasing): Update to 5.15.10.
* gnu: qtscxml: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtscxml): Update to 5.15.10.
* gnu: qtgamepad: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtgamepad): Update to 5.15.10.
* gnu: qtgraphicaleffects: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtgraphicaleffects): Update to 5.15.10.
* gnu: qtquickcontrols2-5: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtquickcontrols2-5): Update to 5.15.10.
* gnu: qtquickcontrols-5: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtquickcontrols-5): Update to 5.15.10.
* gnu: qtscript: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtscript): Update to 5.15.10.
* gnu: qttools-5: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qttools-5): Update to 5.15.10.
* gnu: qtlocation: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtlocation): Update to 5.15.10.
* gnu: qtwebview: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtwebview): Update to 5.15.10.
* gnu: qtwebglplugin: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | | * gnu/packages/qt.scm (qtwebglplugin): Update to 5.15.10. [description]: Double single space.
* gnu: qtwebchannel-5: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtwebchannel-5): Update to 5.15.10.
* gnu: qtserialbus: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtserialbus): Update to 5.15.10.
* gnu: qtserialport: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtserialport): Update to 5.15.10.
* gnu: qtwayland-5: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | | | | * gnu/packages/qt.scm (qtwayland-5): Update to 5.15.10. [source]: Remove qtwayland-gcc-11.patch patch. * gnu/packages/patches/qtwayland-gcc-11.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it.
* gnu: qtmultimedia-5: Shorten maximum line width.Maxim Cournoyer2023-08-22
| | | | | * gnu/packages/qt.scm (qtmultimedia-5): Shorten maximum line width, for 'guix lint'.
* gnu: qtsensors: Shorten line width.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtsensors): Shorten line width, for 'guix lint'.
* gnu: qtmultimedia-5: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtmultimedia-5): Update to 5.15.10.
* gnu: qtsensors: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtsensors): Update to 5.15.10.
* gnu: qtwebsockets-5: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtwebsockets-5): Update to 5.15.10.
* gnu: qtconnectivity: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtconnectivity): Update to 5.15.10.
* gnu: qtdeclarative-5: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtdeclarative-5): Update to 5.15.10.
* gnu: qtxmlpatterns: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtxmlpatterns): Update to 5.15.10.
* gnu: qtx11extras: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtx11extras): Update to 5.15.10.
* gnu: qtimageformats-5: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtimageformats-5): Update to 5.15.10.
* gnu: qtsvg-5: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtsvg-5): Update to 5.15.10.
* gnu: qt3d-5: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qt3d-5): Update to 5.15.10.
* gnu: qtbase-5: Update to 5.15.10.Maxim Cournoyer2023-08-22
| | | | * gnu/packages/qt.scm (qtbase-5): Update to 5.15.10.