[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
155/347: gnu: Add qqc2-breeze-style.
From: |
guix-commits |
Subject: |
155/347: gnu: Add qqc2-breeze-style. |
Date: |
Fri, 28 Jun 2024 09:58:50 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit a3e3e868c46de7f57df364e2d78b90dd0aa22fbf
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
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 613e20266e..28fb8c9c88 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1548,6 +1548,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")
- 264/347: gnu: discover: Update to 6.1.1., (continued)
- 264/347: gnu: discover: Update to 6.1.1., guix-commits, 2024/06/28
- 265/347: gnu: drkonqi: Update to 6.1.1., guix-commits, 2024/06/28
- 266/347: gnu: kactivitymanagerd: Update to 6.1.1., guix-commits, 2024/06/28
- 272/347: gnu: kglobalacceld: Update to 6.1.1., guix-commits, 2024/06/28
- 273/347: gnu: kinfocenter: Update to 6.1.1., guix-commits, 2024/06/28
- 282/347: gnu: libksysguard: Update to 6.1.1., guix-commits, 2024/06/28
- 283/347: gnu: kwallet-pam: Update to 6.1.1., guix-commits, 2024/06/28
- 287/347: gnu: milou: Update to 6.1.1., guix-commits, 2024/06/28
- 289/347: gnu: oxygen-sounds: Update to 6.1.1., guix-commits, 2024/06/28
- 162/347: gnu: kompare: Update to 24.02.2., guix-commits, 2024/06/28
- 155/347: gnu: Add qqc2-breeze-style.,
guix-commits <=
- 154/347: gnu: plasma-browser-integration: Update to 6.0.4., guix-commits, 2024/06/28
- 167/347: gnu: plasma: Update to 6.0.4., guix-commits, 2024/06/28
- 168/347: gnu: kdf: Update to 24.02.2., guix-commits, 2024/06/28
- 169/347: gnu: kcachegrind: Update to 24.02.2., guix-commits, 2024/06/28
- 174/347: gnu: libkgapi: Update to 24.02.2., guix-commits, 2024/06/28
- 175/347: gnu: Add grantlee-qt6., guix-commits, 2024/06/28
- 183/347: gnu: fcitx5-configtool: Enable qt6., guix-commits, 2024/06/28
- 184/347: gnu: Add libkscreen-5., guix-commits, 2024/06/28
- 115/347: gnu: libqaccessibilityclient: Update to 0.6.0., guix-commits, 2024/06/28
- 120/347: gnu: breeze-gtk: Update to 6.0.4.1., guix-commits, 2024/06/28