[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/72: gnu: qtbase: Update to 6.5.2.
From: |
guix-commits |
Subject: |
17/72: gnu: qtbase: Update to 6.5.2. |
Date: |
Wed, 16 Aug 2023 06:41:07 -0400 (EDT) |
apteryx pushed a commit to branch qt-updates
in repository guix.
commit 1176b1ea6a93417dbbca2638145e0f74e5e1da47
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Aug 11 21:21:58 2023 -0400
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
---
gnu/packages/qt.scm | 33 ++++++++++++++++++++++++++-------
1 file changed, 26 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index a4de003647..03c9256a48 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -581,15 +581,16 @@ developers using C++ or QML, a CSS & JavaScript like
language.")
(license (list license:lgpl2.1 license:lgpl3))))
(define-public qtbase
- (package/inherit qtbase-5
+ (package
+ (inherit qtbase-5)
(name "qtbase")
- (version "6.3.2")
+ (version "6.5.2")
(source (origin
(inherit (package-source qtbase-5))
(uri (qt-url name version))
(sha256
(base32
- "19m9r8sf9mvyrwipn44if3nhding4ljys2mwf04b7dkhz16vlabr"))
+ "0s8jwzdcv97dfy8n3jjm8zzvllv380l73mwdva7rs2nqnhlwgd1x"))
(modules '((guix build utils)))
(snippet
;; corelib uses bundled harfbuzz, md4, md5, sha3
@@ -742,6 +743,18 @@ developers using C++ or QML, a CSS & JavaScript like
language.")
(list
;; The 'tst_moc' test fails with "'fi.exists()' returned
FALSE".
"tst_moc"
+
+ ;; The 'tst_qdate' test fails because the current time
+ ;; is reported as an invalid date (see:
+ ;; https://bugreports.qt.io/browse/QTBUG-116017).
+ "tst_qdate"
+
+ ;; The qgraphicsview and qopenglwidget tests fail with a
+ ;; segfault for unknown reasons (see:
+ ;; https://bugreports.qt.io/browse/QTBUG-116018).
+ "tst_qgraphicsview"
+ "tst_qopenglwidget"
+
;; The 'test_rcc' test fails on a comparison:
;; <<<<<< actual
;; 0x0,0x0,0x0,0x0,0x0,0x0,0x3,0xe8,
@@ -853,8 +866,7 @@ developers using C++ or QML, a CSS & JavaScript like
language.")
(search-input-file
outputs
(string-append "lib/qt6/mkspecs/features/"
file)))
- '("device_config.prf" "moc.prf"
"qt_build_config.prf"
- "qt_config.prf"))
+ '("device_config.prf" "moc.prf" "qt_config.prf"))
(("\\$\\$\\[QT_HOST_DATA/get\\]") archdata)
(("\\$\\$\\[QT_HOST_DATA/src\\]") archdata)))))))))
(native-inputs
@@ -863,8 +875,15 @@ developers using C++ or QML, a CSS & JavaScript like
language.")
xvfb-run)))
(inputs
(modify-inputs (package-inputs qtbase-5)
- (prepend bash-minimal coreutils-minimal libxcb md4c)
- (replace "postgresql" postgresql))) ;use latest postgresql
+ (prepend at-spi2-core
+ bash-minimal
+ coreutils-minimal
+ md4c
+ libice
+ libsm
+ libxcb
+ libxext
+ xcb-util-cursor)))
(native-search-paths
(list (search-path-specification
(variable "QMAKEPATH")
- 46/72: gnu: qtdeclarative-5: Update to 5.15.10., (continued)
- 46/72: gnu: qtdeclarative-5: Update to 5.15.10., guix-commits, 2023/08/16
- 53/72: gnu: qtwayland-5: Update to 5.15.10., guix-commits, 2023/08/16
- 52/72: gnu: qtmultimedia-5: Shorten maximum line width., guix-commits, 2023/08/16
- 58/72: gnu: qtwebview: Update to 5.15.10., guix-commits, 2023/08/16
- 60/72: gnu: qttools-5: Update to 5.15.10., guix-commits, 2023/08/16
- 69/72: gnu: qtdatavis3d: Update to 5.15.10., guix-commits, 2023/08/16
- 16/72: etc: Add Qt manifests for Qt maintenance., guix-commits, 2023/08/16
- 43/72: gnu: qtimageformats-5: Update to 5.15.10., guix-commits, 2023/08/16
- 51/72: gnu: qtsensors: Shorten line width., guix-commits, 2023/08/16
- 65/72: gnu: qtgamepad: Update to 5.15.10., guix-commits, 2023/08/16
- 17/72: gnu: qtbase: Update to 6.5.2.,
guix-commits <=
- 18/72: gnu: qtbase: Enable zstd support., guix-commits, 2023/08/16
- 25/72: gnu: qtdeclarative: Update to 6.5.2., guix-commits, 2023/08/16
- 27/72: gnu: qtshadertools: Update to 6.5.2., guix-commits, 2023/08/16
- 30/72: gnu: qtwebchannel: Update to 6.5.2., guix-commits, 2023/08/16
- 31/72: gnu: qtlottie: Update to 6.5.2., guix-commits, 2023/08/16
- 40/72: gnu: qtbase-5: Update to 5.15.10., guix-commits, 2023/08/16
- 54/72: gnu: qtserialport: Update to 5.15.10., guix-commits, 2023/08/16
- 62/72: gnu: qtquickcontrols-5: Update to 5.15.10., guix-commits, 2023/08/16
- 63/72: gnu: qtquickcontrols2-5: Update to 5.15.10., guix-commits, 2023/08/16
- 64/72: gnu: qtgraphicaleffects: Update to 5.15.10., guix-commits, 2023/08/16