summaryrefslogtreecommitdiff
path: root/gnu/packages/qt.scm
AgeCommit message (Expand)Author
2022-08-11gnu: qtwayland: Remove input labels....* gnu/packages/qt.scm (qtwayland)[inputs]: Remove labels. Marius Bakke
2022-08-11gnu: qtwayland: Fix build with GCC 11....* gnu/packages/patches/qtwayland-gcc-11.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/qt.scm (qtwayland)[source](patches): New field. Marius Bakke
2022-08-03gnu: python-pyside-2: Fix build....* gnu/packages/qt.scm (python-pyside-2)[arguments]: Use the correct names for Qt inputs in the 'fix-qt-module-detection' phase. Guillaume Le Vaillant
2022-08-03gnu: qt5ct: Fix build....* gnu/packages/qt.scm (qt5ct)[build-system]: Change to qt-build-system. [arguments]: Adjust accordingly. [inputs]: Remove qtbase-5. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Morgan Smith
2022-08-01gnu: Add qtlottie....* gnu/packages/qt.scm (qtlottie): New variable. Maxim Cournoyer
2022-07-31gnu: Add qtpositioning....* gnu/packages/qt.scm (qtpositioning): New variable. Maxim Cournoyer
2022-07-31gnu: Add qtnetworkauth, version 6.3.1....* gnu/packages/qt.scm (qtnetworkauth): New variable. Maxim Cournoyer
2022-07-31gnu: qtnetworkauth: Rename to qtnetworkauth-5....Automated with: git grep -l qtnetworkauth | xargs sed 's/\bqtnetworkauth\b/\0-5/g' -i Maxim Cournoyer
2022-07-31gnu: Add qttools, version 6.3.1....* gnu/packages/qt.scm (qttools): New variable. Maxim Cournoyer
2022-07-31gnu: qttools: Rename to qttools-5....Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer
2022-07-31gnu: Add qt5compat....* gnu/packages/qt.scm (qt5compat): New variable. Maxim Cournoyer
2022-07-31gnu: Add qtwebengine, version 6.3.1....* gnu/packages/qt.scm (qtwebengine): New variable. Maxim Cournoyer
2022-07-31gnu: qtwebengine: Rename to qtwebengine-5....Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer
2022-07-31gnu: Add qtwebchannel, version 6.3.1....* gnu/packages/qt.scm (qtwebchannel): New variable. Maxim Cournoyer
2022-07-31gnu: qtwebchannel: Rename to qtwebchannel-5....Automated via: git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer
2022-07-31gnu: Add qtwebsockets, version 6.3.1....* gnu/packages/qt.scm (qtwebsockets): New variable. Maxim Cournoyer
2022-07-31gnu: qtwebsockets: Rename to qtwebsockets-5....Automated via: git grep -l qtwebsockets | xargs sed 's/\bqtwebsockets\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer
2022-07-31gnu: qtquickcontrols2: Define as obsoleted by qtdeclarative....* gnu/packages/qt.scm (qtquickcontrols2): New variable. Maxim Cournoyer
2022-07-31gnu: qtquickcontrols2: Rename to qtquickcontrols2-5....Automated via: git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer
2022-07-31gnu: qtquickcontrols: Rename to qtquickcontrols-5....Automated via: git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer
2022-07-31gnu: Add qtdeclarative, version 6.3.1....* gnu/packages/qt.scm (qtdeclarative): New variable. Maxim Cournoyer
2022-07-31gnu: qtdeclarative: Rename to qtdeclarative-5....Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS Maxim Cournoyer
2022-07-31gnu: Add qtmultimedia, version 6.3.1....* gnu/packages/qt.scm (qtmultimedia): New variable. Maxim Cournoyer
2022-07-31gnu: qtmultimedia: Rename to qtmultimedia-5....Automated via: git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i git checkout NEWS Maxim Cournoyer
2022-07-31gnu: Add qtshadertools....* gnu/packages/qt.scm (qtshadertools): New variable. Maxim Cournoyer
2022-07-31gnu: Add qtsvg, version 6.3.1....* gnu/packages/qt.scm (qtsvg): New variable. Maxim Cournoyer
2022-07-31gnu: qtsvg-5: Fix indentation....* gnu/packages/qt.scm (qtsvg-5): Fix indentation. Maxim Cournoyer
2022-07-31gnu: qtsvg: Rename variable to qtsvg-5....This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i Maxim Cournoyer
2022-07-31gnu: qtbase: Revert to gtk+ (3) instead of gtk (4)....This revert the upgrade from GTK 3 to 4 in 8d7fdbe261e32a63df8c47f06b1a43095b6084c7. Qt doesn't yet support GTK 4. * gnu/packages/qt.scm (qtbase)[native-inputs]: Remove gtk. [inputs]: Do not replace gtk+ by gtk. Maxim Cournoyer
2022-07-31gnu: qtbase: Enable test suite....* gnu/packages/qt.scm (qtbase)[tests?]: Delete argument. [configure-flags]: Add "-DQT_BUILD_TESTS=ON". [phases]{check}: Move after the patch-prl-files phase and override. [native-inputs]: Add xvfb-run. Maxim Cournoyer
2022-07-31gnu: qtbase: Honor CMAKE_PREFIX_PATH....* gnu/packages/qt.scm (qtbase)[phases]{honor-CMAKE_PREFIX_PATH}: New phase. Maxim Cournoyer
2022-07-31gnu: qtbase: Patch /bin/pwd in executable scripts....* gnu/packages/qt.scm (qtbase)[phases]{patch-paths}: Patch /bin/pwd. [inputs]: Add coreutils-minimal. Maxim Cournoyer
2022-07-17gnu: qtbase: Update to 6.3.1....* gnu/packages/qt.scm (qtbase): Update to 6.3.1. [cmake]: Delete commented out argument. [configure-flags]: Add -DFEATURE_system_xcb_xinput=ON. [phases]: Use gexps. {patch-more-paths}: Use search-input-file. Patch /bin/ls. {patch-mkspecs}: Use search-input-directory and search-input-file. [native-inputs]: Rewrite with modify-inputs. Replace gtk+ with gtk. Remove xorg-server-for-tests. [inputs]: Override field to extend with bash-minimal, libxcb and md4c. replace gtk+ with gtk. Use latest postgresql. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Maxim Cournoyer
2022-06-14gnu: PostgreSQL: Promote version 14 to the default....* gnu/packages/databases.scm (postgresql): Alias to POSTGRESQL-14. * gnu/packages/qt.scm (qtbase-5)[inputs]: Stay on POSTGRESQL-13. Marius Bakke
2022-05-31gnu: qtwebengine: Re-style inputs....* gnu/packages/qt.scm (qtwebengine)[phases]: Delete trailing #t. {substitute-source}: Use search-input-file. [inputs, native-inputs]: Use new style. Maxim Cournoyer
2022-05-31gnu: python-sip-4: Update to 4.19.25....* gnu/packages/qt.scm (python-sip-4): Update to 4.19.25. Efraim Flashner
2022-05-12gnu: python-qtpy: Update to 2.0.1....* gnu/packages/qt.scm (python-qtpy): Update to 2.0.1. [propagated-inputs]: Remove python-pyside-2, add python-packaging. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Lars-Dominik Braun
2022-02-21gnu: Add qhexedit....* gnu/packages/qt.scm (qhexedit): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Foo Chuan Wei
2022-02-16gnu: python-pyside-2: Fix detection of Qt modules....* gnu/packages/qt.scm (python-pyside-2)[inputs]: Add qtdeclarative, qtquickcontrols2 and qtwebengine. [arguments]: Add 'fix-qt-module-detection' phase. Guillaume Le Vaillant
2022-02-13gnu: qt5ct: Update to 1.5....* gnu/packages/qt.scm (qt5ct): Update to 1.5. [arguments]: Remove trailing #t. Marius Bakke
2022-01-28gnu: python-pyqtwebengine: Remove a transitive dependency on QtWebKit....Since QtWebKit and QtWebEngine are alternative web rendering engines, it doesn't make sense for one to depend on the other. See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/qt.scm (python-pyqtwebengine)[inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit. Leo Famulari
2022-01-21gnu: qtkeychain: Remove trailing #T from phases....* gnu/packages/qt.scm (qtkeychain)[arguments]<#:phases>: Remove trailing #T. Nicolas Goaziou
2022-01-21gnu: Update qtkeychain to 0.13.2....* gnu/packages/qt.scm (qtkeychain): Update 0.13.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> raingloom
2022-01-15gnu: qtspell: Update to 1.0.1....* gnu/packages/qt.scm (qtspell): Update to 1.0.1. Nicolas Goaziou
2021-12-13gnu: Further simplify package inputs....This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.) Ludovic Courtès
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-09-11gnu: materialdecoration: Fix build....* gnu/packages/qt.scm (materialdecoration)[arguments]: Use gexp for 'configure-flags'. Guillaume Le Vaillant
2021-09-08gnu: qtwebengine: Build with bundled icu4c....Building with icu4c >= 68 fails. * gnu/packages/qt.scm (qtwebengine)[arguments]: Comment out "--webengine-icu=system" option in 'configure' phase. Guillaume Le Vaillant
2021-09-08gnu: qtwebkit: Remove workaround for binutils bug....This is a follow-up to de8e2a699c0219f5ea86f6bbfff4d5ee35104738. * gnu/packages/qt.scm (qtwebkit)[arguments]: Remove custom 'build' phase. Guillaume Le Vaillant
2021-09-07Merge branch 'master' into core-updates-frozenLudovic Courtès