guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: Add krdp.


From: guix-commits
Subject: 09/10: gnu: Add krdp.
Date: Wed, 3 Jul 2024 10:33:35 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit 8bde95b0c233e18785ace18308f0c9091ad84adb
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Jul 3 22:14:52 2024 +0800

    gnu: Add krdp.
    
    * gnu/packages/kde-plasma.scm (krdp): New variable.
    
    Change-Id: I7f908f0fa142faca752b17627bc0c60858ffbb40
---
 gnu/packages/kde-plasma.scm | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index ce4e22d776..8ee3dad7e7 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -73,6 +73,7 @@
   #:use-module (gnu packages python)
   #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages package-management) ; flatpak
+  #:use-module (gnu packages rdesktop)
   #:use-module (gnu packages unicode)
   #:use-module (gnu packages video)
   #:use-module (gnu packages vpn)
@@ -414,6 +415,45 @@ concept.")
     (home-page "https://invent.kde.org/plasma/kactivitymanagerd";)
     (license (list license:gpl2 license:gpl3))))
 
+(define-public krdp
+  (package
+    (name "krdp")
+    (version "6.1.2")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://kde/stable/plasma/"
+                                  version "/" name "-"
+                                  version ".tar.xz"))
+              (sha256
+               (base32
+                "0xp1zi51fpw9zcyry6g8qrm7k94pbi6kw3d8dakdnq5qrkcsvc8g"))))
+    (build-system qt-build-system)
+    (arguments (list #:qtbase qtbase))
+    (native-inputs (list extra-cmake-modules
+                         pkg-config
+                         ;; for wayland-scanner
+                         wayland))
+    (inputs (list
+             kconfig-6
+             kdbusaddons-6
+             kcmutils-6
+             ki18n-6
+             kcoreaddons-6
+             kstatusnotifieritem
+             kpipewire
+             plasma-wayland-protocols
+             freerdp
+             qtwayland
+             qtdeclarative
+             qtkeychain-qt6
+             wayland-protocols
+             wayland))
+    (synopsis "Library and examples for creating an RDP server")
+    (description "This package provides a library and examples for creating an
+RDP server.")
+    (home-page "https://invent.kde.org/plasma/krdp";)
+    (license license:lgpl2.0+)))
+
 (define-public kde-gtk-config
   (package
     (name "kde-gtk-config")



reply via email to

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