Commit Graph

721 Commits

Author SHA1 Message Date
Maxim Cournoyer
5206426c6e
gnu: qtwebsockets: Update to 6.5.2.
* gnu/packages/qt.scm (qtwebsockets): Update to 6.5.2.
2023-08-22 12:32:22 -04:00
Maxim Cournoyer
5212ea0710
gnu: 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.
2023-08-22 12:32:22 -04:00
Maxim Cournoyer
dba277e436
gnu: Add qtlanguageserver.
* gnu/packages/qt.scm (qtlanguageserver): New variable.
2023-08-22 12:32:22 -04:00
Maxim Cournoyer
b4cd976d11
gnu: Add qtimageformats.
* gnu/packages/qt.scm (qtimageformats): New variable.
2023-08-22 12:32:21 -04:00
Maxim Cournoyer
e3ad9b976f
gnu: qtimageformats-5: Fix indentation.
* gnu/packages/qt.scm (qtimageformats-5): Fix indentation.
2023-08-22 12:32:21 -04:00
Maxim Cournoyer
5e234d228a
gnu: 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.
2023-08-22 12:32:21 -04:00
Maxim Cournoyer
a161511598
gnu: qtsvg: Update to 6.5.2.
* gnu/packages/qt.scm (qtsvg): Update to 6.5.2.
2023-08-22 12:32:21 -04:00
Maxim Cournoyer
6061dfb6c0
gnu: qt5compat: Update to 6.5.2.
* gnu/packages/qt.scm (qt5compat): Update to 6.5.2.
2023-08-22 12:32:21 -04:00
Maxim Cournoyer
816546668f
gnu: qtbase: Enable zstd support.
* gnu/packages/qt.scm (qtbase) [inputs]: Add zstd:lib.
2023-08-22 12:32:21 -04:00
Maxim Cournoyer
d31352dad0
gnu: 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
2023-08-22 12:32:20 -04:00
Maxim Cournoyer
1717c8a233
gnu: 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>
2023-08-22 12:32:20 -04:00
Maxim Cournoyer
41e62900d7
gnu: 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
2023-08-22 12:32:20 -04:00
Maxim Cournoyer
f5e0088aff
gnu: qt-creator: Use mirror://qt for source URI.
* gnu/packages/qt.scm (qt-creator) [source]: Use mirror://qt for origin URI.
2023-08-22 12:32:20 -04:00
Maxim Cournoyer
5586a53d89
gnu: 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.
2023-08-22 12:32:20 -04:00
宋文武
770f3f587d
Merge remote-tracking branch 'origin/master' into kde-updates 2023-08-11 20:19:52 +08:00
宋文武
55f3b17915
gnu: 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-08 21:54:54 +08:00
宋文武
a6f2b98a1d
gnu: Add qcoro-qt5.
* gnu/packages/qt.scm (qcoro-qt5): New variable.
2023-08-03 17:38:11 +08:00
Zheng Junjie
f370b61078
gnu: Add qtvirtualkeyboard-5.
* gnu/packages/qt.scm (qtvirtualkeyboard-5): New variable.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-08-02 22:27:42 +08:00
Zheng Junjie
ad7eef01ad
gnu: grantlee: Use G-expressions.
* gnu/packages/qt.scm (grantlee)[arguments]:
Rewrite as G-expressions.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-08-02 22:27:41 +08:00
Zheng Junjie
af943b8104
gnu: grantlee: Update to 5.3.1.
* gnu/packages/qt.scm (grantlee): Update to 5.3.1.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-08-02 22:27:41 +08:00
Maxim Cournoyer
6eb465112c
gnu: Add pyotherside-for-qt5.
* gnu/packages/qt.scm (pyotherside-for-qt5): New variable.
2023-08-10 09:17:07 -04:00
Maxim Cournoyer
537962ae90
gnu: Add pyotherside.
* gnu/packages/qt.scm (pyotherside): New variable.
2023-08-10 09:17:06 -04:00
Maxim Cournoyer
98c17c1482
gnu: 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>
2023-08-07 23:34:58 -04:00
Maxim Cournoyer
7c3df13f22
gnu: 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.
2023-08-07 23:34:58 -04:00
Hilton Chain
e05dcecd0d
gnu: 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>
2023-07-26 13:28:59 +02:00
Tobias Geerinckx-Rice
9bba3eb336
gnu: 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.
2023-07-16 02:00:00 +02:00
Tobias Geerinckx-Rice
c14c3105d3
gnu: qxlsx: Update to 1.4.6.
* gnu/packages/qt.scm (qxlsx): Update to 1.4.6.
2023-07-16 02:00:24 +02:00
Christopher Baines
728ed83188
gnu: 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.
2023-07-17 09:05:03 +01:00
Christopher Baines
269e0261ba
gnu: 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.
2023-06-20 22:04:49 +01:00
Christopher Baines
c3d857d526
gnu: qtbase: Explicitly use ruby-2.7.
To avoid changing qabase-5 while changing ruby.

