z572 pushed a commit to branch kde-team
in repository guix.
commit 71f3013db91b830b7f4dc7b1299dd9bc5d368739
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon May 6 12:42:16 2024 +0800
gnu: Add qqc2-breeze-style.
* gnu/packages/kde-plasma.scm (qqc2-breeze-style): New variable.
Change-Id: I74fe0df38cc45e22646be5776c4c709994a8f9b1
---
gnu/packages/kde-plasma.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 6eb68778a8..fa7315209d 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1547,6 +1547,31 @@ on top of Baloo.")
(home-page "https://invent.kde.org/plasma/milou")
(license (list license:gpl2+))))
+(define-public qqc2-breeze-style
+ (package
+ (name "qqc2-breeze-style")
+ (version "6.0.4")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/plasma/"
+ version "/" name "-"
+ version ".tar.xz"))
+ (sha256
+ (base32
+ "0b4izcppm7wdfr9sndf8clq1iqd197pj2g8v3n34mk53lrbgkl71"))))
+ (build-system qt-build-system)
+ (arguments
+ (list #:qtbase qtbase))
+ (native-inputs
+ (list extra-cmake-modules))
+ (inputs (list qtdeclarative
+ kiconthemes-6 kguiaddons-6 kconfig-6 kirigami-6 kcoreaddons-6
+ kcolorscheme kquickcharts-6))
+ (home-page "https://invent.kde.org/plasma/qqc2-breeze-style")
+ (synopsis "Breeze inspired Qt Quick Controls Style")
+ (description "This package provides Breeze inspired Qt Quick Controls
Style.")
+ (license (list license:lgpl2.0+ license:gpl2+))))
+
(define-public oxygen-sounds
(package
(name "oxygen-sounds")