summaryrefslogtreecommitdiff
path: root/gnu/packages/qt.scm
AgeCommit message (Expand)Author
2023-08-22gnu: qtconnectivity: Update to 5.15.10....* gnu/packages/qt.scm (qtconnectivity): Update to 5.15.10. Maxim Cournoyer
2023-08-22gnu: qtdeclarative-5: Update to 5.15.10....* gnu/packages/qt.scm (qtdeclarative-5): Update to 5.15.10. Maxim Cournoyer
2023-08-22gnu: qtxmlpatterns: Update to 5.15.10....* gnu/packages/qt.scm (qtxmlpatterns): Update to 5.15.10. Maxim Cournoyer
2023-08-22gnu: qtx11extras: Update to 5.15.10....* gnu/packages/qt.scm (qtx11extras): Update to 5.15.10. Maxim Cournoyer
2023-08-22gnu: qtimageformats-5: Update to 5.15.10....* gnu/packages/qt.scm (qtimageformats-5): Update to 5.15.10. Maxim Cournoyer
2023-08-22gnu: qtsvg-5: Update to 5.15.10....* gnu/packages/qt.scm (qtsvg-5): Update to 5.15.10. Maxim Cournoyer
2023-08-22gnu: qt3d-5: Update to 5.15.10....* gnu/packages/qt.scm (qt3d-5): Update to 5.15.10. Maxim Cournoyer
2023-08-22gnu: qtbase-5: Update to 5.15.10....* gnu/packages/qt.scm (qtbase-5): Update to 5.15.10. Maxim Cournoyer
2023-08-22gnu: qt-creator: Update to 11.0.1....* gnu/packages/qt.scm (qt-creator): Update to 11.0.1. [source]: Adjust snippet. [arguments]: Adjust patch-paths phase. Disable the 'tst_process' failing tests. Series-changes: 2 - Delete fix-tests-build phase - Only one new test is now disabled Maxim Cournoyer
2023-08-22gnu: Remove qtquickcontrols2....* gnu/packages/qt.scm (qtquickcontrols2): Delete variable. (pyotherside) [inputs]: Remove qtquickcontrols2. Maxim Cournoyer
2023-08-22gnu: qtwebengine: Update to 6.5.2....* gnu/packages/qt.scm (qtwebengine): Update to 6.5.2. [source]: Update snippet. [arguments]: Adjust comment in patch-paths phase. Remove link to closed issue in #:configure-flags. Remove NSS link workaround. Maxim Cournoyer
2023-08-22gnu: qtremoteobjects: Update to 6.5.2....* gnu/packages/qt.scm (qtremoteobjects): Update to 6.5.2. Maxim Cournoyer
2023-08-22gnu: qtnetworkauth: Update to 6.5.2....* gnu/packages/qt.scm (qtnetworkauth): Update to 6.5.2. Maxim Cournoyer
2023-08-22gnu: qtpositioning: Update to 6.5.2....* gnu/packages/qt.scm (qtpositioning): Update to 6.5.2. Maxim Cournoyer
2023-08-22gnu: qttranslations: Update to 6.5.2....* gnu/packages/qt.scm (qttranslations): Update to 6.5.2. Maxim Cournoyer
2023-08-22gnu: qttools: Update to 6.5.2....* gnu/packages/qt.scm (qttools): Update to 6.5.2. Maxim Cournoyer
2023-08-22gnu: qtlottie: Update to 6.5.2....* gnu/packages/qt.scm (qtlottie): Update to 6.5.2. Maxim Cournoyer
2023-08-22gnu: qtwebchannel: Update to 6.5.2....* gnu/packages/qt.scm (qtwebchannel): Update to 6.5.2. Maxim Cournoyer
2023-08-22gnu: qtwayland: Update to 6.5.2....* gnu/packages/qt.scm (qtwayland): Update to 6.5.2. Maxim Cournoyer
2023-08-22gnu: qtmultimedia: Update to 6.5.2....* gnu/packages/qt.scm (qtmultimedia): Update to 6.5.2. Maxim Cournoyer
2023-08-22gnu: qtshadertools: Update to 6.5.2....* gnu/packages/qt.scm (qtshadertools): Update to 6.5.2. Maxim Cournoyer
2023-08-22gnu: qtwebsockets: Update to 6.5.2....* gnu/packages/qt.scm (qtwebsockets): Update to 6.5.2. Maxim Cournoyer
2023-08-22gnu: qtdeclarative: Update to 6.5.2....* gnu/packages/qt.scm (qtdeclarative): Update to 6.5.2. [arguments]: Disable a few extra tests in check phase. [inputs]: Add at-spi2-core, qtimageformats, qtlanguageserver and qtsvg. Maxim Cournoyer
2023-08-22gnu: Add qtlanguageserver....* gnu/packages/qt.scm (qtlanguageserver): New variable. Maxim Cournoyer
2023-08-22gnu: Add qtimageformats....* gnu/packages/qt.scm (qtimageformats): New variable. Maxim Cournoyer
2023-08-22gnu: qtimageformats-5: Fix indentation....* gnu/packages/qt.scm (qtimageformats-5): Fix indentation. Maxim Cournoyer
2023-08-22gnu: qtimageformats: Rename variable to qtimageformats-5....* gnu/packages/qt.scm (qtimageformats): Rename to... (qtimageformats-5): ... this. * gnu/packages/telegram.scm (telegram-desktop): Adjust accordingly. * gnu/packages/image-viewers.scm (qview): Likewise. * gnu/packages/geo.scm (openorienteering-mapper): Likewise. Maxim Cournoyer
2023-08-22gnu: qtsvg: Update to 6.5.2....* gnu/packages/qt.scm (qtsvg): Update to 6.5.2. Maxim Cournoyer
2023-08-22gnu: qt5compat: Update to 6.5.2....* gnu/packages/qt.scm (qt5compat): Update to 6.5.2. Maxim Cournoyer
2023-08-22gnu: qtbase: Enable zstd support....* gnu/packages/qt.scm (qtbase) [inputs]: Add zstd:lib. Maxim Cournoyer
2023-08-22gnu: qtbase: Update to 6.5.2....* gnu/packages/qt.scm (qtbase): Update to 6.5.2. Use normal inheritance, not package/inherit, as the package is distinct and not a variant (it does not use the same source). [arguments]: Disable a few newly failing tests in the check phase. Adjust the patch-mkspecs phase. [inputs]: Remove extraneous postgresql replacement. Add at-spi2-core, libice, libsm, libxext and xcb-util-cursor. Series-changes: 2 - Fix xcb backend by adding missing inputs Maxim Cournoyer
2023-08-22gnu: qtdeclarative: Disable QML cache to avoid stale cache issues....Fixes <https://issues.guix.gnu.org/64605> and similar reports. * gnu/packages/patches/qtdeclarative-5-disable-qmlcache.patch: New patch. * gnu/packages/patches/qtdeclarative-disable-qmlcache.patch: Likewise. * gnu/local.mk (dist_patch_DATA): Register them. * gnu/packages/qt.scm (qtdeclarative-5, qtdeclarative): Apply them. Reported-by: Distopico Vegan <distopico@riseup.net> Maxim Cournoyer
2023-08-22gnu: qt: Revert to use individual versions instead of %qt5-version....Rationale: using a variable for the version field currently hinders automatic upgrades via 'guix refresh': qtbase: no `version' field in source; skipping Automated with: sed 's/%qt5-version/"5.15.8"/g' -i gnu/packages/qt.scm Maxim Cournoyer
2023-08-22gnu: qt-creator: Use mirror://qt for source URI....* gnu/packages/qt.scm (qt-creator) [source]: Use mirror://qt for origin URI. Maxim Cournoyer
2023-08-22gnu: qt: Streamline qt-urls....* gnu/packages/qt.scm (qt-urls): Rename to... (qt-url): ... this. Return a single URL built using the mirror:// scheme. Adjust all callers accordingly. Maxim Cournoyer
2023-08-11Merge remote-tracking branch 'origin/master' into kde-updates宋文武
2023-08-08gnu: grantlee: Fix build on i686-linux....This fixes a test (formatfiltertest07) failure on i686-linux. See also <https://github.com/steveire/grantlee/issues/85>. * gnu/packages/patches/grantlee-fix-i586-precision.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/qt.scm (grantlee)[source]: Add patch. 宋文武
2023-08-03gnu: Add qcoro-qt5....* gnu/packages/qt.scm (qcoro-qt5): New variable. 宋文武
2023-08-02gnu: Add qtvirtualkeyboard-5....* gnu/packages/qt.scm (qtvirtualkeyboard-5): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Zheng Junjie
2023-08-02gnu: grantlee: Use G-expressions....* gnu/packages/qt.scm (grantlee)[arguments]: Rewrite as G-expressions. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Zheng Junjie
2023-08-02gnu: grantlee: Update to 5.3.1....* gnu/packages/qt.scm (grantlee): Update to 5.3.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Zheng Junjie
2023-08-10gnu: Add pyotherside-for-qt5....* gnu/packages/qt.scm (pyotherside-for-qt5): New variable. Maxim Cournoyer
2023-08-10gnu: Add pyotherside....* gnu/packages/qt.scm (pyotherside): New variable. Maxim Cournoyer
2023-08-07gnu: qtbase: Avoid retaining a reference to gcc-final....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> Maxim Cournoyer
2023-08-07gnu: qtbase: Fix qmake link directives....* 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. Maxim Cournoyer
2023-07-26gnu: python-shiboken-6: Remove inherited workaround....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> Hilton Chain
2023-07-16gnu: qxlsx: Fix include directory....* 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. Tobias Geerinckx-Rice
2023-07-16gnu: qxlsx: Update to 1.4.6....* gnu/packages/qt.scm (qxlsx): Update to 1.4.6. Tobias Geerinckx-Rice
2023-07-17gnu: Remove harfbuzz-5....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. Christopher Baines
2023-06-20gnu: qtwebengine-5: Explicitly use ruby-2.7....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. Christopher Baines