aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/qt.scm
Commit message (Collapse)AuthorAge
* gnu: Add pyotherside-for-qt5.Maxim Cournoyer2023-08-10
| | | | * gnu/packages/qt.scm (pyotherside-for-qt5): New variable.
* gnu: Add pyotherside.Maxim Cournoyer2023-08-10
| | | | * gnu/packages/qt.scm (pyotherside): New variable.
* gnu: qtbase: Avoid retaining a reference to gcc-final.Maxim Cournoyer2023-08-07
| | | | | | | | | Fixes <https://issues.guix.gnu.org/63948>. * gnu/packages/qt.scm (qtbase) [configure-flags]: Add the "-DQT_EMBED_TOOLCHAIN_COMPILER=OFF" flag. Reported-by: Ludovic Courtès <ludo@gnu.org>
* gnu: qtbase: Fix qmake link directives.Maxim Cournoyer2023-08-07
| | | | | | | | * gnu/packages/qt.scm (qtbase) [origin]: Add patch, specifying patches explicitly. [arguments] <phases>: Augment LIBRARY_PATH in check phase. * gnu/packages/patches/qtbase-qmake-use-libname.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: python-shiboken-6: Remove inherited workaround.Hilton Chain2023-07-26
| | | | | | | | | | Fixes: <https://issues.guix.gnu.org/64803>. * gnu/packages/qt.scm (python-shiboken-6)[arguments]<#:phases>: Delete 'workaround-importlib-error, which breaks the build. Reported-by: Formbi <formbi@protonmail.com> Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: qxlsx: Fix include directory.Tobias Geerinckx-Rice2023-07-16
| | | | | | * gnu/packages/qt.scm (qxlsx)[source]: Add patch. * gnu/packages/patches/qxlsx-fix-include-directory.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: qxlsx: Update to 1.4.6.Tobias Geerinckx-Rice2023-07-16
| | | | * gnu/packages/qt.scm (qxlsx): Update to 1.4.6.
* gnu: Remove harfbuzz-5.Christopher Baines2023-07-17
| | | | | | | | | As this package definition is redundant, harfbuzz is version 5.3.1. * gnu/packages/gtk.scm (harfbuzz-5): Remove. * gnu/packages/libreoffice.scm (libreoffice)[inputs]: Replace harfbuzz-5 with harfbuzz. * gnu/packages/qt.scm (qtwebengine)[inputs]: Remove redundant replace.
* gnu: qtwebengine-5: Explicitly use ruby-2.7.Christopher Baines2023-06-20
| | | | | | So that ruby can change without affecting this package and it's dependents. * gnu/packages/qt.scm (qtwebengine-5)[native-inputs]: Explicitly use ruby-2.7.
* gnu: qtbase: Explicitly use ruby-2.7.Christopher Baines2023-06-20
| | | | | | To avoid changing qabase-5 while changing ruby. * gnu/packages/qt.scm (qtbase-5)[native-inputs]: Explicitly use ruby-2.7.
* gnu: python-shiboken-2: Add fix for python-pyside-2.Guillaume Le Vaillant2023-05-10
| | | | | * gnu/packages/qt.scm (python-shiboken-2)[arguments]: Add 'workaround-importlib-error' phase.
* gnu: qtbase: Disable unstable tst_qpauseanimation test.Maxim Cournoyer2023-04-19
| | | | | * gnu/packages/qt.scm (qtbase) [arguments]: Disable tst_qpauseanimation in check phase.
* gnu: python-shiboken-2: Fix compilation with Python 3.10.Ludovic Courtès2023-04-19
| | | | | | * gnu/packages/patches/python-shiboken-2-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/qt.scm (python-shiboken-2): Use it.
* gnu: qtlocation: Correct hash.Andreas Enge2023-04-19
| | | | | | | This is probably a consequence of a branch merge, since the hash was for version 5.15.5, whereas the package has version 5.15.8. * gnu/packages/qt.scm (qtlocation): Correct hash.
* Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge2023-04-17
|\
| * gnu: qtbase: Disable the "tst_qobjectrace" test.Maxim Cournoyer2023-04-14
| | | | | | | | | | * gnu/packages/qt.scm (qtbase) [arguments]: Skip the "tst_qobjectrace" in the check phase.
| * gnu: qtwebengine-5: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/52672>. * gnu/packages/qt.scm (qtwebengine-5): Update to 5.15.8. [source]: Fix indentation. [arguments]: Use gexps.
| * gnu: qtspeech: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | * gnu/packages/qt.scm (qtspeech): Update to 5.15.8.
| * gnu: qtremoteobjects: Update to 6.3.2.Maxim Cournoyer2023-04-14
| | | | | | | | | | | | | | | | * gnu/packages/qt.scm (qtremoteobjects): No longer inherit from qtsvg-5. Update to 6.3.2. [arguments]: Use gexps. Delete remove-failing-test phase. Add set-display, prepare-for-tests and move check phase after install phase. [home-page, license]: New fields.
| * gnu: qtnetworkauth-5: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | * gnu/packages/qt.scm (qtnetworkauth-5): Update to 5.15.8.
| * gnu: qtdatavis3d: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | * gnu/packages/qt.scm (qtdatavis3d): Update to 5.15.8.
| * gnu: qtcharts: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | | | * gnu/packages/qt.scm (qtcharts): Update to 5.15.8. [arguments]: Use gexps.
| * gnu: qtpurchasing: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | * gnu/packages/qt.scm (qtpurchasing): Update to 5.15.8.
| * gnu: qtscxml: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | * gnu/packages/qt.scm (qtscxml): Update to 5.15.8.
| * gnu: qtgamepad: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | * gnu/packages/qt.scm (qtgamepad): Update to 5.15.8.
| * gnu: qtgraphicaleffects: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | * gnu/packages/qt.scm (qtgraphicaleffects): Update to 5.15.8.
| * gnu: qtquickcontrols2-5: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | * gnu/packages/qt.scm (qtquickcontrols2-5): Update to 5.15.8.
| * gnu: qtquickcontrols-5: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | * gnu/packages/qt.scm (qtquickcontrols-5): Update to 5.15.8.
| * gnu: qtscript: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | * gnu/packages/qt.scm (qtscript): Update to 5.15.8.
| * gnu: qttools-5: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | * gnu/packages/qt.scm (qttools-5): Update to 5.15.8.
| * gnu: qtlocation: Update to 5.15.5.Maxim Cournoyer2023-04-14
| | | | | | | | | | * gnu/packages/qt.scm (qtlocation): Update to 5.15.5. [arguments]: Use gexps.
| * gnu: qtwebview: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | * gnu/packages/qt.scm (qtwebview): Update to 5.15.8.
| * gnu: qtwebglplugin: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | | | * gnu/packages/qt.scm (qtwebglplugin): Update to 5.15.8. [arguments]: Use gexps.
| * gnu: qtwebchannel-5: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | * gnu/packages/qt.scm (qtwebchannel-5): Update to 5.15.8.
| * gnu: qtserialbus: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | | | | | * gnu/packages/qt.scm (qtserialbus): Update to 5.15.8. [arguments]: Use gexps. Use search-input-file in the patch-libsocketcan-reference phase.
| * gnu: qtserialport: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | | | * gnu/packages/qt.scm (qtserialport): Update to 5.15.8. [arguments]: Use gexps. Simplify pattern in patch-dlopen-paths.
| * gnu: qtwayland-5: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | | | * gnu/packages/qt.scm (qtwayland-5): Update to 5.15.8. [arguments]: Use gexps.
| * gnu: qtmultimedia-5: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | * gnu/packages/qt.scm (qtmultimedia-5): Update to 5.15.8.
| * gnu: qtsensors: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | * gnu/packages/qt.scm (qtsensors): Update to 5.15.8.
| * gnu: qtwebsockets-5: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | * gnu/packages/qt.scm (qtwebsockets-5): Update to 5.15.8.
| * gnu: qtconnectivity: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | * gnu/packages/qt.scm (qtconnectivity): Update to 5.15.8.
| * gnu: qtdeclarative-5: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | | | * gnu/packages/qt.scm (qtdeclarative-5): Update to 5.15.8. [arguments]: Use gexps. Address TODO.
| * gnu: qtxmlpatterns: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | * gnu/packages/qt.scm (qtxmlpatterns): Update to 5.15.8.
| * gnu: qtx11extras: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | * gnu/packages/qt.scm (qtx11extras): Update to 5.15.8.
| * gnu: qtimageformats: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | * gnu/packages/qt.scm (qtimageformats): Update to 5.15.8.
| * gnu: qtsvg-5: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | * gnu/packages/qt.scm (qtsvg-5): Update to 5.15.8.
| * gnu: qt3d-5: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | * gnu/packages/qt.scm (qt3d-5): Update to 5.15.8.
| * gnu: qtbase-5: Update to 5.15.8.Maxim Cournoyer2023-04-14
| | | | | | | | | | * gnu/packages/qt.scm (qtbase-5): Update to 5.15.8. [inputs]: Remove labels.
* | gnu: python-qscintilla: Fix build.Guillaume Le Vaillant2023-04-17
| | | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (python-qscintilla)[build-system]: Swith to pyproject-build-system. [arguments]: Update 'configure-flags'. Delete custom 'configure' phase. Add 'prepare-build' and 'set-include-dirs' phases. [native-inputs]: Add python-pyqt-builder and qtbase-5. [inputs]: Add python-sip.
* | gnu: qscintilla: Update to 2.13.4.Guillaume Le Vaillant2023-04-17
| | | | | | | | * gnu/packages/qt.scm (qscintilla): Update to 2.13.4.