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

commit 12665349f25f53b7d0e347c7fc62a8f91f4ef659
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 6 12:37:18 2024 +0800

    gnu: layer-shell-qt: Update to 6.1.2.
    
    * gnu/packages/kde-plasma.scm (layer-shell-qt): Update to 6.1.2.
    [arguments]: Set #:qtbase to qtbase.
    [inputs]: Remove qtbase-5, qtdeclarative-5, and qtwayland-5; add 
qtdeclarative
    and qtwayland.
    
    Change-Id: I51396d3be743fe52937122268b65baca4697b85f
---
 gnu/packages/kde-plasma.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 4ed5eb1c63..a3d245a855 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -908,22 +908,22 @@ an elegant and intuitive experience for your tasks and 
plasmoids.")
 (define-public layer-shell-qt
   (package
     (name "layer-shell-qt")
-    (version "5.27.7")
+    (version "6.1.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version
                                   "/layer-shell-qt-" version ".tar.xz"))
               (sha256
                (base32
-                "08glqqh7jmqrli4n7j04lz3w3c6192w8p7ki51ksmwivnxylxi17"))))
+                "02gmfvvzjdhgsqwqr9ga43bjkbz0hnv1sz08zq19m5l3qy66ds0p"))))
     (build-system qt-build-system)
+    (arguments (list #:qtbase qtbase))
     (native-inputs
      (list extra-cmake-modules pkg-config))
     (inputs
      (list libxkbcommon
-           qtbase-5
-           qtdeclarative-5
-           qtwayland-5
+           qtdeclarative
+           qtwayland
            wayland
            wayland-protocols))
     (home-page "https://invent.kde.org/plasma/layer-shell-qt";)

Reply via email to