[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
62/347: gnu: Add kded-6.
From: |
guix-commits |
Subject: |
62/347: gnu: Add kded-6. |
Date: |
Fri, 28 Jun 2024 09:57:51 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 247b3753628bd613f0ecff8a60812bdf6c85c859
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sun Apr 14 21:06:38 2024 +0800
gnu: Add kded-6.
* gnu/packages/kde-frameworks.scm (kded-6): New variable.
(kded): Inherit above.
Change-Id: Ib35f76394754e778caa165e379fe75d45488da86
---
gnu/packages/kde-frameworks.scm | 43 ++++++++++++++++++++++++++++++++---------
1 file changed, 34 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index d1d64a463c..8dcfec0ebe 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3573,8 +3573,41 @@ that offer bindings to some of the Frameworks.")
;; dual licensed
(license (list license:gpl2+ license:lgpl2.1+))))
+(define-public kded-6
+ (package
+ (name "kded")
+ (version "6.1.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "18cv25xyhs5b31mvh3k6vvzm163893ra6nvfjbd1jp4r6vr0x3di"))))
+ (build-system cmake-build-system)
+ (native-inputs
+ (list extra-cmake-modules kdoctools-6))
+ (inputs
+ (list kconfig-6
+ kcoreaddons-6
+ kcrash-6
+ kdbusaddons-6
+ kdoctools-6
+ kservice-6
+ qtbase))
+ (home-page "https://community.kde.org/Frameworks")
+ (synopsis "Central daemon of KDE work spaces")
+ (description "KDED stands for KDE Daemon. KDED runs in the background and
+performs a number of small tasks. Some of these tasks are built in, others are
+started on demand.")
+ ;; dual licensed
+ (license (list license:lgpl2.0+ license:lgpl2.1+))))
+
(define-public kded
(package
+ (inherit kded-6)
(name "kded")
(version "5.114.0")
(source (origin
@@ -3586,7 +3619,6 @@ that offer bindings to some of the Frameworks.")
(sha256
(base32
"00n4isc4ahii0ldrg761lkmnq27kmrfqs9zkmpvmgbg57259mvc3"))))
- (build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))
(inputs
@@ -3596,14 +3628,7 @@ that offer bindings to some of the Frameworks.")
kdbusaddons
kdoctools
kservice
- qtbase-5))
- (home-page "https://community.kde.org/Frameworks")
- (synopsis "Central daemon of KDE work spaces")
- (description "KDED stands for KDE Daemon. KDED runs in the background and
-performs a number of small tasks. Some of these tasks are built in, others are
-started on demand.")
- ;; dual licensed
- (license (list license:lgpl2.0+ license:lgpl2.1+))))
+ qtbase-5))))
(define-public kdesignerplugin
(package
- 49/347: gnu: phonon: Enable qt6., (continued)
- 49/347: gnu: phonon: Enable qt6., guix-commits, 2024/06/28
- 51/347: gnu: Add ktextwidgets-6., guix-commits, 2024/06/28
- 53/347: gnu: Add kirigami-6., guix-commits, 2024/06/28
- 57/347: gnu: libraw: Update to 0.21.2., guix-commits, 2024/06/28
- 52/347: gnu: Add kxmlgui-6., guix-commits, 2024/06/28
- 54/347: gnu: Add qqc2-desktop-style-6., guix-commits, 2024/06/28
- 50/347: gnu: Add kwallet-6., guix-commits, 2024/06/28
- 55/347: gnu: Add modemmanager-qt-6., guix-commits, 2024/06/28
- 58/347: gnu: Add kimageformats-6., guix-commits, 2024/06/28
- 59/347: gnu: Add ksvg., guix-commits, 2024/06/28
- 62/347: gnu: Add kded-6.,
guix-commits <=
- 56/347: gnu: libavif: Update to 1.0.4., guix-commits, 2024/06/28
- 61/347: gnu: Add kdesu-6., guix-commits, 2024/06/28
- 64/347: gnu: Add bluez-qt-6., guix-commits, 2024/06/28
- 65/347: gnu: Add kio-6., guix-commits, 2024/06/28
- 60/347: gnu: Add kbookmarks-6., guix-commits, 2024/06/28
- 63/347: gnu: breeze-icons: Update to 6.1.0., guix-commits, 2024/06/28
- 69/347: gnu: Add kparts-6., guix-commits, 2024/06/28
- 71/347: gnu: Add kcmutils-6., guix-commits, 2024/06/28
- 66/347: gnu: Add kpeople-6., guix-commits, 2024/06/28
- 75/347: gnu: Add libplasma., guix-commits, 2024/06/28