gnu: Add qqc2-breeze-style.

* gnu/packages/kde-plasma.scm (qqc2-breeze-style): New variable.

Change-Id: I6824e14118c67bbc4261f9c3545f2162c385bb4d
This commit is contained in:
Zheng Junjie 2024-07-06 15:33:22 +08:00
parent df7ac38ff5
commit 23b184a5a8
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1566,6 +1566,31 @@ (define-public milou
(home-page "https://invent.kde.org/plasma/milou")
(license (list license:gpl2+))))
(define-public qqc2-breeze-style
(package
(name "qqc2-breeze-style")
(version "6.1.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
version "/" name "-"
version ".tar.xz"))
(sha256
(base32
"1n8yqiyvn5cyvxl7mp33x2jbkxzzqfzd1wvgdzybqx1hw3m3lh1j"))))
(build-system qt-build-system)
(arguments
(list #:qtbase qtbase))
(native-inputs
(list extra-cmake-modules))
(inputs (list qtdeclarative
kiconthemes kguiaddons kconfig kirigami kcoreaddons
kcolorscheme kquickcharts))
(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")