From a4767b7dc338e9eb443485f68a7ddae048a94b1b Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Tue, 23 Aug 2022 10:29:15 +0200 Subject: [PATCH 36/81] gnu: Add oxygen-sounds. * gnu/packages/kde-plasma.scm (oxygen-sounds): New variable. diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index f6d8799412..c96a2841b5 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -685,6 +685,29 @@ (define-public kwrited (description "This package provides access to system notifications.") (license license:gpl2+))) +(define-public oxygen-sounds + (package + (name "oxygen-sounds") + (version "5.25.4") + (source (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/plasma/" + version + "/" + name + "-" + version + ".tar.xz")) + (sha256 + (base32 + "0v8j8kf86ri1z14mgqc1c6kkpsbih8rjph35sr5y0i4av9mh6p9b")))) + (build-system cmake-build-system) + (native-inputs (list extra-cmake-modules)) + (home-page "https://community.kde.org/Frameworks") + (synopsis "Oxygen provides the standard sounds for the KDE desktop") + (description "This package provides Oxygen sounds for the KDE desktop.") + (license license:lgpl3+))) + (define-public plasmatube (package (name "plasmatube") -- 2.37.2