[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/178: gnu: Add knotifications-6.
From: |
guix-commits |
Subject: |
33/178: gnu: Add knotifications-6. |
Date: |
Mon, 17 Jun 2024 12:13:20 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 18961d938375e2ef75ebfd84a7bcc32904e4d00b
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Mar 8 20:46:28 2024 +0800
gnu: Add knotifications-6.
* gnu/packages/kde-frameworks.scm (knotifications-6): New variable.
(knotifications): Inherit above.
Change-Id: Ic4ab3e86754095f8746e835f71e1a586c2d3b882
---
gnu/packages/kde-frameworks.scm | 38 +++++++++++++++++++++++++++++++-------
1 file changed, 31 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 2a70aa203e..55c4e93bfe 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2690,8 +2690,37 @@ formats.")
asynchronous jobs.")
(license license:lgpl2.1+)))
+(define-public knotifications-6
+ (package
+ (name "knotifications")
+ (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
+ "1azwmj47735cz5lrvbba7hq7iv3w0d7a60q23d70klfjq55nzwq2"))))
+ (build-system cmake-build-system)
+ (native-inputs
+ (list extra-cmake-modules pkg-config qttools))
+ (propagated-inputs (list qtdeclarative))
+ (inputs
+ (list kconfig-6
+ kcoreaddons-6
+ libcanberra
+ qtbase))
+ (home-page "https://community.kde.org/Frameworks")
+ (synopsis "Desktop notifications")
+ (description "KNotification is used to notify the user of an event. It
+covers feedback and persistent events.")
+ (license license:lgpl2.1+)))
+
(define-public knotifications
(package
+ (inherit knotifications-6)
(name "knotifications")
(version "5.114.0")
(source (origin
@@ -2703,7 +2732,6 @@ asynchronous jobs.")
(sha256
(base32
"0cjd5ml9hyzprjgmrc132cmp7g9hnl0h5swlxw2ifqnxxyfkg72b"))))
- (build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules dbus pkg-config qttools-5))
(inputs
@@ -2718,6 +2746,7 @@ asynchronous jobs.")
qtbase-5
qtspeech-5
qtx11extras))
+ (propagated-inputs '())
(arguments
(list #:phases #~(modify-phases %standard-phases
(replace 'check
@@ -2726,12 +2755,7 @@ asynchronous jobs.")
(setenv "HOME"
(getcwd))
(setenv "DBUS_FATAL_WARNINGS" "0")
- (invoke "dbus-launch" "ctest")))))))
- (home-page "https://community.kde.org/Frameworks")
- (synopsis "Desktop notifications")
- (description "KNotification is used to notify the user of an event. It
-covers feedback and persistent events.")
- (license license:lgpl2.1+)))
+ (invoke "dbus-launch" "ctest")))))))))
(define-public kpackage
(package
- 173/178: gnu: kaccounts-providers: Update to 24.02.2., (continued)
- 173/178: gnu: kaccounts-providers: Update to 24.02.2., guix-commits, 2024/06/17
- 176/178: gnu: kbackup: Update to 24.02.2., guix-commits, 2024/06/17
- 28/178: gnu: Add threadweaver-6., guix-commits, 2024/06/17
- 32/178: gnu: Add kcrash-6., guix-commits, 2024/06/17
- 38/178: gnu: Add polkit-qt6., guix-commits, 2024/06/17
- 16/178: gnu: Add kitemmodels-6., guix-commits, 2024/06/17
- 26/178: gnu: Add solid-6., guix-commits, 2024/06/17
- 29/178: gnu: Add kcolorscheme., guix-commits, 2024/06/17
- 30/178: gnu: Add kdoctools-6., guix-commits, 2024/06/17
- 31/178: gnu: Add kcontacts-6., guix-commits, 2024/06/17
- 33/178: gnu: Add knotifications-6.,
guix-commits <=
- 36/178: gnu: Add syndication-6., guix-commits, 2024/06/17
- 37/178: gnu: polkit-qt: Update to 0.200.0., guix-commits, 2024/06/17
- 39/178: gnu: Add kauth-6., guix-commits, 2024/06/17
- 40/178: gnu: Add kjobwidgets-6., guix-commits, 2024/06/17
- 41/178: gnu: qca: Update to 2.3.8., guix-commits, 2024/06/17
- 45/178: gnu: Add kconfigwidgets-6., guix-commits, 2024/06/17
- 46/178: gnu: Add kiconthemes-6., guix-commits, 2024/06/17
- 47/178: gnu: Add kservice-6., guix-commits, 2024/06/17
- 50/178: gnu: Add kwallet-6., guix-commits, 2024/06/17
- 55/178: gnu: Add modemmanager-qt-6., guix-commits, 2024/06/17