summaryrefslogtreecommitdiff
path: root/gnu/packages/qt.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: qtwayland: Remove input labels.•••* gnu/packages/qt.scm (qtwayland)[inputs]: Remove labels. Marius Bakke2022-08-111-12/+12
* gnu: 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 Bakke2022-08-111-0/+1
* gnu: 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 Vaillant2022-08-031-8/+8
* gnu: 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 Smith2022-08-031-27/+12
* gnu: Add qtlottie.•••* gnu/packages/qt.scm (qtlottie): New variable. Maxim Cournoyer2022-08-011-0/+32
* gnu: Add qtpositioning.•••* gnu/packages/qt.scm (qtpositioning): New variable. Maxim Cournoyer2022-07-311-0/+30
* gnu: Add qtnetworkauth, version 6.3.1.•••* gnu/packages/qt.scm (qtnetworkauth): New variable. Maxim Cournoyer2022-07-311-0/+20
* gnu: qtnetworkauth: Rename to qtnetworkauth-5.•••Automated with: git grep -l qtnetworkauth | xargs sed 's/\bqtnetworkauth\b/\0-5/g' -i Maxim Cournoyer2022-07-311-1/+1
* gnu: Add qttools, version 6.3.1.•••* gnu/packages/qt.scm (qttools): New variable. Maxim Cournoyer2022-07-311-0/+27
* gnu: qttools: Rename to qttools-5.•••Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-13/+13
* gnu: Add qt5compat.•••* gnu/packages/qt.scm (qt5compat): New variable. Maxim Cournoyer2022-07-311-0/+29
* gnu: Add qtwebengine, version 6.3.1.•••* gnu/packages/qt.scm (qtwebengine): New variable. Maxim Cournoyer2022-07-311-0/+345
* gnu: qtwebengine: Rename to qtwebengine-5.•••Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-7/+7
* gnu: Add qtwebchannel, version 6.3.1.•••* gnu/packages/qt.scm (qtwebchannel): New variable. Maxim Cournoyer2022-07-311-0/+37
* gnu: qtwebchannel: Rename to qtwebchannel-5.•••Automated via: git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-7/+7
* gnu: Add qtwebsockets, version 6.3.1.•••* gnu/packages/qt.scm (qtwebsockets): New variable. Maxim Cournoyer2022-07-311-0/+39
* gnu: qtwebsockets: Rename to qtwebsockets-5.•••Automated via: git grep -l qtwebsockets | xargs sed 's/\bqtwebsockets\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-6/+6
* gnu: qtquickcontrols2: Define as obsoleted by qtdeclarative.•••* gnu/packages/qt.scm (qtquickcontrols2): New variable. Maxim Cournoyer2022-07-311-0/+6
* gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.•••Automated via: git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-3/+3
* gnu: qtquickcontrols: Rename to qtquickcontrols-5.•••Automated via: git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-4/+4
* gnu: Add qtdeclarative, version 6.3.1.•••* gnu/packages/qt.scm (qtdeclarative): New variable. Maxim Cournoyer2022-07-311-0/+128
* gnu: 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 Cournoyer2022-07-311-31/+31
* gnu: Add qtmultimedia, version 6.3.1.•••* gnu/packages/qt.scm (qtmultimedia): New variable. Maxim Cournoyer2022-07-311-0/+65
* gnu: qtmultimedia: Rename to qtmultimedia-5.•••Automated via: git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-9/+10
* gnu: Add qtshadertools.•••* gnu/packages/qt.scm (qtshadertools): New variable. Maxim Cournoyer2022-07-311-0/+29
* gnu: Add qtsvg, version 6.3.1.•••* gnu/packages/qt.scm (qtsvg): New variable. Maxim Cournoyer2022-07-311-0/+31
* gnu: qtsvg-5: Fix indentation.•••* gnu/packages/qt.scm (qtsvg-5): Fix indentation. Maxim Cournoyer2022-07-311-6/+7
* gnu: 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 Cournoyer2022-07-311-59/+59
* gnu: 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 Cournoyer2022-07-311-3/+1
* gnu: 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 Cournoyer2022-07-311-6/+106
* gnu: qtbase: Honor CMAKE_PREFIX_PATH.•••* gnu/packages/qt.scm (qtbase)[phases]{honor-CMAKE_PREFIX_PATH}: New phase. Maxim Cournoyer2022-07-311-0/+21
* gnu: qtbase: Patch /bin/pwd in executable scripts.•••* gnu/packages/qt.scm (qtbase)[phases]{patch-paths}: Patch /bin/pwd. [inputs]: Add coreutils-minimal. Maxim Cournoyer2022-07-311-1/+4
* gnu: 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 Cournoyer2022-07-171-65/+78
* gnu: 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 Bakke2022-06-141-1/+2
* gnu: 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 Cournoyer2022-05-311-72/+68
* gnu: python-sip-4: Update to 4.19.25.•••* gnu/packages/qt.scm (python-sip-4): Update to 4.19.25. Efraim Flashner2022-05-311-2/+2
* gnu: 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 Braun2022-05-121-4/+3
* gnu: Add qhexedit.•••* gnu/packages/qt.scm (qhexedit): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Foo Chuan Wei2022-02-211-0/+45
* gnu: 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 Vaillant2022-02-161-1/+45
* gnu: qt5ct: Update to 1.5.•••* gnu/packages/qt.scm (qt5ct): Update to 1.5. [arguments]: Remove trailing #t. Marius Bakke2022-02-131-4/+3
* gnu: 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 Famulari2022-01-281-2/+4
* gnu: qtkeychain: Remove trailing #T from phases.•••* gnu/packages/qt.scm (qtkeychain)[arguments]<#:phases>: Remove trailing #T. Nicolas Goaziou2022-01-211-2/+1
* gnu: Update qtkeychain to 0.13.2.•••* gnu/packages/qt.scm (qtkeychain): Update 0.13.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> raingloom2022-01-211-3/+4
* gnu: qtspell: Update to 1.0.1.•••* gnu/packages/qt.scm (qtspell): Update to 1.0.1. Nicolas Goaziou2022-01-151-3/+3
* gnu: 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ès2021-12-131-1/+1
* gnu: Simplify package inputs.•••This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès2021-12-131-202/+134
* gnu: materialdecoration: Fix build.•••* gnu/packages/qt.scm (materialdecoration)[arguments]: Use gexp for 'configure-flags'. Guillaume Le Vaillant2021-09-111-5/+6
* gnu: 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 Vaillant2021-09-081-1/+3
* gnu: 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 Vaillant2021-09-081-13/+1
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-09-071-0/+56
|\