z572 pushed a commit to branch kde-team
in repository guix.
commit 16908ac039fa347e260127038203b238f03622b1
Author: Zheng Junjie <[email protected]>
AuthorDate: Thu May 2 21:04:30 2024 +0800
gnu: layer-shell-qt: Update to 6.0.4.
* gnu/packages/kde-plasma.scm (layer-shell-qt): Update to 6.0.4.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove qtbase-5. Use qtdeclarative and qtwayland replace
qtdeclarative-5 and qtwayland-5.
Change-Id: I063c1b58132e5fb150a2bcad3325cd4cc4d77f50
---
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 86c5437167..ea3e35743f 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -919,22 +919,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.0.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/layer-shell-qt-" version ".tar.xz"))
(sha256
(base32
- "08glqqh7jmqrli4n7j04lz3w3c6192w8p7ki51ksmwivnxylxi17"))))
+ "09h69glngr4nrhshpym48ngf1rbgjz3mmnngqcabmqbw61k8hb23"))))
(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")