[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/28: gnu: qtwayland: Update to 6.6.2.
From: |
guix-commits |
Subject: |
09/28: gnu: qtwayland: Update to 6.6.2. |
Date: |
Mon, 25 Mar 2024 22:10:45 -0400 (EDT) |
apteryx pushed a commit to branch qt-team
in repository guix.
commit 9c351da394e74b8acf2d552a8b0f79a393ed88d3
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Mar 13 16:58:03 2024 +0800
gnu: qtwayland: Update to 6.6.2.
* gnu/packages/qt.scm (qtwayland): Update to 6.6.2.
[arguments]<#:phases>: Adjust 'set-test-environment phase.
Change-Id: I9aeaed2aa2c3f4d7275ea7a516baf6ff8fbf81ca
Change-Id: I106db86ced2ecfcb98892603a723f0ad11f48477
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/qt.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 59d0af7240..3de4922506 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1904,13 +1904,13 @@ compositor libraries.")))
(define-public qtwayland
(package
(name "qtwayland")
- (version "6.5.2")
+ (version "6.6.2")
(source
(origin
(method url-fetch)
(uri (qt-url name version))
(sha256
- (base32 "16iwar19sgjvxgmbr6hmd3hsxp6ahdjwl1lra2wapl3zzf3bw81h"))))
+ (base32 "0y6x84ckcc53ddclnrlzs08b1kvw6saw9nim0hz4wc5fyz7dbkcv"))))
(build-system cmake-build-system)
(arguments
(list #:configure-flags #~(list "-DQT_BUILD_TESTS=ON")
@@ -1927,6 +1927,7 @@ compositor libraries.")))
(("QTRY_COMPARE\\(bufferSpy\\.size\\(\\), 1\\);") ""))))
(add-before 'check 'set-test-environment
(lambda _
+ (setenv "XDG_RUNTIME_DIR" (getcwd))
;; Do not fail just because /etc/machine-id is missing.
(setenv "DBUS_FATAL_WARNINGS" "0")
;; Make Qt render "offscreen", required for tests.
- 03/28: gnu: qtsvg: Update to 6.6.2., (continued)
- 03/28: gnu: qtsvg: Update to 6.6.2., guix-commits, 2024/03/25
- 07/28: gnu: qtshadertools: Update to 6.6.2., guix-commits, 2024/03/25
- 01/28: gnu: qtbase: Update to 6.6.2., guix-commits, 2024/03/25
- 06/28: gnu: qtwebsockets: Update to 6.6.2., guix-commits, 2024/03/25
- 08/28: gnu: qtmultimedia: Update to 6.6.2., guix-commits, 2024/03/25
- 12/28: gnu: qtlottie: Update to 6.6.2., guix-commits, 2024/03/25
- 16/28: gnu: qtnetworkauth: Update to 6.6.2., guix-commits, 2024/03/25
- 02/28: gnu: qt5compat: Update to 6.6.2., guix-commits, 2024/03/25
- 04/28: gnu: qtimageformats: Update to 6.6.2., guix-commits, 2024/03/25
- 05/28: gnu: qtdeclarative: Update to 6.6.2., guix-commits, 2024/03/25
- 09/28: gnu: qtwayland: Update to 6.6.2.,
guix-commits <=
- 10/28: gnu: qtwebchannel: Update to 6.6.2., guix-commits, 2024/03/25
- 11/28: gnu: qtlanguageserver: Update to 6.6.2., guix-commits, 2024/03/25
- 13/28: gnu: qttools: Update to 6.6.2., guix-commits, 2024/03/25
- 18/28: gnu: qtwebengine: Update to 6.6.2., guix-commits, 2024/03/25
- 22/28: gnu: qtspeech: Rename package to qtspeech-5., guix-commits, 2024/03/25
- 20/28: gnu: qtsensors: Rename package to qtsensors-5., guix-commits, 2024/03/25
- 24/28: gnu: qt-creator: Update to 12.0.2., guix-commits, 2024/03/25
- 25/28: gnu: qtscxml: Update to 6.6.2., guix-commits, 2024/03/25
- 26/28: build: qt-utils: Use QML_IMPORT_PATH for Qt 6., guix-commits, 2024/03/25
- 14/28: gnu: qttranslations: Update to 6.6.2., guix-commits, 2024/03/25