Petr Hodina
7bc1fe0656
gnu: Add libsignon-glib.
...
* gnu/packages/qt.scm (libsignon-glib): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-11-21 22:01:07 +01:00
Brendan Tildesley
df66bede3e
gnu: Add libaccounts-qt.
...
* gnu/packages/qt.scm (libaccounts-qt): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-11-21 22:01:07 +01:00
Petr Hodina
c7b97cb44b
gnu: Add signon-plugin-oauth2.
...
* gnu/packages/qt.scm (signon-plugin-oauth2): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-11-21 22:01:07 +01:00
Petr Hodina
293ab255b2
gnu: Add signond.
...
* gnu/packages/qt.scm (signond): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-11-21 22:01:07 +01:00
Petr Hodina
75236e98a3
gnu: qtgamepad: Remove input labels.
...
* gnu/packages/qt.scm (qtgamepad): Remove input labels.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-11-21 22:01:07 +01:00
Petr Hodina
c48f2ea27b
gnu: QT: Remove trailing booleans.
...
* gnu/packages/qt.scm (qite, grantlee, single-application-qt5, python-pyqt,
python-pyqtwebengine, python-qscintilla, python-pyqt+qscintilla, qtsolutions,
qwt, python-shiboken-2, python-shiboken-6, python-pyside-2, python-pyside-6
python-pyside-2-tools, kdsoap): Remove trailing booleans.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-11-21 22:01:07 +01:00
Petr Hodina
fd5d0309ea
gnu: materialdecoration: Remove input labels.
...
* gnu/packages/qt.scm (materialdecoration): Remove input labels.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-11-21 22:01:06 +01:00
Marius Bakke
3258eae9ee
gnu: qtcolorwidgets: Update to 2.2.0.
...
* gnu/packages/qt.scm (qtcolorwidgets): Update to 2.2.0.
2022-11-20 15:15:33 +01:00
Marius Bakke
bd0ff2d39b
gnu: Remove coin3D@3.
...
* gnu/packages/graphics.scm (coin3D): Take the body from ...
(coin3D-4): ... this now-deprecated variable.
* gnu/packages/engineering.scm (freecad)[inputs]: Change from COIN3D-4 to COIN3D.
* gnu/packages/python-xyz.scm (python-pivy)[inputs]: Likewise.
* gnu/packages/qt.scm (soqt)[inputs]: Likewise.
2022-11-19 22:07:34 +01:00
Maxim Cournoyer
2b1cf6906d
gnu: qtwebengine: Fix build.
...
The package was not really building; the build phase was failing silently and
no libraries were installed to the output.
* gnu/packages/qt.scm (qtwebengine) [native-inputs]: Replace node by node-lts,
instead of simply appending it.
2022-11-06 00:08:05 -04:00
Vagrant Cascadian
faa03d1ace
gnu: Shorten package synopsis.
...
* gnu/packages/crates-io.scm (rust-inflections-1): Shorten
synopsis.
(rust-clap-conf-0.1): Likewise.
* gnu/packages/gtk.scm (volctl): Likewise.
* gnu/packages/haskell-xyz.scm (ghc-unliftio): Likewise.
* gnu/packages/kde-pim.scm (korganizer): Likewise.
* gnu/packages/kde.scm (kuserfeedback): Likewise.
* gnu/packages/pascal.scm (p2c): Likewise.
* gnu/packages/python-xyz.scm (python-ttystatus): Likewise.
* gnu/packages/qt.scm (qtwebplugin): Likewise.
2022-11-01 22:08:43 -07:00
Efraim Flashner
322917aeb8
Merge remote-tracking branch 'origin/master' into staging
...
Conflicts:
gnu/packages/gnuzilla.scm
gnu/packages/graphics.scm
gnu/packages/gstreamer.scm
gnu/packages/gtk.scm
gnu/packages/kde-frameworks.scm
gnu/packages/video.scm
2022-10-12 14:36:44 +03:00
Hilton Chain
a70c67cfe7
gnu: Add qtwayland, version 6.3.1.
...
* gnu/packages/qt.scm (qtwayland): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-09-29 23:19:55 -04:00
Hilton Chain
034f68bac3
gnu: qtwayland: Rename to qtwayland-5.
...
Automated via:
git grep -l qtwayland | xargs sed 's/\qtwayland\b/\0-5/g' -i
git checkout NEWS
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-09-29 23:19:55 -04:00
Marius Bakke
f66067febc
Merge branch 'master' into staging
2022-09-29 07:26:37 +02:00
Guillaume Le Vaillant
a9c4040710
gnu: Add python-qt.py.
...
* gnu/packages/qt.scm (python-qt.py): New variable.
2022-09-28 11:31:49 +02:00
Maxim Cournoyer
3d297a0017
Merge branch 'master' into staging
...
With resolved conflicts in:
gnu/local.mk
gnu/packages/freedesktop.scm
gnu/packages/gnuzilla.scm
2022-09-15 10:20:32 -04:00
Christopher Baines
fa4fffbd08
gnu: Add comments to the bottom of a few more package modules.
...
This will hopefully discourage patches which add new packages to the bottom of
files, as this increases the likelihood of conflicts when applying patches.
If there are more specific ways that packages should be arranged in specific
modules, this message can be updated accordingly.
* gnu/packages/crates-graphics.scm: Add comment discouraging adding packages
to the bottom of the file.
* gnu/packages/crates-gtk.scm: ditto.
* gnu/packages/games.scm: ditto.
* gnu/packages/music.scm: ditto.
* gnu/packages/qt.scm: ditto.
* gnu/packages/web.scm: ditto.
2022-09-14 09:33:11 +01:00
Ludovic Courtès
e61c581805
gnu: qtshadertools: Fix 'license' field.
...
Fixes <https://issues.guix.gnu.org/57581 >.
Reported by Julien Lepiller <julien@lepiller.eu>.
Fix provided by Florian Pelz <pelzflorian@pelzflorian.de>.
* gnu/packages/qt.scm (qtshadertools)[license]: Fix value.
2022-09-13 16:38:08 +02:00
Marius Bakke
fa894b3f4d
Merge branch 'master' into staging
2022-09-08 20:56:57 +02:00
Zhu Zihao
c8621fa193
gnu: python-pyside-2-tools: Fix synopsis and description.
...
* gnu/packages/qt.scm (python-pyside2-tools)[synopsis]: Use more descriptive
words.
[description]: Ditto.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:42 +02:00
Zhu Zihao
e2e351cb45
gnu: python-pyside-2-tools: Use G-expressions.
...
* gnu/packages/qt.scm (python-pyside2-tools)[native-inputs]: Use label-less
style.
[arguments]: Use G-expressions.
<#:configure-flags>: Use SEARCH-INPUT-FILE.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:42 +02:00
Zhu Zihao
7c9ac0468b
gnu: Add python-pyside-6.
...
* gnu/packages/qt.scm (python-pyside-6): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:42 +02:00
Zhu Zihao
5c08546558
gnu: python-pyside-2: Use "this-package-input" instead of "assoc-ref".
...
* gnu/packages/qt.scm (python-pyside-2)[arguments]<#:configure-flags>: Use
SEARCH-INPUT-FILE.
<#:phases>: In phase "fix-qt-module-detection", use "this-package-input".
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:42 +02:00
Zhu Zihao
39647c9741
gnu: python-pyside-2: Clarify the package inputs.
...
The module "PySide.PyQtUiTools" depends on "qttools-5", it should be an input,
not a native input.
libxml2, libxslt, clang-toolchain is only used by python-shiboken-2.
cmake-minimal is not used.
* gnu/packages/qt.scm (python-pyside-2): [inputs]: Remove libxml2, libxslt,
clang-toolchain. Add qttools-5.
[native-inputs]: Remove cmake-minimal, qttools-5.
[arguments]<#:phases>: Remove phase "set-clang-dir".
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:41 +02:00
Zhu Zihao
00652ce2ee
gnu: python-pyside-2: Use G-expressions.
...
* gnu/packages/qt.scm (python-pyside-2)[native-inputs]: Use label-less input
style.
[arguments]: Use G-expressions.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:41 +02:00
Zhu Zihao
a69581f17c
gnu: Add python-shiboken-6
...
* gnu/packages/qt.scm (python-shiboken-6): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:41 +02:00
Zhu Zihao
f1bbdefd9e
gnu: python-shiboken-2: Use G-expressions.
...
* gnu/packages/qt.scm (python-shiboken-2)[arguments]: Use G-expressions.
<#:phases>: In phase "set-build-env", Replace (assoc-ref inputs ...) with
(this-package-input ...).
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-07 22:02:41 +02:00
Efraim Flashner
83be24a13f
gnu: qtdeclarative-5: Fix linking on riscv64-linux.
...
* gnu/packages/qt.scm (qtdeclarative-5)[arguments]: Add phase when
building for riscv64-linux to adjust the linker flags.
2022-09-02 08:28:17 +03:00
Marius Bakke
c4ce54055a
Merge branch 'master' into staging
2022-09-01 16:24:18 +02:00
Brendan Tildesley
39460eac6d
gnu: Add kdsoap.
...
* gnu/packages/qt.scm (kdsoap): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-01 16:08:16 +02:00
Brendan Tildesley
8e6af98fbb
gnu: libdbusmenu-qt: Move to (gnu packages qt).
...
* gnu/packages/lxqt.scm: Remove libdbusmenu-qt.
* gnu/packages/qt.scm: Re-add libdbusmenu-qt.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-01 16:08:15 +02:00
Marius Bakke
dedbaa3a69
Merge branch 'master' into staging
2022-08-28 15:43:30 +02:00
Zhu Zihao
69820ecfd9
gnu: qtwebengine: Fix QTWEBENGINEPROCESS_PATH specification.
...
* gnu/packages/qt.scm (qtwebengine)[native-search-paths]: Use
"lib/qt6/libexec/QtWebEngineProcess" for search path.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 23:48:56 +02:00
Marius Bakke
1fd262e8d3
Merge branch 'master' into staging
2022-08-27 00:17:57 +02:00
Zhu Zihao
af9a49e42e
gnu: python-qtpy: Update to 2.2.0.
...
* gnu/packages/qt.scm (python-qtpy): Update to 2.2.0.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 00:09:03 +02:00
Zhu Zihao
31339f5f5f
gnu: Rename procedure "qt5-urls" to "qt-urls" in (gnu packages qt).
...
This procedure now used by Qt5 and Qt6. "qt-urls" is more neutral than
original one.
* gnu/packages/qt.scm (qt5-urls): Rename to "qt-urls".
(qtbase-5)[source]: Use "qt-urls" for uri field.
(qtbase)[source]: Ditto.
(qt5compat)[source]: Ditto.
(qtsvg-5)[source]: Ditto.
(qtsvg)[source]: Ditto.
(qtimageformats)[source]: Ditto.
(qtx11extras)[source]: Ditto.
(qtxmlpatterns)[source]: Ditto.
(qtdeclarative-5)[source]: Ditto.
(qtdeclarative)[source]: Ditto.
(qtconnectivity)[source]: Ditto.
(qtwebsockets-5)[source]: Ditto.
(qtwebsockets)[source]: Ditto.
(qtsensors)[source]: Ditto.
(qtmultimedia-5)[source]: Ditto.
(qtshadertools)[source]: Ditto.
(qtmultimedia)[source]: Ditto.
(qtwayland)[source]: Ditto.
(qtserialport)[source]: Ditto.
(qtserialbus)[source]: Ditto.
(qtwebchannel-5)[source]: Ditto.
(qtwebchannel)[source]: Ditto.
(qtwebglplugin)[source]: Ditto.
(qtwebview)[source]: Ditto.
(qtlottie)[source]: Ditto.
(qttools-5)[source]: Ditto.
(qttools)[source]: Ditto.
(qtscript)[source]: Ditto.
(qtquickcontrols-5)[source]: Ditto.
(qtquickcontrols2-5)[source]: Ditto.
(qtgraphicaleffects)[source]: Ditto.
(qtgamepad)[source]: Ditto.
(qtscxml)[source]: Ditto.
(qtpositioning)[source]: Ditto.
(qtpurchasing)[source]: Ditto.
(qtcharts)[source]: Ditto.
(qtdatavis3d)[source]: Ditto.
(qtnetworkauth-5)[source]: Ditto.
(qtnetworkauth)[source]: Ditto.
(qtremoteobjects)[source]: Ditto.
(qtspeech)[source]: Ditto.
(qtwebengine-5)[source]: Ditto.
(qtwebengine)[source]: Ditto.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-25 08:50:02 +08:00
Zhu Zihao
9ebed88cf6
gnu: dotherside: Update to 0.9.0.
...
* gnu/packages/qt.scm (dotherside): Update to 0.9.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-22 14:06:02 +08:00
Marius Bakke
b9a3083db3
gnu: qtscxml: Fix build failure.
...
This fixes a faulty conflict resolution from the merge in commit
b50eaa6764
.
* gnu/packages/qt.scm (qtscxml)[arguments]: Substitute arguments from QTSVG-5,
not QTSVG.
2022-08-12 13:19:30 +02:00
Marius Bakke
b50eaa6764
Merge branch 'master' into staging
2022-08-11 22:15:22 +02:00
Marius Bakke
0a078b5a31
gnu: qtwayland: Remove input labels.
...
* gnu/packages/qt.scm (qtwayland)[inputs]: Remove labels.
2022-08-11 00:21:11 +02:00
Marius Bakke
88f976d160
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.
2022-08-11 00:21:11 +02:00
Guillaume Le Vaillant
0aa98e0646
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.
2022-08-03 18:36:04 +02:00
Morgan Smith
3d727b8334
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>
2022-08-03 11:12:39 +08:00
Maxim Cournoyer
4637de6a41
gnu: Add qtlottie.
...
* gnu/packages/qt.scm (qtlottie): New variable.
2022-08-01 17:21:01 -04:00
Maxim Cournoyer
a13a687989
gnu: Add qtpositioning.
...
* gnu/packages/qt.scm (qtpositioning): New variable.
2022-07-31 21:55:49 -04:00
Maxim Cournoyer
d9e8d7f4aa
gnu: Add qtnetworkauth, version 6.3.1.
...
* gnu/packages/qt.scm (qtnetworkauth): New variable.
2022-07-31 21:55:48 -04:00
Maxim Cournoyer
2e27ccec83
gnu: qtnetworkauth: Rename to qtnetworkauth-5.
...
Automated with:
git grep -l qtnetworkauth | xargs sed 's/\bqtnetworkauth\b/\0-5/g' -i
2022-07-31 21:55:48 -04:00
Maxim Cournoyer
a4784b3273
gnu: Add qttools, version 6.3.1.
...
* gnu/packages/qt.scm (qttools): New variable.
2022-07-31 21:55:48 -04:00
Maxim Cournoyer
eef8e2ec46
gnu: qttools: Rename to qttools-5.
...
Automated with:
git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i
git checkout NEWS
2022-07-31 21:55:48 -04:00
Maxim Cournoyer
de20b74fc2
gnu: Add qt5compat.
...
* gnu/packages/qt.scm (qt5compat): New variable.
2022-07-31 21:55:47 -04:00
Maxim Cournoyer
f1e126c03b
gnu: Add qtwebengine, version 6.3.1.
...
* gnu/packages/qt.scm (qtwebengine): New variable.
2022-07-31 21:55:47 -04:00
Maxim Cournoyer
a0beb297a3
gnu: qtwebengine: Rename to qtwebengine-5.
...
Automated with:
git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i
git checkout NEWS
2022-07-31 21:55:47 -04:00
Maxim Cournoyer
ef648459df
gnu: Add qtwebchannel, version 6.3.1.
...
* gnu/packages/qt.scm (qtwebchannel): New variable.
2022-07-31 21:55:46 -04:00
Maxim Cournoyer
0938c3e34a
gnu: qtwebchannel: Rename to qtwebchannel-5.
...
Automated via:
git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i
git checkout NEWS
2022-07-31 21:55:46 -04:00
Maxim Cournoyer
573055b7ef
gnu: Add qtwebsockets, version 6.3.1.
...
* gnu/packages/qt.scm (qtwebsockets): New variable.
2022-07-31 21:55:46 -04:00
Maxim Cournoyer
d15258d991
gnu: qtwebsockets: Rename to qtwebsockets-5.
...
Automated via:
git grep -l qtwebsockets | xargs sed 's/\bqtwebsockets\b/\0-5/g' -i
git checkout NEWS
2022-07-31 21:55:46 -04:00
Maxim Cournoyer
d90031f799
gnu: qtquickcontrols2: Define as obsoleted by qtdeclarative.
...
* gnu/packages/qt.scm (qtquickcontrols2): New variable.
2022-07-31 21:55:45 -04:00
Maxim Cournoyer
1130fc5991
gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.
...
Automated via:
git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i
git checkout NEWS
2022-07-31 21:55:45 -04:00
Maxim Cournoyer
65e5e85d28
gnu: qtquickcontrols: Rename to qtquickcontrols-5.
...
Automated via:
git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\b/\0-5/g' -i
git checkout NEWS
2022-07-31 21:55:45 -04:00
Maxim Cournoyer
397d05a4bf
gnu: Add qtdeclarative, version 6.3.1.
...
* gnu/packages/qt.scm (qtdeclarative): New variable.
2022-07-31 21:55:44 -04:00
Maxim Cournoyer
735d340ae4
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
2022-07-31 21:55:44 -04:00
Maxim Cournoyer
983a061e98
gnu: Add qtmultimedia, version 6.3.1.
...
* gnu/packages/qt.scm (qtmultimedia): New variable.
2022-07-31 21:55:44 -04:00
Maxim Cournoyer
5f22854339
gnu: qtmultimedia: Rename to qtmultimedia-5.
...
Automated via:
git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i
git checkout NEWS
2022-07-31 21:55:44 -04:00
Maxim Cournoyer
1d65ff8fde
gnu: Add qtshadertools.
...
* gnu/packages/qt.scm (qtshadertools): New variable.
2022-07-31 21:55:43 -04:00
Maxim Cournoyer
49f673415f
gnu: Add qtsvg, version 6.3.1.
...
* gnu/packages/qt.scm (qtsvg): New variable.
2022-07-31 21:55:43 -04:00
Maxim Cournoyer
580b033a50
gnu: qtsvg-5: Fix indentation.
...
* gnu/packages/qt.scm (qtsvg-5): Fix indentation.
2022-07-31 21:55:43 -04:00
Maxim Cournoyer
1ef04fb228
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
2022-07-31 21:55:43 -04:00
Maxim Cournoyer
4af9984a4e
gnu: qtbase: Revert to gtk+ (3) instead of gtk (4).
...
This revert the upgrade from GTK 3 to 4 in
8d7fdbe261
. 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-31 21:55:42 -04:00
Maxim Cournoyer
de6f155426
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.
2022-07-31 21:55:42 -04:00
Maxim Cournoyer
d48c98cd12
gnu: qtbase: Honor CMAKE_PREFIX_PATH.
...
* gnu/packages/qt.scm (qtbase)[phases]{honor-CMAKE_PREFIX_PATH}: New phase.
2022-07-31 21:55:42 -04:00
Maxim Cournoyer
663f12ea24
gnu: qtbase: Patch /bin/pwd in executable scripts.
...
* gnu/packages/qt.scm (qtbase)[phases]{patch-paths}: Patch /bin/pwd.
[inputs]: Add coreutils-minimal.
2022-07-31 21:55:42 -04:00
Marius Bakke
abea091dbe
Merge branch 'master' into staging
2022-07-21 23:52:47 +02:00
Maxim Cournoyer
8d7fdbe261
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>
2022-07-17 00:45:37 -04:00
Efraim Flashner
a56ab603fd
gnu: python-shiboken-2: Update to 5.15.5.
...
* gnu/packages/qt.scm (python-shiboken-2): Update to 5.15.5.
2022-06-28 12:48:30 +03:00
Efraim Flashner
93bff2d79d
gnu: python-pyqtwebengine: Update to 5.15.5.
...
* gnu/packages/qt.scm (python-pyqtwebengine): Update to 5.15.5.
2022-06-28 12:48:30 +03:00
Efraim Flashner
c6c56f989b
gnu: python-pyqt: Update to 5.15.5.
...
* gnu/packages/qt.scm (python-pyqt): Update to 5.15.5.
2022-06-28 12:48:30 +03:00
Efraim Flashner
1218a5ad69
gnu: qt-5: Update to 5.15.5.
...
* gnu/packages/qt.scm (qtbase-5, qtsvg, qtimageformats, qtx11extras,
qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors,
qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel,
qtwebglplugin, qtwebview, qtlocation, qttools, qtscript,
qtquickcontrols, qtquickcontrols2, qtgraphicaleffects, qtgamepad,
qtscxml, qtpurchasing, qtcharts, qtdatavis3d, qtnetworkauth,
qtremoteobjects, qtspeech, qtwebengine): Update to 5.15.5.
(qtscxml)[arguments]: Skip tests.
(qtwebengine)[inputs]: Add libxkbfile.
2022-06-28 12:42:30 +03:00
Efraim Flashner
71fb77cb65
gnu: python-shiboken-2: Update to 5.15.4.
...
* gnu/packages/qt.scm (python-shiboken-2): Update to 5.15.4.
2022-06-25 21:09:07 +03:00
Efraim Flashner
571fdf91cc
gnu: python-pyqtwebengine: Update to 5.15.4.
...
* gnu/packages/qt.scm (python-pyqtwebengine): Update to 5.15.4.
2022-06-25 21:09:00 +03:00
Efraim Flashner
74e8b14129
gnu: python-pyqt5-sip: Update to 12.10.1.
...
* gnu/packages/qt.scm (python-pyqt5-sip): Update to 12.10.1.
2022-06-25 21:08:52 +03:00
Efraim Flashner
566250ec34
gnu: python-pyqt: Update to 5.15.4.
...
* gnu/packages/qt.scm (python-pyqt): Update to 5.15.4.
2022-06-25 21:08:44 +03:00
Efraim Flashner
2ca5163651
gnu: qt-5: Update to 5.15.4.
...
* gnu/packages/qt.scm (qtbase-5, qtsvg, qtimageformats, qtx11extras,
qtxmlpatterns, qtconnectivity, qtwebsockets, qtsensors, qtmultimedia,
qtwayland, qtserialport, qtserialbus, qtwebchannel, qtwebglplugin,
qtwebview, qtlocation, qttools, qtscript, qtquickcontrols,
qtquickcontrols2, qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing,
qtcharts, qtdatavis3d, qtnetworkauth, qtremoteobjects, qtspeech,
qtwebengine): Update to 5.15.4.
(qt5-urls): Adjust to new upstream URI names.
(qtsvg, qtxmlpatterns, qtdeclarative, qtsensors, qtwayland, qtserialport,
qtwebglplugin, qtscxml, qtremoteobjects)[arguments]: Remove trailing #t
from phases.
(qtimageformats, qtmultimedia)[source]: Remove #t from snippet.
(qtimageformats)[arguments]: Remove field.
(qtxmlpatterns)[arguments]: Enable tests. Add phase to skip another test.
(qtlocation)[source]: Use qt5-urls format.
[arguments]: Add phase in preparation to run the tests.
(qtcharts)[arguments]: Don't disable the tests. Add a phase to skip some
failing tests.
(qtnetworkauth)[arguments]: Remove field.
(qtwebengine)[source]: Adjust the preserved-third-party-files and the
substitutions due to changes in the sources.
[native-inputs]: Add node.
2022-06-25 21:08:27 +03:00
Marius Bakke
6c7fcc71d1
gnu: qtbase: Build with PostgreSQL@14.
...
* gnu/packages/qt.scm (qtbase-5)[inputs]: Change from POSTGRESQL-13 to
POSTGRESQL-14.
2022-06-23 19:55:44 +02:00
Marius Bakke
13c46cc29d
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.
2022-06-14 23:33:54 +02:00
Maxim Cournoyer
12a16c3166
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.
2022-05-31 14:54:15 -04:00
Efraim Flashner
2c4c504272
gnu: python-sip-4: Update to 4.19.25.
...
* gnu/packages/qt.scm (python-sip-4): Update to 4.19.25.
2022-05-31 20:45:05 +03:00
Lars-Dominik Braun
e3bb211c23
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>
2022-05-12 12:46:12 -04:00
Foo Chuan Wei
f2b8414039
gnu: Add qhexedit.
...
* gnu/packages/qt.scm (qhexedit): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-02-21 14:35:25 +01:00
Guillaume Le Vaillant
176354c2f8
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.
2022-02-16 14:52:03 +01:00
Marius Bakke
e6474dc7b5
gnu: qt5ct: Update to 1.5.
...
* gnu/packages/qt.scm (qt5ct): Update to 1.5.
[arguments]: Remove trailing #t.
2022-02-13 13:33:56 +01:00
Leo Famulari
e3abc53c7e
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.
2022-01-28 14:03:03 -05:00
Nicolas Goaziou
656cb94e88
gnu: qtkeychain: Remove trailing #T from phases.
...
* gnu/packages/qt.scm (qtkeychain)[arguments]<#:phases>: Remove trailing #T.
2022-01-21 22:27:30 +01:00
raingloom
e01ba2e4db
gnu: Update qtkeychain to 0.13.2.
...
* gnu/packages/qt.scm (qtkeychain): Update 0.13.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-21 22:26:46 +01:00
Nicolas Goaziou
f33aa8a051
gnu: qtspell: Update to 1.0.1.
...
* gnu/packages/qt.scm (qtspell): Update to 1.0.1.
2022-01-15 22:50:36 +01:00
Ludovic Courtès
e3196755e6
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.)
2021-12-13 22:15:07 +01:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
...
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
2021-12-13 17:48:25 +01:00
Guillaume Le Vaillant
856591e2b5
gnu: materialdecoration: Fix build.
...
* gnu/packages/qt.scm (materialdecoration)[arguments]: Use gexp for
'configure-flags'.
2021-09-11 10:54:22 +02:00
Guillaume Le Vaillant
359740b0b3
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.
2021-09-08 12:06:41 +02:00
Guillaume Le Vaillant
3ed18c05e9
gnu: qtwebkit: Remove workaround for binutils bug.
...
This is a follow-up to de8e2a699c
.
* gnu/packages/qt.scm (qtwebkit)[arguments]: Remove custom 'build' phase.
2021-09-08 12:06:33 +02:00