[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: |
Fri, 15 Nov 2024 21:44:04 -0500 (EST) |
z572 pushed a commit to branch qt-team
in repository guix.
commit fc607d0522127cd8ccfb908c632b28c0ff1f9aa2
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"
- 68/75: gnu: qtpurchasing: Update to 5.15.15., (continued)
- 68/75: gnu: qtpurchasing: Update to 5.15.15., guix-commits, 2024/11/15
- 56/75: gnu: qtserialbus: Update to 5.15.15., guix-commits, 2024/11/15
- 70/75: gnu: qtdatavis3d: Update to 5.15.15., guix-commits, 2024/11/15
- 66/75: gnu: qtgamepad: Update to 5.15.15., guix-commits, 2024/11/15
- 03/75: gnu: qtsvg: Update to 6.7.2., guix-commits, 2024/11/15
- 09/75: gnu: qtmultimedia: Update to 6.7.2., guix-commits, 2024/11/15
- 10/75: gnu: qtwayland: Update to 6.7.2., guix-commits, 2024/11/15
- 13/75: gnu: qtlanguageserver: Update to 6.7.2., guix-commits, 2024/11/15
- 14/75: gnu: qtlocation: Update to 6.7.2., guix-commits, 2024/11/15
- 16/75: gnu: qttools: Update to 6.7.2., guix-commits, 2024/11/15
- 23/75: gnu: qt-creator: Update to 14.0.1.,
guix-commits <=
- 17/75: gnu: qttranslations: Update to 6.7.2., guix-commits, 2024/11/15
- 18/75: gnu: qtscxml: Update to 6.7.2., guix-commits, 2024/11/15
- 15/75: gnu: qtlottie: Update to 6.7.2., guix-commits, 2024/11/15
- 25/75: gnu: abseil-cpp: Update to 20240722.0., guix-commits, 2024/11/15
- 38/75: gnu: python-pyqtwebengine-6: Update to 6.7.0., guix-commits, 2024/11/15
- 40/75: gnu: clazy: Update to 1.12., guix-commits, 2024/11/15
- 43/75: gnu: Add qtcharts., guix-commits, 2024/11/15
- 42/75: gnu: qtcharts: Rename to qtcharts-5., guix-commits, 2024/11/15
- 58/75: gnu: qtwebglplugin: Update to 5.15.15., guix-commits, 2024/11/15
- 49/75: gnu: qtxmlpatterns: Update to 5.15.15., guix-commits, 2024/11/15