* gnu/packages/qt.scm (qtbase-5)[native-inputs]: Explicitly use ruby-2.7.
2023-06-20 22:04:49 +01:00
Guillaume Le Vaillant
e2eb43f945
gnu: python-shiboken-2: Add fix for python-pyside-2.
* gnu/packages/qt.scm (python-shiboken-2)[arguments]: Add
  'workaround-importlib-error' phase.
2023-05-10 18:00:37 +02:00
Maxim Cournoyer
118f7d0b8b
gnu: qtbase: Disable unstable tst_qpauseanimation test.
* gnu/packages/qt.scm (qtbase) [arguments]: Disable tst_qpauseanimation in
check phase.
2023-04-19 20:12:15 -04:00
Ludovic Courtès
0e2e7c7554
gnu: python-shiboken-2: Fix compilation with Python 3.10.
* 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.
2023-04-19 23:21:46 +02:00
Andreas Enge
9665eb21a9
gnu: qtlocation: Correct hash.
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.
2023-04-19 13:27:01 +02:00
Andreas Enge
216d7bdb73
Merge remote-tracking branch 'origin/master' into core-updates 2023-04-17 19:17:39 +02:00
Guillaume Le Vaillant
d3c7ca3c40
gnu: python-qscintilla: Fix build.
* 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.
2023-04-17 15:23:49 +02:00
Guillaume Le Vaillant
924c871ff6
gnu: qscintilla: Update to 2.13.4.
* gnu/packages/qt.scm (qscintilla): Update to 2.13.4.
2023-04-17 13:56:43 +02:00
Maxim Cournoyer
3bacd3c76a
Merge branch 'master' into core-updates.
Conflicts:
	gnu/local.mk
	gnu/packages/build-tools.scm
	gnu/packages/certs.scm
	gnu/packages/check.scm
	gnu/packages/compression.scm
	gnu/packages/cups.scm
	gnu/packages/fontutils.scm
	gnu/packages/gnuzilla.scm
	gnu/packages/guile.scm
	gnu/packages/ibus.scm
	gnu/packages/image-processing.scm
	gnu/packages/linux.scm
	gnu/packages/music.scm
	gnu/packages/nss.scm
	gnu/packages/pdf.scm
	gnu/packages/python-xyz.scm
	gnu/packages/qt.scm
	gnu/packages/ruby.scm
	gnu/packages/shells.scm
	gnu/packages/tex.scm
	gnu/packages/video.scm
	gnu/packages/vulkan.scm
	gnu/packages/web.scm
	gnu/packages/webkit.scm
	gnu/packages/wm.scm
2023-04-14 17:15:08 -04:00
Maxim Cournoyer
41519fceaa
gnu: qtbase: Disable the "tst_qobjectrace" test.
* gnu/packages/qt.scm (qtbase) [arguments]: Skip the "tst_qobjectrace" in the
check phase.
2023-04-14 15:11:56 -04:00
Maxim Cournoyer
0f47e71840
gnu: qtwebengine-5: Update to 5.15.8.
Fixes <https://issues.guix.gnu.org/52672>.

