[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70395] [PATCH kde-team 33/63] gnu: Add knotifications-6.
From: |
Zheng Junjie |
Subject: |
[bug#70395] [PATCH kde-team 33/63] gnu: Add knotifications-6. |
Date: |
Mon, 15 Apr 2024 20:47:10 +0800 |
* 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 2fa6084bec..5801e14a06 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2663,8 +2663,37 @@ (define-public kjobwidgets
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
@@ -2676,7 +2705,6 @@ (define-public knotifications
(sha256
(base32
"0cjd5ml9hyzprjgmrc132cmp7g9hnl0h5swlxw2ifqnxxyfkg72b"))))
- (build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules dbus pkg-config qttools-5))
(inputs
@@ -2691,6 +2719,7 @@ (define-public knotifications
qtbase-5
qtspeech-5
qtx11extras))
+ (propagated-inputs '())
(arguments
(list #:phases #~(modify-phases %standard-phases
(replace 'check
@@ -2699,12 +2728,7 @@ (define-public knotifications
(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
--
2.41.0
- [bug#70395] [PATCH kde-team 35/63] gnu: Add kunitconversion-6., (continued)
- [bug#70395] [PATCH kde-team 35/63] gnu: Add kunitconversion-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 23/63] gnu: Add networkmanager-qt-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 37/63] gnu: polkit-qt: Update to 0.200.0., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 30/63] gnu: Add kdoctools-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 58/63] gnu: libraw: Update to 0.21.2., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 60/63] gnu: Add ksvg., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 27/63] gnu: Add sonnet-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 17/63] gnu: Add ksyntaxhighlighting-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 59/63] gnu: Add kimageformats-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 46/63] gnu: Add kiconthemes-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 33/63] gnu: Add knotifications-6.,
Zheng Junjie <=
- [bug#70395] [PATCH kde-team 04/63] gnu: Add kcodecs-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 03/63] gnu: Add attica-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 62/63] gnu: Add kdesu-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 53/63] gnu: qtbase: propagate libxkbcommon., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 56/63] gnu: Add modemmanager-qt-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 52/63] gnu: Add kxmlgui-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 45/63] gnu: Add kconfigwidgets-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 63/63] gnu: Add kded-6., Zheng Junjie, 2024/04/15
- [bug#70395] [PATCH kde-team 55/63] gnu: Add qqc2-desktop-style-6., Zheng Junjie, 2024/04/15