me
/
guix
Archived
1
0
Fork 0

gnu: Add ocean-sound-theme.

* gnu/packages/kde-plasma.scm (ocean-sound-theme): New variable.

Change-Id: I9e74cec20874884ae39644340f748bb025335d95
master
Zheng Junjie 2024-05-14 00:46:38 +08:00
parent 6ccc51727f
commit 92a92ce771
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 20 additions and 0 deletions

View File

@ -1610,6 +1610,26 @@ on top of Baloo.")
(description "This package provides Oxygen sounds for the KDE desktop.") (description "This package provides Oxygen sounds for the KDE desktop.")
(license license:lgpl3+))) (license license:lgpl3+)))
(define-public ocean-sound-theme
(package
(name "ocean-sound-theme")
(version "6.1.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
version "/ocean-sound-theme" "-"
version ".tar.xz"))
(sha256
(base32
"0ysgx7bg5njgfv3rxdz5bzqh0iki1qb0pwqk4dmnwc3hx3c89ynb"))))
(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 (define-public plasma
(package (package
(name "plasma") (name "plasma")