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

commit 9af1b6d55d0505c3228b31759732806e55a2e5d8
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 8 13:07:32 2024 +0800

    gnu: Add kwindowsystem-5.
    
    * gnu/packages/kde-frameworks.scm (kwindowsystem-5): New variable.
    
    Change-Id: Ic26c9e0cc80c7adc9c28d7b02a4b1853c4695ded
---
 gnu/packages/kde-frameworks.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 94d35db1ad..3e86184149 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1549,6 +1549,34 @@ lower level classes for interaction with the X Windowing 
System.")
     ;; the lgpl2.1. Some source files are under non-copyleft licenses.
     (license license:lgpl2.1+)))
 
+(define-public kwindowsystem-5
+  (package
+    (inherit kwindowsystem)
+    (name "kwindowsystem")
+    (version "5.116.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "mirror://kde/stable/frameworks/"
+                    (version-major+minor version) "/"
+                    name "-" version ".tar.xz"))
+              (sha256
+               (base32
+                "0d2kxcpcvpzv07ldd1kb5gjclhmn6gcn5ms0bd8f5g9gflrpdjby"))))
+    (native-inputs
+     (list extra-cmake-modules
+           pkg-config
+           dbus ; for the tests
+           openbox ; for the tests
+           qttools-5
+           xorg-server-for-tests)) ; for the tests
+    (inputs
+     (list libxrender
+           qtbase-5
+           qtx11extras
+           xcb-util-keysyms
+           xcb-util-wm))))
+
 (define-public modemmanager-qt
   (package
     (name "modemmanager-qt")

Reply via email to