guix-commits
[Top][All Lists]
Advanced

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

65/143: gnu: Add oxygen-sounds.


From: guix-commits
Subject: 65/143: gnu: Add oxygen-sounds.
Date: Mon, 21 Nov 2022 16:10:46 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 4bc8c1ec9dccd5f9d36edea6a38422ff83148d8b
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Tue Aug 23 10:29:15 2022 +0200

    gnu: Add oxygen-sounds.
    
    * gnu/packages/kde-plasma.scm (oxygen-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 d0a12f88ac..87c6e7d87a 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -669,6 +669,25 @@ KDE Frameworks components.")
      "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")



reply via email to

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