[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/77: gnu: qtbase: Update to 6.7.2.
From: |
guix-commits |
Subject: |
01/77: gnu: qtbase: Update to 6.7.2. |
Date: |
Thu, 21 Nov 2024 10:35:53 -0500 (EST) |
z572 pushed a commit to branch master
in repository guix.
commit 0494baa4f202faf6a65be423c42247ddcc75a13f
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sun Aug 11 00:11:11 2024 +0800
gnu: qtbase: Update to 6.7.2.
* gnu/packages/qt.scm (qtbase): Update to 6.7.2.
[arguments]<#:phases>: Add delete-installed-tests phase.
Change-Id: I22874a0d4bf0be4ae410ad4e6f5c1d72b2e2c3aa
---
gnu/packages/qt.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 37f46e788e..1e0b3bc586 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -716,13 +716,13 @@ developers using C++ or QML, a CSS & JavaScript like
language.")
(package
(inherit qtbase-5)
(name "qtbase")
- (version "6.6.3")
+ (version "6.7.2")
(source (origin
(inherit (package-source qtbase-5))
(uri (qt-url name version))
(sha256
(base32
- "0qklvzg242ilxw29jd2vsz6s8ni4dpraf4ghfa4dykhc705zv4q4"))
+ "16bmfrjfxjajs6sqg1383ihhfwwf69ihkpnpvsajh5pv21g2mwn5"))
(modules '((guix build utils)))
(snippet
;; corelib uses bundled harfbuzz, md4, md5, sha3
@@ -1080,7 +1080,11 @@ tst_qt_cmake_create.cpp"
(string-append "lib/qt6/mkspecs/features/"
file)))
'("device_config.prf" "moc.prf" "qt_config.prf"))
(("\\$\\$\\[QT_HOST_DATA/get\\]") archdata)
- (("\\$\\$\\[QT_HOST_DATA/src\\]") archdata)))))))))
+ (("\\$\\$\\[QT_HOST_DATA/src\\]") archdata)))))
+ (add-after 'install 'delete-installed-tests
+ (lambda _
+ (delete-file-recursively
+ (string-append #$output "/tests"))))))))
(native-inputs
(modify-inputs (package-native-inputs qtbase-5)
(prepend tzdata-for-tests
- 46/77: gnu: qtsvg-5: Update to 5.15.15., (continued)
- 46/77: gnu: qtsvg-5: Update to 5.15.15., guix-commits, 2024/11/21
- 52/77: gnu: qtwebsockets-5: Update to 5.15.15., guix-commits, 2024/11/21
- 55/77: gnu: qtserialport-5: Update to 5.15.15., guix-commits, 2024/11/21
- 63/77: gnu: qtquickcontrols-5: Update to 5.15.15., guix-commits, 2024/11/21
- 22/77: gnu: qthttpserver: Update to 6.7.2., guix-commits, 2024/11/21
- 38/77: gnu: python-pyqtwebengine-6: Update to 6.7.0., guix-commits, 2024/11/21
- 47/77: gnu: qtimageformats-5: Update to 5.15.15., guix-commits, 2024/11/21
- 64/77: gnu: qtquickcontrols2-5: Update to 5.15.15., guix-commits, 2024/11/21
- 50/77: gnu: qtdeclarative-5: Update to 5.15.15., guix-commits, 2024/11/21
- 72/77: gnu: qtspeech-5: Update to 5.15.15., guix-commits, 2024/11/21
- 01/77: gnu: qtbase: Update to 6.7.2.,
guix-commits <=
- 12/77: gnu: qtwebchannel: Update to 6.7.2., guix-commits, 2024/11/21
- 02/77: gnu: qt5compat: Update to 6.7.2., guix-commits, 2024/11/21
- 13/77: gnu: qtlanguageserver: Update to 6.7.2., guix-commits, 2024/11/21
- 14/77: gnu: qtlocation: Update to 6.7.2., guix-commits, 2024/11/21
- 15/77: gnu: qtlottie: Update to 6.7.2., guix-commits, 2024/11/21
- 20/77: gnu: qtremoteobjects: Update to 6.7.2., guix-commits, 2024/11/21
- 24/77: gnu: qtnetworkauth: Update to 6.7.2., guix-commits, 2024/11/21
- 26/77: gnu: libvpx: Update to 1.14.1., guix-commits, 2024/11/21
- 27/77: gnu: Add re2-next., guix-commits, 2024/11/21
- 32/77: gnu: Add qtconnectivity., guix-commits, 2024/11/21