* gnu/packages/qt.scm (qtwebengine-5): Update to 5.15.8.
[source]: Fix indentation.
[arguments]: Use gexps.
2023-04-14 15:11:45 -04:00
Maxim Cournoyer
d1bafb1086
gnu: qtspeech: Update to 5.15.8.
* gnu/packages/qt.scm (qtspeech): Update to 5.15.8.
2023-04-14 15:11:45 -04:00
Maxim Cournoyer
db365dac19
gnu: qtremoteobjects: Update to 6.3.2.
* 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.
2023-04-14 15:11:45 -04:00
Maxim Cournoyer
627e1c3e2f
gnu: qtnetworkauth-5: Update to 5.15.8.
* gnu/packages/qt.scm (qtnetworkauth-5): Update to 5.15.8.
2023-04-14 15:11:45 -04:00
Maxim Cournoyer
772d97a138
gnu: qtdatavis3d: Update to 5.15.8.
* gnu/packages/qt.scm (qtdatavis3d): Update to 5.15.8.
2023-04-14 15:11:45 -04:00
Maxim Cournoyer
f4f9357b4c
gnu: qtcharts: Update to 5.15.8.
* gnu/packages/qt.scm (qtcharts): Update to 5.15.8.
[arguments]: Use gexps.
2023-04-14 15:11:44 -04:00
Maxim Cournoyer
ae9a26a543
gnu: qtpurchasing: Update to 5.15.8.
* gnu/packages/qt.scm (qtpurchasing): Update to 5.15.8.
2023-04-14 15:11:44 -04:00
Maxim Cournoyer
a3041f53e7
gnu: qtscxml: Update to 5.15.8.
* gnu/packages/qt.scm (qtscxml): Update to 5.15.8.
2023-04-14 15:11:44 -04:00
Maxim Cournoyer
63f5485616
gnu: qtgamepad: Update to 5.15.8.
* gnu/packages/qt.scm (qtgamepad): Update to 5.15.8.
2023-04-14 15:11:44 -04:00
Maxim Cournoyer
442040c854
gnu: qtgraphicaleffects: Update to 5.15.8.
* gnu/packages/qt.scm (qtgraphicaleffects): Update to 5.15.8.
2023-04-14 15:11:43 -04:00
Maxim Cournoyer
d94bcd6b43
gnu: qtquickcontrols2-5: Update to 5.15.8.
* gnu/packages/qt.scm (qtquickcontrols2-5): Update to 5.15.8.
2023-04-14 15:11:43 -04:00
Maxim Cournoyer
c8d2e9a7de
gnu: qtquickcontrols-5: Update to 5.15.8.
* gnu/packages/qt.scm (qtquickcontrols-5): Update to 5.15.8.
2023-04-14 15:11:43 -04:00
Maxim Cournoyer
5f44795806
gnu: qtscript: Update to 5.15.8.
* gnu/packages/qt.scm (qtscript): Update to 5.15.8.
2023-04-14 15:11:43 -04:00
Maxim Cournoyer
bb70354eb7
gnu: qttools-5: Update to 5.15.8.
* gnu/packages/qt.scm (qttools-5): Update to 5.15.8.
2023-04-14 15:11:43 -04:00
Maxim Cournoyer
675092b90b
gnu: qtlocation: Update to 5.15.5.
* gnu/packages/qt.scm (qtlocation): Update to 5.15.5.
[arguments]: Use gexps.
2023-04-14 15:11:42 -04:00
Maxim Cournoyer
96a6aa51f1
gnu: qtwebview: Update to 5.15.8.
* gnu/packages/qt.scm (qtwebview): Update to 5.15.8.
2023-04-14 15:11:42 -04:00
Maxim Cournoyer
e31ebc638d
gnu: qtwebglplugin: Update to 5.15.8.
* gnu/packages/qt.scm (qtwebglplugin): Update to 5.15.8.
[arguments]: Use gexps.
2023-04-14 15:11:42 -04:00
Maxim Cournoyer
fb27e0a460
gnu: qtwebchannel-5: Update to 5.15.8.
* gnu/packages/qt.scm (qtwebchannel-5): Update to 5.15.8.
2023-04-14 15:11:42 -04:00
Maxim Cournoyer
111f258222
gnu: qtserialbus: Update to 5.15.8.
* gnu/packages/qt.scm (qtserialbus): Update to 5.15.8.
[arguments]: Use gexps.  Use search-input-file in the
patch-libsocketcan-reference phase.
2023-04-14 15:11:42 -04:00
Maxim Cournoyer
2e3c732141
gnu: qtserialport: Update to 5.15.8.
* gnu/packages/qt.scm (qtserialport): Update to 5.15.8.
[arguments]: Use gexps.  Simplify pattern in patch-dlopen-paths.
2023-04-14 15:11:41 -04:00
Maxim Cournoyer
b7f1104f0f
gnu: qtwayland-5: Update to 5.15.8.
* gnu/packages/qt.scm (qtwayland-5): Update to 5.15.8.
[arguments]: Use gexps.
2023-04-14 15:11:41 -04:00
Maxim Cournoyer
4f884cff29
gnu: qtmultimedia-5: Update to 5.15.8.
* gnu/packages/qt.scm (qtmultimedia-5): Update to 5.15.8.
2023-04-14 15:11:41 -04:00
Maxim Cournoyer
e3be7765cb
gnu: qtsensors: Update to 5.15.8.
* gnu/packages/qt.scm (qtsensors): Update to 5.15.8.
2023-04-14 15:11:41 -04:00
Maxim Cournoyer
d8ab018f89
gnu: qtwebsockets-5: Update to 5.15.8.
* gnu/packages/qt.scm (qtwebsockets-5): Update to 5.15.8.
2023-04-14 15:11:41 -04:00
Maxim Cournoyer
d212971661
gnu: qtconnectivity: Update to 5.15.8.
* gnu/packages/qt.scm (qtconnectivity): Update to 5.15.8.
2023-04-14 15:11:40 -04:00
Maxim Cournoyer
eb03caf7d7
gnu: qtdeclarative-5: Update to 5.15.8.
* gnu/packages/qt.scm (qtdeclarative-5): Update to 5.15.8.
[arguments]: Use gexps.  Address TODO.
2023-04-14 15:11:40 -04:00
Maxim Cournoyer
cbd36c72be
gnu: qtxmlpatterns: Update to 5.15.8.
* gnu/packages/qt.scm (qtxmlpatterns): Update to 5.15.8.
2023-04-14 15:11:40 -04:00
Maxim Cournoyer
b3371b57c3
gnu: qtx11extras: Update to 5.15.8.
* gnu/packages/qt.scm (qtx11extras): Update to 5.15.8.
2023-04-14 15:11:40 -04:00
Maxim Cournoyer
1871e4ec8b
gnu: qtimageformats: Update to 5.15.8.
* gnu/packages/qt.scm (qtimageformats): Update to 5.15.8.
2023-04-14 15:11:40 -04:00
Maxim Cournoyer
69a4c39100
gnu: qtsvg-5: Update to 5.15.8.
* gnu/packages/qt.scm (qtsvg-5): Update to 5.15.8.
2023-04-14 15:11:39 -04:00
Maxim Cournoyer
ff7668cbc0
gnu: qt3d-5: Update to 5.15.8.
* gnu/packages/qt.scm (qt3d-5): Update to 5.15.8.
2023-04-14 15:11:39 -04:00
Maxim Cournoyer
169119b8aa
gnu: qtbase-5: Update to 5.15.8.
* gnu/packages/qt.scm (qtbase-5): Update to 5.15.8.
[inputs]: Remove labels.
2023-04-14 15:11:39 -04:00
Maxim Cournoyer
a3b19f5838
gnu: qtbase: Disable the "tst_qobjectrace" test.
* gnu/packages/qt.scm (qtbase) [arguments]: Skip the "tst_qobjectrace" in the
check phase.
2023-04-11 20:35:11 -04:00
Ricardo Wurmus
03580b5f1d
gnu: qtbase: Disable qsslkey tests.
* gnu/packages/qt.scm (qtbase)[arguments]: Add tst_qsslkey to list of disabled
tests.
2023-04-09 11:05:42 +02:00
Josselin Poiret
c000352c27
gnu: Replace all uses of atk by at-spi2-core.
* gnu/packages/animation.scm (gnash)
* gnu/packages/chromium.scm (ungoogled-chromium)
* gnu/packages/crates-gtk.scm (rust-atk-sys-0.14,
rust-atk-sys-0.10, rust-atk-0.14, rust-gtk-0.14)
* gnu/packages/gimp.scm (gimp)
* gnu/packages/gnome.scm (evince, glade3, clutter, totem, rhythmbox, mutter, ghex):
* gnu/packages/graphviz.scm (xdot)
* gnu/packages/gtk.scm (gtk+-2, gtk+, guile-gnome, atkmm)
* gnu/packages/mate.scm (mate-applets, atril, mate-control-center, mate-calc,
mate-utils, eom, pluma)
* gnu/packages/messaging.scm (dino)
* gnu/packages/qt.scm (qtwebengine-5)
* gnu/packages/rust-apps.scm (alfis)
* gnu/packages/vim.scm (vim-full)
* gnu/packages/vnc.scm (remmina)
* gnu/packages/web.scm (castor): Replace atk by at-spi2-core.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-03-31 14:16:13 +02:00
Lars-Dominik Braun
d9dc32b871
gnu: python-pyqtwebengine: Update to 5.15.9.
* gnu/packages/qt.scm (python-pyqtwebengine): Update to 5.15.9.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pyqt-builder.
[arguments]: Move 'configure phase into #:configure-flags, drop
'make-namespace, add 'set-include-dirs.
2023-03-30 11:54:58 +02:00
Lars-Dominik Braun
628eefa369
gnu: python-pyqt: Update to 5.15.9.
Version 5.15.8 does not build.

