guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

55/143: gnu: Add kwrited.


From: guix-commits
Subject: 55/143: gnu: Add kwrited.
Date: Mon, 21 Nov 2022 16:10:45 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 10fdd4265cebf3e95a99e842a3741839a4982b74
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Fri Aug 26 07:55:01 2022 +0200

    gnu: Add kwrited.
    
    * gnu/packages/kde-plasma.scm (kwrited): New variable.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/kde-plasma.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 32fd21da0d..4f4c882a32 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -545,3 +545,24 @@ wayland-server API.")
 KDE Frameworks components.")
     (home-page "https://invent.kde.org/plasma/kwayland-integration";)
     (license (list license:lgpl2.1 license:lgpl3))))
+
+(define-public kwrited
+  (package
+    (name "kwrited")
+    (version "5.25.5")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://kde/stable/plasma/"
+                                  version "/" name "-"
+                                  version ".tar.xz"))
+              (sha256
+               (base32
+                "03gw3czdgyf35n6x79x416rk6f7w1ayzmy5pb65v9733nx1j34mh"))))
+    (build-system qt-build-system)
+    (native-inputs (list extra-cmake-modules))
+    (inputs (list kcoreaddons ki18n kpty knotifications))
+    (home-page "https://invent.kde.org/plasma/kwrited";)
+    (synopsis "System notification daemon")
+    (description
+     "This package provides a daemon that listens to system notifications.")
+    (license license:gpl2+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]