guix-commits
[Top][All Lists]
Advanced

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

120/178: gnu: breeze-gtk: Update to 6.0.4.1.


From: guix-commits
Subject: 120/178: gnu: breeze-gtk: Update to 6.0.4.1.
Date: Mon, 17 Jun 2024 12:13:39 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit 9932f24c236e23936112a8c1efc65e79337f4ce4
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri May 3 16:12:49 2024 +0800

    gnu: breeze-gtk: Update to 6.0.4.1.
    
    * gnu/packages/kde-plasma.scm (breeze-gtk): Update to 6.0.4.1.
    [arguments]: Set #:qtbase to qtbase.
    
    Change-Id: I40e54779efffed0bf0d263f6c212dca9d4a56711
---
 gnu/packages/kde-plasma.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index e99403acb7..52c0516ff8 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -181,7 +181,7 @@ the Plasma Desktop.  Breeze is the default theme for the 
KDE Plasma desktop.")
 (define-public breeze-gtk
   (package
     (name "breeze-gtk")
-    (version "5.27.7")
+    (version "6.0.4.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -189,10 +189,12 @@ the Plasma Desktop.  Breeze is the default theme for the 
KDE Plasma desktop.")
                                   "-" version ".tar.xz"))
               (sha256
                (base32
-                "1s2qv51qa867b0bf29b7j90yzqmn3s2dwblczsb79h2i1gnr8ci9"))))
+                "0qlbz8j2sjkx9p4qa79jnprdzd6s8arzjcqqb6v1m86n830yay20"))))
     (build-system qt-build-system)
     (arguments
-     '(#:tests? #f))                              ;no 'test' target
+     (list
+      #:qtbase qtbase
+      #:tests? #f))                              ;no 'test' target
     (native-inputs (list breeze extra-cmake-modules sassc python
                          python-pycairo))
     (home-page "https://invent.kde.org/plasma/breeze";)



reply via email to

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