[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/77: gnu: qt-creator: Update to 14.0.1.
From: |
guix-commits |
Subject: |
23/77: gnu: qt-creator: Update to 14.0.1. |
Date: |
Thu, 21 Nov 2024 10:35:56 -0500 (EST) |
z572 pushed a commit to branch master
in repository guix.
commit f27c5efb77c11c5f35d6226ff2adef2c4ed5c362
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"
- 35/77: gnu: python-pyqt6-sip: Update to 13.8.0., (continued)
- 35/77: gnu: python-pyqt6-sip: Update to 13.8.0., guix-commits, 2024/11/21
- 34/77: gnu: python-sip: Update to 6.8.6., guix-commits, 2024/11/21
- 41/77: gnu: python-pyqt: Update to 5.15.10., guix-commits, 2024/11/21
- 48/77: gnu: qtx11extras: Update to 5.15.15., guix-commits, 2024/11/21
- 51/77: gnu: qtconnectivity-5: Update to 5.15.15., guix-commits, 2024/11/21
- 56/77: gnu: qtserialbus: Update to 5.15.15., guix-commits, 2024/11/21
- 59/77: gnu: qtwebview: Update to 5.15.15., guix-commits, 2024/11/21
- 61/77: gnu: qttools-5: Update to 5.15.15., guix-commits, 2024/11/21
- 03/77: gnu: qtsvg: Update to 6.7.2., guix-commits, 2024/11/21
- 17/77: gnu: qttranslations: Update to 6.7.2., guix-commits, 2024/11/21
- 23/77: gnu: qt-creator: Update to 14.0.1.,
guix-commits <=
- 43/77: gnu: Add qtcharts., guix-commits, 2024/11/21
- 30/77: gnu: python-shiboken-6: Update to 6.7.2., guix-commits, 2024/11/21
- 45/77: gnu: qt3d-5: Update to 5.15.15., guix-commits, 2024/11/21
- 49/77: gnu: qtxmlpatterns: Update to 5.15.15., guix-commits, 2024/11/21
- 53/77: gnu: qtmultimedia-5: Update to 5.15.15., guix-commits, 2024/11/21
- 54/77: gnu: qtwayland-5: Update to 5.15.15., guix-commits, 2024/11/21
- 57/77: gnu: qtwebchannel-5: Update to 5.15.15., guix-commits, 2024/11/21
- 58/77: gnu: qtwebglplugin: Update to 5.15.15., guix-commits, 2024/11/21
- 60/77: gnu: qtlocation-5: Update to 5.15.15., guix-commits, 2024/11/21
- 62/77: gnu: qtscript: Update to 5.15.15., guix-commits, 2024/11/21