summaryrefslogtreecommitdiff
path: root/gnu/packages/qt.scm
AgeCommit message (Collapse)Author
2024-07-18gnu: Add qtlocation.Zheng Junjie
* gnu/packages/qt.scm (qtlocation): New variable. Change-Id: I270399ee01718c5ea3e76a81ecdd81d14bc608fc
2024-07-18gnu: qtlocation: Rename to qtlocation-5.Zheng Junjie
* gnu/packages/qt.scm (qtlocation): Rename to qtlocation-5. (python-pyqt,python-pyside-2): * gnu/packages/astronomy.scm (stellarium): * gnu/packages/kde-pim.scm (itinerary): * gnu/packages/kde-utils.scm (kirogi): * gnu/packages/kde.scm (marble-qt): * gnu/packages/messaging.scm (kaidan): * gnu/packages/geo.scm (qmapshack,openorienteering-mapper): (qgis): * gnu/packages/gps.scm (gpxsee): * gnu/packages/radio.scm (sdrangel): (qdmr): Use new name. Change-Id: I51664e36bd1ce25f5add09c6d64665bf505cc551
2024-07-18gnu: qtpositioning: Enable qtpositioningquick.Zheng Junjie
* gnu/packages/qt.scm (qtpositioning): Enable qtpositioningquick. [inputs]: Add qtdeclarative, qtserialport, and libxkbcommon. [arguments]<#:phases>: Move check after install, add check-setup phase. Change-Id: Id9d29280e6d46a764cda12922347baa443481232
2024-07-18gnu: kddockwidgets: Update to 2.1.0.Zheng Junjie
* gnu/packages/qt.scm (kddockwidgets): Update to 2.1.0. [arguments]<#:configure-flags>: Pass -DKDDockWidgets_QT6=ON. [inputs]: Remove qtbase-5, qtdeclarative-5, qtquickcontrols2-5, and qtx11extras; add qtbase, qtdeclarative, and libxkbcommon. Change-Id: I6c2c5b423414e1eb98bc4855713f1247b8483d75
2024-07-18gnu: qtkeychain: Update to 0.14.3.Zheng Junjie
* gnu/packages/qt.scm (qtkeychain): Update to 0.14.3. Change-Id: Id67ee55220d95afa22d65fdcf10dd69c8b6dc9b4
2024-07-18gnu: Add kdsoap-qt6.Zheng Junjie
* gnu/packages/qt.scm (kdsoap-qt6): New variable. Change-Id: Id4a834702501d3260a9808d68643e8003f1072cd
2024-07-18gnu: kdsoap: Update to 2.2.0.Zheng Junjie
* gnu/packages/qt.scm (kdsoap): Update to 2.2.0. [inputs]: Update stype. [arguments]<#:phases>: Adjust check phase; Use Gexps. Change-Id: I92c442d016de4867e7a17f8d4f33b76ac45f4b01
2024-07-18gnu: Add signond-qt6.Zheng Junjie
* gnu/packages/qt.scm (signond-qt6): New variable. Change-Id: I5cc69028e64119cad4ffd4ae81e4fa1cfaa65a15
2024-07-18gnu: Add packagekit-qt6.Zheng Junjie
* gnu/packages/qt.scm (packagekit-qt6): New variable. Change-Id: I7cc7334e8076edf88494ee03a7c4bede8c1dd708
2024-07-18gnu: packagekit-qt5: Update to 1.1.1.Zheng Junjie
* gnu/packages/qt.scm (packagekit-qt5): Update to 1.1.1. Change-Id: I9a3554360888672a5a158e4f348ec64d279f0b77
2024-07-18gnu: Add libaccounts-qt6.Zheng Junjie
* gnu/packages/qt.scm (libaccounts-qt6): New variable. Change-Id: I00694879d46aebbb4a746bf75283340e27efc1ab
2024-07-18gnu: libaccounts-qt: Update to 1.17.Zheng Junjie
* gnu/packages/qt.scm (libaccounts-qt): Update to 1.17. Change-Id: Idcbceee54779368eb88bc89e78e7da48e904100e
2024-07-18gnu: Add qcoro-qt6.Zheng Junjie
* gnu/packages/qt.scm (qcoro-qt6): New variable. Change-Id: I9fff23afba94acccb74b6225e605beec341c9d72
2024-07-18gnu: qcoro-qt5: Update to 0.10.0.Zheng Junjie
* gnu/packages/qt.scm (qcoro-qt5): Update to 0.10.0. [arguments]<#:configure-flags>: Set USE_QT_VERSION from input qtbase. Change-Id: I7b76f87ae9cce3da6746625aefa9cb9b86c93d89
2024-07-18gnu: Add qtkeychain-qt6.Zheng Junjie
* gnu/packages/qt.scm (qtkeychain-qt6): New variable. Change-Id: I58ca736fbde8c24fabda88950b756c14e22bb1a5
2024-06-26gnu: qt-creator: Add a debug output.Maxim Cournoyer
* gnu/packages/qt.scm (qt-creator) [outputs]: New field. Change-Id: I287e5ec9b810346d3d161814e2e386791db8aa28
2024-06-03gnu: qtbase: Ignore tst_qsqlthread.Liliana Marie Prikler
* gnu/packages/qt.scm (qtbase)[check]: Add “tst_qsqlthread” to the list of ignored tests.
2024-05-07gnu: grantlee: Fix build on some architectures.Efraim Flashner
* gnu/packages/qt.scm (grantlee)[source]: Add patch. * gnu/packages/patches/grantlee-register-metaenumvariable.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: Iecef53baeb023a80139ac70b9caefcfa7b79a3c6
2024-04-28gnu: soqt: Update to 1.6.2.Jean-Pierre De Jesus DIAZ
* gnu/packages/qt.scm (soqt): Update to 1.6.2. Change-Id: Ie4c9f0c4cff7584801952cc561f4d6fa3515d0ec Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-04-28gnu: Remove kddockwidgets-1.Maxim Cournoyer
* gnu/packages/qt.scm (kddockwidgets-1): Delete variable. Change-Id: I06292158edbdbc6cf96c07b5ddf0925fbd688c7b
2024-04-17gnu: signon-plugin-oauth2: Change SIGNON_PLUGINS_DIR.Christopher Baines
This is a followup to 8a257582e3366b37ab7651198fc4c8912c520b37 where I applied the v2 patch rather than the v3 patch (#70256). * gnu/packages/qt.scm (signon-plugin-oauth2)[arguments]: Add /signon to SIGNON_PLUGINS_DIR. Change-Id: Ib77436507b43e6073cce8acf6a170035d3f09b1a
2024-04-15gnu: coin3D: Rename to coin3d.Jean-Pierre De Jesus DIAZ
* gnu/packages/graphics.scm (coin3d): New Variable. (coin3D): Define as deprecated. (coin3D-4): Point to coin3d. * gnu/packages/engineering.scm (freecad): Use coin3d instead of coin3D. * gnu/packages/python-xyz.scm (python-pivy): Ditto. * gnu/packages/qt.scm (soqt): Ditto. Change-Id: I4e83e25e80c512350f38024847891eac14723f26 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-04-15gnu: signon-plugin-oauth2: Fix installing in a doubled prefix.Sughosha
This commit fixes creating one more /gnu/store/ directory inside its own prefix, creating again the same prefix inside it and then installing in it. * gnu/packages/qt.scm (signon-plugin-oauth2)[arguments]: <#:make-flags>: Remove argument. <#:phases>: In configure phase, add SIGNON_PLUGINS_DIR variable. Change-Id: I10e973980228354c9943741dd480544bffca65b8 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-04-09gnu: python-pyside-2: Fix qtspeech input name.Jean-Pierre De Jesus DIAZ
* gnu/packages/qt.scm (python-pyside-2) <arguments>: Fix input name of qtspeech-5 on fix-qt-module-detection phase. Change-Id: Ie566aedddcd03b3b6aedb97dfbea8bc783db2205 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-04-06gnu: qtserialport: Update to 6.6.3.Zac Berkowitz
* gnu/packages/qt.scm (qtserialport): Rename to ... * gnu/packages/qt.scm (qtserialport-5): ... this. * gnu/packages/qt.scm (qtserialport): New variable. * gnu/packages/engineering.scm (fritzing, candle) [inputs]: Replace qtserialport with qtserialport-5. * gnu/packages/geo.scm (qgis): Likewise. * gnu/packages/kde-utils.scm (atelier, libatcore): Likewise. * gnu/packages/qt.scm (qtserialbus, qtlocation, python-pyqt): Likewise. * gnu/packages/radio.scm (wsjtx, jtdx, js8call) (sdrangel, wfview, qdmr): Likewise. Change-Id: I8e0c8d2408ea0bf776b2efe58e23821cb653363c Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-04-03gnu: qthttpserver: Update to 6.6.3.Maxim Cournoyer
* gnu/packages/qt.scm (qthttpserver): Update to 6.6.3. Change-Id: I853774a8a92c25dd9d1d34726228b6c8a4acd681
2024-04-03gnu: qtwebengine: Update to 6.6.3.Maxim Cournoyer
* gnu/packages/qt.scm (qtwebengine): Update to 6.6.3. Change-Id: I9f2c9567afa626bb1f40c1d27280a45c6c73fd9c
2024-04-03gnu: qtspeech: Update to 6.6.3.Maxim Cournoyer
* gnu/packages/qt.scm (qtspeech): Update to 6.6.3. Change-Id: I48fcd8cc331d5e3a4997e774b2dacd58abd07f27
2024-04-03gnu: qtremoteobjects: Update to 6.6.3.Maxim Cournoyer
* gnu/packages/qt.scm (qtremoteobjects): Update to 6.6.3. Change-Id: I258d01be5e9faedb0ba7b31e80b3b8eae28525de
2024-04-03gnu: qtnetworkauth: Update to 6.6.3.Maxim Cournoyer
* gnu/packages/qt.scm (qtnetworkauth): Update to 6.6.3. Change-Id: Id42e03158620c504bbedbb6f658e685deeb9491a
2024-04-03gnu: qtpositioning: Update to 6.6.3.Maxim Cournoyer
* gnu/packages/qt.scm (qtpositioning): Update to 6.6.3. Change-Id: I9e585c0a114e91d11ffe34255ba3e334bead9591
2024-04-03gnu: qtscxml: Update to 6.6.3.Maxim Cournoyer
* gnu/packages/qt.scm (qtscxml): Update to 6.6.3. Change-Id: Icf3a4450642a28cedcaa3d47f13682c51c89d72f
2024-04-03gnu: qttranslations: Update to 6.6.3.Maxim Cournoyer
* gnu/packages/qt.scm (qttranslations): Update to 6.6.3. Change-Id: I4f4ef3fbe86d541c3391737a08ea25b70678e6d4
2024-04-03gnu: qttools: Update to 6.6.3.Maxim Cournoyer
* gnu/packages/qt.scm (qttools): Update to 6.6.3. Change-Id: I4af3ac08a0ca7a0894a88a1bfbc9bc23b49c9d69
2024-04-03gnu: qtlottie: Update to 6.6.3.Maxim Cournoyer
* gnu/packages/qt.scm (qtlottie): Update to 6.6.3. Change-Id: I360f07727ebee027003e7e2f60394b1f2dfb1b65
2024-04-03gnu: qtlanguageserver: Update to 6.6.3.Maxim Cournoyer
* gnu/packages/qt.scm (qtlanguageserver): Update to 6.6.3. Change-Id: I32de0ade2aa4c2216df43782a30c0494db1c331b
2024-04-03gnu: qtwebchannel: Update to 6.6.3.Maxim Cournoyer
* gnu/packages/qt.scm (qtwebchannel): Update to 6.6.3. Change-Id: I2eb1f199743ecde5921eacf978127b5e2e33799f
2024-04-03gnu: qtwayland: Update to 6.6.3.Maxim Cournoyer
* gnu/packages/qt.scm (qtwayland): Update to 6.6.3. Change-Id: I6edcdcc87ed9b920700dd834475cb9eb58332948
2024-04-03gnu: qtmultimedia: Update to 6.6.3.Maxim Cournoyer
* gnu/packages/qt.scm (qtmultimedia): Update to 6.6.3. Change-Id: I82478aaa7380feb04aecea9b070a153957ad49b8
2024-04-03gnu: qtshadertools: Update to 6.6.3.Maxim Cournoyer
* gnu/packages/qt.scm (qtshadertools): Update to 6.6.3. Change-Id: I821e0d469822a934ddc8c8fe0e5acd8a40ce4e67
2024-04-03gnu: qtsensors: Update to 6.6.3.Maxim Cournoyer
* gnu/packages/qt.scm (qtsensors): Update to 6.6.3. Change-Id: Iff5f6e1ce9ec8bafd227ee76c6cf79c06af1fb89
2024-04-03gnu: qtwebsockets: Update to 6.6.3.Maxim Cournoyer
* gnu/packages/qt.scm (qtwebsockets): Update to 6.6.3. Change-Id: Icadb9c5f53cb10948de1be86722c62cc520619ce
2024-04-03gnu: qtdeclarative: Update to 6.6.3.Maxim Cournoyer
* gnu/packages/qt.scm (qtdeclarative): Update to 6.6.3. Change-Id: Iace12813ae111a4a49c8eab1d1191210ef0701d8
2024-04-03gnu: qtimageformats: Update to 6.6.3.Maxim Cournoyer
* gnu/packages/qt.scm (qtimageformats): Update to 6.6.3. Change-Id: I0b1d8e24861d26405b3f6c8b9769cf25299433b0
2024-04-03gnu: qtsvg: Update to 6.6.3.Maxim Cournoyer
* gnu/packages/qt.scm (qtsvg): Update to 6.6.3. Change-Id: I0be21e9887a15525a753218cfadabb0b004d3641
2024-04-03gnu: qt5compat: Update to 6.6.3.Maxim Cournoyer
* gnu/packages/qt.scm (qt5compat): Update to 6.6.3. Change-Id: I88bc8c06da3220655e503f5070593ebc6c615353
2024-04-03gnu: qtbase: Update to 6.6.3.Maxim Cournoyer
* gnu/packages/qt.scm (qtbase): Update to 6.6.3. [phases] <check>: Skip the tst_qdialogbuttonbox, test_standalone_test and test_collecting_plugins tests. Change-Id: I3f43086c7809f21b49f3e23f30aebc9c6501c733
2024-04-03gnu: python-pyqt-6: Update to 6.6.1.Zheng Junjie
* gnu/packages/qt.scm (python-pyqt-6): Update to 6.6.1. Change-Id: Ie2de2267eca8a164a3bda86c69b41b9371d758a1 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-04-03gnu: python-sip: Update to 6.8.3.Zheng Junjie
* gnu/packages/qt.scm (python-sip): Update to 6.8.3. [build-system]: Switch to pyproject-build-system. [propagated-inputs]: Add python-tomli. Remove python-toml, python-ply. Change-Id: I03fcec79a8124a545c9bb5fcfe0d0bb9de88434e Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-04-03gnu: Add qthttpserver.Maxim Cournoyer
* gnu/packages/qt.scm (qthttpserver): New variable. Change-Id: I5413984d1eeb5ab99f7e52aabc805751e1b127fb