guix-commits
[Top][All Lists]
Advanced

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

47/465: gnu: kwindowsystem: Update to 6.3.0.


From: guix-commits
Subject: 47/465: gnu: kwindowsystem: Update to 6.3.0.
Date: Tue, 16 Jul 2024 11:02:28 -0400 (EDT)

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

commit 0b7c2846c074f073b6822fb1a9449caad3f5e561
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 00:27:27 2024 +0800

    gnu: kwindowsystem: Update to 6.3.0.
    
    * gnu/packages/kde-frameworks.scm (kwindowsystem): Update to 6.3.0.
    [inputs]: Remove libxrender, qtbase-5, and qtx11extras; add qtbase,
    qtdeclarative, qtwayland, wayland-protocols,
    plasma-wayland-protocols, libxkbcommon, and wayland.
    [native-inputs]: Remove qttools-5; add wayland and qttools.
    [arguments]: Adjust check phase.
    
    Change-Id: Iad2482d91f037a2a178c5d257c140b904425f84b
---
 gnu/packages/kde-frameworks.scm | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index e3fee4f479..771f5f8875 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1216,7 +1216,7 @@ configuration pages, message boxes, and password 
requests.")
 (define-public kwindowsystem
   (package
     (name "kwindowsystem")
-    (version "5.114.0")
+    (version "6.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1225,19 +1225,24 @@ configuration pages, message boxes, and password 
requests.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "03xbsf1pmswd2kpn3pdszp4vndclsh7j02fp22npxaxllmfr4va9"))))
+                "1fdax3c2q3fm56pvr99z0rwf1nwz7jmksblj9d42gg1l55ckrqs0"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules
            pkg-config
+           wayland; for wayland-scanner
            dbus ; for the tests
-           openbox ; for the tests
-           qttools-5
+           openbox ; for the test
+           qttools
            xorg-server-for-tests)) ; for the tests
     (inputs
-     (list libxrender
-           qtbase-5
-           qtx11extras
+     (list qtbase
+           qtdeclarative
+           qtwayland
+           wayland-protocols
+           plasma-wayland-protocols
+           libxkbcommon
+           wayland
            xcb-util-keysyms
            xcb-util-wm))
     (arguments
@@ -1248,7 +1253,7 @@ configuration pages, message boxes, and password 
requests.")
             (lambda* (#:key tests? #:allow-other-keys)
               ;; The test suite requires a running window anager
               (when tests?
-                (setenv "XDG_RUNTIME_DIR" "/tmp")
+                (setenv "XDG_RUNTIME_DIR" (getcwd))
                 (system "Xvfb :1 -ac -screen 0 640x480x24 &")
                 (setenv "DISPLAY" ":1")
                 (sleep 5) ;; Give Xvfb a few moments to get on it's feet



reply via email to

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