guix-commits
[Top][All Lists]
Advanced

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

23/45: gnu: Add kwrited.


From: guix-commits
Subject: 23/45: gnu: Add kwrited.
Date: Sun, 31 Jan 2021 10:27:25 -0500 (EST)

htgoebel pushed a commit to branch wip-kde-plasma
in repository guix.

commit 249de422e7370d9c91580ae182f91440a76974df
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Jun 9 13:34:34 2017 +0200

    gnu: Add kwrited.
    
    * gnu/packages/kde-plasma.scm (kwrited): New variable.
---
 gnu/packages/kde-plasma.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index bcb00d1..e2a9f09 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -786,6 +786,35 @@ and minimize.  It also handles placing of windows and 
switching between
 them.")
     (license license:gpl2+)))
 
+(define-public kwrited
+  (package
+    (name "kwrited")
+    (version "5.19.5")
+    (source
+     (origin
+      (method url-fetch)
+      (uri (string-append "mirror://kde/stable/plasma/" version
+                          "/kwrited-" version ".tar.xz"))
+      (sha256
+       (base32 "1nzl5964brxwkhgsadpa94bm985vq3qi75sml1fmgnw1ap4djd69"))))
+    (build-system qt-build-system)
+    (native-inputs
+     `(("extra-cmake-modules" ,extra-cmake-modules)))
+    (inputs
+     `(("kcoreaddons" ,kcoreaddons)
+       ("kdbusaddons" ,kdbusaddons)
+       ("ki18n" ,ki18n)
+       ("knotifications" ,knotifications)
+       ;; FIXME: kwrited is currently build as an executable, since we don't
+       ;; have utempter yet and thus kpty is build without utempter-support.
+       ("kpty" ,kpty)
+       ("qtbase" ,qtbase)))
+    (home-page "https://invent.kde.org/plasma/kwrited";)
+    (synopsis "Read and write console output to X")
+    (description "Kwrited captures console output (e.g. broadcast messages)
+and prints it in a X window.")
+    (license license:gpl2+)))
+
 (define-public libkscreen
   (package
     (name "libkscreen")



reply via email to

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