guix-commits
[Top][All Lists]
Advanced

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

63/178: gnu: breeze-icons: Update to 6.1.0.


From: guix-commits
Subject: 63/178: gnu: breeze-icons: Update to 6.1.0.
Date: Mon, 17 Jun 2024 12:13:23 -0400 (EDT)

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

commit 354fc58f0fa2158e55c5b217abb5786e1e767fd6
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu May 2 13:27:23 2024 +0800

    gnu: breeze-icons: Update to 6.1.0.
    
    * gnu/packages/kde-frameworks.scm (breeze-icons): Update to 6.1.0.
    [inputs]: Use qtbase replace qtbase-5.
    [synopsis]: Remvoe 5.
    [description]: Remvoe 5.
    
    Change-Id: I0f0ffe1eb12151f2d10cc6434529f5646aa363a0
---
 gnu/packages/kde-frameworks.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 8dcfec0ebe..c463fd9a07 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -422,7 +422,7 @@ Bluetooth stack.  It is used by the KDE Bluetooth stack, 
BlueDevil.")
 (define-public breeze-icons
   (package
     (name "breeze-icons")
-    (version "5.114.0")
+    (version "6.1.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/frameworks/"
@@ -430,7 +430,7 @@ Bluetooth stack.  It is used by the KDE Bluetooth stack, 
BlueDevil.")
                                   "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0z5cpv10jyjdwjfkm7nj6hyp4vj29apm476hvbpb4gan27jyb91y"))))
+                "0sm14s2a38i1jd5qjswn2z1d6bazajpzmgbcg36hxg8d1lnq1fmi"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules
@@ -438,7 +438,7 @@ Bluetooth stack.  It is used by the KDE Bluetooth stack, 
BlueDevil.")
            `(,gtk+ "bin")
            python
            python-lxml))                ;for 24x24 icon generation
-    (inputs (list qtbase-5))
+    (inputs (list qtbase))
     (arguments
      (list #:phases #~(modify-phases %standard-phases
                         (add-after 'install 'update-cache
@@ -450,9 +450,9 @@ Bluetooth stack.  It is used by the KDE Bluetooth stack, 
BlueDevil.")
                                     (string-append #$output
                                                    
"/share/icons/breeze-dark")))))))
     (home-page "https://community.kde.org/Frameworks";)
-    (synopsis "Default KDE Plasma 5 icon theme")
+    (synopsis "Default KDE Plasma icon theme")
     (description "Breeze provides a freedesktop.org compatible icon theme.
-It is the default icon theme for the KDE Plasma 5 desktop.")
+It is the default icon theme for the KDE Plasma desktop.")
     ;; The license file mentions lgpl3+. The license files in the source
     ;; directories are lgpl3, while the top directory contains the lgpl2.1.
     ;; text.



reply via email to

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