[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: |
Sat, 9 Nov 2024 20:51:38 -0500 (EST) |
z572 pushed a commit to branch qt-team
in repository guix.
commit f537219cf8972838a4be35a07a8e37ae72dea0ea
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"
- 60/75: gnu: qtlocation-5: Update to 5.15.15., (continued)
- 60/75: gnu: qtlocation-5: Update to 5.15.15., guix-commits, 2024/11/09
- 58/75: gnu: qtwebglplugin: Update to 5.15.15., guix-commits, 2024/11/09
- 62/75: gnu: qtscript: Update to 5.15.15., guix-commits, 2024/11/09
- 64/75: gnu: qtquickcontrols2-5: Update to 5.15.15., guix-commits, 2024/11/09
- 66/75: gnu: qtgamepad: Update to 5.15.15., guix-commits, 2024/11/09
- 69/75: gnu: qtcharts-5: Update to 5.15.15., guix-commits, 2024/11/09
- 70/75: gnu: qtdatavis3d: Update to 5.15.15., guix-commits, 2024/11/09
- 74/75: gnu: qtwebengine-5: Update to 5.15.15., guix-commits, 2024/11/09
- 07/75: gnu: qtsensors: Update to 6.7.2., guix-commits, 2024/11/09
- 05/75: gnu: qtdeclarative: Update to 6.7.2., guix-commits, 2024/11/09
- 23/75: gnu: qt-creator: Update to 14.0.1.,
guix-commits <=
- 35/75: gnu: python-pyqt6-sip: Update to 13.8.0., guix-commits, 2024/11/09
- 21/75: gnu: qtspeech: Update to 6.7.2., guix-commits, 2024/11/09
- 31/75: gnu: qtconnectivity: Rename to qtconnectivity-5., guix-commits, 2024/11/09
- 16/75: gnu: qttools: Update to 6.7.2., guix-commits, 2024/11/09
- 39/75: gnu: python-pyqt5-sip: Update to 12.15.0., guix-commits, 2024/11/09
- 34/75: gnu: python-sip: Update to 6.8.6., guix-commits, 2024/11/09
- 40/75: gnu: clazy: Update to 1.12., guix-commits, 2024/11/09
- 30/75: gnu: python-shiboken-6: Update to 6.7.2., guix-commits, 2024/11/09
- 08/75: gnu: qtshadertools: Update to 6.7.2., guix-commits, 2024/11/09
- 06/75: gnu: qtwebsockets: Update to 6.7.2., guix-commits, 2024/11/09