gnu: Add plasma-mobile-sounds.
* gnu/packages/kde-plasma.scm (plasma-mobile-sounds): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
parent
0d53223c81
commit
f48fa54d7c
|
@ -1857,6 +1857,25 @@ customizable platform for mobile devices.")
|
|||
"This package provides Settings application for Plasma Mobile.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public plasma-mobile-sounds
|
||||
(package
|
||||
(name "plasma-mobile-sounds")
|
||||
(version "0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://kde/stable/plasma-mobile-sounds/"
|
||||
version "/plasma-mobile-sounds-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1br6kzicrr45vgg0ciqczxlcid21n5lfjm6zc06rw86ys7fx7bpi"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs (list extra-cmake-modules pkg-config))
|
||||
(home-page "https://plasma-mobile.org/")
|
||||
(synopsis "Sounds for Plasma Mobile devices")
|
||||
(description "This package provides sound files for Plasma Mobile.")
|
||||
(license (list license:cc0 license:cc-by4.0))))
|
||||
|
||||
(define-public plasma-pa
|
||||
(package
|
||||
(name "plasma-pa")
|
||||
|
|
Reference in New Issue