[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/465: gnu: oxygen-icons: Update to 6.0.0.
From: |
guix-commits |
Subject: |
50/465: gnu: oxygen-icons: Update to 6.0.0. |
Date: |
Tue, 16 Jul 2024 11:02:28 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 6b97b8c10edfe2dab90ccb5b1913d31c7e3c6d38
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 00:31:21 2024 +0800
gnu: oxygen-icons: Update to 6.0.0.
* gnu/packages/kde-frameworks.scm (oxygen-icons): Update to 6.0.0.
[inputs]: Remove qtbase-5; add qtbase.
[source]: Update url.
[properties]: Remove upstream-name.
Change-Id: I69978793648e3f7056b6eb142bbb49cc08f08146
---
gnu/packages/kde-frameworks.scm | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 6c99f70a59..93a7170807 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1351,26 +1351,25 @@ which are used in DBus communication.")
(define-public oxygen-icons
(package
(name "oxygen-icons")
- (version "5.112.0")
+ (version "6.0.0")
(source (origin
(method url-fetch)
(uri (string-append
- "mirror://kde/stable/frameworks/"
- (version-major+minor version) "/"
- name "5" "-" version ".tar.xz"))
+ "mirror://kde/stable/oxygen-icons/"
+ "/oxygen-icons" "-" version ".tar.xz"))
(sha256
(base32
- "0yw2mixy5p8pw9866rfr0wcjhvilznakd0h6934svv0dk3lv054a"))))
+ "0x2piq03gj72p5qlhi8zdx3r58va088ysp7lg295vhfwfll1iv18"))))
(build-system cmake-build-system)
(native-inputs
- (list extra-cmake-modules fdupes))
- (inputs
- (list qtbase-5))
+ (list extra-cmake-modules
+ ;; for test
+ fdupes))
+ (inputs (list qtbase))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Oxygen provides the standard icon theme for the KDE desktop")
(description "Oxygen icon theme for the KDE desktop")
- (license license:lgpl3+)
- (properties '((upstream-name . "oxygen-icons5")))))
+ (license license:lgpl3+)))
(define-public prison
(package
- 36/465: gnu: kholidays: Update to 6.3.0., (continued)
- 36/465: gnu: kholidays: Update to 6.3.0., guix-commits, 2024/07/16
- 32/465: gnu: kcodecs: Update to 6.3.0., guix-commits, 2024/07/16
- 37/465: gnu: ki18n: Update to 6.3.0., guix-commits, 2024/07/16
- 38/465: gnu: kidletime: Update to 6.3.0., guix-commits, 2024/07/16
- 39/465: gnu: kitemmodels: Update to 6.3.0., guix-commits, 2024/07/16
- 41/465: gnu: kplotting: Update to 6.3.0., guix-commits, 2024/07/16
- 45/465: gnu: kdbusaddons: Update to 6.3.0., guix-commits, 2024/07/16
- 46/465: gnu: kdnssd: Update to 6.3.0., guix-commits, 2024/07/16
- 47/465: gnu: kwindowsystem: Update to 6.3.0., guix-commits, 2024/07/16
- 48/465: gnu: modemmanager-qt: Update to 6.3.0., guix-commits, 2024/07/16
- 50/465: gnu: oxygen-icons: Update to 6.0.0.,
guix-commits <=
- 58/465: gnu: kdoctools: Update to 6.3.0., guix-commits, 2024/07/16
- 52/465: gnu: pulseaudio-qt: Update to 1.5.0., guix-commits, 2024/07/16
- 59/465: gnu: kimageformats: Update to 6.3.0., guix-commits, 2024/07/16
- 62/465: gnu: kunitconversion: Update to 6.3.0., guix-commits, 2024/07/16
- 65/465: gnu: kirigami: Update to 6.3.0., guix-commits, 2024/07/16
- 68/465: gnu: kservice: Update to 6.3.0., guix-commits, 2024/07/16
- 70/465: gnu: kiconthemes: Update to 6.3.0., guix-commits, 2024/07/16
- 72/465: gnu: kwallet: Update to 6.3.0., guix-commits, 2024/07/16
- 74/465: gnu: kxmlgui: Update to 6.3.0., guix-commits, 2024/07/16
- 73/465: gnu: kglobalaccel: Update to 6.3.0., guix-commits, 2024/07/16