me
/
guix
Archived
1
0
Fork 0

gnu: Add plasma-mobile-sounds.

* gnu/packages/kde-plasma.scm (plasma-mobile-sounds): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
Petr Hodina 2022-03-25 12:21:56 +01:00 committed by Marius Bakke
parent 0d53223c81
commit f48fa54d7c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 19 additions and 0 deletions

View File

@ -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")