[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
155/178: gnu: Add qqc2-breeze-style.
From: |
guix-commits |
Subject: |
155/178: gnu: Add qqc2-breeze-style. |
Date: |
Mon, 17 Jun 2024 12:13:52 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 71f3013db91b830b7f4dc7b1299dd9bc5d368739
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 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")
- 142/178: gnu: plasma-vault: Update to 6.0.4., (continued)
- 142/178: gnu: plasma-vault: Update to 6.0.4., guix-commits, 2024/06/17
- 143/178: gnu: powerdevil: Update to 6.0.4., guix-commits, 2024/06/17
- 146/178: gnu: ksystemstats: Update to 6.0.4., guix-commits, 2024/06/17
- 147/178: gnu: plasma-systemmonitor: Update to 6.0.4., guix-commits, 2024/06/17
- 148/178: gnu: system-settings: Update to 6.0.4., guix-commits, 2024/06/17
- 150/178: gnu: discover: Update to 6.0.4., guix-commits, 2024/06/17
- 151/178: gnu: kdeplasma-addons: Update to 6.0.4., guix-commits, 2024/06/17
- 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 <=
- 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, 2024/06/17
- 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