guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: gnu: qt-creator: Update to 12.0.1.


From: guix-commits
Subject: 02/07: gnu: qt-creator: Update to 12.0.1.
Date: Thu, 18 Jan 2024 22:46:31 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit d97a6c9ba7ed4085299dc4a734d1ad14e215d3a1
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 11 12:58:55 2024 -0500

    gnu: qt-creator: Update to 12.0.1.
    
    * gnu/packages/qt.scm (qt-creator): Update to 12.0.1.
    [source]: Adjust snippet for the upstream removal of bundled libraries under
    the unittest directory.
    [arguments]: Also wrap kcachegrind tool in wrap-bin phase.
    [inputs]: Add kcachegrind.
    
    Change-Id: I63616d532be2f1a603fcee0841f493d83a138302
---
 gnu/packages/qt.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 2b89e7e738..a6bbc2429a 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -19,7 +19,7 @@
 ;;; Copyright © 2020 TomZ <tomz@freedommail.ch>
 ;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
-;;; Copyright © 2020, 2021, 2022, 2023 Maxim Cournoyer 
<maxim.cournoyer@gmail.com>
+;;; Copyright © 2020, 2021, 2022, 2023, 2024 Maxim Cournoyer 
<maxim.cournoyer@gmail.com>
 ;;; Copyright © 2021, 2022 Brendan Tildesley <mail@brendan.scot>
 ;;; Copyright © 2021, 2022, 2023 Guillaume Le Vaillant <glv@posteo.net>
 ;;; Copyright © 2021 Nicolò Balzarotti <nicolo@nixo.xyz>
@@ -113,6 +113,7 @@
   #:use-module (gnu packages python-build)
   #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages python-web)
+  #:use-module (gnu packages kde)
   #:use-module (gnu packages regex)
   #:use-module (gnu packages ruby)
   #:use-module (gnu packages sdl)
@@ -5042,7 +5043,7 @@ including @i{fix-its} for automatic refactoring.")
 (define-public qt-creator
   (package
     (name "qt-creator")
-    (version "11.0.1")
+    (version "12.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -5056,7 +5057,6 @@ including @i{fix-its} for automatic refactoring.")
                            ;; Remove bundled libraries, where supported.
                            ;; TODO: package and unbundle litehtml
                            '("src/libs/3rdparty/yaml-cpp"
-                             "tests/unit/unittest/3rdparty"
                              ;; Marketplace recommends nonfree extensions;
                              ;; remove it.
                              "src/plugins/marketplace"))
@@ -5066,7 +5066,7 @@ including @i{fix-its} for automatic refactoring.")
                             ((".*marketplace/marketplace.qbs.*") ""))))
               (sha256
                (base32
-                "0j90dv9micqsvj4r7iqd11szixr0mlpna4w5s2lnyqckjs6a0mm6"))))
+                "04h35za3gliai5djxwmzqrbih2g26lcv68pp4wvljkdwkcjsscvb"))))
     (build-system qt-build-system)
     (arguments
      (list
@@ -5135,6 +5135,7 @@ including @i{fix-its} for automatic refactoring.")
                                       '("bin/clang-tidy"
                                         "bin/clazy-standalone"
                                         "bin/gdb"
+                                        "bin/kcachegrind"
                                         "bin/valgrind")))))))))
     (native-inputs
      (list googletest
@@ -5151,6 +5152,7 @@ including @i{fix-its} for automatic refactoring.")
            clazy
            elfutils
            gdb
+           kcachegrind
            libxkbcommon
            llvm
            qt5compat



reply via email to

[Prev in Thread] Current Thread [Next in Thread]