z572 pushed a commit to branch kde-team
in repository guix.
commit 04c398dba0bfc969af16f806d654f009e7ad5541
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue May 14 00:46:38 2024 +0800
gnu: Add ocean-sound-theme.
* gnu/packages/kde-plasma.scm (ocean-sound-theme): New variable.
Change-Id: I9e74cec20874884ae39644340f748bb025335d95
---
gnu/packages/kde-plasma.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index fa7315209d..27b1f31cd8 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1591,6 +1591,26 @@ on top of Baloo.")
(description "This package provides Oxygen sounds for the KDE desktop.")
(license license:lgpl3+)))
+(define-public ocean-sound-theme
+ (package
+ (name "ocean-sound-theme")
+ (version "6.0.4")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/plasma/"
+ version "/ocean-sound-theme" "-"
+ version ".tar.xz"))
+ (sha256
+ (base32
+ "1689lirh4q6gfs3c31q6hibazk0a9m1091m6zqj6ixsv04v9f29s"))))
+ (build-system cmake-build-system)
+ (native-inputs (list extra-cmake-modules))
+ (inputs (list qtbase))
+ (home-page "https://invent.kde.org/plasma/ocean-sound-theme")
+ (synopsis "Ocean Sound Theme for Plasma")
+ (description "This package provides Ocean Sound Theme for Plasma.")
+ (license license:lgpl3+)))
+
(define-public plasma
(package
(name "plasma")