guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

111/143: gnu: Add plasma-mobile-sounds.


From: guix-commits
Subject: 111/143: gnu: Add plasma-mobile-sounds.
Date: Mon, 21 Nov 2022 16:10:52 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit f48fa54d7c465d4cdb4fc7b2c517b33bebe82c0a
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Fri Mar 25 12:21:56 2022 +0100

    gnu: Add plasma-mobile-sounds.
    
    * gnu/packages/kde-plasma.scm (plasma-mobile-sounds): New variable.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/kde-plasma.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 6799bbba64..b07033bd7b 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]