[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/75: gnu: qt-creator: Update to 14.0.1.
From: |
guix-commits |
Subject: |
23/75: gnu: qt-creator: Update to 14.0.1. |
Date: |
Wed, 13 Nov 2024 07:44:08 -0500 (EST) |
z572 pushed a commit to branch qt-team
in repository guix.
commit 3b6f38dc98ad9c08efd101d8d663be6ea6bbeaa9
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sun Aug 11 00:11:19 2024 +0800
gnu: qt-creator: Update to 14.0.1.
* gnu/packages/qt.scm (qt-creator): Update to 14.0.1.
[source]: Adjust snippet.
[arguments]<#:phases>: adjust patch-paths phase.
Change-Id: Ideafcf3a7c0ce9c85025472d41fb72527cc4b9fb
---
gnu/packages/qt.scm | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 59cf5dbaa9..b817899fb2 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5565,7 +5565,7 @@ including @i{fix-its} for automatic refactoring.")
(define-public qt-creator
(package
(name "qt-creator")
- (version "12.0.2")
+ (version "14.0.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -5582,13 +5582,21 @@ including @i{fix-its} for automatic refactoring.")
;; Marketplace recommends nonfree extensions;
;; remove it.
"src/plugins/marketplace"))
+ ;; qt-creator installation attempts to install the
+ ;; yaml-cpp LICENSE file, but we removed the bundled
+ ;; yaml-cpp, so create an empty file to allow it to
+ ;; install properly.
+ (mkdir-p "src/libs/3rdparty/yaml-cpp")
+ (call-with-output-file
"src/libs/3rdparty/yaml-cpp/LICENSE"
+ (lambda (port)
+ (const #t)))
(substitute* "src/plugins/CMakeLists.txt"
(("add_subdirectory\\(marketplace).*") ""))
(substitute* "src/plugins/plugins.qbs"
((".*marketplace/marketplace.qbs.*") ""))))
(sha256
(base32
- "1lgk547pvg31zzqra7gn9gsszm5wrwxiw06crbr5n2kqfavk9r22"))))
+ "0zc9z4zzypqd1q49p4ckwbgxqcnnsc11jgsys6wli1ppmvzmn2zn"))))
(outputs '("out" "debug"))
(build-system qt-build-system)
(arguments
@@ -5638,7 +5646,7 @@ including @i{fix-its} for automatic refactoring.")
"src/libs/utils/deviceshell.cpp")
(("/bin/sh")
(search-input-file inputs "bin/sh")))
- (substitute* "src/libs/utils/process.cpp"
+ (substitute* "src/libs/utils/qtcprocess.cpp"
(("/usr/bin/env")
(search-input-file inputs "bin/env")))
(substitute* '("tests/auto/utils/process/tst_process.cpp"
- 02/75: gnu: qt5compat: Update to 6.7.2., (continued)
- 02/75: gnu: qt5compat: Update to 6.7.2., guix-commits, 2024/11/13
- 04/75: gnu: qtimageformats: Update to 6.7.2., guix-commits, 2024/11/13
- 06/75: gnu: qtwebsockets: Update to 6.7.2., guix-commits, 2024/11/13
- 05/75: gnu: qtdeclarative: Update to 6.7.2., guix-commits, 2024/11/13
- 08/75: gnu: qtshadertools: Update to 6.7.2., guix-commits, 2024/11/13
- 11/75: gnu: qtserialport: Update to 6.7.2., guix-commits, 2024/11/13
- 15/75: gnu: qtlottie: Update to 6.7.2., guix-commits, 2024/11/13
- 10/75: gnu: qtwayland: Update to 6.7.2., guix-commits, 2024/11/13
- 03/75: gnu: qtsvg: Update to 6.7.2., guix-commits, 2024/11/13
- 07/75: gnu: qtsensors: Update to 6.7.2., guix-commits, 2024/11/13
- 23/75: gnu: qt-creator: Update to 14.0.1.,
guix-commits <=
- 30/75: gnu: python-shiboken-6: Update to 6.7.2., guix-commits, 2024/11/13
- 31/75: gnu: qtconnectivity: Rename to qtconnectivity-5., guix-commits, 2024/11/13
- 24/75: gnu: qtnetworkauth: Update to 6.7.2., guix-commits, 2024/11/13
- 29/75: gnu: qtwebengine: Update to 6.7.2., guix-commits, 2024/11/13
- 43/75: gnu: Add qtcharts., guix-commits, 2024/11/13
- 47/75: gnu: qtimageformats-5: Update to 5.15.15., guix-commits, 2024/11/13
- 53/75: gnu: qtmultimedia-5: Update to 5.15.15., guix-commits, 2024/11/13
- 61/75: gnu: qttools-5: Update to 5.15.15., guix-commits, 2024/11/13
- 72/75: gnu: qtspeech-5: Update to 5.15.15., guix-commits, 2024/11/13
- 60/75: gnu: qtlocation-5: Update to 5.15.15., guix-commits, 2024/11/13