[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
166/178: gnu: Add ocean-sound-theme.
From: |
guix-commits |
Subject: |
166/178: gnu: Add ocean-sound-theme. |
Date: |
Mon, 17 Jun 2024 12:13:53 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 04c398dba0bfc969af16f806d654f009e7ad5541
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue May 14 00:46:38 2024 +0800
gnu: Add ocean-sound-theme.
* gnu/packages/kde-plasma.scm (ocean-sound-theme): New variable.
Change-Id: I9e74cec20874884ae39644340f748bb025335d95
---
gnu/packages/kde-plasma.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index fa7315209d..27b1f31cd8 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1591,6 +1591,26 @@ on top of Baloo.")
(description "This package provides Oxygen sounds for the KDE desktop.")
(license license:lgpl3+)))
+(define-public ocean-sound-theme
+ (package
+ (name "ocean-sound-theme")
+ (version "6.0.4")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/plasma/"
+ version "/ocean-sound-theme" "-"
+ version ".tar.xz"))
+ (sha256
+ (base32
+ "1689lirh4q6gfs3c31q6hibazk0a9m1091m6zqj6ixsv04v9f29s"))))
+ (build-system cmake-build-system)
+ (native-inputs (list extra-cmake-modules))
+ (inputs (list qtbase))
+ (home-page "https://invent.kde.org/plasma/ocean-sound-theme")
+ (synopsis "Ocean Sound Theme for Plasma")
+ (description "This package provides Ocean Sound Theme for Plasma.")
+ (license license:lgpl3+)))
+
(define-public plasma
(package
(name "plasma")
- 152/178: gnu: plasma-integration: Update to 6.0.4., (continued)
- 152/178: gnu: plasma-integration: Update to 6.0.4., guix-commits, 2024/06/17
- 153/178: gnu: kde-cli-tools: Update to 6.0.4., guix-commits, 2024/06/17
- 154/178: gnu: plasma-browser-integration: Update to 6.0.4., guix-commits, 2024/06/17
- 155/178: gnu: Add qqc2-breeze-style., guix-commits, 2024/06/17
- 156/178: gnu: sddm: Update to 0.21.0., guix-commits, 2024/06/17
- 158/178: services: sddm: Adjust pass env., guix-commits, 2024/06/17
- 159/178: gnu: konsole: Update to 24.02.2., guix-commits, 2024/06/17
- 160/178: gnu: baloo-widgets: Update to 24.02.2., guix-commits, 2024/06/17
- 163/178: gnu: ktimer: Update to 24.02.2., guix-commits, 2024/06/17
- 162/178: gnu: kompare: Update to 24.02.2., guix-commits, 2024/06/17
- 166/178: gnu: Add ocean-sound-theme.,
guix-commits <=
- 169/178: gnu: kcachegrind: Update to 24.02.2., guix-commits, 2024/06/17
- 174/178: gnu: libkgapi: Update to 24.02.2., guix-commits, 2024/06/17