[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
63/458: gnu: Add kcolorscheme.
From: |
guix-commits |
Subject: |
63/458: gnu: Add kcolorscheme. |
Date: |
Mon, 15 Jul 2024 07:59:55 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 6d46d1f8ae1bcfc6fba6fd4f11140f92fc1fef5b
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 01:00:59 2024 +0800
gnu: Add kcolorscheme.
* gnu/packages/kde-frameworks.scm (kcolorscheme): New variable.
Change-Id: I5c2b94eb6b6d5e0a0d1faf313f2bf1bc8b4da2ce
---
gnu/packages/kde-frameworks.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 17f5f0d169..4ddf3ab859 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -590,6 +590,36 @@ menu which lets you select a color. The popup features a
color dialog button
which can be used to add custom colors to the popup menu.")
(license license:lgpl3+)))
+(define-public kcolorscheme
+ (package
+ (name "kcolorscheme")
+ (version "6.3.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+
+ (sha256
+ (base32
+ "0dch0iv6kkbzc7cl5fbcls1ll2h4jdd16kv9g5d9y041ryyk05ri"))))
+ (build-system qt-build-system)
+ (native-inputs (list extra-cmake-modules))
+ (inputs (list kguiaddons ki18n
+ qtdeclarative))
+ (propagated-inputs (list kconfig))
+ (arguments (list #:qtbase qtbase))
+ (synopsis "Classes to read and interact with KColorScheme")
+ (description "This package provide a Classes to read and interact with
+KColorScheme.")
+ (home-page "https://community.kde.org/Frameworks")
+ (license (list license:cc0
+ license:lgpl2.0+
+ license:lgpl2.1
+ license:bsd-2
+ license:lgpl3))))
+
(define-public kconfig
(package
(name "kconfig")
- 20/458: gnu: kdsoap: Update to 2.2.0., (continued)
- 20/458: gnu: kdsoap: Update to 2.2.0., guix-commits, 2024/07/15
- 21/458: gnu: Add kdsoap-qt6., guix-commits, 2024/07/15
- 25/458: gnu: phonon: Enable qt6., guix-commits, 2024/07/15
- 26/458: gnu: attica: Update to 6.3.0., guix-commits, 2024/07/15
- 30/458: gnu: kcalendarcore: Update to 6.3.0., guix-commits, 2024/07/15
- 40/458: gnu: kplotting: Update to 6.3.0., guix-commits, 2024/07/15
- 48/458: gnu: networkmanager-qt: Update to 6.3.0., guix-commits, 2024/07/15
- 45/458: gnu: kdnssd: Update to 6.3.0., guix-commits, 2024/07/15
- 47/458: gnu: modemmanager-qt: Update to 6.3.0., guix-commits, 2024/07/15
- 38/458: gnu: kitemmodels: Update to 6.3.0., guix-commits, 2024/07/15
- 63/458: gnu: Add kcolorscheme.,
guix-commits <=
- 54/458: gnu: threadweaver: Update to 6.3.0., guix-commits, 2024/07/15
- 73/458: gnu: kxmlgui: Update to 6.3.0., guix-commits, 2024/07/15
- 83/458: gnu: Remove kinit-bootstrap., guix-commits, 2024/07/15
- 76/458: gnu: kded: Update to 6.3.0., guix-commits, 2024/07/15
- 69/458: gnu: kiconthemes: Update to 6.3.0., guix-commits, 2024/07/15
- 64/458: gnu: kirigami: Update to 6.3.0., guix-commits, 2024/07/15
- 91/458: gnu: kwayland: Update to 6.1.2., guix-commits, 2024/07/15
- 106/458: gnu: bluedevil: Update to 6.1.2., guix-commits, 2024/07/15
- 126/458: gnu: kde-gtk-config: Update to 6.1.2., guix-commits, 2024/07/15
- 112/458: gnu: plasma-workspace-wallpapers: Update to 6.1.2., guix-commits, 2024/07/15