[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.
- 56/178: gnu: libavif: Update to 1.0.4., (continued)
- 56/178: gnu: libavif: Update to 1.0.4., guix-commits, 2024/06/17
- 12/178: gnu: Add kguiaddons-6., guix-commits, 2024/06/17
- 62/178: gnu: Add kded-6., guix-commits, 2024/06/17
- 68/178: gnu: Add knewstuff-6., guix-commits, 2024/06/17
- 72/178: gnu: Add poppler-qt6., guix-commits, 2024/06/17
- 78/178: gnu: Add purpose-6., guix-commits, 2024/06/17
- 80/178: gnu: Add packagekit-qt6., guix-commits, 2024/06/17
- 44/178: gnu: Add kglobalaccel-6., guix-commits, 2024/06/17
- 49/178: gnu: phonon: Enable qt6., guix-commits, 2024/06/17
- 51/178: gnu: Add ktextwidgets-6., guix-commits, 2024/06/17
- 63/178: gnu: breeze-icons: Update to 6.1.0.,
guix-commits <=
- 64/178: gnu: Add bluez-qt-6., guix-commits, 2024/06/17
- 79/178: gnu: packagekit-qt5: Update to 1.1.1., guix-commits, 2024/06/17
- 82/178: gnu: Add appstream-qt6., guix-commits, 2024/06/17
- 85/178: gnu: Add kwayland-6., guix-commits, 2024/06/17
- 92/178: gnu: kdecoration: Update to 6.0.4., guix-commits, 2024/06/17
- 99/178: gnu: ksshaskpass: Update to 6.0.4., guix-commits, 2024/06/17
- 102/178: gnu: libksysguard: Update to 6.0.4., guix-commits, 2024/06/17
- 104/178: gnu: libaccounts-qt: Update to 1.17., guix-commits, 2024/06/17
- 110/178: gnu: kactivitymanagerd: Update to 6.0.4., guix-commits, 2024/06/17
- 109/178: gnu: plasma-pa: Update to 6.0.4., guix-commits, 2024/06/17