[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/72: gnu: qtdeclarative: Update to 6.5.2.
From: |
guix-commits |
Subject: |
25/72: gnu: qtdeclarative: Update to 6.5.2. |
Date: |
Tue, 15 Aug 2023 20:42:24 -0400 (EDT) |
apteryx pushed a commit to branch qt-updates
in repository guix.
commit 32eb5c356b35241e313cb71e41d16ffae543d07f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Aug 11 18:00:20 2023 -0400
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.
---
gnu/packages/qt.scm | 27 ++++++++++++++++++++++-----
1 file changed, 22 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index d66ecda169..e362ae7a15 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1300,14 +1300,14 @@ with JavaScript and C++.")))
(define-public qtdeclarative
(package
(name "qtdeclarative")
- (version "6.3.2")
+ (version "6.5.2")
;; TODO: Package 'masm' and unbundle from sources.
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
- "1hbw63828pp8vm9b46i2pkcbcpr4mq9nblhmpwrw2pflq0fi24xq"))
+ "06c7xfqn2a5s2m8j1bcvx3pyjqg1rgqkjvp49737gb4z9vjiz8gk"))
(patches (search-patches
"qtdeclarative-disable-qmlcache.patch"))))
(build-system cmake-build-system)
(arguments
@@ -1405,7 +1405,20 @@ with JavaScript and C++.")))
;; waiting for a killed process, which becomes a zombie in
;; the build container (perhaps solved after
;; fixing/applying #30948).
- "tst_qqmlpreview") "|")
+ "tst_qqmlpreview"
+
+ ;; These tests fail starting with 6.5.2 (see:
+ ;; https://bugreports.qt.io/browse/QTBUG-116019). They
+ ;; appear to fail because of attempting to load QML from
+ ;; elsewhere than from QML2_IMPORT_PATH.
+ "cmake_test_common_import_path"
+ "tst_qqmlcomponent"
+ "tst_qmllint"
+ "tst_qmldomitem"
+ "tst_dom_all"
+ "tst_qmlls"
+ "tst_qmllscompletions"
+ ) "|")
")")))))
(add-after 'install 'delete-installed-tests
(lambda _
@@ -1418,9 +1431,13 @@ with JavaScript and C++.")))
qtshadertools
vulkan-headers))
(inputs
- (list libxkbcommon
+ (list at-spi2-core
+ libxkbcommon
mesa
- qtbase))
+ qtbase
+ qtimageformats
+ qtlanguageserver
+ qtsvg))
(home-page (package-home-page qtbase))
(synopsis "Qt QML module (Quick 2)")
(description "The Qt QML module provides a framework for developing
- 04/72: gnu: qt-creator: Use mirror://qt for source URI., (continued)
- 04/72: gnu: qt-creator: Use mirror://qt for source URI., guix-commits, 2023/08/15
- 02/72: download: Add mirrors for Qt., guix-commits, 2023/08/15
- 08/72: gnu-maintenance: Accept package object in 'import-html-release' procedure., guix-commits, 2023/08/15
- 11/72: gnu-maintenance: Add support to rewrite version in URL path., guix-commits, 2023/08/15
- 13/72: gnu-maintenance: Consider Qt source tarballs as "release files"., guix-commits, 2023/08/15
- 09/72: gnu-maintenance: Document nested procedures in 'import-html-release'., guix-commits, 2023/08/15
- 07/72: gnu-maintenance: Fix indentation., guix-commits, 2023/08/15
- 06/72: gnu-maintenance: Extract url->links procedure., guix-commits, 2023/08/15
- 27/72: gnu: qtshadertools: Update to 6.5.2., guix-commits, 2023/08/15
- 31/72: gnu: qtlottie: Update to 6.5.2., guix-commits, 2023/08/15
- 25/72: gnu: qtdeclarative: Update to 6.5.2.,
guix-commits <=
- 40/72: gnu: qtbase-5: Update to 5.15.10., guix-commits, 2023/08/15
- 41/72: gnu: qt3d-5: Update to 5.15.10., guix-commits, 2023/08/15
- 15/72: gnu: qtdeclarative: Disable QML cache to avoid stale cache issues., guix-commits, 2023/08/15
- 24/72: gnu: Add qtlanguageserver., guix-commits, 2023/08/15
- 30/72: gnu: qtwebchannel: Update to 6.5.2., guix-commits, 2023/08/15
- 26/72: gnu: qtwebsockets: Update to 6.5.2., guix-commits, 2023/08/15
- 32/72: gnu: qttools: Update to 6.5.2., guix-commits, 2023/08/15
- 37/72: gnu: qtwebengine: Update to 6.5.2., guix-commits, 2023/08/15
- 34/72: gnu: qtpositioning: Update to 6.5.2., guix-commits, 2023/08/15
- 54/72: gnu: qtserialport: Update to 5.15.10., guix-commits, 2023/08/15