[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/347: gnu: Add oxygen-icons-6.
From: |
guix-commits |
Subject: |
24/347: gnu: Add oxygen-icons-6. |
Date: |
Fri, 28 Jun 2024 09:57:23 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit f4f970c3e31b9df4ea54218b409a70493798825e
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Mar 8 19:10:52 2024 +0800
gnu: Add oxygen-icons-6.
* gnu/packages/kde-frameworks.scm (oxygen-icons-6): New variable.
(oxygen-icons): Inherit above.
Change-Id: If070648b73f912bb2eac805081d79d8718eccda4
---
gnu/packages/kde-frameworks.scm | 29 ++++++++++++++++++++++++-----
1 file changed, 24 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index a5f289c57d..f84432d7b8 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1824,8 +1824,32 @@ which are used in DBus communication.")
(inputs
(list qtbase-5))))
+(define-public oxygen-icons-6
+ (package
+ (name "oxygen-icons")
+ (version "6.0.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/oxygen-icons/"
+ "/" name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "0x2piq03gj72p5qlhi8zdx3r58va088ysp7lg295vhfwfll1iv18"))))
+ (build-system cmake-build-system)
+ (native-inputs
+ (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+)))
+
(define-public oxygen-icons
(package
+ (inherit oxygen-icons-6)
(name "oxygen-icons")
(version "5.112.0")
(source (origin
@@ -1837,15 +1861,10 @@ which are used in DBus communication.")
(sha256
(base32
"0yw2mixy5p8pw9866rfr0wcjhvilznakd0h6934svv0dk3lv054a"))))
- (build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules fdupes))
(inputs
(list qtbase-5))
- (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")))))
(define-public prison
- 13/347: gnu: Add kplotting-6., (continued)
- 13/347: gnu: Add kplotting-6., guix-commits, 2024/06/28
- 17/347: gnu: Add ksyntaxhighlighting-6., guix-commits, 2024/06/28
- 20/347: gnu: Add kcompletion-6., guix-commits, 2024/06/28
- 16/347: gnu: Add kitemmodels-6., guix-commits, 2024/06/28
- 15/347: gnu: Add kconfig-6., guix-commits, 2024/06/28
- 19/347: gnu: Add kcalendarcore-6., guix-commits, 2024/06/28
- 23/347: gnu: Add networkmanager-qt-6., guix-commits, 2024/06/28
- 22/347: gnu: Add kwindowsystem-6., guix-commits, 2024/06/28
- 18/347: gnu: Add karchive-6., guix-commits, 2024/06/28
- 21/347: gnu: Add kpty-6., guix-commits, 2024/06/28
- 24/347: gnu: Add oxygen-icons-6.,
guix-commits <=
- 32/347: gnu: Add kcrash-6., guix-commits, 2024/06/28
- 35/347: gnu: Add kunitconversion-6., guix-commits, 2024/06/28
- 36/347: gnu: Add syndication-6., guix-commits, 2024/06/28
- 37/347: gnu: polkit-qt: Update to 0.200.0., guix-commits, 2024/06/28
- 40/347: gnu: Add kjobwidgets-6., guix-commits, 2024/06/28
- 41/347: gnu: qca: Update to 2.3.8., guix-commits, 2024/06/28
- 26/347: gnu: Add solid-6., guix-commits, 2024/06/28
- 27/347: gnu: Add sonnet-6., guix-commits, 2024/06/28
- 33/347: gnu: Add knotifications-6., guix-commits, 2024/06/28
- 25/347: gnu: Add prison-6., guix-commits, 2024/06/28