mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 14:26:48 +01:00
gnu: Add oxygen-sounds.
* gnu/packages/kde-plasma.scm (oxygen-sounds): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
3cdecf5f5e
commit
4bc8c1ec9d
1 changed files with 19 additions and 0 deletions
|
@ -669,6 +669,25 @@ (define-public kwrited
|
|||
"This package provides a daemon that listens to system notifications.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public oxygen-sounds
|
||||
(package
|
||||
(name "oxygen-sounds")
|
||||
(version "5.25.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
version "/" name "-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"04rn3ccqszznknvblz2i8r406m32hk4d3yzma4vzq93jfk57hdf1"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(home-page "https://community.kde.org/Frameworks")
|
||||
(synopsis "Sounds for the KDE desktop")
|
||||
(description "This package provides Oxygen sounds for the KDE desktop.")
|
||||
(license license:lgpl3+)))
|
||||
|
||||
(define-public plasmatube
|
||||
(package
|
||||
(name "plasmatube")
|
||||
|
|
Loading…
Reference in a new issue