guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 3404810966884efae75853e7c785ed6453724485
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Jan 27 16:26:47 2026 +0900

    gnu: qwindowkit: Update to 1.5.0.
    
    * gnu/packages/qt.scm (qwindowkit): Update to 1.5.0.
    [#:configure-flags]: Remove -DQWINDOWKIT_BUILD_STATIC=OFF, which is the
    default.  Add -DQWINDOWKIT_BUILD_QUICK=ON.
    
    Change-Id: Ibc0b922680ffeb8d22f837b189899262d65954fd
---
 gnu/packages/qt.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index ae79a0eee9..d6456de3e9 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -19,7 +19,7 @@
 ;;; Copyright © 2020 TomZ <[email protected]>
 ;;; Copyright © 2020 Jonathan Brielmaier <[email protected]>
 ;;; Copyright © 2020 Michael Rohleder <[email protected]>
-;;; Copyright © 2020-2025 Maxim Cournoyer <[email protected]>
+;;; Copyright © 2020-2026 Maxim Cournoyer <[email protected]>
 ;;; Copyright © 2021, 2022, 2025 Brendan Tildesley <[email protected]>
 ;;; Copyright © 2021, 2022, 2023 Guillaume Le Vaillant <[email protected]>
 ;;; Copyright © 2021 Nicolò Balzarotti <[email protected]>
@@ -5141,7 +5141,7 @@ that can be only started once per user.
 (define-public qwindowkit
   (package
     (name "qwindowkit")
-    (version "1.0.1")
+    (version "1.5.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5150,12 +5150,12 @@ that can be only started once per user.
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "18yqmfnncah60hpyy7r9pvyhcda0n407wvp5hwinjzicj2ja83v7"))))
+                "1h9w6abdnf5yyyga54caxwn4vihim1400gw3rv8bgf2b7w53chpw"))))
     (build-system cmake-build-system)
     (arguments
      (list #:tests? #f                  ;no test suite
            #:configure-flags
-           #~(list "-DQWINDOWKIT_BUILD_STATIC=OFF"))) ;build a shared library
+           #~(list "-DQWINDOWKIT_BUILD_QUICK=ON"))) ;required by Jami
     (native-inputs (list qmsetup))
     (inputs (list qtbase qtdeclarative))
     (home-page "https://github.com/stdware/qwindowkit";)

Reply via email to