summary refs log tree commit diff
path: root/gnu/packages/qt.scm
AgeCommit message (Collapse)Author
2022-07-31gnu: Add qtpositioning.Maxim Cournoyer
* gnu/packages/qt.scm (qtpositioning): New variable.
2022-07-31gnu: Add qtnetworkauth, version 6.3.1.Maxim Cournoyer
* gnu/packages/qt.scm (qtnetworkauth): New variable.
2022-07-31gnu: qtnetworkauth: Rename to qtnetworkauth-5.Maxim Cournoyer
Automated with: git grep -l qtnetworkauth | xargs sed 's/\bqtnetworkauth\b/\0-5/g' -i
2022-07-31gnu: Add qttools, version 6.3.1.Maxim Cournoyer
* gnu/packages/qt.scm (qttools): New variable.
2022-07-31gnu: qttools: Rename to qttools-5.Maxim Cournoyer
Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: Add qt5compat.Maxim Cournoyer
* gnu/packages/qt.scm (qt5compat): New variable.
2022-07-31gnu: Add qtwebengine, version 6.3.1.Maxim Cournoyer
* gnu/packages/qt.scm (qtwebengine): New variable.
2022-07-31gnu: qtwebengine: Rename to qtwebengine-5.Maxim Cournoyer
Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: Add qtwebchannel, version 6.3.1.Maxim Cournoyer
* gnu/packages/qt.scm (qtwebchannel): New variable.
2022-07-31gnu: qtwebchannel: Rename to qtwebchannel-5.Maxim Cournoyer
Automated via: git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: Add qtwebsockets, version 6.3.1.Maxim Cournoyer
* gnu/packages/qt.scm (qtwebsockets): New variable.
2022-07-31gnu: qtwebsockets: Rename to qtwebsockets-5.Maxim Cournoyer
Automated via: git grep -l qtwebsockets | xargs sed 's/\bqtwebsockets\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtquickcontrols2: Define as obsoleted by qtdeclarative.Maxim Cournoyer
* gnu/packages/qt.scm (qtquickcontrols2): New variable.
2022-07-31gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.Maxim Cournoyer
Automated via: git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtquickcontrols: Rename to qtquickcontrols-5.Maxim Cournoyer
Automated via: git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: Add qtdeclarative, version 6.3.1.Maxim Cournoyer
* gnu/packages/qt.scm (qtdeclarative): New variable.
2022-07-31gnu: qtdeclarative: Rename to qtdeclarative-5.Maxim Cournoyer
Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS
2022-07-31gnu: Add qtmultimedia, version 6.3.1.Maxim Cournoyer
* gnu/packages/qt.scm (qtmultimedia): New variable.
2022-07-31gnu: qtmultimedia: Rename to qtmultimedia-5.Maxim Cournoyer
Automated via: git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i git checkout NEWS
2022-07-31gnu: Add qtshadertools.Maxim Cournoyer
* gnu/packages/qt.scm (qtshadertools): New variable.
2022-07-31gnu: Add qtsvg, version 6.3.1.Maxim Cournoyer
* gnu/packages/qt.scm (qtsvg): New variable.
2022-07-31gnu: qtsvg-5: Fix indentation.Maxim Cournoyer
* gnu/packages/qt.scm (qtsvg-5): Fix indentation.
2022-07-31gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer
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
2022-07-31gnu: qtbase: Revert to gtk+ (3) instead of gtk (4).Maxim Cournoyer
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.
2022-07-31gnu: qtbase: Enable test suite.Maxim Cournoyer
* 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.
2022-07-31gnu: qtbase: Honor CMAKE_PREFIX_PATH.Maxim Cournoyer
* gnu/packages/qt.scm (qtbase)[phases]{honor-CMAKE_PREFIX_PATH}: New phase.
2022-07-31gnu: qtbase: Patch /bin/pwd in executable scripts.Maxim Cournoyer
* gnu/packages/qt.scm (qtbase)[phases]{patch-paths}: Patch /bin/pwd. [inputs]: Add coreutils-minimal.
2022-07-17gnu: qtbase: Update to 6.3.1.Maxim Cournoyer
* 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>
2022-06-14gnu: PostgreSQL: Promote version 14 to the default.Marius Bakke
* gnu/packages/databases.scm (postgresql): Alias to POSTGRESQL-14. * gnu/packages/qt.scm (qtbase-5)[inputs]: Stay on POSTGRESQL-13.
2022-05-31gnu: qtwebengine: Re-style inputs.Maxim Cournoyer
* gnu/packages/qt.scm (qtwebengine)[phases]: Delete trailing #t. {substitute-source}: Use search-input-file. [inputs, native-inputs]: Use new style.
2022-05-31gnu: python-sip-4: Update to 4.19.25.Efraim Flashner
* gnu/packages/qt.scm (python-sip-4): Update to 4.19.25.
2022-05-12gnu: python-qtpy: Update to 2.0.1.Lars-Dominik Braun
* 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>
2022-02-21gnu: Add qhexedit.Foo Chuan Wei
* gnu/packages/qt.scm (qhexedit): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-02-16gnu: python-pyside-2: Fix detection of Qt modules.Guillaume Le Vaillant
* gnu/packages/qt.scm (python-pyside-2)[inputs]: Add qtdeclarative, qtquickcontrols2 and qtwebengine. [arguments]: Add 'fix-qt-module-detection' phase.
2022-02-13gnu: qt5ct: Update to 1.5.Marius Bakke
* gnu/packages/qt.scm (qt5ct): Update to 1.5. [arguments]: Remove trailing #t.
2022-01-28gnu: python-pyqtwebengine: Remove a transitive dependency on QtWebKit.Leo Famulari
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.
2022-01-21gnu: qtkeychain: Remove trailing #T from phases.Nicolas Goaziou
* gnu/packages/qt.scm (qtkeychain)[arguments]<#:phases>: Remove trailing #T.
2022-01-21gnu: Update qtkeychain to 0.13.2.raingloom
* gnu/packages/qt.scm (qtkeychain): Update 0.13.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-15gnu: qtspell: Update to 1.0.1.Nicolas Goaziou
* gnu/packages/qt.scm (qtspell): Update to 1.0.1.
2021-12-13gnu: Further simplify package inputs.Ludovic Courtès
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.)
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-09-11gnu: materialdecoration: Fix build.Guillaume Le Vaillant
* gnu/packages/qt.scm (materialdecoration)[arguments]: Use gexp for 'configure-flags'.
2021-09-08gnu: qtwebengine: Build with bundled icu4c.Guillaume Le Vaillant
Building with icu4c >= 68 fails. * gnu/packages/qt.scm (qtwebengine)[arguments]: Comment out "--webengine-icu=system" option in 'configure' phase.
2021-09-08gnu: qtwebkit: Remove workaround for binutils bug.Guillaume Le Vaillant
This is a follow-up to de8e2a699c0219f5ea86f6bbfff4d5ee35104738. * gnu/packages/qt.scm (qtwebkit)[arguments]: Remove custom 'build' phase.
2021-09-07Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-09-03gnu: Add single-application-qt5.nixo
* gnu/packages/qt.scm (single-application-qt5): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-08-28gnu: qtwebkit: Fix build.Guillaume Le Vaillant
* gnu/packages/qt.scm (qtwebkit)[arguments]: Replace the standard build phase with a custom one that increases the maximum number of open file descriptors.
2021-08-28gnu: QtWebKit: Fix building with Bison 3.7.Leo Famulari
* gnu/packages/patches/qtwebkit-fix-building-with-bison-3.7.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/qt.scm (qtwebkit)[source]: Use it. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-08-28gnu: QtWebKit: Fix building with glib 2.68.Leo Famulari
* gnu/packages/patches/qtwebkit-fix-building-with-glib-2.68.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/qt.scm (qtwebkit)[source]: Use it. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-08-28gnu: QtWebKit: Fix building with ICU 68.Leo Famulari
* gnu/packages/patches/qtwebkit-fix-building-with-icu-68.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/qt.scm (qtwebkit)[source]: Use it Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>