* gnu/packages/qt.scm (python-pyqt): Update to 5.15.9.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pyqt-builder.
[arguments]: Disable tests, move 'configure phase into #:configure-flags.
2023-03-30 11:54:58 +02:00
Lars-Dominik Braun
9b7e8365e2
gnu: python-pyqt-builder: Update to 1.14.1.
* gnu/packages/qt.scm (python-pyqt-builder): Update to 1.14.1.
2023-03-30 11:54:58 +02:00
Lars-Dominik Braun
eebb0bfd68
gnu: python-sip: Update to 6.7.7.
* gnu/packages/patches/python-sip-include-dirs.patch: New file.
* gnu/local.mk: Add it.
* gnu/packages/qt.scm (python-sip): Update to 6.7.7.
[propagated-inputs]: Add python-ply.
[source]: Use patch.
2023-03-30 11:54:31 +02:00
Maxim Cournoyer
e5ae499f4c
gnu: qtwebengine-5: Update to 5.15.8.
Fixes <https://issues.guix.gnu.org/52672>.

* gnu/packages/qt.scm (qtwebengine-5): Update to 5.15.8.
[source]: Fix indentation.
[arguments]: Use gexps.
2023-03-28 20:17:14 -04:00
Maxim Cournoyer
443fca970e
gnu: qtspeech: Update to 5.15.8.
* gnu/packages/qt.scm (qtspeech): Update to 5.15.8.
2023-03-28 20:17:14 -04:00
Maxim Cournoyer
2e6393d2c3
gnu: qtremoteobjects: Update to 6.3.2.
* 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.
2023-03-28 20:17:14 -04:00
Maxim Cournoyer
4a3974228a
gnu: qtnetworkauth-5: Update to 5.15.8.
* gnu/packages/qt.scm (qtnetworkauth-5): Update to 5.15.8.
2023-03-28 20:17:14 -04:00
Maxim Cournoyer
f419872065
gnu: qtdatavis3d: Update to 5.15.8.
* gnu/packages/qt.scm (qtdatavis3d): Update to 5.15.8.
2023-03-28 20:17:14 -04:00
Maxim Cournoyer
508c050caa
gnu: qtcharts: Update to 5.15.8.
* gnu/packages/qt.scm (qtcharts): Update to 5.15.8.
[arguments]: Use gexps.
2023-03-28 20:17:13 -04:00
Maxim Cournoyer
148fc69ee8
gnu: qtpurchasing: Update to 5.15.8.
* gnu/packages/qt.scm (qtpurchasing): Update to 5.15.8.
2023-03-28 20:17:13 -04:00
Maxim Cournoyer
377dca61c6
gnu: qtscxml: Update to 5.15.8.
* gnu/packages/qt.scm (qtscxml): Update to 5.15.8.
2023-03-28 20:17:13 -04:00
Maxim Cournoyer
2c5324d806
gnu: qtgamepad: Update to 5.15.8.
* gnu/packages/qt.scm (qtgamepad): Update to 5.15.8.
2023-03-28 20:17:13 -04:00
Maxim Cournoyer
a5fae12ca8
gnu: qtgraphicaleffects: Update to 5.15.8.
* gnu/packages/qt.scm (qtgraphicaleffects): Update to 5.15.8.
2023-03-28 20:17:13 -04:00
Maxim Cournoyer
0104c7b413
gnu: qtquickcontrols2-5: Update to 5.15.8.
* gnu/packages/qt.scm (qtquickcontrols2-5): Update to 5.15.8.
2023-03-28 20:17:12 -04:00
Maxim Cournoyer
be4033a509
gnu: qtquickcontrols-5: Update to 5.15.8.
* gnu/packages/qt.scm (qtquickcontrols-5): Update to 5.15.8.
2023-03-28 20:17:12 -04:00
Maxim Cournoyer
adb5f0cb35
gnu: qtscript: Update to 5.15.8.
* gnu/packages/qt.scm (qtscript): Update to 5.15.8.
2023-03-28 20:17:12 -04:00
Maxim Cournoyer
0201ddab07
gnu: qttools-5: Update to 5.15.8.
* gnu/packages/qt.scm (qttools-5): Update to 5.15.8.
2023-03-28 20:17:12 -04:00
Maxim Cournoyer
03094173be
gnu: qtlocation: Update to 5.15.5.
* gnu/packages/qt.scm (qtlocation): Update to 5.15.5.
[arguments]: Use gexps.
2023-03-28 20:17:12 -04:00
Maxim Cournoyer
7d3c654936
gnu: qtwebview: Update to 5.15.8.
* gnu/packages/qt.scm (qtwebview): Update to 5.15.8.
2023-03-28 20:17:11 -04:00
Maxim Cournoyer
9c5c68f2f3
gnu: qtwebglplugin: Update to 5.15.8.
* gnu/packages/qt.scm (qtwebglplugin): Update to 5.15.8.
[arguments]: Use gexps.
2023-03-28 20:17:11 -04:00
Maxim Cournoyer
423fa35d99
gnu: qtwebchannel-5: Update to 5.15.8.
* gnu/packages/qt.scm (qtwebchannel-5): Update to 5.15.8.
2023-03-28 20:17:11 -04:00
Maxim Cournoyer
939326ad48
gnu: qtserialbus: Update to 5.15.8.
* gnu/packages/qt.scm (qtserialbus): Update to 5.15.8.
[arguments]: Use gexps.  Use search-input-file in the
patch-libsocketcan-reference phase.
2023-03-28 20:17:11 -04:00
Maxim Cournoyer
5d7b700356
gnu: qtserialport: Update to 5.15.8.
* gnu/packages/qt.scm (qtserialport): Update to 5.15.8.
[arguments]: Use gexps.  Simplify pattern in patch-dlopen-paths.
2023-03-28 20:17:11 -04:00
Maxim Cournoyer
242492f154
gnu: qtwayland-5: Update to 5.15.8.
* gnu/packages/qt.scm (qtwayland-5): Update to 5.15.8.
[arguments]: Use gexps.
2023-03-28 20:17:10 -04:00
Maxim Cournoyer
d6d39598dc
gnu: qtmultimedia-5: Update to 5.15.8.
* gnu/packages/qt.scm (qtmultimedia-5): Update to 5.15.8.
2023-03-28 20:17:10 -04:00